@apollosproject/canvas-embeds 2.1.1141 → 2.1.1143

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/widget/index.js +6 -6
package/widget/index.js CHANGED
@@ -49,7 +49,7 @@ Error generating stack: `+M.message+`
49
49
  `+M.stack}}function Ft(s,d,g){var M=s.displayName;if(M)return M;var L=d.displayName||d.name||"";return L!==""?g+"("+L+")":g}function et(s){return s.displayName||"Context"}function Qe(s){if(s==null)return null;if(typeof s.tag=="number"&&c("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof s=="function")return s.displayName||s.name||null;if(typeof s=="string")return s;switch(s){case K0:return"Fragment";case $0:return"Portal";case j1:return"Profiler";case f1:return"StrictMode";case D0:return"Suspense";case z0:return"SuspenseList"}if(typeof s=="object")switch(s.$$typeof){case o0:var d=s;return et(d)+".Consumer";case le:var g=s;return et(g._context)+".Provider";case C0:return Ft(s,s.render,"ForwardRef");case M1:var M=s.displayName||null;return M!==null?M:Qe(s.type)||"Memo";case s1:{var L=s,N=L._payload,$=L._init;try{return Qe($(N))}catch{return null}}}return null}function _t(s,d,g){var M=d.displayName||d.name||"";return s.displayName||(M!==""?g+"("+M+")":g)}function Ca(s){return s.displayName||"Context"}function Ze(s){var d=s.tag,g=s.type;switch(d){case E0:return"Cache";case _:var M=g;return Ca(M)+".Consumer";case k:var L=g;return Ca(L._context)+".Provider";case Q:return"DehydratedFragment";case w:return _t(g,g.render,"ForwardRef");case b:return"Fragment";case H:return g;case Z:return"Portal";case v:return"Root";case V:return"Text";case q:return Qe(g);case F:return g===f1?"StrictMode":"Mode";case K:return"Offscreen";case S:return"Profiler";case l0:return"Scope";case T:return"Suspense";case n0:return"SuspenseList";case b0:return"TracingMarker";case h:case u:case x:case f:case I:case R:if(typeof g=="function")return g.displayName||g.name||null;if(typeof g=="string")return g;break}return null}var Q2=r.ReactDebugCurrentFrame,o8=null,W6=!1;function p6(){{if(o8===null)return null;var s=o8._debugOwner;if(s!==null&&typeof s<"u")return Ze(s)}return null}function S4(){return o8===null?"":Ke(o8)}function c8(){Q2.getCurrentStack=null,o8=null,W6=!1}function E2(s){Q2.getCurrentStack=s===null?null:S4,o8=s,W6=!1}function ta(){return o8}function V8(s){W6=s}function h8(s){return""+s}function h6(s){switch(typeof s){case"boolean":case"number":case"string":case"undefined":return s;case"object":return m1(s),s;default:return""}}var e5={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function kt(s,d){e5[d.type]||d.onChange||d.onInput||d.readOnly||d.disabled||d.value==null||c("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),d.onChange||d.readOnly||d.disabled||d.checked==null||c("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function wt(s){var d=s.type,g=s.nodeName;return g&&g.toLowerCase()==="input"&&(d==="checkbox"||d==="radio")}function G6(s){return s._valueTracker}function gn(s){s._valueTracker=null}function Ct(s){var d="";return s&&(wt(s)?d=s.checked?"true":"false":d=s.value),d}function c4(s){var d=wt(s)?"checked":"value",g=Object.getOwnPropertyDescriptor(s.constructor.prototype,d);m1(s[d]);var M=""+s[d];if(!(s.hasOwnProperty(d)||typeof g>"u"||typeof g.get!="function"||typeof g.set!="function")){var L=g.get,N=g.set;Object.defineProperty(s,d,{configurable:!0,get:function(){return L.call(this)},set:function(D){m1(D),M=""+D,N.call(this,D)}}),Object.defineProperty(s,d,{enumerable:g.enumerable});var $={getValue:function(){return M},setValue:function(D){m1(D),M=""+D},stopTracking:function(){gn(s),delete s[d]}};return $}}function s4(s){G6(s)||(s._valueTracker=c4(s))}function Nt(s){if(!s)return!1;var d=G6(s);if(!d)return!0;var g=d.getValue(),M=Ct(s);return M!==g?(d.setValue(M),!0):!1}function X1(s){if(s=s||(typeof document<"u"?document:void 0),typeof s>"u")return null;try{return s.activeElement||s.body}catch{return s.body}}var M0=!1,h1=!1,x1=!1,V2=!1;function S8(s){var d=s.type==="checkbox"||s.type==="radio";return d?s.checked!=null:s.value!=null}function p2(s,d){var g=s,M=d.checked,L=O1({},d,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:M??g._wrapperState.initialChecked});return L}function P8(s,d){kt("input",d),d.checked!==void 0&&d.defaultChecked!==void 0&&!h1&&(c("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",p6()||"A component",d.type),h1=!0),d.value!==void 0&&d.defaultValue!==void 0&&!M0&&(c("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",p6()||"A component",d.type),M0=!0);var g=s,M=d.defaultValue==null?"":d.defaultValue;g._wrapperState={initialChecked:d.checked!=null?d.checked:d.defaultChecked,initialValue:h6(d.value!=null?d.value:M),controlled:S8(d)}}function W(s,d){var g=s,M=d.checked;M!=null&&g0(g,"checked",M,!1)}function A0(s,d){var g=s;{var M=S8(d);!g._wrapperState.controlled&&M&&!V2&&(c("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),V2=!0),g._wrapperState.controlled&&!M&&!x1&&(c("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),x1=!0)}W(s,d);var L=h6(d.value),N=d.type;if(L!=null)N==="number"?(L===0&&g.value===""||g.value!=L)&&(g.value=h8(L)):g.value!==h8(L)&&(g.value=h8(L));else if(N==="submit"||N==="reset"){g.removeAttribute("value");return}d.hasOwnProperty("value")?q1(g,d.type,L):d.hasOwnProperty("defaultValue")&&q1(g,d.type,h6(d.defaultValue)),d.checked==null&&d.defaultChecked!=null&&(g.defaultChecked=!!d.defaultChecked)}function x0(s,d,g){var M=s;if(d.hasOwnProperty("value")||d.hasOwnProperty("defaultValue")){var L=d.type,N=L==="submit"||L==="reset";if(N&&(d.value===void 0||d.value===null))return;var $=h8(M._wrapperState.initialValue);g||$!==M.value&&(M.value=$),M.defaultValue=$}var D=M.name;D!==""&&(M.name=""),M.defaultChecked=!M.defaultChecked,M.defaultChecked=!!M._wrapperState.initialChecked,D!==""&&(M.name=D)}function B0(s,d){var g=s;A0(g,d),g1(g,d)}function g1(s,d){var g=d.name;if(d.type==="radio"&&g!=null){for(var M=s;M.parentNode;)M=M.parentNode;T0(g,"name");for(var L=M.querySelectorAll("input[name="+JSON.stringify(""+g)+'][type="radio"]'),N=0;N<L.length;N++){var $=L[N];if(!($===s||$.form!==s.form)){var D=DH($);if(!D)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");Nt($),A0($,D)}}}}function q1(s,d,g){(d!=="number"||X1(s.ownerDocument)!==s)&&(g==null?s.defaultValue=h8(s._wrapperState.initialValue):s.defaultValue!==h8(g)&&(s.defaultValue=h8(g)))}var D1=!1,He=!1,Ie=!1;function b2(s,d){d.value==null&&(typeof d.children=="object"&&d.children!==null?t.Children.forEach(d.children,function(g){g!=null&&(typeof g=="string"||typeof g=="number"||He||(He=!0,c("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}):d.dangerouslySetInnerHTML!=null&&(Ie||(Ie=!0,c("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),d.selected!=null&&!D1&&(c("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),D1=!0)}function z2(s,d){d.value!=null&&s.setAttribute("value",h8(h6(d.value)))}var B2=Array.isArray;function Te(s){return B2(s)}var X2;X2=!1;function O8(){var s=p6();return s?`
50
50
 
51
51
  Check the render method of \``+s+"`.":""}var Ll=["value","defaultValue"];function co(s){{kt("select",s);for(var d=0;d<Ll.length;d++){var g=Ll[d];if(s[g]!=null){var M=Te(s[g]);s.multiple&&!M?c("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",g,O8()):!s.multiple&&M&&c("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",g,O8())}}}}function Zn(s,d,g,M){var L=s.options;if(d){for(var N=g,$={},D=0;D<N.length;D++)$["$"+N[D]]=!0;for(var U=0;U<L.length;U++){var t0=$.hasOwnProperty("$"+L[U].value);L[U].selected!==t0&&(L[U].selected=t0),t0&&M&&(L[U].defaultSelected=!0)}}else{for(var c0=h8(h6(g)),w0=null,F0=0;F0<L.length;F0++){if(L[F0].value===c0){L[F0].selected=!0,M&&(L[F0].defaultSelected=!0);return}w0===null&&!L[F0].disabled&&(w0=L[F0])}w0!==null&&(w0.selected=!0)}}function Sl(s,d){return O1({},d,{value:void 0})}function so(s,d){var g=s;co(d),g._wrapperState={wasMultiple:!!d.multiple},d.value!==void 0&&d.defaultValue!==void 0&&!X2&&(c("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),X2=!0)}function $u(s,d){var g=s;g.multiple=!!d.multiple;var M=d.value;M!=null?Zn(g,!!d.multiple,M,!1):d.defaultValue!=null&&Zn(g,!!d.multiple,d.defaultValue,!0)}function uc(s,d){var g=s,M=g._wrapperState.wasMultiple;g._wrapperState.wasMultiple=!!d.multiple;var L=d.value;L!=null?Zn(g,!!d.multiple,L,!1):M!==!!d.multiple&&(d.defaultValue!=null?Zn(g,!!d.multiple,d.defaultValue,!0):Zn(g,!!d.multiple,d.multiple?[]:"",!1))}function ju(s,d){var g=s,M=d.value;M!=null&&Zn(g,!!d.multiple,M,!1)}var dZ=!1;function pc(s,d){var g=s;if(d.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var M=O1({},d,{value:void 0,defaultValue:void 0,children:h8(g._wrapperState.initialValue)});return M}function uZ(s,d){var g=s;kt("textarea",d),d.value!==void 0&&d.defaultValue!==void 0&&!dZ&&(c("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components",p6()||"A component"),dZ=!0);var M=d.value;if(M==null){var L=d.children,N=d.defaultValue;if(L!=null){c("Use the `defaultValue` or `value` props instead of setting children on <textarea>.");{if(N!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(Te(L)){if(L.length>1)throw new Error("<textarea> can only have at most one child.");L=L[0]}N=L}}N==null&&(N=""),M=N}g._wrapperState={initialValue:h6(M)}}function pZ(s,d){var g=s,M=h6(d.value),L=h6(d.defaultValue);if(M!=null){var N=h8(M);N!==g.value&&(g.value=N),d.defaultValue==null&&g.defaultValue!==N&&(g.defaultValue=N)}L!=null&&(g.defaultValue=h8(L))}function hZ(s,d){var g=s,M=g.textContent;M===g._wrapperState.initialValue&&M!==""&&M!==null&&(g.value=M)}function Y80(s,d){pZ(s,d)}var at="http://www.w3.org/1999/xhtml",K80="http://www.w3.org/1998/Math/MathML",xu="http://www.w3.org/2000/svg";function Ru(s){switch(s){case"svg":return xu;case"math":return K80;default:return at}}function hc(s,d){return s==null||s===at?Ru(d):s===xu&&d==="foreignObject"?at:s}var Q80=function(s){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(d,g,M,L){MSApp.execUnsafeLocalFunction(function(){return s(d,g,M,L)})}:s},fc,fZ=Q80(function(s,d){if(s.namespaceURI===xu&&!("innerHTML"in s)){fc=fc||document.createElement("div"),fc.innerHTML="<svg>"+d.valueOf().toString()+"</svg>";for(var g=fc.firstChild;s.firstChild;)s.removeChild(s.firstChild);for(;g.firstChild;)s.appendChild(g.firstChild);return}s.innerHTML=d}),F4=1,Hn=3,W8=8,Mn=9,mo=11,Ar=function(s,d){if(d){var g=s.firstChild;if(g&&g===s.lastChild&&g.nodeType===Hn){g.nodeValue=d;return}}s.textContent=d},X80={animation:["animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction"],background:["backgroundAttachment","backgroundClip","backgroundColor","backgroundImage","backgroundOrigin","backgroundPositionX","backgroundPositionY","backgroundRepeat","backgroundSize"],backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:["borderBottomColor","borderBottomStyle","borderBottomWidth","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","borderLeftColor","borderLeftStyle","borderLeftWidth","borderRightColor","borderRightStyle","borderRightWidth","borderTopColor","borderTopStyle","borderTopWidth"],borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:["fontFamily","fontFeatureSettings","fontKerning","fontLanguageOverride","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition","fontWeight","lineHeight"],fontVariant:["fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition"],gap:["columnGap","rowGap"],grid:["gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:["maskClip","maskComposite","maskImage","maskMode","maskOrigin","maskPositionX","maskPositionY","maskRepeat","maskSize"],maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},a5={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function AZ(s,d){return s+d.charAt(0).toUpperCase()+d.substring(1)}var vZ=["Webkit","ms","Moz","O"];Object.keys(a5).forEach(function(s){vZ.forEach(function(d){a5[AZ(d,s)]=a5[s]})});function Ac(s,d,g){var M=d==null||typeof d=="boolean"||d==="";return M?"":!g&&typeof d=="number"&&d!==0&&!(a5.hasOwnProperty(s)&&a5[s])?d+"px":(V1(d,s),(""+d).trim())}var gZ=/([A-Z])/g,t5=/^ms-/;function J80(s){return s.replace(gZ,"-$1").toLowerCase().replace(t5,"-ms-")}var ZZ=function(){};{var e60=/^(?:webkit|moz|o)[A-Z]/,HZ=/^-ms-/,MZ=/-(.)/g,n5=/;\s*$/,Tt={},Du={},uo=!1,EZ=!1,VZ=function(s){return s.replace(MZ,function(d,g){return g.toUpperCase()})},zu=function(s){Tt.hasOwnProperty(s)&&Tt[s]||(Tt[s]=!0,c("Unsupported style property %s. Did you mean %s?",s,VZ(s.replace(HZ,"ms-"))))},Bu=function(s){Tt.hasOwnProperty(s)&&Tt[s]||(Tt[s]=!0,c("Unsupported vendor-prefixed style property %s. Did you mean %s?",s,s.charAt(0).toUpperCase()+s.slice(1)))},yZ=function(s,d){Du.hasOwnProperty(d)&&Du[d]||(Du[d]=!0,c(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,s,d.replace(n5,"")))},bZ=function(s,d){uo||(uo=!0,c("`NaN` is an invalid value for the `%s` css style property.",s))},LZ=function(s,d){EZ||(EZ=!0,c("`Infinity` is an invalid value for the `%s` css style property.",s))};ZZ=function(s,d){s.indexOf("-")>-1?zu(s):e60.test(s)?Bu(s):n5.test(d)&&yZ(s,d),typeof d=="number"&&(isNaN(d)?bZ(s,d):isFinite(d)||LZ(s,d))}}var a60=ZZ;function t60(s){{var d="",g="";for(var M in s)if(s.hasOwnProperty(M)){var L=s[M];if(L!=null){var N=M.indexOf("--")===0;d+=g+(N?M:J80(M))+":",d+=Ac(M,L,N),g=";"}}return d||null}}function SZ(s,d){var g=s.style;for(var M in d)if(d.hasOwnProperty(M)){var L=M.indexOf("--")===0;L||a60(M,d[M]);var N=Ac(M,d[M],L);M==="float"&&(M="cssFloat"),L?g.setProperty(M,N):g[M]=N}}function n60(s){return s==null||typeof s=="boolean"||s===""}function FZ(s){var d={};for(var g in s)for(var M=X80[g]||[g],L=0;L<M.length;L++)d[M[L]]=g;return d}function tt(s,d){{if(!d)return;var g=FZ(s),M=FZ(d),L={};for(var N in g){var $=g[N],D=M[N];if(D&&$!==D){var U=$+","+D;if(L[U])continue;L[U]=!0,c("%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",n60(s[$])?"Removing":"Updating",$,D)}}}}var po={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},_Z=O1({menuitem:!0},po),kZ="__html";function vc(s,d){if(d){if(_Z[s]&&(d.children!=null||d.dangerouslySetInnerHTML!=null))throw new Error(s+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");if(d.dangerouslySetInnerHTML!=null){if(d.children!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof d.dangerouslySetInnerHTML!="object"||!(kZ in d.dangerouslySetInnerHTML))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.")}if(!d.suppressContentEditableWarning&&d.contentEditable&&d.children!=null&&c("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),d.style!=null&&typeof d.style!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.")}}function vr(s,d){if(s.indexOf("-")===-1)return typeof d.is=="string";switch(s){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var r5={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},wZ={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},l5={},i5=new RegExp("^(aria)-["+a1+"]*$"),Uu=new RegExp("^(aria)[A-Z]["+a1+"]*$");function ho(s,d){{if(z.call(l5,d)&&l5[d])return!0;if(Uu.test(d)){var g="aria-"+d.slice(4).toLowerCase(),M=wZ.hasOwnProperty(g)?g:null;if(M==null)return c("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",d),l5[d]=!0,!0;if(d!==M)return c("Invalid ARIA attribute `%s`. Did you mean `%s`?",d,M),l5[d]=!0,!0}if(i5.test(d)){var L=d.toLowerCase(),N=wZ.hasOwnProperty(L)?L:null;if(N==null)return l5[d]=!0,!1;if(d!==N)return c("Unknown ARIA attribute `%s`. Did you mean `%s`?",d,N),l5[d]=!0,!0}}return!0}function qu(s,d){{var g=[];for(var M in d){var L=ho(s,M);L||g.push(M)}var N=g.map(function($){return"`"+$+"`"}).join(", ");g.length===1?c("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",N,s):g.length>1&&c("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",N,s)}}function CZ(s,d){vr(s,d)||qu(s,d)}var fo=!1;function o5(s,d){{if(s!=="input"&&s!=="textarea"&&s!=="select")return;d!=null&&d.value===null&&!fo&&(fo=!0,s==="select"&&d.multiple?c("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",s):c("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",s))}}var gc=function(){};{var Y6={},Ao=/^on./,NZ=/^on[^A-Z]/,TZ=new RegExp("^(aria)-["+a1+"]*$"),PZ=new RegExp("^(aria)[A-Z]["+a1+"]*$");gc=function(s,d,g,M){if(z.call(Y6,d)&&Y6[d])return!0;var L=d.toLowerCase();if(L==="onfocusin"||L==="onfocusout")return c("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Y6[d]=!0,!0;if(M!=null){var N=M.registrationNameDependencies,$=M.possibleRegistrationNames;if(N.hasOwnProperty(d))return!0;var D=$.hasOwnProperty(L)?$[L]:null;if(D!=null)return c("Invalid event handler property `%s`. Did you mean `%s`?",d,D),Y6[d]=!0,!0;if(Ao.test(d))return c("Unknown event handler property `%s`. It will be ignored.",d),Y6[d]=!0,!0}else if(Ao.test(d))return NZ.test(d)&&c("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",d),Y6[d]=!0,!0;if(TZ.test(d)||PZ.test(d))return!0;if(L==="innerhtml")return c("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Y6[d]=!0,!0;if(L==="aria")return c("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Y6[d]=!0,!0;if(L==="is"&&g!==null&&g!==void 0&&typeof g!="string")return c("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof g),Y6[d]=!0,!0;if(typeof g=="number"&&isNaN(g))return c("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",d),Y6[d]=!0,!0;var U=r2(d),t0=U!==null&&U.type===t1;if(r5.hasOwnProperty(L)){var c0=r5[L];if(c0!==d)return c("Invalid DOM property `%s`. Did you mean `%s`?",d,c0),Y6[d]=!0,!0}else if(!t0&&d!==L)return c("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",d,L),Y6[d]=!0,!0;return typeof g=="boolean"&&$e(d,g,U,!1)?(g?c('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',g,d,d,g,d):c('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',g,d,d,g,d,d,d),Y6[d]=!0,!0):t0?!0:$e(d,g,U,!1)?(Y6[d]=!0,!1):((g==="false"||g==="true")&&U!==null&&U.type===N0&&(c("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",g,d,g==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',d,g),Y6[d]=!0),!0)}}var OZ=function(s,d,g){{var M=[];for(var L in d){var N=gc(s,L,d[L],g);N||M.push(L)}var $=M.map(function(D){return"`"+D+"`"}).join(", ");M.length===1?c("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",$,s):M.length>1&&c("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",$,s)}};function IZ(s,d,g){vr(s,d)||OZ(s,d,g)}var Wu=1,Pt=2,Fl=4,Gu=Wu|Pt|Fl,vo=null;function r60(s){vo!==null&&c("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),vo=s}function go(){vo===null&&c("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),vo=null}function l60(s){return s===vo}function Zc(s){var d=s.target||s.srcElement||window;return d.correspondingUseElement&&(d=d.correspondingUseElement),d.nodeType===Hn?d.parentNode:d}var Hc=null,L2=null,gr=null;function Zo(s){var d=T5(s);if(d){if(typeof Hc!="function")throw new Error("setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.");var g=d.stateNode;if(g){var M=DH(g);Hc(d.stateNode,d.type,M)}}}function Ho(s){Hc=s}function Yu(s){L2?gr?gr.push(s):gr=[s]:L2=s}function Ku(){return L2!==null||gr!==null}function c5(){if(L2){var s=L2,d=gr;if(L2=null,gr=null,Zo(s),d)for(var g=0;g<d.length;g++)Zo(d[g])}}var Mo=function(s,d){return s(d)},_l=function(){},Mc=!1;function i60(){var s=Ku();s&&(_l(),c5())}function $Z(s,d,g){if(Mc)return s(d,g);Mc=!0;try{return Mo(s,d,g)}finally{Mc=!1,i60()}}function jZ(s,d,g){Mo=s,_l=g}function Ec(s){return s==="button"||s==="input"||s==="select"||s==="textarea"}function Vc(s,d,g){switch(s){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":return!!(g.disabled&&Ec(d));default:return!1}}function kl(s,d){var g=s.stateNode;if(g===null)return null;var M=DH(g);if(M===null)return null;var L=M[d];if(Vc(d,s.type,M))return null;if(L&&typeof L!="function")throw new Error("Expected `"+d+"` listener to be a function, instead got a value of `"+typeof L+"` type.");return L}var Eo=!1;if(Z0)try{var wl={};Object.defineProperty(wl,"passive",{get:function(){Eo=!0}}),window.addEventListener("test",wl,wl),window.removeEventListener("test",wl,wl)}catch{Eo=!1}function yc(s,d,g,M,L,N,$,D,U){var t0=Array.prototype.slice.call(arguments,3);try{d.apply(g,t0)}catch(c0){this.onError(c0)}}var xZ=yc;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var bc=document.createElement("react");xZ=function(d,g,M,L,N,$,D,U,t0){if(typeof document>"u"||document===null)throw new Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");var c0=document.createEvent("Event"),w0=!1,F0=!0,U0=window.event,W0=Object.getOwnPropertyDescriptor(window,"event");function X0(){bc.removeEventListener(J0,ue,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=U0)}var P1=Array.prototype.slice.call(arguments,3);function ue(){w0=!0,X0(),g.apply(M,P1),F0=!1}var ie,o2=!1,Xe=!1;function O0(I0){if(ie=I0.error,o2=!0,ie===null&&I0.colno===0&&I0.lineno===0&&(Xe=!0),I0.defaultPrevented&&ie!=null&&typeof ie=="object")try{ie._suppressLogging=!0}catch{}}var J0="react-"+(d||"invokeguardedcallback");if(window.addEventListener("error",O0),bc.addEventListener(J0,ue,!1),c0.initEvent(J0,!1,!1),bc.dispatchEvent(c0),W0&&Object.defineProperty(window,"event",W0),w0&&F0&&(o2?Xe&&(ie=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):ie=new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`),this.onError(ie)),window.removeEventListener("error",O0),!w0)return X0(),yc.apply(this,arguments)}}var o60=xZ,s5=!1,m5=null,nt=!1,Lc=null,d5={onError:function(s){s5=!0,m5=s}};function Na(s,d,g,M,L,N,$,D,U){s5=!1,m5=null,o60.apply(d5,arguments)}function Vo(s,d,g,M,L,N,$,D,U){if(Na.apply(this,arguments),s5){var t0=Xu();nt||(nt=!0,Lc=t0)}}function En(){if(nt){var s=Lc;throw nt=!1,Lc=null,s}}function Qu(){return s5}function Xu(){if(s5){var s=m5;return s5=!1,m5=null,s}else throw new Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.")}function u5(s){return s._reactInternals}function Cl(s){return s._reactInternals!==void 0}function yo(s,d){s._reactInternals=d}var oe=0,Vn=1,F8=2,We=4,_4=16,w2=32,J2=64,je=128,f8=256,G8=512,Ta=1024,na=2048,_8=4096,Ot=8192,Sc=16384,RZ=32767,Nl=32768,K6=65536,rt=131072,bo=1048576,Lo=2097152,Zr=4194304,Ju=8388608,m4=16777216,Hr=33554432,Mr=We|Ta|0,p5=F8|We|_4|w2|G8|_8|Ot,Er=We|J2|G8|Ot,L6=na|_4,Y8=Zr|Ju|Lo,Tl=r.ReactCurrentOwner;function d4(s){var d=s,g=s;if(s.alternate)for(;d.return;)d=d.return;else{var M=d;do d=M,(d.flags&(F8|_8))!==oe&&(g=d.return),M=d.return;while(M)}return d.tag===v?g:null}function It(s){if(s.tag===T){var d=s.memoizedState;if(d===null){var g=s.alternate;g!==null&&(d=g.memoizedState)}if(d!==null)return d.dehydrated}return null}function Vr(s){return s.tag===v?s.stateNode.containerInfo:null}function DZ(s){return d4(s)===s}function ep(s){{var d=Tl.current;if(d!==null&&d.tag===h){var g=d,M=g.stateNode;M._warnedAboutRefsInRender||c("%s is accessing isMounted inside its render() function. render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",Ze(g)||"A component"),M._warnedAboutRefsInRender=!0}}var L=u5(s);return L?d4(L)===L:!1}function Fc(s){if(d4(s)!==s)throw new Error("Unable to find node on an unmounted component.")}function k4(s){var d=s.alternate;if(!d){var g=d4(s);if(g===null)throw new Error("Unable to find node on an unmounted component.");return g!==s?null:s}for(var M=s,L=d;;){var N=M.return;if(N===null)break;var $=N.alternate;if($===null){var D=N.return;if(D!==null){M=L=D;continue}break}if(N.child===$.child){for(var U=N.child;U;){if(U===M)return Fc(N),s;if(U===L)return Fc(N),d;U=U.sibling}throw new Error("Unable to find node on an unmounted component.")}if(M.return!==L.return)M=N,L=$;else{for(var t0=!1,c0=N.child;c0;){if(c0===M){t0=!0,M=N,L=$;break}if(c0===L){t0=!0,L=N,M=$;break}c0=c0.sibling}if(!t0){for(c0=$.child;c0;){if(c0===M){t0=!0,M=$,L=N;break}if(c0===L){t0=!0,L=$,M=N;break}c0=c0.sibling}if(!t0)throw new Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(M.alternate!==L)throw new Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(M.tag!==v)throw new Error("Unable to find node on an unmounted component.");return M.stateNode.current===M?s:d}function w4(s){var d=k4(s);return d!==null?s8(d):null}function s8(s){if(s.tag===H||s.tag===V)return s;for(var d=s.child;d!==null;){var g=s8(d);if(g!==null)return g;d=d.sibling}return null}function lt(s){var d=k4(s);return d!==null?ap(d):null}function ap(s){if(s.tag===H||s.tag===V)return s;for(var d=s.child;d!==null;){if(d.tag!==Z){var g=ap(d);if(g!==null)return g}d=d.sibling}return null}var tp=n.unstable_scheduleCallback,np=n.unstable_cancelCallback,rp=n.unstable_shouldYield,zZ=n.unstable_requestPaint,I8=n.unstable_now,BZ=n.unstable_getCurrentPriorityLevel,yn=n.unstable_ImmediatePriority,So=n.unstable_UserBlockingPriority,Pl=n.unstable_NormalPriority,Fo=n.unstable_LowPriority,h5=n.unstable_IdlePriority,UZ=n.unstable_yieldValue,qZ=n.unstable_setDisableYieldValue,it=null,S6=null,w1=null,ra=!1,Q6=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function lp(s){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var d=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(d.isDisabled)return!0;if(!d.supportsFiber)return c("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{V0&&(s=O1({},s,{getLaneLabelMap:sp,injectProfilingHooks:Ol})),it=d.inject(s),S6=d}catch(g){c("React instrumentation encountered an error: %s.",g)}return!!d.checkDCE}function ip(s,d){if(S6&&typeof S6.onScheduleFiberRoot=="function")try{S6.onScheduleFiberRoot(it,s,d)}catch(g){ra||(ra=!0,c("React instrumentation encountered an error: %s",g))}}function op(s,d){if(S6&&typeof S6.onCommitFiberRoot=="function")try{var g=(s.current.flags&je)===je;if(y0){var M;switch(d){case O4:M=yn;break;case Oa:M=So;break;case F6:M=Pl;break;case rs:M=h5;break;default:M=Pl;break}S6.onCommitFiberRoot(it,s,M,g)}}catch(L){ra||(ra=!0,c("React instrumentation encountered an error: %s",L))}}function cp(s){if(S6&&typeof S6.onPostCommitFiberRoot=="function")try{S6.onPostCommitFiberRoot(it,s)}catch(d){ra||(ra=!0,c("React instrumentation encountered an error: %s",d))}}function f5(s){if(S6&&typeof S6.onCommitFiberUnmount=="function")try{S6.onCommitFiberUnmount(it,s)}catch(d){ra||(ra=!0,c("React instrumentation encountered an error: %s",d))}}function C2(s){if(typeof UZ=="function"&&(qZ(s),i(s)),S6&&typeof S6.setStrictMode=="function")try{S6.setStrictMode(it,s)}catch(d){ra||(ra=!0,c("React instrumentation encountered an error: %s",d))}}function Ol(s){w1=s}function sp(){{for(var s=new Map,d=1,g=0;g<fp;g++){var M=XZ(d);s.set(d,M),d*=2}return s}}function WZ(s){w1!==null&&typeof w1.markCommitStarted=="function"&&w1.markCommitStarted(s)}function $t(){w1!==null&&typeof w1.markCommitStopped=="function"&&w1.markCommitStopped()}function Pa(s){w1!==null&&typeof w1.markComponentRenderStarted=="function"&&w1.markComponentRenderStarted(s)}function yr(){w1!==null&&typeof w1.markComponentRenderStopped=="function"&&w1.markComponentRenderStopped()}function GZ(s){w1!==null&&typeof w1.markComponentPassiveEffectMountStarted=="function"&&w1.markComponentPassiveEffectMountStarted(s)}function bn(){w1!==null&&typeof w1.markComponentPassiveEffectMountStopped=="function"&&w1.markComponentPassiveEffectMountStopped()}function br(s){w1!==null&&typeof w1.markComponentPassiveEffectUnmountStarted=="function"&&w1.markComponentPassiveEffectUnmountStarted(s)}function _c(){w1!==null&&typeof w1.markComponentPassiveEffectUnmountStopped=="function"&&w1.markComponentPassiveEffectUnmountStopped()}function YZ(s){w1!==null&&typeof w1.markComponentLayoutEffectMountStarted=="function"&&w1.markComponentLayoutEffectMountStarted(s)}function kc(){w1!==null&&typeof w1.markComponentLayoutEffectMountStopped=="function"&&w1.markComponentLayoutEffectMountStopped()}function mp(s){w1!==null&&typeof w1.markComponentLayoutEffectUnmountStarted=="function"&&w1.markComponentLayoutEffectUnmountStarted(s)}function A5(){w1!==null&&typeof w1.markComponentLayoutEffectUnmountStopped=="function"&&w1.markComponentLayoutEffectUnmountStopped()}function jt(s,d,g){w1!==null&&typeof w1.markComponentErrored=="function"&&w1.markComponentErrored(s,d,g)}function _o(s,d,g){w1!==null&&typeof w1.markComponentSuspended=="function"&&w1.markComponentSuspended(s,d,g)}function ko(s){w1!==null&&typeof w1.markLayoutEffectsStarted=="function"&&w1.markLayoutEffectsStarted(s)}function Il(){w1!==null&&typeof w1.markLayoutEffectsStopped=="function"&&w1.markLayoutEffectsStopped()}function dp(s){w1!==null&&typeof w1.markPassiveEffectsStarted=="function"&&w1.markPassiveEffectsStarted(s)}function v5(){w1!==null&&typeof w1.markPassiveEffectsStopped=="function"&&w1.markPassiveEffectsStopped()}function up(s){w1!==null&&typeof w1.markRenderStarted=="function"&&w1.markRenderStarted(s)}function pp(){w1!==null&&typeof w1.markRenderYielded=="function"&&w1.markRenderYielded()}function A8(){w1!==null&&typeof w1.markRenderStopped=="function"&&w1.markRenderStopped()}function wc(s){w1!==null&&typeof w1.markRenderScheduled=="function"&&w1.markRenderScheduled(s)}function hp(s,d){w1!==null&&typeof w1.markForceUpdateScheduled=="function"&&w1.markForceUpdateScheduled(s,d)}function wo(s,d){w1!==null&&typeof w1.markStateUpdateScheduled=="function"&&w1.markStateUpdateScheduled(s,d)}var ce=0,ze=1,n2=2,we=8,U2=16,n6=Math.clz32?Math.clz32:No,Cc=Math.log,Co=Math.LN2;function No(s){var d=s>>>0;return d===0?32:31-(Cc(d)/Co|0)|0}var fp=31,n1=0,K8=0,ve=1,Lr=2,f6=4,A6=8,C4=16,$l=32,Sr=4194240,g5=64,Nc=128,Tc=256,Pc=512,Oc=1024,Ic=2048,$c=4096,jc=8192,jl=16384,xc=32768,Z5=65536,H5=131072,Rc=262144,To=524288,Dc=1048576,zc=2097152,Po=130023424,xl=4194304,Oo=8388608,Bc=16777216,Uc=33554432,qc=67108864,KZ=xl,M5=134217728,QZ=268435455,Io=268435456,Fr=536870912,N4=1073741824;function XZ(s){{if(s&ve)return"Sync";if(s&Lr)return"InputContinuousHydration";if(s&f6)return"InputContinuous";if(s&A6)return"DefaultHydration";if(s&C4)return"Default";if(s&$l)return"TransitionHydration";if(s&Sr)return"Transition";if(s&Po)return"Retry";if(s&M5)return"SelectiveHydration";if(s&Io)return"IdleHydration";if(s&Fr)return"Idle";if(s&N4)return"Offscreen"}}var N2=-1,Wc=g5,Gc=xl;function $o(s){switch(Rl(s)){case ve:return ve;case Lr:return Lr;case f6:return f6;case A6:return A6;case C4:return C4;case $l:return $l;case g5:case Nc:case Tc:case Pc:case Oc:case Ic:case $c:case jc:case jl:case xc:case Z5:case H5:case Rc:case To:case Dc:case zc:return s&Sr;case xl:case Oo:case Bc:case Uc:case qc:return s&Po;case M5:return M5;case Io:return Io;case Fr:return Fr;case N4:return N4;default:return c("Should have found matching lanes. This is a bug in React."),s}}function T4(s,d){var g=s.pendingLanes;if(g===n1)return n1;var M=n1,L=s.suspendedLanes,N=s.pingedLanes,$=g&QZ;if($!==n1){var D=$&~L;if(D!==n1)M=$o(D);else{var U=$&N;U!==n1&&(M=$o(U))}}else{var t0=g&~L;t0!==n1?M=$o(t0):N!==n1&&(M=$o(N))}if(M===n1)return n1;if(d!==n1&&d!==M&&(d&L)===n1){var c0=Rl(M),w0=Rl(d);if(c0>=w0||c0===C4&&(w0&Sr)!==n1)return d}(M&f6)!==n1&&(M|=g&C4);var F0=s.entangledLanes;if(F0!==n1)for(var U0=s.entanglements,W0=M&F0;W0>0;){var X0=$8(W0),P1=1<<X0;M|=U0[X0],W0&=~P1}return M}function Ap(s,d){for(var g=s.eventTimes,M=N2;d>0;){var L=$8(d),N=1<<L,$=g[L];$>M&&(M=$),d&=~N}return M}function Yc(s,d){switch(s){case ve:case Lr:case f6:return d+250;case A6:case C4:case $l:case g5:case Nc:case Tc:case Pc:case Oc:case Ic:case $c:case jc:case jl:case xc:case Z5:case H5:case Rc:case To:case Dc:case zc:return d+5e3;case xl:case Oo:case Bc:case Uc:case qc:return N2;case M5:case Io:case Fr:case N4:return N2;default:return c("Should have found matching lanes. This is a bug in React."),N2}}function JZ(s,d){for(var g=s.pendingLanes,M=s.suspendedLanes,L=s.pingedLanes,N=s.expirationTimes,$=g;$>0;){var D=$8($),U=1<<D,t0=N[D];t0===N2?((U&M)===n1||(U&L)!==n1)&&(N[D]=Yc(U,d)):t0<=d&&(s.expiredLanes|=U),$&=~U}}function eH(s){return $o(s.pendingLanes)}function Kc(s){var d=s.pendingLanes&~N4;return d!==n1?d:d&N4?N4:n1}function vp(s){return(s&ve)!==n1}function _r(s){return(s&QZ)!==n1}function Qc(s){return(s&Po)===s}function gp(s){var d=ve|f6|C4;return(s&d)===n1}function c60(s){return(s&Sr)===s}function jo(s,d){var g=Lr|f6|A6|C4;return(d&g)!==n1}function aH(s,d){return(d&s.expiredLanes)!==n1}function Zp(s){return(s&Sr)!==n1}function Hp(){var s=Wc;return Wc<<=1,(Wc&Sr)===n1&&(Wc=g5),s}function tH(){var s=Gc;return Gc<<=1,(Gc&Po)===n1&&(Gc=xl),s}function Rl(s){return s&-s}function v6(s){return Rl(s)}function $8(s){return 31-n6(s)}function Xc(s){return $8(s)}function P4(s,d){return(s&d)!==n1}function Dl(s,d){return(s&d)===d}function Pe(s,d){return s|d}function xo(s,d){return s&~d}function Jc(s,d){return s&d}function s60(s){return s}function Mp(s,d){return s!==K8&&s<d?s:d}function es(s){for(var d=[],g=0;g<fp;g++)d.push(s);return d}function E5(s,d,g){s.pendingLanes|=d,d!==Fr&&(s.suspendedLanes=n1,s.pingedLanes=n1);var M=s.eventTimes,L=Xc(d);M[L]=g}function Ep(s,d){s.suspendedLanes|=d,s.pingedLanes&=~d;for(var g=s.expirationTimes,M=d;M>0;){var L=$8(M),N=1<<L;g[L]=N2,M&=~N}}function as(s,d,g){s.pingedLanes|=s.suspendedLanes&d}function nH(s,d){var g=s.pendingLanes&~d;s.pendingLanes=d,s.suspendedLanes=n1,s.pingedLanes=n1,s.expiredLanes&=d,s.mutableReadLanes&=d,s.entangledLanes&=d;for(var M=s.entanglements,L=s.eventTimes,N=s.expirationTimes,$=g;$>0;){var D=$8($),U=1<<D;M[D]=n1,L[D]=N2,N[D]=N2,$&=~U}}function Ro(s,d){for(var g=s.entangledLanes|=d,M=s.entanglements,L=g;L;){var N=$8(L),$=1<<N;$&d|M[N]&d&&(M[N]|=d),L&=~$}}function ts(s,d){var g=Rl(d),M;switch(g){case f6:M=Lr;break;case C4:M=A6;break;case g5:case Nc:case Tc:case Pc:case Oc:case Ic:case $c:case jc:case jl:case xc:case Z5:case H5:case Rc:case To:case Dc:case zc:case xl:case Oo:case Bc:case Uc:case qc:M=$l;break;case Fr:M=Io;break;default:M=K8;break}return(M&(s.suspendedLanes|d))!==K8?K8:M}function rH(s,d,g){if(Q6)for(var M=s.pendingUpdatersLaneMap;g>0;){var L=Xc(g),N=1<<L,$=M[L];$.add(d),g&=~N}}function Vp(s,d){if(Q6)for(var g=s.pendingUpdatersLaneMap,M=s.memoizedUpdaters;d>0;){var L=Xc(d),N=1<<L,$=g[L];$.size>0&&($.forEach(function(D){var U=D.alternate;(U===null||!M.has(U))&&M.add(D)}),$.clear()),d&=~N}}function ns(s,d){return null}var O4=ve,Oa=f6,F6=C4,rs=Fr,V5=K8;function la(){return V5}function r6(s){V5=s}function lH(s,d){var g=V5;try{return V5=s,d()}finally{V5=g}}function Do(s,d){return s!==0&&s<d?s:d}function X6(s,d){return s>d?s:d}function yp(s,d){return s!==0&&s<d}function iH(s){var d=Rl(s);return yp(O4,d)?yp(Oa,d)?_r(d)?F6:rs:Oa:O4}function zl(s){var d=s.current.memoizedState;return d.isDehydrated}var _6;function m60(s){_6=s}function Y1(s){_6(s)}var kr;function bp(s){kr=s}var Lp;function d60(s){Lp=s}var y5;function ls(s){y5=s}var is;function oH(s){is=s}var os=!1,zo=[],xt=null,Rt=null,v8=null,u4=new Map,Ia=new Map,Ln=[],cH=["mousedown","mouseup","touchcancel","touchend","touchstart","auxclick","dblclick","pointercancel","pointerdown","pointerup","dragend","dragstart","drop","compositionend","compositionstart","keydown","keypress","keyup","input","textInput","copy","cut","paste","click","change","contextmenu","reset","submit"];function ot(s){return cH.indexOf(s)>-1}function sH(s,d,g,M,L){return{blockedOn:s,domEventName:d,eventSystemFlags:g,nativeEvent:L,targetContainers:[M]}}function ct(s,d){switch(s){case"focusin":case"focusout":xt=null;break;case"dragenter":case"dragleave":Rt=null;break;case"mouseover":case"mouseout":v8=null;break;case"pointerover":case"pointerout":{var g=d.pointerId;u4.delete(g);break}case"gotpointercapture":case"lostpointercapture":{var M=d.pointerId;Ia.delete(M);break}}}function Bo(s,d,g,M,L,N){if(s===null||s.nativeEvent!==N){var $=sH(d,g,M,L,N);if(d!==null){var D=T5(d);D!==null&&kr(D)}return $}s.eventSystemFlags|=M;var U=s.targetContainers;return L!==null&&U.indexOf(L)===-1&&U.push(L),s}function mH(s,d,g,M,L){switch(d){case"focusin":{var N=L;return xt=Bo(xt,s,d,g,M,N),!0}case"dragenter":{var $=L;return Rt=Bo(Rt,s,d,g,M,$),!0}case"mouseover":{var D=L;return v8=Bo(v8,s,d,g,M,D),!0}case"pointerover":{var U=L,t0=U.pointerId;return u4.set(t0,Bo(u4.get(t0)||null,s,d,g,M,U)),!0}case"gotpointercapture":{var c0=L,w0=c0.pointerId;return Ia.set(w0,Bo(Ia.get(w0)||null,s,d,g,M,c0)),!0}}return!1}function Sp(s){var d=r7(s.target);if(d!==null){var g=d4(d);if(g!==null){var M=g.tag;if(M===T){var L=It(g);if(L!==null){s.blockedOn=L,is(s.priority,function(){Lp(g)});return}}else if(M===v){var N=g.stateNode;if(zl(N)){s.blockedOn=Vr(g);return}}}}s.blockedOn=null}function dH(s){for(var d=y5(),g={blockedOn:null,target:s,priority:d},M=0;M<Ln.length&&yp(d,Ln[M].priority);M++);Ln.splice(M,0,g),M===0&&Sp(g)}function Uo(s){if(s.blockedOn!==null)return!1;for(var d=s.targetContainers;d.length>0;){var g=d[0],M=qo(s.domEventName,s.eventSystemFlags,g,s.nativeEvent);if(M===null){var L=s.nativeEvent,N=new L.constructor(L.type,L);r60(N),L.target.dispatchEvent(N),go()}else{var $=T5(M);return $!==null&&kr($),s.blockedOn=M,!1}d.shift()}return!0}function uH(s,d,g){Uo(s)&&g.delete(d)}function cs(){os=!1,xt!==null&&Uo(xt)&&(xt=null),Rt!==null&&Uo(Rt)&&(Rt=null),v8!==null&&Uo(v8)&&(v8=null),u4.forEach(uH),Ia.forEach(uH)}function Bl(s,d){s.blockedOn===d&&(s.blockedOn=null,os||(os=!0,n.unstable_scheduleCallback(n.unstable_NormalPriority,cs)))}function J6(s){if(zo.length>0){Bl(zo[0],s);for(var d=1;d<zo.length;d++){var g=zo[d];g.blockedOn===s&&(g.blockedOn=null)}}xt!==null&&Bl(xt,s),Rt!==null&&Bl(Rt,s),v8!==null&&Bl(v8,s);var M=function(D){return Bl(D,s)};u4.forEach(M),Ia.forEach(M);for(var L=0;L<Ln.length;L++){var N=Ln[L];N.blockedOn===s&&(N.blockedOn=null)}for(;Ln.length>0;){var $=Ln[0];if($.blockedOn!==null)break;Sp($),$.blockedOn===null&&Ln.shift()}}var Ge=r.ReactCurrentBatchConfig,Q8=!0;function j8(s){Q8=!!s}function k6(){return Q8}function ia(s,d,g){var M=L5(d),L;switch(M){case O4:L=b5;break;case Oa:L=l6;break;case F6:default:L=Ul;break}return L.bind(null,d,g,s)}function b5(s,d,g,M){var L=la(),N=Ge.transition;Ge.transition=null;try{r6(O4),Ul(s,d,g,M)}finally{r6(L),Ge.transition=N}}function l6(s,d,g,M){var L=la(),N=Ge.transition;Ge.transition=null;try{r6(Oa),Ul(s,d,g,M)}finally{r6(L),Ge.transition=N}}function Ul(s,d,g,M){Q8&&ql(s,d,g,M)}function ql(s,d,g,M){var L=qo(s,d,g,M);if(L===null){F60(s,d,M,Wl,g),ct(s,M);return}if(mH(L,s,d,g,M)){M.stopPropagation();return}if(ct(s,M),d&Fl&&ot(s)){for(;L!==null;){var N=T5(L);N!==null&&Y1(N);var $=qo(s,d,g,M);if($===null&&F60(s,d,M,Wl,g),$===L)break;L=$}L!==null&&M.stopPropagation();return}F60(s,d,M,null,g)}var Wl=null;function qo(s,d,g,M){Wl=null;var L=Zc(M),N=r7(L);if(N!==null){var $=d4(N);if($===null)N=null;else{var D=$.tag;if(D===T){var U=It($);if(U!==null)return U;N=null}else if(D===v){var t0=$.stateNode;if(zl(t0))return Vr($);N=null}else $!==N&&(N=null)}}return Wl=N,null}function L5(s){switch(s){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return O4;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return Oa;case"message":{var d=BZ();switch(d){case yn:return O4;case So:return Oa;case Pl:case Fo:return F6;case h5:return rs;default:return F6}}default:return F6}}function I4(s,d,g){return s.addEventListener(d,g,!1),g}function Fp(s,d,g){return s.addEventListener(d,g,!0),g}function S5(s,d,g,M){return s.addEventListener(d,g,{capture:!0,passive:M}),g}function Sn(s,d,g,M){return s.addEventListener(d,g,{passive:M}),g}var wr=null,Wo=null,$a=null;function ss(s){return wr=s,Wo=F5(),!0}function Cr(){wr=null,Wo=null,$a=null}function Go(){if($a)return $a;var s,d=Wo,g=d.length,M,L=F5(),N=L.length;for(s=0;s<g&&d[s]===L[s];s++);var $=g-s;for(M=1;M<=$&&d[g-M]===L[N-M];M++);var D=M>1?1-M:void 0;return $a=L.slice(s,D),$a}function F5(){return"value"in wr?wr.value:wr.textContent}function _5(s){var d,g=s.keyCode;return"charCode"in s?(d=s.charCode,d===0&&g===13&&(d=13)):d=g,d===10&&(d=13),d>=32||d===13?d:0}function Gl(){return!0}function Yo(){return!1}function e8(s){function d(g,M,L,N,$){this._reactName=g,this._targetInst=L,this.type=M,this.nativeEvent=N,this.target=$,this.currentTarget=null;for(var D in s)if(s.hasOwnProperty(D)){var U=s[D];U?this[D]=U(N):this[D]=N[D]}var t0=N.defaultPrevented!=null?N.defaultPrevented:N.returnValue===!1;return t0?this.isDefaultPrevented=Gl:this.isDefaultPrevented=Yo,this.isPropagationStopped=Yo,this}return O1(d.prototype,{preventDefault:function(){this.defaultPrevented=!0;var g=this.nativeEvent;g&&(g.preventDefault?g.preventDefault():typeof g.returnValue!="unknown"&&(g.returnValue=!1),this.isDefaultPrevented=Gl)},stopPropagation:function(){var g=this.nativeEvent;g&&(g.stopPropagation?g.stopPropagation():typeof g.cancelBubble!="unknown"&&(g.cancelBubble=!0),this.isPropagationStopped=Gl)},persist:function(){},isPersistent:Gl}),d}var oa={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(s){return s.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ca=e8(oa),g6=O1({},oa,{view:0,detail:0}),pH=e8(g6),Ko,Qo,Xo;function Nr(s){s!==Xo&&(Xo&&s.type==="mousemove"?(Ko=s.screenX-Xo.screenX,Qo=s.screenY-Xo.screenY):(Ko=0,Qo=0),Xo=s)}var Jo=O1({},g6,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Cp,button:0,buttons:0,relatedTarget:function(s){return s.relatedTarget===void 0?s.fromElement===s.srcElement?s.toElement:s.fromElement:s.relatedTarget},movementX:function(s){return"movementX"in s?s.movementX:(Nr(s),Ko)},movementY:function(s){return"movementY"in s?s.movementY:Qo}}),ms=e8(Jo),Yl=O1({},Jo,{dataTransfer:0}),_p=e8(Yl),Kl=O1({},g6,{relatedTarget:0}),ds=e8(Kl),hH=O1({},oa,{animationName:0,elapsedTime:0,pseudoElement:0}),kp=e8(hH),us=O1({},oa,{clipboardData:function(s){return"clipboardData"in s?s.clipboardData:window.clipboardData}}),u60=e8(us),p60=O1({},oa,{data:0}),wp=e8(p60),fH=wp,Ql={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},h60={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};function k5(s){if(s.key){var d=Ql[s.key]||s.key;if(d!=="Unidentified")return d}if(s.type==="keypress"){var g=_5(s);return g===13?"Enter":String.fromCharCode(g)}return s.type==="keydown"||s.type==="keyup"?h60[s.keyCode]||"Unidentified":""}var AH={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function k8(s){var d=this,g=d.nativeEvent;if(g.getModifierState)return g.getModifierState(s);var M=AH[s];return M?!!g[M]:!1}function Cp(s){return k8}var vH=O1({},g6,{key:k5,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Cp,charCode:function(s){return s.type==="keypress"?_5(s):0},keyCode:function(s){return s.type==="keydown"||s.type==="keyup"?s.keyCode:0},which:function(s){return s.type==="keypress"?_5(s):s.type==="keydown"||s.type==="keyup"?s.keyCode:0}}),f60=e8(vH),A60=O1({},Jo,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Np=e8(A60),gH=O1({},g6,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Cp}),v60=e8(gH),ja=O1({},oa,{propertyName:0,elapsedTime:0,pseudoElement:0}),Tp=e8(ja),g60=O1({},Jo,{deltaX:function(s){return"deltaX"in s?s.deltaX:"wheelDeltaX"in s?-s.wheelDeltaX:0},deltaY:function(s){return"deltaY"in s?s.deltaY:"wheelDeltaY"in s?-s.wheelDeltaY:"wheelDelta"in s?-s.wheelDelta:0},deltaZ:0,deltaMode:0}),Tr=e8(g60),ps=[9,13,27,32],Pr=229,w5=Z0&&"CompositionEvent"in window,Xl=null;Z0&&"documentMode"in document&&(Xl=document.documentMode);var Pp=Z0&&"TextEvent"in window&&!Xl,ZH=Z0&&(!w5||Xl&&Xl>8&&Xl<=11),hs=32,HH=String.fromCharCode(hs);function MH(){v0("onBeforeInput",["compositionend","keypress","textInput","paste"]),v0("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),v0("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),v0("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var Op=!1;function fs(s){return(s.ctrlKey||s.altKey||s.metaKey)&&!(s.ctrlKey&&s.altKey)}function As(s){switch(s){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function EH(s,d){return s==="keydown"&&d.keyCode===Pr}function vs(s,d){switch(s){case"keyup":return ps.indexOf(d.keyCode)!==-1;case"keydown":return d.keyCode!==Pr;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function VH(s){var d=s.detail;return typeof d=="object"&&"data"in d?d.data:null}function Ip(s){return s.locale==="ko"}var Or=!1;function gs(s,d,g,M,L){var N,$;if(w5?N=As(d):Or?vs(d,M)&&(N="onCompositionEnd"):EH(d,M)&&(N="onCompositionStart"),!N)return null;ZH&&!Ip(M)&&(!Or&&N==="onCompositionStart"?Or=ss(L):N==="onCompositionEnd"&&Or&&($=Go()));var D=_H(g,N);if(D.length>0){var U=new wp(N,d,null,M,L);if(s.push({event:U,listeners:D}),$)U.data=$;else{var t0=VH(M);t0!==null&&(U.data=t0)}}}function $p(s,d){switch(s){case"compositionend":return VH(d);case"keypress":var g=d.which;return g!==hs?null:(Op=!0,HH);case"textInput":var M=d.data;return M===HH&&Op?null:M;default:return null}}function Zs(s,d){if(Or){if(s==="compositionend"||!w5&&vs(s,d)){var g=Go();return Cr(),Or=!1,g}return null}switch(s){case"paste":return null;case"keypress":if(!fs(d)){if(d.char&&d.char.length>1)return d.char;if(d.which)return String.fromCharCode(d.which)}return null;case"compositionend":return ZH&&!Ip(d)?null:d.data;default:return null}}function yH(s,d,g,M,L){var N;if(Pp?N=$p(d,M):N=Zs(d,M),!N)return null;var $=_H(g,"onBeforeInput");if($.length>0){var D=new fH("onBeforeInput","beforeinput",null,M,L);s.push({event:D,listeners:$}),D.data=N}}function Z60(s,d,g,M,L,N,$){gs(s,d,g,M,L),yH(s,d,g,M,L)}var Hs={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function bH(s){var d=s&&s.nodeName&&s.nodeName.toLowerCase();return d==="input"?!!Hs[s.type]:d==="textarea"}function e7(s){if(!Z0)return!1;var d="on"+s,g=d in document;if(!g){var M=document.createElement("div");M.setAttribute(d,"return;"),g=typeof M[d]=="function"}return g}function H60(){v0("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function a7(s,d,g,M){Yu(M);var L=_H(d,"onChange");if(L.length>0){var N=new ca("onChange","change",null,g,M);s.push({event:N,listeners:L})}}var p=null,A=null;function y(s){var d=s.nodeName&&s.nodeName.toLowerCase();return d==="select"||d==="input"&&s.type==="file"}function C(s){var d=[];a7(d,A,s,Zc(s)),$Z(O,d)}function O(s){WZ0(s,0)}function j(s){var d=Ls(s);if(Nt(d))return s}function J(s,d){if(s==="change")return d}var f0=!1;Z0&&(f0=e7("input")&&(!document.documentMode||document.documentMode>9));function H0(s,d){p=s,A=d,p.attachEvent("onpropertychange",p1)}function q0(){p&&(p.detachEvent("onpropertychange",p1),p=null,A=null)}function p1(s){s.propertyName==="value"&&j(A)&&C(s)}function A1(s,d,g){s==="focusin"?(q0(),H0(d,g)):s==="focusout"&&q0()}function d1(s,d){if(s==="selectionchange"||s==="keyup"||s==="keydown")return j(A)}function z1(s){var d=s.nodeName;return d&&d.toLowerCase()==="input"&&(s.type==="checkbox"||s.type==="radio")}function J1(s,d){if(s==="click")return j(d)}function te(s,d){if(s==="input"||s==="change")return j(d)}function x8(s){var d=s._wrapperState;!d||!d.controlled||s.type!=="number"||q1(s,"number",s.value)}function P0(s,d,g,M,L,N,$){var D=g?Ls(g):window,U,t0;if(y(D)?U=J:bH(D)?f0?U=te:(U=d1,t0=A1):z1(D)&&(U=J1),U){var c0=U(d,g);if(c0){a7(s,c0,M,L);return}}t0&&t0(d,D,g),d==="focusout"&&x8(D)}function k0(){L0("onMouseEnter",["mouseout","mouseover"]),L0("onMouseLeave",["mouseout","mouseover"]),L0("onPointerEnter",["pointerout","pointerover"]),L0("onPointerLeave",["pointerout","pointerover"])}function j0(s,d,g,M,L,N,$){var D=d==="mouseover"||d==="pointerover",U=d==="mouseout"||d==="pointerout";if(D&&!l60(M)){var t0=M.relatedTarget||M.fromElement;if(t0&&(r7(t0)||Xp(t0)))return}if(!(!U&&!D)){var c0;if(L.window===L)c0=L;else{var w0=L.ownerDocument;w0?c0=w0.defaultView||w0.parentWindow:c0=window}var F0,U0;if(U){var W0=M.relatedTarget||M.toElement;if(F0=g,U0=W0?r7(W0):null,U0!==null){var X0=d4(U0);(U0!==X0||U0.tag!==H&&U0.tag!==V)&&(U0=null)}}else F0=null,U0=g;if(F0!==U0){var P1=ms,ue="onMouseLeave",ie="onMouseEnter",o2="mouse";(d==="pointerout"||d==="pointerover")&&(P1=Np,ue="onPointerLeave",ie="onPointerEnter",o2="pointer");var Xe=F0==null?c0:Ls(F0),O0=U0==null?c0:Ls(U0),J0=new P1(ue,o2+"leave",F0,M,L);J0.target=Xe,J0.relatedTarget=O0;var I0=null,v1=r7(L);if(v1===g){var U1=new P1(ie,o2+"enter",U0,M,L);U1.target=O0,U1.relatedTarget=Xe,I0=U1}y8e(s,J0,I0,F0,U0)}}}function H1(s,d){return s===d&&(s!==0||1/s===1/d)||s!==s&&d!==d}var I1=typeof Object.is=="function"?Object.is:H1;function se(s,d){if(I1(s,d))return!0;if(typeof s!="object"||s===null||typeof d!="object"||d===null)return!1;var g=Object.keys(s),M=Object.keys(d);if(g.length!==M.length)return!1;for(var L=0;L<g.length;L++){var N=g[L];if(!z.call(d,N)||!I1(s[N],d[N]))return!1}return!0}function pe(s){for(;s&&s.firstChild;)s=s.firstChild;return s}function be(s){for(;s;){if(s.nextSibling)return s.nextSibling;s=s.parentNode}}function i6(s,d){for(var g=pe(s),M=0,L=0;g;){if(g.nodeType===Hn){if(L=M+g.textContent.length,M<=d&&L>=d)return{node:g,offset:d-M};M=L}g=pe(be(g))}}function v2(s){var d=s.ownerDocument,g=d&&d.defaultView||window,M=g.getSelection&&g.getSelection();if(!M||M.rangeCount===0)return null;var L=M.anchorNode,N=M.anchorOffset,$=M.focusNode,D=M.focusOffset;try{L.nodeType,$.nodeType}catch{return null}return Ir(s,L,N,$,D)}function Ir(s,d,g,M,L){var N=0,$=-1,D=-1,U=0,t0=0,c0=s,w0=null;e:for(;;){for(var F0=null;c0===d&&(g===0||c0.nodeType===Hn)&&($=N+g),c0===M&&(L===0||c0.nodeType===Hn)&&(D=N+L),c0.nodeType===Hn&&(N+=c0.nodeValue.length),(F0=c0.firstChild)!==null;)w0=c0,c0=F0;for(;;){if(c0===s)break e;if(w0===d&&++U===g&&($=N),w0===M&&++t0===L&&(D=N),(F0=c0.nextSibling)!==null)break;c0=w0,w0=c0.parentNode}c0=F0}return $===-1||D===-1?null:{start:$,end:D}}function M60(s,d){var g=s.ownerDocument||document,M=g&&g.defaultView||window;if(M.getSelection){var L=M.getSelection(),N=s.textContent.length,$=Math.min(d.start,N),D=d.end===void 0?$:Math.min(d.end,N);if(!L.extend&&$>D){var U=D;D=$,$=U}var t0=i6(s,$),c0=i6(s,D);if(t0&&c0){if(L.rangeCount===1&&L.anchorNode===t0.node&&L.anchorOffset===t0.offset&&L.focusNode===c0.node&&L.focusOffset===c0.offset)return;var w0=g.createRange();w0.setStart(t0.node,t0.offset),L.removeAllRanges(),$>D?(L.addRange(w0),L.extend(c0.node,c0.offset)):(w0.setEnd(c0.node,c0.offset),L.addRange(w0))}}}function PZ0(s){return s&&s.nodeType===Hn}function OZ0(s,d){return!s||!d?!1:s===d?!0:PZ0(s)?!1:PZ0(d)?OZ0(s,d.parentNode):"contains"in s?s.contains(d):s.compareDocumentPosition?!!(s.compareDocumentPosition(d)&16):!1}function i8e(s){return s&&s.ownerDocument&&OZ0(s.ownerDocument.documentElement,s)}function o8e(s){try{return typeof s.contentWindow.location.href=="string"}catch{return!1}}function IZ0(){for(var s=window,d=X1();d instanceof s.HTMLIFrameElement;){if(o8e(d))s=d.contentWindow;else return d;d=X1(s.document)}return d}function E60(s){var d=s&&s.nodeName&&s.nodeName.toLowerCase();return d&&(d==="input"&&(s.type==="text"||s.type==="search"||s.type==="tel"||s.type==="url"||s.type==="password")||d==="textarea"||s.contentEditable==="true")}function c8e(){var s=IZ0();return{focusedElem:s,selectionRange:E60(s)?m8e(s):null}}function s8e(s){var d=IZ0(),g=s.focusedElem,M=s.selectionRange;if(d!==g&&i8e(g)){M!==null&&E60(g)&&d8e(g,M);for(var L=[],N=g;N=N.parentNode;)N.nodeType===F4&&L.push({element:N,left:N.scrollLeft,top:N.scrollTop});typeof g.focus=="function"&&g.focus();for(var $=0;$<L.length;$++){var D=L[$];D.element.scrollLeft=D.left,D.element.scrollTop=D.top}}}function m8e(s){var d;return"selectionStart"in s?d={start:s.selectionStart,end:s.selectionEnd}:d=v2(s),d||{start:0,end:0}}function d8e(s,d){var g=d.start,M=d.end;M===void 0&&(M=g),"selectionStart"in s?(s.selectionStart=g,s.selectionEnd=Math.min(M,s.value.length)):M60(s,d)}var u8e=Z0&&"documentMode"in document&&document.documentMode<=11;function p8e(){v0("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var Ms=null,V60=null,jp=null,y60=!1;function h8e(s){if("selectionStart"in s&&E60(s))return{start:s.selectionStart,end:s.selectionEnd};var d=s.ownerDocument&&s.ownerDocument.defaultView||window,g=d.getSelection();return{anchorNode:g.anchorNode,anchorOffset:g.anchorOffset,focusNode:g.focusNode,focusOffset:g.focusOffset}}function f8e(s){return s.window===s?s.document:s.nodeType===Mn?s:s.ownerDocument}function $Z0(s,d,g){var M=f8e(g);if(!(y60||Ms==null||Ms!==X1(M))){var L=h8e(Ms);if(!jp||!se(jp,L)){jp=L;var N=_H(V60,"onSelect");if(N.length>0){var $=new ca("onSelect","select",null,d,g);s.push({event:$,listeners:N}),$.target=Ms}}}}function A8e(s,d,g,M,L,N,$){var D=g?Ls(g):window;switch(d){case"focusin":(bH(D)||D.contentEditable==="true")&&(Ms=D,V60=g,jp=null);break;case"focusout":Ms=null,V60=null,jp=null;break;case"mousedown":y60=!0;break;case"contextmenu":case"mouseup":case"dragend":y60=!1,$Z0(s,M,L);break;case"selectionchange":if(u8e)break;case"keydown":case"keyup":$Z0(s,M,L)}}function LH(s,d){var g={};return g[s.toLowerCase()]=d.toLowerCase(),g["Webkit"+s]="webkit"+d,g["Moz"+s]="moz"+d,g}var Es={animationend:LH("Animation","AnimationEnd"),animationiteration:LH("Animation","AnimationIteration"),animationstart:LH("Animation","AnimationStart"),transitionend:LH("Transition","TransitionEnd")},b60={},jZ0={};Z0&&(jZ0=document.createElement("div").style,"AnimationEvent"in window||(delete Es.animationend.animation,delete Es.animationiteration.animation,delete Es.animationstart.animation),"TransitionEvent"in window||delete Es.transitionend.transition);function SH(s){if(b60[s])return b60[s];if(!Es[s])return s;var d=Es[s];for(var g in d)if(d.hasOwnProperty(g)&&g in jZ0)return b60[s]=d[g];return s}var xZ0=SH("animationend"),RZ0=SH("animationiteration"),DZ0=SH("animationstart"),zZ0=SH("transitionend"),BZ0=new Map,UZ0=["abort","auxClick","cancel","canPlay","canPlayThrough","click","close","contextMenu","copy","cut","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","gotPointerCapture","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","lostPointerCapture","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","pointerCancel","pointerDown","pointerMove","pointerOut","pointerOver","pointerUp","progress","rateChange","reset","resize","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchStart","volumeChange","scroll","toggle","touchMove","waiting","wheel"];function C5(s,d){BZ0.set(s,d),v0(d,[s])}function v8e(){for(var s=0;s<UZ0.length;s++){var d=UZ0[s],g=d.toLowerCase(),M=d[0].toUpperCase()+d.slice(1);C5(g,"on"+M)}C5(xZ0,"onAnimationEnd"),C5(RZ0,"onAnimationIteration"),C5(DZ0,"onAnimationStart"),C5("dblclick","onDoubleClick"),C5("focusin","onFocus"),C5("focusout","onBlur"),C5(zZ0,"onTransitionEnd")}function g8e(s,d,g,M,L,N,$){var D=BZ0.get(d);if(D!==void 0){var U=ca,t0=d;switch(d){case"keypress":if(_5(M)===0)return;case"keydown":case"keyup":U=f60;break;case"focusin":t0="focus",U=ds;break;case"focusout":t0="blur",U=ds;break;case"beforeblur":case"afterblur":U=ds;break;case"click":if(M.button===2)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":U=ms;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":U=_p;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":U=v60;break;case xZ0:case RZ0:case DZ0:U=kp;break;case zZ0:U=Tp;break;case"scroll":U=pH;break;case"wheel":U=Tr;break;case"copy":case"cut":case"paste":U=u60;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":U=Np;break}var c0=(N&Fl)!==0;{var w0=!c0&&d==="scroll",F0=E8e(g,D,M.type,c0,w0);if(F0.length>0){var U0=new U(D,t0,null,M,L);s.push({event:U0,listeners:F0})}}}}v8e(),k0(),H60(),p8e(),MH();function Z8e(s,d,g,M,L,N,$){g8e(s,d,g,M,L,N);var D=(N&Gu)===0;D&&(j0(s,d,g,M,L),P0(s,d,g,M,L),A8e(s,d,g,M,L),Z60(s,d,g,M,L))}var xp=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],L60=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(xp));function qZ0(s,d,g){var M=s.type||"unknown-event";s.currentTarget=g,Vo(M,d,void 0,s),s.currentTarget=null}function H8e(s,d,g){var M;if(g)for(var L=d.length-1;L>=0;L--){var N=d[L],$=N.instance,D=N.currentTarget,U=N.listener;if($!==M&&s.isPropagationStopped())return;qZ0(s,U,D),M=$}else for(var t0=0;t0<d.length;t0++){var c0=d[t0],w0=c0.instance,F0=c0.currentTarget,U0=c0.listener;if(w0!==M&&s.isPropagationStopped())return;qZ0(s,U0,F0),M=w0}}function WZ0(s,d){for(var g=(d&Fl)!==0,M=0;M<s.length;M++){var L=s[M],N=L.event,$=L.listeners;H8e(N,$,g)}En()}function M8e(s,d,g,M,L){var N=Zc(g),$=[];Z8e($,s,M,g,N,d),WZ0($,d)}function y8(s,d){L60.has(s)||c('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',s);var g=!1,M=Q6e(d),L=b8e(s);M.has(L)||(GZ0(d,s,Pt,g),M.add(L))}function S60(s,d,g){L60.has(s)&&!d&&c('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',s);var M=0;d&&(M|=Fl),GZ0(g,s,M,d)}var FH="_reactListening"+Math.random().toString(36).slice(2);function Rp(s){if(!s[FH]){s[FH]=!0,G0.forEach(function(g){g!=="selectionchange"&&(L60.has(g)||S60(g,!1,s),S60(g,!0,s))});var d=s.nodeType===Mn?s:s.ownerDocument;d!==null&&(d[FH]||(d[FH]=!0,S60("selectionchange",!1,d)))}}function GZ0(s,d,g,M,L){var N=ia(s,d,g),$=void 0;Eo&&(d==="touchstart"||d==="touchmove"||d==="wheel")&&($=!0),s=s,M?$!==void 0?S5(s,d,N,$):Fp(s,d,N):$!==void 0?Sn(s,d,N,$):I4(s,d,N)}function YZ0(s,d){return s===d||s.nodeType===W8&&s.parentNode===d}function F60(s,d,g,M,L){var N=M;if((d&Wu)===0&&(d&Pt)===0){var $=L;if(M!==null){var D=M;e:for(;;){if(D===null)return;var U=D.tag;if(U===v||U===Z){var t0=D.stateNode.containerInfo;if(YZ0(t0,$))break;if(U===Z)for(var c0=D.return;c0!==null;){var w0=c0.tag;if(w0===v||w0===Z){var F0=c0.stateNode.containerInfo;if(YZ0(F0,$))return}c0=c0.return}for(;t0!==null;){var U0=r7(t0);if(U0===null)return;var W0=U0.tag;if(W0===H||W0===V){D=N=U0;continue e}t0=t0.parentNode}}D=D.return}}}$Z(function(){return M8e(s,d,g,N)})}function Dp(s,d,g){return{instance:s,listener:d,currentTarget:g}}function E8e(s,d,g,M,L,N){for(var $=d!==null?d+"Capture":null,D=M?$:d,U=[],t0=s,c0=null;t0!==null;){var w0=t0,F0=w0.stateNode,U0=w0.tag;if(U0===H&&F0!==null&&(c0=F0,D!==null)){var W0=kl(t0,D);W0!=null&&U.push(Dp(t0,W0,c0))}if(L)break;t0=t0.return}return U}function _H(s,d){for(var g=d+"Capture",M=[],L=s;L!==null;){var N=L,$=N.stateNode,D=N.tag;if(D===H&&$!==null){var U=$,t0=kl(L,g);t0!=null&&M.unshift(Dp(L,t0,U));var c0=kl(L,d);c0!=null&&M.push(Dp(L,c0,U))}L=L.return}return M}function Vs(s){if(s===null)return null;do s=s.return;while(s&&s.tag!==H);return s||null}function V8e(s,d){for(var g=s,M=d,L=0,N=g;N;N=Vs(N))L++;for(var $=0,D=M;D;D=Vs(D))$++;for(;L-$>0;)g=Vs(g),L--;for(;$-L>0;)M=Vs(M),$--;for(var U=L;U--;){if(g===M||M!==null&&g===M.alternate)return g;g=Vs(g),M=Vs(M)}return null}function KZ0(s,d,g,M,L){for(var N=d._reactName,$=[],D=g;D!==null&&D!==M;){var U=D,t0=U.alternate,c0=U.stateNode,w0=U.tag;if(t0!==null&&t0===M)break;if(w0===H&&c0!==null){var F0=c0;if(L){var U0=kl(D,N);U0!=null&&$.unshift(Dp(D,U0,F0))}else if(!L){var W0=kl(D,N);W0!=null&&$.push(Dp(D,W0,F0))}}D=D.return}$.length!==0&&s.push({event:d,listeners:$})}function y8e(s,d,g,M,L){var N=M&&L?V8e(M,L):null;M!==null&&KZ0(s,d,M,N,!1),L!==null&&g!==null&&KZ0(s,g,L,N,!0)}function b8e(s,d){return s+"__bubble"}var xa=!1,zp="dangerouslySetInnerHTML",kH="suppressContentEditableWarning",N5="suppressHydrationWarning",QZ0="autoFocus",t7="children",n7="style",wH="__html",_60,CH,Bp,XZ0,NH,JZ0,eH0;_60={dialog:!0,webview:!0},CH=function(s,d){CZ(s,d),o5(s,d),IZ(s,d,{registrationNameDependencies:r0,possibleRegistrationNames:d0})},JZ0=Z0&&!document.documentMode,Bp=function(s,d,g){if(!xa){var M=TH(g),L=TH(d);L!==M&&(xa=!0,c("Prop `%s` did not match. Server: %s Client: %s",s,JSON.stringify(L),JSON.stringify(M)))}},XZ0=function(s){if(!xa){xa=!0;var d=[];s.forEach(function(g){d.push(g)}),c("Extra attributes from the server: %s",d)}},NH=function(s,d){d===!1?c("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",s,s,s):c("Expected `%s` listener to be a function, instead got a value of `%s` type.",s,typeof d)},eH0=function(s,d){var g=s.namespaceURI===at?s.ownerDocument.createElement(s.tagName):s.ownerDocument.createElementNS(s.namespaceURI,s.tagName);return g.innerHTML=d,g.innerHTML};var L8e=/\r\n?/g,S8e=/\u0000|\uFFFD/g;function TH(s){W1(s);var d=typeof s=="string"?s:""+s;return d.replace(L8e,`
52
- `).replace(S8e,"")}function PH(s,d,g,M){var L=TH(d),N=TH(s);if(N!==L&&(M&&(xa||(xa=!0,c('Text content did not match. Server: "%s" Client: "%s"',N,L))),g&&i0))throw new Error("Text content does not match server-rendered HTML.")}function aH0(s){return s.nodeType===Mn?s:s.ownerDocument}function F8e(){}function OH(s){s.onclick=F8e}function _8e(s,d,g,M,L){for(var N in M)if(M.hasOwnProperty(N)){var $=M[N];if(N===n7)$&&Object.freeze($),SZ(d,$);else if(N===zp){var D=$?$[wH]:void 0;D!=null&&fZ(d,D)}else if(N===t7)if(typeof $=="string"){var U=s!=="textarea"||$!=="";U&&Ar(d,$)}else typeof $=="number"&&Ar(d,""+$);else N===kH||N===N5||N===QZ0||(r0.hasOwnProperty(N)?$!=null&&(typeof $!="function"&&NH(N,$),N==="onScroll"&&y8("scroll",d)):$!=null&&g0(d,N,$,L))}}function k8e(s,d,g,M){for(var L=0;L<d.length;L+=2){var N=d[L],$=d[L+1];N===n7?SZ(s,$):N===zp?fZ(s,$):N===t7?Ar(s,$):g0(s,N,$,M)}}function w8e(s,d,g,M){var L,N=aH0(g),$,D=M;if(D===at&&(D=Ru(s)),D===at){if(L=vr(s,d),!L&&s!==s.toLowerCase()&&c("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",s),s==="script"){var U=N.createElement("div");U.innerHTML="<script><\/script>";var t0=U.firstChild;$=U.removeChild(t0)}else if(typeof d.is=="string")$=N.createElement(s,{is:d.is});else if($=N.createElement(s),s==="select"){var c0=$;d.multiple?c0.multiple=!0:d.size&&(c0.size=d.size)}}else $=N.createElementNS(D,s);return D===at&&!L&&Object.prototype.toString.call($)==="[object HTMLUnknownElement]"&&!z.call(_60,s)&&(_60[s]=!0,c("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",s)),$}function C8e(s,d){return aH0(d).createTextNode(s)}function N8e(s,d,g,M){var L=vr(d,g);CH(d,g);var N;switch(d){case"dialog":y8("cancel",s),y8("close",s),N=g;break;case"iframe":case"object":case"embed":y8("load",s),N=g;break;case"video":case"audio":for(var $=0;$<xp.length;$++)y8(xp[$],s);N=g;break;case"source":y8("error",s),N=g;break;case"img":case"image":case"link":y8("error",s),y8("load",s),N=g;break;case"details":y8("toggle",s),N=g;break;case"input":P8(s,g),N=p2(s,g),y8("invalid",s);break;case"option":b2(s,g),N=g;break;case"select":so(s,g),N=Sl(s,g),y8("invalid",s);break;case"textarea":uZ(s,g),N=pc(s,g),y8("invalid",s);break;default:N=g}switch(vc(d,N),_8e(d,s,M,N,L),d){case"input":s4(s),x0(s,g,!1);break;case"textarea":s4(s),hZ(s);break;case"option":z2(s,g);break;case"select":$u(s,g);break;default:typeof N.onClick=="function"&&OH(s);break}}function T8e(s,d,g,M,L){CH(d,M);var N=null,$,D;switch(d){case"input":$=p2(s,g),D=p2(s,M),N=[];break;case"select":$=Sl(s,g),D=Sl(s,M),N=[];break;case"textarea":$=pc(s,g),D=pc(s,M),N=[];break;default:$=g,D=M,typeof $.onClick!="function"&&typeof D.onClick=="function"&&OH(s);break}vc(d,D);var U,t0,c0=null;for(U in $)if(!(D.hasOwnProperty(U)||!$.hasOwnProperty(U)||$[U]==null))if(U===n7){var w0=$[U];for(t0 in w0)w0.hasOwnProperty(t0)&&(c0||(c0={}),c0[t0]="")}else U===zp||U===t7||U===kH||U===N5||U===QZ0||(r0.hasOwnProperty(U)?N||(N=[]):(N=N||[]).push(U,null));for(U in D){var F0=D[U],U0=$?.[U];if(!(!D.hasOwnProperty(U)||F0===U0||F0==null&&U0==null))if(U===n7)if(F0&&Object.freeze(F0),U0){for(t0 in U0)U0.hasOwnProperty(t0)&&(!F0||!F0.hasOwnProperty(t0))&&(c0||(c0={}),c0[t0]="");for(t0 in F0)F0.hasOwnProperty(t0)&&U0[t0]!==F0[t0]&&(c0||(c0={}),c0[t0]=F0[t0])}else c0||(N||(N=[]),N.push(U,c0)),c0=F0;else if(U===zp){var W0=F0?F0[wH]:void 0,X0=U0?U0[wH]:void 0;W0!=null&&X0!==W0&&(N=N||[]).push(U,W0)}else U===t7?(typeof F0=="string"||typeof F0=="number")&&(N=N||[]).push(U,""+F0):U===kH||U===N5||(r0.hasOwnProperty(U)?(F0!=null&&(typeof F0!="function"&&NH(U,F0),U==="onScroll"&&y8("scroll",s)),!N&&U0!==F0&&(N=[])):(N=N||[]).push(U,F0))}return c0&&(tt(c0,D[n7]),(N=N||[]).push(n7,c0)),N}function P8e(s,d,g,M,L){g==="input"&&L.type==="radio"&&L.name!=null&&W(s,L);var N=vr(g,M),$=vr(g,L);switch(k8e(s,d,N,$),g){case"input":A0(s,L);break;case"textarea":pZ(s,L);break;case"select":uc(s,L);break}}function O8e(s){{var d=s.toLowerCase();return r5.hasOwnProperty(d)&&r5[d]||null}}function I8e(s,d,g,M,L,N,$){var D,U;switch(D=vr(d,g),CH(d,g),d){case"dialog":y8("cancel",s),y8("close",s);break;case"iframe":case"object":case"embed":y8("load",s);break;case"video":case"audio":for(var t0=0;t0<xp.length;t0++)y8(xp[t0],s);break;case"source":y8("error",s);break;case"img":case"image":case"link":y8("error",s),y8("load",s);break;case"details":y8("toggle",s);break;case"input":P8(s,g),y8("invalid",s);break;case"option":b2(s,g);break;case"select":so(s,g),y8("invalid",s);break;case"textarea":uZ(s,g),y8("invalid",s);break}vc(d,g);{U=new Set;for(var c0=s.attributes,w0=0;w0<c0.length;w0++){var F0=c0[w0].name.toLowerCase();switch(F0){case"value":break;case"checked":break;case"selected":break;default:U.add(c0[w0].name)}}}var U0=null;for(var W0 in g)if(g.hasOwnProperty(W0)){var X0=g[W0];if(W0===t7)typeof X0=="string"?s.textContent!==X0&&(g[N5]!==!0&&PH(s.textContent,X0,N,$),U0=[t7,X0]):typeof X0=="number"&&s.textContent!==""+X0&&(g[N5]!==!0&&PH(s.textContent,X0,N,$),U0=[t7,""+X0]);else if(r0.hasOwnProperty(W0))X0!=null&&(typeof X0!="function"&&NH(W0,X0),W0==="onScroll"&&y8("scroll",s));else if($&&typeof D=="boolean"){var P1=void 0,ue=r2(W0);if(g[N5]!==!0){if(!(W0===kH||W0===N5||W0==="value"||W0==="checked"||W0==="selected")){if(W0===zp){var ie=s.innerHTML,o2=X0?X0[wH]:void 0;if(o2!=null){var Xe=eH0(s,o2);Xe!==ie&&Bp(W0,ie,Xe)}}else if(W0===n7){if(U.delete(W0),JZ0){var O0=t60(X0);P1=s.getAttribute("style"),O0!==P1&&Bp(W0,P1,O0)}}else if(D&&!e0)U.delete(W0.toLowerCase()),P1=B8(s,W0,X0),X0!==P1&&Bp(W0,P1,X0);else if(!me(W0,ue,D)&&!Ye(W0,X0,ue,D)){var J0=!1;if(ue!==null)U.delete(ue.attributeName),P1=D2(s,W0,X0,ue);else{var I0=M;if(I0===at&&(I0=Ru(d)),I0===at)U.delete(W0.toLowerCase());else{var v1=O8e(W0);v1!==null&&v1!==W0&&(J0=!0,U.delete(v1)),U.delete(W0)}P1=B8(s,W0,X0)}var U1=e0;!U1&&X0!==P1&&!J0&&Bp(W0,P1,X0)}}}}}switch($&&U.size>0&&g[N5]!==!0&&XZ0(U),d){case"input":s4(s),x0(s,g,!0);break;case"textarea":s4(s),hZ(s);break;case"select":case"option":break;default:typeof g.onClick=="function"&&OH(s);break}return U0}function $8e(s,d,g){var M=s.nodeValue!==d;return M}function k60(s,d){{if(xa)return;xa=!0,c("Did not expect server HTML to contain a <%s> in <%s>.",d.nodeName.toLowerCase(),s.nodeName.toLowerCase())}}function w60(s,d){{if(xa)return;xa=!0,c('Did not expect server HTML to contain the text node "%s" in <%s>.',d.nodeValue,s.nodeName.toLowerCase())}}function C60(s,d,g){{if(xa)return;xa=!0,c("Expected server HTML to contain a matching <%s> in <%s>.",d,s.nodeName.toLowerCase())}}function N60(s,d){{if(d===""||xa)return;xa=!0,c('Expected server HTML to contain a matching text node for "%s" in <%s>.',d,s.nodeName.toLowerCase())}}function j8e(s,d,g){switch(d){case"input":B0(s,g);return;case"textarea":Y80(s,g);return;case"select":ju(s,g);return}}var Up=function(){},qp=function(){};{var x8e=["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","template","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],tH0=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],R8e=tH0.concat(["button"]),D8e=["dd","dt","li","option","optgroup","p","rp","rt"],nH0={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};qp=function(s,d){var g=O1({},s||nH0),M={tag:d};return tH0.indexOf(d)!==-1&&(g.aTagInScope=null,g.buttonTagInScope=null,g.nobrTagInScope=null),R8e.indexOf(d)!==-1&&(g.pTagInButtonScope=null),x8e.indexOf(d)!==-1&&d!=="address"&&d!=="div"&&d!=="p"&&(g.listItemTagAutoclosing=null,g.dlItemTagAutoclosing=null),g.current=M,d==="form"&&(g.formTag=M),d==="a"&&(g.aTagInScope=M),d==="button"&&(g.buttonTagInScope=M),d==="nobr"&&(g.nobrTagInScope=M),d==="p"&&(g.pTagInButtonScope=M),d==="li"&&(g.listItemTagAutoclosing=M),(d==="dd"||d==="dt")&&(g.dlItemTagAutoclosing=M),g};var z8e=function(s,d){switch(d){case"select":return s==="option"||s==="optgroup"||s==="#text";case"optgroup":return s==="option"||s==="#text";case"option":return s==="#text";case"tr":return s==="th"||s==="td"||s==="style"||s==="script"||s==="template";case"tbody":case"thead":case"tfoot":return s==="tr"||s==="style"||s==="script"||s==="template";case"colgroup":return s==="col"||s==="template";case"table":return s==="caption"||s==="colgroup"||s==="tbody"||s==="tfoot"||s==="thead"||s==="style"||s==="script"||s==="template";case"head":return s==="base"||s==="basefont"||s==="bgsound"||s==="link"||s==="meta"||s==="title"||s==="noscript"||s==="noframes"||s==="style"||s==="script"||s==="template";case"html":return s==="head"||s==="body"||s==="frameset";case"frameset":return s==="frame";case"#document":return s==="html"}switch(s){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return d!=="h1"&&d!=="h2"&&d!=="h3"&&d!=="h4"&&d!=="h5"&&d!=="h6";case"rp":case"rt":return D8e.indexOf(d)===-1;case"body":case"caption":case"col":case"colgroup":case"frameset":case"frame":case"head":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return d==null}return!0},B8e=function(s,d){switch(s){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return d.pTagInButtonScope;case"form":return d.formTag||d.pTagInButtonScope;case"li":return d.listItemTagAutoclosing;case"dd":case"dt":return d.dlItemTagAutoclosing;case"button":return d.buttonTagInScope;case"a":return d.aTagInScope;case"nobr":return d.nobrTagInScope}return null},rH0={};Up=function(s,d,g){g=g||nH0;var M=g.current,L=M&&M.tag;d!=null&&(s!=null&&c("validateDOMNesting: when childText is passed, childTag should be null"),s="#text");var N=z8e(s,L)?null:M,$=N?null:B8e(s,g),D=N||$;if(D){var U=D.tag,t0=!!N+"|"+s+"|"+U;if(!rH0[t0]){rH0[t0]=!0;var c0=s,w0="";if(s==="#text"?/\S/.test(d)?c0="Text nodes":(c0="Whitespace text nodes",w0=" Make sure you don't have any extra whitespace between tags on each line of your source code."):c0="<"+s+">",N){var F0="";U==="table"&&s==="tr"&&(F0+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),c("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",c0,U,w0,F0)}else c("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",c0,U)}}}}var IH="suppressHydrationWarning",$H="$",jH="/$",Wp="$?",Gp="$!",U8e="style",T60=null,P60=null;function q8e(s){var d,g,M=s.nodeType;switch(M){case Mn:case mo:{d=M===Mn?"#document":"#fragment";var L=s.documentElement;g=L?L.namespaceURI:hc(null,"");break}default:{var N=M===W8?s.parentNode:s,$=N.namespaceURI||null;d=N.tagName,g=hc($,d);break}}{var D=d.toLowerCase(),U=qp(null,D);return{namespace:g,ancestorInfo:U}}}function W8e(s,d,g){{var M=s,L=hc(M.namespace,d),N=qp(M.ancestorInfo,d);return{namespace:L,ancestorInfo:N}}}function Ske(s){return s}function G8e(s){T60=k6(),P60=c8e();var d=null;return j8(!1),d}function Y8e(s){s8e(P60),j8(T60),T60=null,P60=null}function K8e(s,d,g,M,L){var N;{var $=M;if(Up(s,null,$.ancestorInfo),typeof d.children=="string"||typeof d.children=="number"){var D=""+d.children,U=qp($.ancestorInfo,s);Up(null,D,U)}N=$.namespace}var t0=w8e(s,d,g,N);return Qp(L,t0),z60(t0,d),t0}function Q8e(s,d){s.appendChild(d)}function X8e(s,d,g,M,L){switch(N8e(s,d,g,M),d){case"button":case"input":case"select":case"textarea":return!!g.autoFocus;case"img":return!0;default:return!1}}function J8e(s,d,g,M,L,N){{var $=N;if(typeof M.children!=typeof g.children&&(typeof M.children=="string"||typeof M.children=="number")){var D=""+M.children,U=qp($.ancestorInfo,d);Up(null,D,U)}}return T8e(s,d,g,M)}function O60(s,d){return s==="textarea"||s==="noscript"||typeof d.children=="string"||typeof d.children=="number"||typeof d.dangerouslySetInnerHTML=="object"&&d.dangerouslySetInnerHTML!==null&&d.dangerouslySetInnerHTML.__html!=null}function e6e(s,d,g,M){{var L=g;Up(null,s,L.ancestorInfo)}var N=C8e(s,d);return Qp(M,N),N}function a6e(){var s=window.event;return s===void 0?F6:L5(s.type)}var I60=typeof setTimeout=="function"?setTimeout:void 0,t6e=typeof clearTimeout=="function"?clearTimeout:void 0,$60=-1,lH0=typeof Promise=="function"?Promise:void 0,n6e=typeof queueMicrotask=="function"?queueMicrotask:typeof lH0<"u"?function(s){return lH0.resolve(null).then(s).catch(r6e)}:I60;function r6e(s){setTimeout(function(){throw s})}function l6e(s,d,g,M){switch(d){case"button":case"input":case"select":case"textarea":g.autoFocus&&s.focus();return;case"img":{g.src&&(s.src=g.src);return}}}function i6e(s,d,g,M,L,N){P8e(s,d,g,M,L),z60(s,L)}function iH0(s){Ar(s,"")}function o6e(s,d,g){s.nodeValue=g}function c6e(s,d){s.appendChild(d)}function s6e(s,d){var g;s.nodeType===W8?(g=s.parentNode,g.insertBefore(d,s)):(g=s,g.appendChild(d));var M=s._reactRootContainer;M==null&&g.onclick===null&&OH(g)}function m6e(s,d,g){s.insertBefore(d,g)}function d6e(s,d,g){s.nodeType===W8?s.parentNode.insertBefore(d,g):s.insertBefore(d,g)}function u6e(s,d){s.removeChild(d)}function p6e(s,d){s.nodeType===W8?s.parentNode.removeChild(d):s.removeChild(d)}function j60(s,d){var g=d,M=0;do{var L=g.nextSibling;if(s.removeChild(g),L&&L.nodeType===W8){var N=L.data;if(N===jH)if(M===0){s.removeChild(L),J6(d);return}else M--;else(N===$H||N===Wp||N===Gp)&&M++}g=L}while(g);J6(d)}function h6e(s,d){s.nodeType===W8?j60(s.parentNode,d):s.nodeType===F4&&j60(s,d),J6(s)}function f6e(s){s=s;var d=s.style;typeof d.setProperty=="function"?d.setProperty("display","none","important"):d.display="none"}function A6e(s){s.nodeValue=""}function v6e(s,d){s=s;var g=d[U8e],M=g!=null&&g.hasOwnProperty("display")?g.display:null;s.style.display=Ac("display",M)}function g6e(s,d){s.nodeValue=d}function Z6e(s){s.nodeType===F4?s.textContent="":s.nodeType===Mn&&s.documentElement&&s.removeChild(s.documentElement)}function H6e(s,d,g){return s.nodeType!==F4||d.toLowerCase()!==s.nodeName.toLowerCase()?null:s}function M6e(s,d){return d===""||s.nodeType!==Hn?null:s}function E6e(s){return s.nodeType!==W8?null:s}function oH0(s){return s.data===Wp}function x60(s){return s.data===Gp}function V6e(s){var d=s.nextSibling&&s.nextSibling.dataset,g,M,L;return d&&(g=d.dgst,M=d.msg,L=d.stck),{message:M,digest:g,stack:L}}function y6e(s,d){s._reactRetry=d}function xH(s){for(;s!=null;s=s.nextSibling){var d=s.nodeType;if(d===F4||d===Hn)break;if(d===W8){var g=s.data;if(g===$H||g===Gp||g===Wp)break;if(g===jH)return null}}return s}function Yp(s){return xH(s.nextSibling)}function b6e(s){return xH(s.firstChild)}function L6e(s){return xH(s.firstChild)}function S6e(s){return xH(s.nextSibling)}function F6e(s,d,g,M,L,N,$){Qp(N,s),z60(s,g);var D;{var U=L;D=U.namespace}var t0=(N.mode&ze)!==ce;return I8e(s,d,g,D,M,t0,$)}function _6e(s,d,g,M){return Qp(g,s),g.mode&ze,$8e(s,d)}function k6e(s,d){Qp(d,s)}function w6e(s){for(var d=s.nextSibling,g=0;d;){if(d.nodeType===W8){var M=d.data;if(M===jH){if(g===0)return Yp(d);g--}else(M===$H||M===Gp||M===Wp)&&g++}d=d.nextSibling}return null}function cH0(s){for(var d=s.previousSibling,g=0;d;){if(d.nodeType===W8){var M=d.data;if(M===$H||M===Gp||M===Wp){if(g===0)return d;g--}else M===jH&&g++}d=d.previousSibling}return null}function C6e(s){J6(s)}function N6e(s){J6(s)}function T6e(s){return s!=="head"&&s!=="body"}function P6e(s,d,g,M){var L=!0;PH(d.nodeValue,g,M,L)}function O6e(s,d,g,M,L,N){if(d[IH]!==!0){var $=!0;PH(M.nodeValue,L,N,$)}}function I6e(s,d){d.nodeType===F4?k60(s,d):d.nodeType===W8||w60(s,d)}function $6e(s,d){{var g=s.parentNode;g!==null&&(d.nodeType===F4?k60(g,d):d.nodeType===W8||w60(g,d))}}function j6e(s,d,g,M,L){(L||d[IH]!==!0)&&(M.nodeType===F4?k60(g,M):M.nodeType===W8||w60(g,M))}function x6e(s,d,g){C60(s,d)}function R6e(s,d){N60(s,d)}function D6e(s,d,g){{var M=s.parentNode;M!==null&&C60(M,d)}}function z6e(s,d){{var g=s.parentNode;g!==null&&N60(g,d)}}function B6e(s,d,g,M,L,N){(N||d[IH]!==!0)&&C60(g,M)}function U6e(s,d,g,M,L){(L||d[IH]!==!0)&&N60(g,M)}function q6e(s){c("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",s.nodeName.toLowerCase())}function W6e(s){Rp(s)}var ys=Math.random().toString(36).slice(2),bs="__reactFiber$"+ys,R60="__reactProps$"+ys,Kp="__reactContainer$"+ys,D60="__reactEvents$"+ys,G6e="__reactListeners$"+ys,Y6e="__reactHandles$"+ys;function K6e(s){delete s[bs],delete s[R60],delete s[D60],delete s[G6e],delete s[Y6e]}function Qp(s,d){d[bs]=s}function RH(s,d){d[Kp]=s}function sH0(s){s[Kp]=null}function Xp(s){return!!s[Kp]}function r7(s){var d=s[bs];if(d)return d;for(var g=s.parentNode;g;){if(d=g[Kp]||g[bs],d){var M=d.alternate;if(d.child!==null||M!==null&&M.child!==null)for(var L=cH0(s);L!==null;){var N=L[bs];if(N)return N;L=cH0(L)}return d}s=g,g=s.parentNode}return null}function T5(s){var d=s[bs]||s[Kp];return d&&(d.tag===H||d.tag===V||d.tag===T||d.tag===v)?d:null}function Ls(s){if(s.tag===H||s.tag===V)return s.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function DH(s){return s[R60]||null}function z60(s,d){s[R60]=d}function Q6e(s){var d=s[D60];return d===void 0&&(d=s[D60]=new Set),d}var mH0={},dH0=r.ReactDebugCurrentFrame;function zH(s){if(s){var d=s._owner,g=An(s.type,s._source,d?d.type:null);dH0.setExtraStackFrame(g)}else dH0.setExtraStackFrame(null)}function Fn(s,d,g,M,L){{var N=Function.call.bind(z);for(var $ in s)if(N(s,$)){var D=void 0;try{if(typeof s[$]!="function"){var U=Error((M||"React class")+": "+g+" type `"+$+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof s[$]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw U.name="Invariant Violation",U}D=s[$](d,$,M,g,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(t0){D=t0}D&&!(D instanceof Error)&&(zH(L),c("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",M||"React class",g,$,typeof D),zH(null)),D instanceof Error&&!(D.message in mH0)&&(mH0[D.message]=!0,zH(L),c("Failed %s type: %s",g,D.message),zH(null))}}}var B60=[],BH;BH=[];var Jl=-1;function P5(s){return{current:s}}function $4(s,d){if(Jl<0){c("Unexpected pop.");return}d!==BH[Jl]&&c("Unexpected Fiber popped."),s.current=B60[Jl],B60[Jl]=null,BH[Jl]=null,Jl--}function j4(s,d,g){Jl++,B60[Jl]=s.current,BH[Jl]=g,s.current=d}var U60;U60={};var st={};Object.freeze(st);var e3=P5(st),$r=P5(!1),q60=st;function Ss(s,d,g){return g&&jr(d)?q60:e3.current}function uH0(s,d,g){{var M=s.stateNode;M.__reactInternalMemoizedUnmaskedChildContext=d,M.__reactInternalMemoizedMaskedChildContext=g}}function Fs(s,d){{var g=s.type,M=g.contextTypes;if(!M)return st;var L=s.stateNode;if(L&&L.__reactInternalMemoizedUnmaskedChildContext===d)return L.__reactInternalMemoizedMaskedChildContext;var N={};for(var $ in M)N[$]=d[$];{var D=Ze(s)||"Unknown";Fn(M,N,"context",D)}return L&&uH0(s,d,N),N}}function UH(){return $r.current}function jr(s){{var d=s.childContextTypes;return d!=null}}function qH(s){$4($r,s),$4(e3,s)}function W60(s){$4($r,s),$4(e3,s)}function pH0(s,d,g){{if(e3.current!==st)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");j4(e3,d,s),j4($r,g,s)}}function hH0(s,d,g){{var M=s.stateNode,L=d.childContextTypes;if(typeof M.getChildContext!="function"){{var N=Ze(s)||"Unknown";U60[N]||(U60[N]=!0,c("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",N,N))}return g}var $=M.getChildContext();for(var D in $)if(!(D in L))throw new Error((Ze(s)||"Unknown")+'.getChildContext(): key "'+D+'" is not defined in childContextTypes.');{var U=Ze(s)||"Unknown";Fn(L,$,"child context",U)}return O1({},g,$)}}function WH(s){{var d=s.stateNode,g=d&&d.__reactInternalMemoizedMergedChildContext||st;return q60=e3.current,j4(e3,g,s),j4($r,$r.current,s),!0}}function fH0(s,d,g){{var M=s.stateNode;if(!M)throw new Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.");if(g){var L=hH0(s,d,q60);M.__reactInternalMemoizedMergedChildContext=L,$4($r,s),$4(e3,s),j4(e3,L,s),j4($r,g,s)}else $4($r,s),j4($r,g,s)}}function X6e(s){{if(!DZ(s)||s.tag!==h)throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var d=s;do{switch(d.tag){case v:return d.stateNode.context;case h:{var g=d.type;if(jr(g))return d.stateNode.__reactInternalMemoizedMergedChildContext;break}}d=d.return}while(d!==null);throw new Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.")}}var O5=0,GH=1,a3=null,G60=!1,Y60=!1;function AH0(s){a3===null?a3=[s]:a3.push(s)}function J6e(s){G60=!0,AH0(s)}function vH0(){G60&&I5()}function I5(){if(!Y60&&a3!==null){Y60=!0;var s=0,d=la();try{var g=!0,M=a3;for(r6(O4);s<M.length;s++){var L=M[s];do L=L(g);while(L!==null)}a3=null,G60=!1}catch(N){throw a3!==null&&(a3=a3.slice(s+1)),tp(yn,I5),N}finally{r6(d),Y60=!1}}return null}var _s=[],ks=0,YH=null,KH=0,Dt=[],zt=0,l7=null,t3=1,n3="";function e4e(s){return o7(),(s.flags&bo)!==oe}function a4e(s){return o7(),KH}function t4e(){var s=n3,d=t3,g=d&~n4e(d);return g.toString(32)+s}function i7(s,d){o7(),_s[ks++]=KH,_s[ks++]=YH,YH=s,KH=d}function gH0(s,d,g){o7(),Dt[zt++]=t3,Dt[zt++]=n3,Dt[zt++]=l7,l7=s;var M=t3,L=n3,N=QH(M)-1,$=M&~(1<<N),D=g+1,U=QH(d)+N;if(U>30){var t0=N-N%5,c0=(1<<t0)-1,w0=($&c0).toString(32),F0=$>>t0,U0=N-t0,W0=QH(d)+U0,X0=D<<U0,P1=X0|F0,ue=w0+L;t3=1<<W0|P1,n3=ue}else{var ie=D<<N,o2=ie|$,Xe=L;t3=1<<U|o2,n3=Xe}}function K60(s){o7();var d=s.return;if(d!==null){var g=1,M=0;i7(s,g),gH0(s,g,M)}}function QH(s){return 32-n6(s)}function n4e(s){return 1<<QH(s)-1}function Q60(s){for(;s===YH;)YH=_s[--ks],_s[ks]=null,KH=_s[--ks],_s[ks]=null;for(;s===l7;)l7=Dt[--zt],Dt[zt]=null,n3=Dt[--zt],Dt[zt]=null,t3=Dt[--zt],Dt[zt]=null}function r4e(){return o7(),l7!==null?{id:t3,overflow:n3}:null}function l4e(s,d){o7(),Dt[zt++]=t3,Dt[zt++]=n3,Dt[zt++]=l7,t3=d.id,n3=d.overflow,l7=s}function o7(){h4()||c("Expected to be hydrating. This is a bug in React. Please file an issue.")}var p4=null,Bt=null,_n=!1,c7=!1,$5=null;function i4e(){_n&&c("We should not be hydrating here. This is a bug in React. Please file a bug.")}function ZH0(){c7=!0}function o4e(){return c7}function c4e(s){var d=s.stateNode.containerInfo;return Bt=L6e(d),p4=s,_n=!0,$5=null,c7=!1,!0}function s4e(s,d,g){return Bt=S6e(d),p4=s,_n=!0,$5=null,c7=!1,g!==null&&l4e(s,g),!0}function HH0(s,d){switch(s.tag){case v:{I6e(s.stateNode.containerInfo,d);break}case H:{var g=(s.mode&ze)!==ce;j6e(s.type,s.memoizedProps,s.stateNode,d,g);break}case T:{var M=s.memoizedState;M.dehydrated!==null&&$6e(M.dehydrated,d);break}}}function MH0(s,d){HH0(s,d);var g=pne();g.stateNode=d,g.return=s;var M=s.deletions;M===null?(s.deletions=[g],s.flags|=_4):M.push(g)}function X60(s,d){{if(c7)return;switch(s.tag){case v:{var g=s.stateNode.containerInfo;switch(d.tag){case H:var M=d.type;d.pendingProps,x6e(g,M);break;case V:var L=d.pendingProps;R6e(g,L);break}break}case H:{var N=s.type,$=s.memoizedProps,D=s.stateNode;switch(d.tag){case H:{var U=d.type,t0=d.pendingProps,c0=(s.mode&ze)!==ce;B6e(N,$,D,U,t0,c0);break}case V:{var w0=d.pendingProps,F0=(s.mode&ze)!==ce;U6e(N,$,D,w0,F0);break}}break}case T:{var U0=s.memoizedState,W0=U0.dehydrated;if(W0!==null)switch(d.tag){case H:var X0=d.type;d.pendingProps,D6e(W0,X0);break;case V:var P1=d.pendingProps;z6e(W0,P1);break}break}default:return}}}function EH0(s,d){d.flags=d.flags&~_8|F8,X60(s,d)}function VH0(s,d){switch(s.tag){case H:{var g=s.type;s.pendingProps;var M=H6e(d,g);return M!==null?(s.stateNode=M,p4=s,Bt=b6e(M),!0):!1}case V:{var L=s.pendingProps,N=M6e(d,L);return N!==null?(s.stateNode=N,p4=s,Bt=null,!0):!1}case T:{var $=E6e(d);if($!==null){var D={dehydrated:$,treeContext:r4e(),retryLane:N4};s.memoizedState=D;var U=hne($);return U.return=s,s.child=U,p4=s,Bt=null,!0}return!1}default:return!1}}function J60(s){return(s.mode&ze)!==ce&&(s.flags&je)===oe}function e40(s){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function a40(s){if(_n){var d=Bt;if(!d){J60(s)&&(X60(p4,s),e40()),EH0(p4,s),_n=!1,p4=s;return}var g=d;if(!VH0(s,d)){J60(s)&&(X60(p4,s),e40()),d=Yp(g);var M=p4;if(!d||!VH0(s,d)){EH0(p4,s),_n=!1,p4=s;return}MH0(M,g)}}}function m4e(s,d,g){var M=s.stateNode,L=!c7,N=F6e(M,s.type,s.memoizedProps,d,g,s,L);return s.updateQueue=N,N!==null}function d4e(s){var d=s.stateNode,g=s.memoizedProps,M=_6e(d,g,s);if(M){var L=p4;if(L!==null)switch(L.tag){case v:{var N=L.stateNode.containerInfo,$=(L.mode&ze)!==ce;P6e(N,d,g,$);break}case H:{var D=L.type,U=L.memoizedProps,t0=L.stateNode,c0=(L.mode&ze)!==ce;O6e(D,U,t0,d,g,c0);break}}}return M}function u4e(s){var d=s.memoizedState,g=d!==null?d.dehydrated:null;if(!g)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");k6e(g,s)}function p4e(s){var d=s.memoizedState,g=d!==null?d.dehydrated:null;if(!g)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");return w6e(g)}function yH0(s){for(var d=s.return;d!==null&&d.tag!==H&&d.tag!==v&&d.tag!==T;)d=d.return;p4=d}function XH(s){if(s!==p4)return!1;if(!_n)return yH0(s),_n=!0,!1;if(s.tag!==v&&(s.tag!==H||T6e(s.type)&&!O60(s.type,s.memoizedProps))){var d=Bt;if(d)if(J60(s))bH0(s),e40();else for(;d;)MH0(s,d),d=Yp(d)}return yH0(s),s.tag===T?Bt=p4e(s):Bt=p4?Yp(s.stateNode):null,!0}function h4e(){return _n&&Bt!==null}function bH0(s){for(var d=Bt;d;)HH0(s,d),d=Yp(d)}function ws(){p4=null,Bt=null,_n=!1,c7=!1}function LH0(){$5!==null&&(ZE0($5),$5=null)}function h4(){return _n}function t40(s){$5===null?$5=[s]:$5.push(s)}var f4e=r.ReactCurrentBatchConfig,A4e=null;function v4e(){return f4e.transition}var kn={recordUnsafeLifecycleWarnings:function(s,d){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(s,d){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var g4e=function(s){for(var d=null,g=s;g!==null;)g.mode&we&&(d=g),g=g.return;return d},s7=function(s){var d=[];return s.forEach(function(g){d.push(g)}),d.sort().join(", ")},Jp=[],eh=[],ah=[],th=[],nh=[],rh=[],m7=new Set;kn.recordUnsafeLifecycleWarnings=function(s,d){m7.has(s.type)||(typeof d.componentWillMount=="function"&&d.componentWillMount.__suppressDeprecationWarning!==!0&&Jp.push(s),s.mode&we&&typeof d.UNSAFE_componentWillMount=="function"&&eh.push(s),typeof d.componentWillReceiveProps=="function"&&d.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&ah.push(s),s.mode&we&&typeof d.UNSAFE_componentWillReceiveProps=="function"&&th.push(s),typeof d.componentWillUpdate=="function"&&d.componentWillUpdate.__suppressDeprecationWarning!==!0&&nh.push(s),s.mode&we&&typeof d.UNSAFE_componentWillUpdate=="function"&&rh.push(s))},kn.flushPendingUnsafeLifecycleWarnings=function(){var s=new Set;Jp.length>0&&(Jp.forEach(function(F0){s.add(Ze(F0)||"Component"),m7.add(F0.type)}),Jp=[]);var d=new Set;eh.length>0&&(eh.forEach(function(F0){d.add(Ze(F0)||"Component"),m7.add(F0.type)}),eh=[]);var g=new Set;ah.length>0&&(ah.forEach(function(F0){g.add(Ze(F0)||"Component"),m7.add(F0.type)}),ah=[]);var M=new Set;th.length>0&&(th.forEach(function(F0){M.add(Ze(F0)||"Component"),m7.add(F0.type)}),th=[]);var L=new Set;nh.length>0&&(nh.forEach(function(F0){L.add(Ze(F0)||"Component"),m7.add(F0.type)}),nh=[]);var N=new Set;if(rh.length>0&&(rh.forEach(function(F0){N.add(Ze(F0)||"Component"),m7.add(F0.type)}),rh=[]),d.size>0){var $=s7(d);c(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
52
+ `).replace(S8e,"")}function PH(s,d,g,M){var L=TH(d),N=TH(s);if(N!==L&&(M&&(xa||(xa=!0,c('Text content did not match. Server: "%s" Client: "%s"',N,L))),g&&i0))throw new Error("Text content does not match server-rendered HTML.")}function aH0(s){return s.nodeType===Mn?s:s.ownerDocument}function F8e(){}function OH(s){s.onclick=F8e}function _8e(s,d,g,M,L){for(var N in M)if(M.hasOwnProperty(N)){var $=M[N];if(N===n7)$&&Object.freeze($),SZ(d,$);else if(N===zp){var D=$?$[wH]:void 0;D!=null&&fZ(d,D)}else if(N===t7)if(typeof $=="string"){var U=s!=="textarea"||$!=="";U&&Ar(d,$)}else typeof $=="number"&&Ar(d,""+$);else N===kH||N===N5||N===QZ0||(r0.hasOwnProperty(N)?$!=null&&(typeof $!="function"&&NH(N,$),N==="onScroll"&&y8("scroll",d)):$!=null&&g0(d,N,$,L))}}function k8e(s,d,g,M){for(var L=0;L<d.length;L+=2){var N=d[L],$=d[L+1];N===n7?SZ(s,$):N===zp?fZ(s,$):N===t7?Ar(s,$):g0(s,N,$,M)}}function w8e(s,d,g,M){var L,N=aH0(g),$,D=M;if(D===at&&(D=Ru(s)),D===at){if(L=vr(s,d),!L&&s!==s.toLowerCase()&&c("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",s),s==="script"){var U=N.createElement("div");U.innerHTML="<script><\/script>";var t0=U.firstChild;$=U.removeChild(t0)}else if(typeof d.is=="string")$=N.createElement(s,{is:d.is});else if($=N.createElement(s),s==="select"){var c0=$;d.multiple?c0.multiple=!0:d.size&&(c0.size=d.size)}}else $=N.createElementNS(D,s);return D===at&&!L&&Object.prototype.toString.call($)==="[object HTMLUnknownElement]"&&!z.call(_60,s)&&(_60[s]=!0,c("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",s)),$}function C8e(s,d){return aH0(d).createTextNode(s)}function N8e(s,d,g,M){var L=vr(d,g);CH(d,g);var N;switch(d){case"dialog":y8("cancel",s),y8("close",s),N=g;break;case"iframe":case"object":case"embed":y8("load",s),N=g;break;case"video":case"audio":for(var $=0;$<xp.length;$++)y8(xp[$],s);N=g;break;case"source":y8("error",s),N=g;break;case"img":case"image":case"link":y8("error",s),y8("load",s),N=g;break;case"details":y8("toggle",s),N=g;break;case"input":P8(s,g),N=p2(s,g),y8("invalid",s);break;case"option":b2(s,g),N=g;break;case"select":so(s,g),N=Sl(s,g),y8("invalid",s);break;case"textarea":uZ(s,g),N=pc(s,g),y8("invalid",s);break;default:N=g}switch(vc(d,N),_8e(d,s,M,N,L),d){case"input":s4(s),x0(s,g,!1);break;case"textarea":s4(s),hZ(s);break;case"option":z2(s,g);break;case"select":$u(s,g);break;default:typeof N.onClick=="function"&&OH(s);break}}function T8e(s,d,g,M,L){CH(d,M);var N=null,$,D;switch(d){case"input":$=p2(s,g),D=p2(s,M),N=[];break;case"select":$=Sl(s,g),D=Sl(s,M),N=[];break;case"textarea":$=pc(s,g),D=pc(s,M),N=[];break;default:$=g,D=M,typeof $.onClick!="function"&&typeof D.onClick=="function"&&OH(s);break}vc(d,D);var U,t0,c0=null;for(U in $)if(!(D.hasOwnProperty(U)||!$.hasOwnProperty(U)||$[U]==null))if(U===n7){var w0=$[U];for(t0 in w0)w0.hasOwnProperty(t0)&&(c0||(c0={}),c0[t0]="")}else U===zp||U===t7||U===kH||U===N5||U===QZ0||(r0.hasOwnProperty(U)?N||(N=[]):(N=N||[]).push(U,null));for(U in D){var F0=D[U],U0=$?.[U];if(!(!D.hasOwnProperty(U)||F0===U0||F0==null&&U0==null))if(U===n7)if(F0&&Object.freeze(F0),U0){for(t0 in U0)U0.hasOwnProperty(t0)&&(!F0||!F0.hasOwnProperty(t0))&&(c0||(c0={}),c0[t0]="");for(t0 in F0)F0.hasOwnProperty(t0)&&U0[t0]!==F0[t0]&&(c0||(c0={}),c0[t0]=F0[t0])}else c0||(N||(N=[]),N.push(U,c0)),c0=F0;else if(U===zp){var W0=F0?F0[wH]:void 0,X0=U0?U0[wH]:void 0;W0!=null&&X0!==W0&&(N=N||[]).push(U,W0)}else U===t7?(typeof F0=="string"||typeof F0=="number")&&(N=N||[]).push(U,""+F0):U===kH||U===N5||(r0.hasOwnProperty(U)?(F0!=null&&(typeof F0!="function"&&NH(U,F0),U==="onScroll"&&y8("scroll",s)),!N&&U0!==F0&&(N=[])):(N=N||[]).push(U,F0))}return c0&&(tt(c0,D[n7]),(N=N||[]).push(n7,c0)),N}function P8e(s,d,g,M,L){g==="input"&&L.type==="radio"&&L.name!=null&&W(s,L);var N=vr(g,M),$=vr(g,L);switch(k8e(s,d,N,$),g){case"input":A0(s,L);break;case"textarea":pZ(s,L);break;case"select":uc(s,L);break}}function O8e(s){{var d=s.toLowerCase();return r5.hasOwnProperty(d)&&r5[d]||null}}function I8e(s,d,g,M,L,N,$){var D,U;switch(D=vr(d,g),CH(d,g),d){case"dialog":y8("cancel",s),y8("close",s);break;case"iframe":case"object":case"embed":y8("load",s);break;case"video":case"audio":for(var t0=0;t0<xp.length;t0++)y8(xp[t0],s);break;case"source":y8("error",s);break;case"img":case"image":case"link":y8("error",s),y8("load",s);break;case"details":y8("toggle",s);break;case"input":P8(s,g),y8("invalid",s);break;case"option":b2(s,g);break;case"select":so(s,g),y8("invalid",s);break;case"textarea":uZ(s,g),y8("invalid",s);break}vc(d,g);{U=new Set;for(var c0=s.attributes,w0=0;w0<c0.length;w0++){var F0=c0[w0].name.toLowerCase();switch(F0){case"value":break;case"checked":break;case"selected":break;default:U.add(c0[w0].name)}}}var U0=null;for(var W0 in g)if(g.hasOwnProperty(W0)){var X0=g[W0];if(W0===t7)typeof X0=="string"?s.textContent!==X0&&(g[N5]!==!0&&PH(s.textContent,X0,N,$),U0=[t7,X0]):typeof X0=="number"&&s.textContent!==""+X0&&(g[N5]!==!0&&PH(s.textContent,X0,N,$),U0=[t7,""+X0]);else if(r0.hasOwnProperty(W0))X0!=null&&(typeof X0!="function"&&NH(W0,X0),W0==="onScroll"&&y8("scroll",s));else if($&&typeof D=="boolean"){var P1=void 0,ue=r2(W0);if(g[N5]!==!0){if(!(W0===kH||W0===N5||W0==="value"||W0==="checked"||W0==="selected")){if(W0===zp){var ie=s.innerHTML,o2=X0?X0[wH]:void 0;if(o2!=null){var Xe=eH0(s,o2);Xe!==ie&&Bp(W0,ie,Xe)}}else if(W0===n7){if(U.delete(W0),JZ0){var O0=t60(X0);P1=s.getAttribute("style"),O0!==P1&&Bp(W0,P1,O0)}}else if(D&&!e0)U.delete(W0.toLowerCase()),P1=B8(s,W0,X0),X0!==P1&&Bp(W0,P1,X0);else if(!me(W0,ue,D)&&!Ye(W0,X0,ue,D)){var J0=!1;if(ue!==null)U.delete(ue.attributeName),P1=D2(s,W0,X0,ue);else{var I0=M;if(I0===at&&(I0=Ru(d)),I0===at)U.delete(W0.toLowerCase());else{var v1=O8e(W0);v1!==null&&v1!==W0&&(J0=!0,U.delete(v1)),U.delete(W0)}P1=B8(s,W0,X0)}var U1=e0;!U1&&X0!==P1&&!J0&&Bp(W0,P1,X0)}}}}}switch($&&U.size>0&&g[N5]!==!0&&XZ0(U),d){case"input":s4(s),x0(s,g,!0);break;case"textarea":s4(s),hZ(s);break;case"select":case"option":break;default:typeof g.onClick=="function"&&OH(s);break}return U0}function $8e(s,d,g){var M=s.nodeValue!==d;return M}function k60(s,d){{if(xa)return;xa=!0,c("Did not expect server HTML to contain a <%s> in <%s>.",d.nodeName.toLowerCase(),s.nodeName.toLowerCase())}}function w60(s,d){{if(xa)return;xa=!0,c('Did not expect server HTML to contain the text node "%s" in <%s>.',d.nodeValue,s.nodeName.toLowerCase())}}function C60(s,d,g){{if(xa)return;xa=!0,c("Expected server HTML to contain a matching <%s> in <%s>.",d,s.nodeName.toLowerCase())}}function N60(s,d){{if(d===""||xa)return;xa=!0,c('Expected server HTML to contain a matching text node for "%s" in <%s>.',d,s.nodeName.toLowerCase())}}function j8e(s,d,g){switch(d){case"input":B0(s,g);return;case"textarea":Y80(s,g);return;case"select":ju(s,g);return}}var Up=function(){},qp=function(){};{var x8e=["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","template","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],tH0=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],R8e=tH0.concat(["button"]),D8e=["dd","dt","li","option","optgroup","p","rp","rt"],nH0={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};qp=function(s,d){var g=O1({},s||nH0),M={tag:d};return tH0.indexOf(d)!==-1&&(g.aTagInScope=null,g.buttonTagInScope=null,g.nobrTagInScope=null),R8e.indexOf(d)!==-1&&(g.pTagInButtonScope=null),x8e.indexOf(d)!==-1&&d!=="address"&&d!=="div"&&d!=="p"&&(g.listItemTagAutoclosing=null,g.dlItemTagAutoclosing=null),g.current=M,d==="form"&&(g.formTag=M),d==="a"&&(g.aTagInScope=M),d==="button"&&(g.buttonTagInScope=M),d==="nobr"&&(g.nobrTagInScope=M),d==="p"&&(g.pTagInButtonScope=M),d==="li"&&(g.listItemTagAutoclosing=M),(d==="dd"||d==="dt")&&(g.dlItemTagAutoclosing=M),g};var z8e=function(s,d){switch(d){case"select":return s==="option"||s==="optgroup"||s==="#text";case"optgroup":return s==="option"||s==="#text";case"option":return s==="#text";case"tr":return s==="th"||s==="td"||s==="style"||s==="script"||s==="template";case"tbody":case"thead":case"tfoot":return s==="tr"||s==="style"||s==="script"||s==="template";case"colgroup":return s==="col"||s==="template";case"table":return s==="caption"||s==="colgroup"||s==="tbody"||s==="tfoot"||s==="thead"||s==="style"||s==="script"||s==="template";case"head":return s==="base"||s==="basefont"||s==="bgsound"||s==="link"||s==="meta"||s==="title"||s==="noscript"||s==="noframes"||s==="style"||s==="script"||s==="template";case"html":return s==="head"||s==="body"||s==="frameset";case"frameset":return s==="frame";case"#document":return s==="html"}switch(s){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return d!=="h1"&&d!=="h2"&&d!=="h3"&&d!=="h4"&&d!=="h5"&&d!=="h6";case"rp":case"rt":return D8e.indexOf(d)===-1;case"body":case"caption":case"col":case"colgroup":case"frameset":case"frame":case"head":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return d==null}return!0},B8e=function(s,d){switch(s){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return d.pTagInButtonScope;case"form":return d.formTag||d.pTagInButtonScope;case"li":return d.listItemTagAutoclosing;case"dd":case"dt":return d.dlItemTagAutoclosing;case"button":return d.buttonTagInScope;case"a":return d.aTagInScope;case"nobr":return d.nobrTagInScope}return null},rH0={};Up=function(s,d,g){g=g||nH0;var M=g.current,L=M&&M.tag;d!=null&&(s!=null&&c("validateDOMNesting: when childText is passed, childTag should be null"),s="#text");var N=z8e(s,L)?null:M,$=N?null:B8e(s,g),D=N||$;if(D){var U=D.tag,t0=!!N+"|"+s+"|"+U;if(!rH0[t0]){rH0[t0]=!0;var c0=s,w0="";if(s==="#text"?/\S/.test(d)?c0="Text nodes":(c0="Whitespace text nodes",w0=" Make sure you don't have any extra whitespace between tags on each line of your source code."):c0="<"+s+">",N){var F0="";U==="table"&&s==="tr"&&(F0+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),c("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",c0,U,w0,F0)}else c("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",c0,U)}}}}var IH="suppressHydrationWarning",$H="$",jH="/$",Wp="$?",Gp="$!",U8e="style",T60=null,P60=null;function q8e(s){var d,g,M=s.nodeType;switch(M){case Mn:case mo:{d=M===Mn?"#document":"#fragment";var L=s.documentElement;g=L?L.namespaceURI:hc(null,"");break}default:{var N=M===W8?s.parentNode:s,$=N.namespaceURI||null;d=N.tagName,g=hc($,d);break}}{var D=d.toLowerCase(),U=qp(null,D);return{namespace:g,ancestorInfo:U}}}function W8e(s,d,g){{var M=s,L=hc(M.namespace,d),N=qp(M.ancestorInfo,d);return{namespace:L,ancestorInfo:N}}}function Lke(s){return s}function G8e(s){T60=k6(),P60=c8e();var d=null;return j8(!1),d}function Y8e(s){s8e(P60),j8(T60),T60=null,P60=null}function K8e(s,d,g,M,L){var N;{var $=M;if(Up(s,null,$.ancestorInfo),typeof d.children=="string"||typeof d.children=="number"){var D=""+d.children,U=qp($.ancestorInfo,s);Up(null,D,U)}N=$.namespace}var t0=w8e(s,d,g,N);return Qp(L,t0),z60(t0,d),t0}function Q8e(s,d){s.appendChild(d)}function X8e(s,d,g,M,L){switch(N8e(s,d,g,M),d){case"button":case"input":case"select":case"textarea":return!!g.autoFocus;case"img":return!0;default:return!1}}function J8e(s,d,g,M,L,N){{var $=N;if(typeof M.children!=typeof g.children&&(typeof M.children=="string"||typeof M.children=="number")){var D=""+M.children,U=qp($.ancestorInfo,d);Up(null,D,U)}}return T8e(s,d,g,M)}function O60(s,d){return s==="textarea"||s==="noscript"||typeof d.children=="string"||typeof d.children=="number"||typeof d.dangerouslySetInnerHTML=="object"&&d.dangerouslySetInnerHTML!==null&&d.dangerouslySetInnerHTML.__html!=null}function e6e(s,d,g,M){{var L=g;Up(null,s,L.ancestorInfo)}var N=C8e(s,d);return Qp(M,N),N}function a6e(){var s=window.event;return s===void 0?F6:L5(s.type)}var I60=typeof setTimeout=="function"?setTimeout:void 0,t6e=typeof clearTimeout=="function"?clearTimeout:void 0,$60=-1,lH0=typeof Promise=="function"?Promise:void 0,n6e=typeof queueMicrotask=="function"?queueMicrotask:typeof lH0<"u"?function(s){return lH0.resolve(null).then(s).catch(r6e)}:I60;function r6e(s){setTimeout(function(){throw s})}function l6e(s,d,g,M){switch(d){case"button":case"input":case"select":case"textarea":g.autoFocus&&s.focus();return;case"img":{g.src&&(s.src=g.src);return}}}function i6e(s,d,g,M,L,N){P8e(s,d,g,M,L),z60(s,L)}function iH0(s){Ar(s,"")}function o6e(s,d,g){s.nodeValue=g}function c6e(s,d){s.appendChild(d)}function s6e(s,d){var g;s.nodeType===W8?(g=s.parentNode,g.insertBefore(d,s)):(g=s,g.appendChild(d));var M=s._reactRootContainer;M==null&&g.onclick===null&&OH(g)}function m6e(s,d,g){s.insertBefore(d,g)}function d6e(s,d,g){s.nodeType===W8?s.parentNode.insertBefore(d,g):s.insertBefore(d,g)}function u6e(s,d){s.removeChild(d)}function p6e(s,d){s.nodeType===W8?s.parentNode.removeChild(d):s.removeChild(d)}function j60(s,d){var g=d,M=0;do{var L=g.nextSibling;if(s.removeChild(g),L&&L.nodeType===W8){var N=L.data;if(N===jH)if(M===0){s.removeChild(L),J6(d);return}else M--;else(N===$H||N===Wp||N===Gp)&&M++}g=L}while(g);J6(d)}function h6e(s,d){s.nodeType===W8?j60(s.parentNode,d):s.nodeType===F4&&j60(s,d),J6(s)}function f6e(s){s=s;var d=s.style;typeof d.setProperty=="function"?d.setProperty("display","none","important"):d.display="none"}function A6e(s){s.nodeValue=""}function v6e(s,d){s=s;var g=d[U8e],M=g!=null&&g.hasOwnProperty("display")?g.display:null;s.style.display=Ac("display",M)}function g6e(s,d){s.nodeValue=d}function Z6e(s){s.nodeType===F4?s.textContent="":s.nodeType===Mn&&s.documentElement&&s.removeChild(s.documentElement)}function H6e(s,d,g){return s.nodeType!==F4||d.toLowerCase()!==s.nodeName.toLowerCase()?null:s}function M6e(s,d){return d===""||s.nodeType!==Hn?null:s}function E6e(s){return s.nodeType!==W8?null:s}function oH0(s){return s.data===Wp}function x60(s){return s.data===Gp}function V6e(s){var d=s.nextSibling&&s.nextSibling.dataset,g,M,L;return d&&(g=d.dgst,M=d.msg,L=d.stck),{message:M,digest:g,stack:L}}function y6e(s,d){s._reactRetry=d}function xH(s){for(;s!=null;s=s.nextSibling){var d=s.nodeType;if(d===F4||d===Hn)break;if(d===W8){var g=s.data;if(g===$H||g===Gp||g===Wp)break;if(g===jH)return null}}return s}function Yp(s){return xH(s.nextSibling)}function b6e(s){return xH(s.firstChild)}function L6e(s){return xH(s.firstChild)}function S6e(s){return xH(s.nextSibling)}function F6e(s,d,g,M,L,N,$){Qp(N,s),z60(s,g);var D;{var U=L;D=U.namespace}var t0=(N.mode&ze)!==ce;return I8e(s,d,g,D,M,t0,$)}function _6e(s,d,g,M){return Qp(g,s),g.mode&ze,$8e(s,d)}function k6e(s,d){Qp(d,s)}function w6e(s){for(var d=s.nextSibling,g=0;d;){if(d.nodeType===W8){var M=d.data;if(M===jH){if(g===0)return Yp(d);g--}else(M===$H||M===Gp||M===Wp)&&g++}d=d.nextSibling}return null}function cH0(s){for(var d=s.previousSibling,g=0;d;){if(d.nodeType===W8){var M=d.data;if(M===$H||M===Gp||M===Wp){if(g===0)return d;g--}else M===jH&&g++}d=d.previousSibling}return null}function C6e(s){J6(s)}function N6e(s){J6(s)}function T6e(s){return s!=="head"&&s!=="body"}function P6e(s,d,g,M){var L=!0;PH(d.nodeValue,g,M,L)}function O6e(s,d,g,M,L,N){if(d[IH]!==!0){var $=!0;PH(M.nodeValue,L,N,$)}}function I6e(s,d){d.nodeType===F4?k60(s,d):d.nodeType===W8||w60(s,d)}function $6e(s,d){{var g=s.parentNode;g!==null&&(d.nodeType===F4?k60(g,d):d.nodeType===W8||w60(g,d))}}function j6e(s,d,g,M,L){(L||d[IH]!==!0)&&(M.nodeType===F4?k60(g,M):M.nodeType===W8||w60(g,M))}function x6e(s,d,g){C60(s,d)}function R6e(s,d){N60(s,d)}function D6e(s,d,g){{var M=s.parentNode;M!==null&&C60(M,d)}}function z6e(s,d){{var g=s.parentNode;g!==null&&N60(g,d)}}function B6e(s,d,g,M,L,N){(N||d[IH]!==!0)&&C60(g,M)}function U6e(s,d,g,M,L){(L||d[IH]!==!0)&&N60(g,M)}function q6e(s){c("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",s.nodeName.toLowerCase())}function W6e(s){Rp(s)}var ys=Math.random().toString(36).slice(2),bs="__reactFiber$"+ys,R60="__reactProps$"+ys,Kp="__reactContainer$"+ys,D60="__reactEvents$"+ys,G6e="__reactListeners$"+ys,Y6e="__reactHandles$"+ys;function K6e(s){delete s[bs],delete s[R60],delete s[D60],delete s[G6e],delete s[Y6e]}function Qp(s,d){d[bs]=s}function RH(s,d){d[Kp]=s}function sH0(s){s[Kp]=null}function Xp(s){return!!s[Kp]}function r7(s){var d=s[bs];if(d)return d;for(var g=s.parentNode;g;){if(d=g[Kp]||g[bs],d){var M=d.alternate;if(d.child!==null||M!==null&&M.child!==null)for(var L=cH0(s);L!==null;){var N=L[bs];if(N)return N;L=cH0(L)}return d}s=g,g=s.parentNode}return null}function T5(s){var d=s[bs]||s[Kp];return d&&(d.tag===H||d.tag===V||d.tag===T||d.tag===v)?d:null}function Ls(s){if(s.tag===H||s.tag===V)return s.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function DH(s){return s[R60]||null}function z60(s,d){s[R60]=d}function Q6e(s){var d=s[D60];return d===void 0&&(d=s[D60]=new Set),d}var mH0={},dH0=r.ReactDebugCurrentFrame;function zH(s){if(s){var d=s._owner,g=An(s.type,s._source,d?d.type:null);dH0.setExtraStackFrame(g)}else dH0.setExtraStackFrame(null)}function Fn(s,d,g,M,L){{var N=Function.call.bind(z);for(var $ in s)if(N(s,$)){var D=void 0;try{if(typeof s[$]!="function"){var U=Error((M||"React class")+": "+g+" type `"+$+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof s[$]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw U.name="Invariant Violation",U}D=s[$](d,$,M,g,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(t0){D=t0}D&&!(D instanceof Error)&&(zH(L),c("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",M||"React class",g,$,typeof D),zH(null)),D instanceof Error&&!(D.message in mH0)&&(mH0[D.message]=!0,zH(L),c("Failed %s type: %s",g,D.message),zH(null))}}}var B60=[],BH;BH=[];var Jl=-1;function P5(s){return{current:s}}function $4(s,d){if(Jl<0){c("Unexpected pop.");return}d!==BH[Jl]&&c("Unexpected Fiber popped."),s.current=B60[Jl],B60[Jl]=null,BH[Jl]=null,Jl--}function j4(s,d,g){Jl++,B60[Jl]=s.current,BH[Jl]=g,s.current=d}var U60;U60={};var st={};Object.freeze(st);var e3=P5(st),$r=P5(!1),q60=st;function Ss(s,d,g){return g&&jr(d)?q60:e3.current}function uH0(s,d,g){{var M=s.stateNode;M.__reactInternalMemoizedUnmaskedChildContext=d,M.__reactInternalMemoizedMaskedChildContext=g}}function Fs(s,d){{var g=s.type,M=g.contextTypes;if(!M)return st;var L=s.stateNode;if(L&&L.__reactInternalMemoizedUnmaskedChildContext===d)return L.__reactInternalMemoizedMaskedChildContext;var N={};for(var $ in M)N[$]=d[$];{var D=Ze(s)||"Unknown";Fn(M,N,"context",D)}return L&&uH0(s,d,N),N}}function UH(){return $r.current}function jr(s){{var d=s.childContextTypes;return d!=null}}function qH(s){$4($r,s),$4(e3,s)}function W60(s){$4($r,s),$4(e3,s)}function pH0(s,d,g){{if(e3.current!==st)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");j4(e3,d,s),j4($r,g,s)}}function hH0(s,d,g){{var M=s.stateNode,L=d.childContextTypes;if(typeof M.getChildContext!="function"){{var N=Ze(s)||"Unknown";U60[N]||(U60[N]=!0,c("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",N,N))}return g}var $=M.getChildContext();for(var D in $)if(!(D in L))throw new Error((Ze(s)||"Unknown")+'.getChildContext(): key "'+D+'" is not defined in childContextTypes.');{var U=Ze(s)||"Unknown";Fn(L,$,"child context",U)}return O1({},g,$)}}function WH(s){{var d=s.stateNode,g=d&&d.__reactInternalMemoizedMergedChildContext||st;return q60=e3.current,j4(e3,g,s),j4($r,$r.current,s),!0}}function fH0(s,d,g){{var M=s.stateNode;if(!M)throw new Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.");if(g){var L=hH0(s,d,q60);M.__reactInternalMemoizedMergedChildContext=L,$4($r,s),$4(e3,s),j4(e3,L,s),j4($r,g,s)}else $4($r,s),j4($r,g,s)}}function X6e(s){{if(!DZ(s)||s.tag!==h)throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var d=s;do{switch(d.tag){case v:return d.stateNode.context;case h:{var g=d.type;if(jr(g))return d.stateNode.__reactInternalMemoizedMergedChildContext;break}}d=d.return}while(d!==null);throw new Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.")}}var O5=0,GH=1,a3=null,G60=!1,Y60=!1;function AH0(s){a3===null?a3=[s]:a3.push(s)}function J6e(s){G60=!0,AH0(s)}function vH0(){G60&&I5()}function I5(){if(!Y60&&a3!==null){Y60=!0;var s=0,d=la();try{var g=!0,M=a3;for(r6(O4);s<M.length;s++){var L=M[s];do L=L(g);while(L!==null)}a3=null,G60=!1}catch(N){throw a3!==null&&(a3=a3.slice(s+1)),tp(yn,I5),N}finally{r6(d),Y60=!1}}return null}var _s=[],ks=0,YH=null,KH=0,Dt=[],zt=0,l7=null,t3=1,n3="";function e4e(s){return o7(),(s.flags&bo)!==oe}function a4e(s){return o7(),KH}function t4e(){var s=n3,d=t3,g=d&~n4e(d);return g.toString(32)+s}function i7(s,d){o7(),_s[ks++]=KH,_s[ks++]=YH,YH=s,KH=d}function gH0(s,d,g){o7(),Dt[zt++]=t3,Dt[zt++]=n3,Dt[zt++]=l7,l7=s;var M=t3,L=n3,N=QH(M)-1,$=M&~(1<<N),D=g+1,U=QH(d)+N;if(U>30){var t0=N-N%5,c0=(1<<t0)-1,w0=($&c0).toString(32),F0=$>>t0,U0=N-t0,W0=QH(d)+U0,X0=D<<U0,P1=X0|F0,ue=w0+L;t3=1<<W0|P1,n3=ue}else{var ie=D<<N,o2=ie|$,Xe=L;t3=1<<U|o2,n3=Xe}}function K60(s){o7();var d=s.return;if(d!==null){var g=1,M=0;i7(s,g),gH0(s,g,M)}}function QH(s){return 32-n6(s)}function n4e(s){return 1<<QH(s)-1}function Q60(s){for(;s===YH;)YH=_s[--ks],_s[ks]=null,KH=_s[--ks],_s[ks]=null;for(;s===l7;)l7=Dt[--zt],Dt[zt]=null,n3=Dt[--zt],Dt[zt]=null,t3=Dt[--zt],Dt[zt]=null}function r4e(){return o7(),l7!==null?{id:t3,overflow:n3}:null}function l4e(s,d){o7(),Dt[zt++]=t3,Dt[zt++]=n3,Dt[zt++]=l7,t3=d.id,n3=d.overflow,l7=s}function o7(){h4()||c("Expected to be hydrating. This is a bug in React. Please file an issue.")}var p4=null,Bt=null,_n=!1,c7=!1,$5=null;function i4e(){_n&&c("We should not be hydrating here. This is a bug in React. Please file a bug.")}function ZH0(){c7=!0}function o4e(){return c7}function c4e(s){var d=s.stateNode.containerInfo;return Bt=L6e(d),p4=s,_n=!0,$5=null,c7=!1,!0}function s4e(s,d,g){return Bt=S6e(d),p4=s,_n=!0,$5=null,c7=!1,g!==null&&l4e(s,g),!0}function HH0(s,d){switch(s.tag){case v:{I6e(s.stateNode.containerInfo,d);break}case H:{var g=(s.mode&ze)!==ce;j6e(s.type,s.memoizedProps,s.stateNode,d,g);break}case T:{var M=s.memoizedState;M.dehydrated!==null&&$6e(M.dehydrated,d);break}}}function MH0(s,d){HH0(s,d);var g=pne();g.stateNode=d,g.return=s;var M=s.deletions;M===null?(s.deletions=[g],s.flags|=_4):M.push(g)}function X60(s,d){{if(c7)return;switch(s.tag){case v:{var g=s.stateNode.containerInfo;switch(d.tag){case H:var M=d.type;d.pendingProps,x6e(g,M);break;case V:var L=d.pendingProps;R6e(g,L);break}break}case H:{var N=s.type,$=s.memoizedProps,D=s.stateNode;switch(d.tag){case H:{var U=d.type,t0=d.pendingProps,c0=(s.mode&ze)!==ce;B6e(N,$,D,U,t0,c0);break}case V:{var w0=d.pendingProps,F0=(s.mode&ze)!==ce;U6e(N,$,D,w0,F0);break}}break}case T:{var U0=s.memoizedState,W0=U0.dehydrated;if(W0!==null)switch(d.tag){case H:var X0=d.type;d.pendingProps,D6e(W0,X0);break;case V:var P1=d.pendingProps;z6e(W0,P1);break}break}default:return}}}function EH0(s,d){d.flags=d.flags&~_8|F8,X60(s,d)}function VH0(s,d){switch(s.tag){case H:{var g=s.type;s.pendingProps;var M=H6e(d,g);return M!==null?(s.stateNode=M,p4=s,Bt=b6e(M),!0):!1}case V:{var L=s.pendingProps,N=M6e(d,L);return N!==null?(s.stateNode=N,p4=s,Bt=null,!0):!1}case T:{var $=E6e(d);if($!==null){var D={dehydrated:$,treeContext:r4e(),retryLane:N4};s.memoizedState=D;var U=hne($);return U.return=s,s.child=U,p4=s,Bt=null,!0}return!1}default:return!1}}function J60(s){return(s.mode&ze)!==ce&&(s.flags&je)===oe}function e40(s){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function a40(s){if(_n){var d=Bt;if(!d){J60(s)&&(X60(p4,s),e40()),EH0(p4,s),_n=!1,p4=s;return}var g=d;if(!VH0(s,d)){J60(s)&&(X60(p4,s),e40()),d=Yp(g);var M=p4;if(!d||!VH0(s,d)){EH0(p4,s),_n=!1,p4=s;return}MH0(M,g)}}}function m4e(s,d,g){var M=s.stateNode,L=!c7,N=F6e(M,s.type,s.memoizedProps,d,g,s,L);return s.updateQueue=N,N!==null}function d4e(s){var d=s.stateNode,g=s.memoizedProps,M=_6e(d,g,s);if(M){var L=p4;if(L!==null)switch(L.tag){case v:{var N=L.stateNode.containerInfo,$=(L.mode&ze)!==ce;P6e(N,d,g,$);break}case H:{var D=L.type,U=L.memoizedProps,t0=L.stateNode,c0=(L.mode&ze)!==ce;O6e(D,U,t0,d,g,c0);break}}}return M}function u4e(s){var d=s.memoizedState,g=d!==null?d.dehydrated:null;if(!g)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");k6e(g,s)}function p4e(s){var d=s.memoizedState,g=d!==null?d.dehydrated:null;if(!g)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");return w6e(g)}function yH0(s){for(var d=s.return;d!==null&&d.tag!==H&&d.tag!==v&&d.tag!==T;)d=d.return;p4=d}function XH(s){if(s!==p4)return!1;if(!_n)return yH0(s),_n=!0,!1;if(s.tag!==v&&(s.tag!==H||T6e(s.type)&&!O60(s.type,s.memoizedProps))){var d=Bt;if(d)if(J60(s))bH0(s),e40();else for(;d;)MH0(s,d),d=Yp(d)}return yH0(s),s.tag===T?Bt=p4e(s):Bt=p4?Yp(s.stateNode):null,!0}function h4e(){return _n&&Bt!==null}function bH0(s){for(var d=Bt;d;)HH0(s,d),d=Yp(d)}function ws(){p4=null,Bt=null,_n=!1,c7=!1}function LH0(){$5!==null&&(ZE0($5),$5=null)}function h4(){return _n}function t40(s){$5===null?$5=[s]:$5.push(s)}var f4e=r.ReactCurrentBatchConfig,A4e=null;function v4e(){return f4e.transition}var kn={recordUnsafeLifecycleWarnings:function(s,d){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(s,d){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var g4e=function(s){for(var d=null,g=s;g!==null;)g.mode&we&&(d=g),g=g.return;return d},s7=function(s){var d=[];return s.forEach(function(g){d.push(g)}),d.sort().join(", ")},Jp=[],eh=[],ah=[],th=[],nh=[],rh=[],m7=new Set;kn.recordUnsafeLifecycleWarnings=function(s,d){m7.has(s.type)||(typeof d.componentWillMount=="function"&&d.componentWillMount.__suppressDeprecationWarning!==!0&&Jp.push(s),s.mode&we&&typeof d.UNSAFE_componentWillMount=="function"&&eh.push(s),typeof d.componentWillReceiveProps=="function"&&d.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&ah.push(s),s.mode&we&&typeof d.UNSAFE_componentWillReceiveProps=="function"&&th.push(s),typeof d.componentWillUpdate=="function"&&d.componentWillUpdate.__suppressDeprecationWarning!==!0&&nh.push(s),s.mode&we&&typeof d.UNSAFE_componentWillUpdate=="function"&&rh.push(s))},kn.flushPendingUnsafeLifecycleWarnings=function(){var s=new Set;Jp.length>0&&(Jp.forEach(function(F0){s.add(Ze(F0)||"Component"),m7.add(F0.type)}),Jp=[]);var d=new Set;eh.length>0&&(eh.forEach(function(F0){d.add(Ze(F0)||"Component"),m7.add(F0.type)}),eh=[]);var g=new Set;ah.length>0&&(ah.forEach(function(F0){g.add(Ze(F0)||"Component"),m7.add(F0.type)}),ah=[]);var M=new Set;th.length>0&&(th.forEach(function(F0){M.add(Ze(F0)||"Component"),m7.add(F0.type)}),th=[]);var L=new Set;nh.length>0&&(nh.forEach(function(F0){L.add(Ze(F0)||"Component"),m7.add(F0.type)}),nh=[]);var N=new Set;if(rh.length>0&&(rh.forEach(function(F0){N.add(Ze(F0)||"Component"),m7.add(F0.type)}),rh=[]),d.size>0){var $=s7(d);c(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
53
53
 
54
54
  * Move code with side effects to componentDidMount, and set initial state in the constructor.
55
55
 
@@ -101,7 +101,7 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`)}}retur
101
101
  See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function S40(s,d){if(L40)return!1;if(d===null)return c("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",r1),!1;s.length!==d.length&&c(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
102
102
 
103
103
  Previous: %s
104
- Incoming: %s`,r1,"["+d.join(", ")+"]","["+s.join(", ")+"]");for(var g=0;g<d.length&&g<s.length;g++)if(!I1(s[g],d[g]))return!1;return!0}function xs(s,d,g,M,L,N){u7=N,q2=d,Ut=s!==null?s._debugHookTypes:null,D5=-1,L40=s!==null&&s.type!==d.type,d.memoizedState=null,d.updateQueue=null,d.lanes=n1,s!==null&&s.memoizedState!==null?B1.current=uM0:Ut!==null?B1.current=dM0:B1.current=mM0;var $=g(M,L);if(mh){var D=0;do{if(mh=!1,dh=0,D>=P4e)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");D+=1,L40=!1,N6=null,T6=null,d.updateQueue=null,D5=-1,B1.current=pM0,$=g(M,L)}while(mh)}B1.current=FM,d._debugHookTypes=Ut;var U=N6!==null&&N6.next!==null;if(u7=n1,q2=null,N6=null,T6=null,r1=null,Ut=null,D5=-1,s!==null&&(s.flags&Y8)!==(d.flags&Y8)&&(s.mode&ze)!==ce&&c("Internal React error: Expected static flag was missing. Please notify the React team."),fM=!1,U)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return $}function Rs(){var s=dh!==0;return dh=0,s}function UH0(s,d,g){d.updateQueue=s.updateQueue,(d.mode&U2)!==ce?d.flags&=-50333701:d.flags&=-2053,s.lanes=xo(s.lanes,g)}function qH0(){if(B1.current=FM,fM){for(var s=q2.memoizedState;s!==null;){var d=s.queue;d!==null&&(d.pending=null),s=s.next}fM=!1}u7=n1,q2=null,N6=null,T6=null,Ut=null,D5=-1,r1=null,lM0=!1,mh=!1,dh=0}function Rr(){var s={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return T6===null?q2.memoizedState=T6=s:T6=T6.next=s,T6}function qt(){var s;if(N6===null){var d=q2.alternate;d!==null?s=d.memoizedState:s=null}else s=N6.next;var g;if(T6===null?g=q2.memoizedState:g=T6.next,g!==null)T6=g,g=T6.next,N6=s;else{if(s===null)throw new Error("Rendered more hooks than during the previous render.");N6=s;var M={memoizedState:N6.memoizedState,baseState:N6.baseState,baseQueue:N6.baseQueue,queue:N6.queue,next:null};T6===null?q2.memoizedState=T6=M:T6=T6.next=M}return T6}function WH0(){return{lastEffect:null,stores:null}}function F40(s,d){return typeof d=="function"?d(s):d}function _40(s,d,g){var M=Rr(),L;g!==void 0?L=g(d):L=d,M.memoizedState=M.baseState=L;var N={pending:null,interleaved:null,lanes:n1,dispatch:null,lastRenderedReducer:s,lastRenderedState:L};M.queue=N;var $=N.dispatch=x4e.bind(null,q2,N);return[M.memoizedState,$]}function k40(s,d,g){var M=qt(),L=M.queue;if(L===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");L.lastRenderedReducer=s;var N=N6,$=N.baseQueue,D=L.pending;if(D!==null){if($!==null){var U=$.next,t0=D.next;$.next=t0,D.next=U}N.baseQueue!==$&&c("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),N.baseQueue=$=D,L.pending=null}if($!==null){var c0=$.next,w0=N.baseState,F0=null,U0=null,W0=null,X0=c0;do{var P1=X0.lane;if(Dl(u7,P1)){if(W0!==null){var ie={lane:K8,action:X0.action,hasEagerState:X0.hasEagerState,eagerState:X0.eagerState,next:null};W0=W0.next=ie}if(X0.hasEagerState)w0=X0.eagerState;else{var o2=X0.action;w0=s(w0,o2)}}else{var ue={lane:P1,action:X0.action,hasEagerState:X0.hasEagerState,eagerState:X0.eagerState,next:null};W0===null?(U0=W0=ue,F0=w0):W0=W0.next=ue,q2.lanes=Pe(q2.lanes,P1),Ch(P1)}X0=X0.next}while(X0!==null&&X0!==c0);W0===null?F0=w0:W0.next=U0,I1(w0,M.memoizedState)||Hh(),M.memoizedState=w0,M.baseState=F0,M.baseQueue=W0,L.lastRenderedState=w0}var Xe=L.interleaved;if(Xe!==null){var O0=Xe;do{var J0=O0.lane;q2.lanes=Pe(q2.lanes,J0),Ch(J0),O0=O0.next}while(O0!==Xe)}else $===null&&(L.lanes=n1);var I0=L.dispatch;return[M.memoizedState,I0]}function w40(s,d,g){var M=qt(),L=M.queue;if(L===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");L.lastRenderedReducer=s;var N=L.dispatch,$=L.pending,D=M.memoizedState;if($!==null){L.pending=null;var U=$.next,t0=U;do{var c0=t0.action;D=s(D,c0),t0=t0.next}while(t0!==U);I1(D,M.memoizedState)||Hh(),M.memoizedState=D,M.baseQueue===null&&(M.baseState=D),L.lastRenderedState=D}return[D,N]}function Fke(s,d,g){}function _ke(s,d,g){}function C40(s,d,g){var M=q2,L=Rr(),N,$=h4();if($){if(g===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");N=g(),$s||N!==g()&&(c("The result of getServerSnapshot should be cached to avoid an infinite loop"),$s=!0)}else{if(N=d(),!$s){var D=d();I1(N,D)||(c("The result of getSnapshot should be cached to avoid an infinite loop"),$s=!0)}var U=WM();if(U===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");jo(U,u7)||GH0(M,d,N)}L.memoizedState=N;var t0={value:N,getSnapshot:d};return L.queue=t0,HM(KH0.bind(null,M,t0,s),[s]),M.flags|=na,uh(w6|f4,YH0.bind(null,M,t0,N,d),void 0,null),N}function AM(s,d,g){var M=q2,L=qt(),N=d();if(!$s){var $=d();I1(N,$)||(c("The result of getSnapshot should be cached to avoid an infinite loop"),$s=!0)}var D=L.memoizedState,U=!I1(D,N);U&&(L.memoizedState=N,Hh());var t0=L.queue;if(hh(KH0.bind(null,M,t0,s),[s]),t0.getSnapshot!==d||U||T6!==null&&T6.memoizedState.tag&w6){M.flags|=na,uh(w6|f4,YH0.bind(null,M,t0,N,d),void 0,null);var c0=WM();if(c0===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");jo(c0,u7)||GH0(M,d,N)}return N}function GH0(s,d,g){s.flags|=Sc;var M={getSnapshot:d,value:g},L=q2.updateQueue;if(L===null)L=WH0(),q2.updateQueue=L,L.stores=[M];else{var N=L.stores;N===null?L.stores=[M]:N.push(M)}}function YH0(s,d,g,M){d.value=g,d.getSnapshot=M,QH0(d)&&XH0(s)}function KH0(s,d,g){var M=function(){QH0(d)&&XH0(s)};return g(M)}function QH0(s){var d=s.getSnapshot,g=s.value;try{var M=d();return!I1(g,M)}catch{return!0}}function XH0(s){var d=Ra(s,ve);d!==null&&$6(d,s,ve,N2)}function vM(s){var d=Rr();typeof s=="function"&&(s=s()),d.memoizedState=d.baseState=s;var g={pending:null,interleaved:null,lanes:n1,dispatch:null,lastRenderedReducer:F40,lastRenderedState:s};d.queue=g;var M=g.dispatch=R4e.bind(null,q2,g);return[d.memoizedState,M]}function N40(s){return k40(F40)}function T40(s){return w40(F40)}function uh(s,d,g,M){var L={tag:s,create:d,destroy:g,deps:M,next:null},N=q2.updateQueue;if(N===null)N=WH0(),q2.updateQueue=N,N.lastEffect=L.next=L;else{var $=N.lastEffect;if($===null)N.lastEffect=L.next=L;else{var D=$.next;$.next=L,L.next=D,N.lastEffect=L}}return L}function P40(s){var d=Rr();{var g={current:s};return d.memoizedState=g,g}}function gM(s){var d=qt();return d.memoizedState}function ph(s,d,g,M){var L=Rr(),N=M===void 0?null:M;q2.flags|=s,L.memoizedState=uh(w6|d,g,void 0,N)}function ZM(s,d,g,M){var L=qt(),N=M===void 0?null:M,$=void 0;if(N6!==null){var D=N6.memoizedState;if($=D.destroy,N!==null){var U=D.deps;if(S40(N,U)){L.memoizedState=uh(d,g,$,N);return}}}q2.flags|=s,L.memoizedState=uh(w6|d,g,$,N)}function HM(s,d){return(q2.mode&U2)!==ce?ph(Hr|na|Ju,f4,s,d):ph(na|Ju,f4,s,d)}function hh(s,d){return ZM(na,f4,s,d)}function O40(s,d){return ph(We,xr,s,d)}function MM(s,d){return ZM(We,xr,s,d)}function I40(s,d){var g=We;return g|=Zr,(q2.mode&U2)!==ce&&(g|=m4),ph(g,C6,s,d)}function EM(s,d){return ZM(We,C6,s,d)}function JH0(s,d){if(typeof d=="function"){var g=d,M=s();return g(M),function(){g(null)}}else if(d!=null){var L=d;L.hasOwnProperty("current")||c("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(L).join(", ")+"}");var N=s();return L.current=N,function(){L.current=null}}}function $40(s,d,g){typeof d!="function"&&c("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",d!==null?typeof d:"null");var M=g!=null?g.concat([s]):null,L=We;return L|=Zr,(q2.mode&U2)!==ce&&(L|=m4),ph(L,C6,JH0.bind(null,d,s),M)}function VM(s,d,g){typeof d!="function"&&c("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",d!==null?typeof d:"null");var M=g!=null?g.concat([s]):null;return ZM(We,C6,JH0.bind(null,d,s),M)}function I4e(s,d){}var yM=I4e;function j40(s,d){var g=Rr(),M=d===void 0?null:d;return g.memoizedState=[s,M],s}function bM(s,d){var g=qt(),M=d===void 0?null:d,L=g.memoizedState;if(L!==null&&M!==null){var N=L[1];if(S40(M,N))return L[0]}return g.memoizedState=[s,M],s}function x40(s,d){var g=Rr(),M=d===void 0?null:d,L=s();return g.memoizedState=[L,M],L}function LM(s,d){var g=qt(),M=d===void 0?null:d,L=g.memoizedState;if(L!==null&&M!==null){var N=L[1];if(S40(M,N))return L[0]}var $=s();return g.memoizedState=[$,M],$}function R40(s){var d=Rr();return d.memoizedState=s,s}function eM0(s){var d=qt(),g=N6,M=g.memoizedState;return tM0(d,M,s)}function aM0(s){var d=qt();if(N6===null)return d.memoizedState=s,s;var g=N6.memoizedState;return tM0(d,g,s)}function tM0(s,d,g){var M=!gp(u7);if(M){if(!I1(g,d)){var L=Hp();q2.lanes=Pe(q2.lanes,L),Ch(L),s.baseState=!0}return d}else return s.baseState&&(s.baseState=!1,Hh()),s.memoizedState=g,g}function $4e(s,d,g){var M=la();r6(Do(M,Oa)),s(!0);var L=sh.transition;sh.transition={};var N=sh.transition;sh.transition._updatedFibers=new Set;try{s(!1),d()}finally{if(r6(M),sh.transition=L,L===null&&N._updatedFibers){var $=N._updatedFibers.size;$>10&&o("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."),N._updatedFibers.clear()}}}function D40(){var s=vM(!1),d=s[0],g=s[1],M=$4e.bind(null,g),L=Rr();return L.memoizedState=M,[d,M]}function nM0(){var s=N40(),d=s[0],g=qt(),M=g.memoizedState;return[d,M]}function rM0(){var s=T40(),d=s[0],g=qt(),M=g.memoizedState;return[d,M]}var lM0=!1;function j4e(){return lM0}function z40(){var s=Rr(),d=WM(),g=d.identifierPrefix,M;if(h4()){var L=t4e();M=":"+g+"R"+L;var N=dh++;N>0&&(M+="H"+N.toString(32)),M+=":"}else{var $=T4e++;M=":"+g+"r"+$.toString(32)+":"}return s.memoizedState=M,M}function SM(){var s=qt(),d=s.memoizedState;return d}function x4e(s,d,g){typeof arguments[3]=="function"&&c("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var M=W5(s),L={lane:M,action:g,hasEagerState:!1,eagerState:null,next:null};if(iM0(s))oM0(d,L);else{var N=PH0(s,d,L,M);if(N!==null){var $=da();$6(N,s,M,$),cM0(N,d,M)}}sM0(s,M)}function R4e(s,d,g){typeof arguments[3]=="function"&&c("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var M=W5(s),L={lane:M,action:g,hasEagerState:!1,eagerState:null,next:null};if(iM0(s))oM0(d,L);else{var N=s.alternate;if(s.lanes===n1&&(N===null||N.lanes===n1)){var $=d.lastRenderedReducer;if($!==null){var D;D=B1.current,B1.current=Cn;try{var U=d.lastRenderedState,t0=$(U,g);if(L.hasEagerState=!0,L.eagerState=t0,I1(t0,U)){b4e(s,d,L,M);return}}catch{}finally{B1.current=D}}}var c0=PH0(s,d,L,M);if(c0!==null){var w0=da();$6(c0,s,M,w0),cM0(c0,d,M)}}sM0(s,M)}function iM0(s){var d=s.alternate;return s===q2||d!==null&&d===q2}function oM0(s,d){mh=fM=!0;var g=s.pending;g===null?d.next=d:(d.next=g.next,g.next=d),s.pending=d}function cM0(s,d,g){if(Zp(g)){var M=d.lanes;M=Jc(M,s.pendingLanes);var L=Pe(M,g);d.lanes=L,Ro(s,L)}}function sM0(s,d,g){wo(s,d)}var FM={readContext:Z6,useCallback:x4,useContext:x4,useEffect:x4,useImperativeHandle:x4,useInsertionEffect:x4,useLayoutEffect:x4,useMemo:x4,useReducer:x4,useRef:x4,useState:x4,useDebugValue:x4,useDeferredValue:x4,useTransition:x4,useMutableSource:x4,useSyncExternalStore:x4,useId:x4,unstable_isNewReconciler:h0},mM0=null,dM0=null,uM0=null,pM0=null,Dr=null,Cn=null,_M=null;{var B40=function(){c("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")},Le=function(){c("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks")};mM0={readContext:function(s){return Z6(s)},useCallback:function(s,d){return r1="useCallback",S2(),js(d),j40(s,d)},useContext:function(s){return r1="useContext",S2(),Z6(s)},useEffect:function(s,d){return r1="useEffect",S2(),js(d),HM(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",S2(),js(g),$40(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",S2(),js(d),O40(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",S2(),js(d),I40(s,d)},useMemo:function(s,d){r1="useMemo",S2(),js(d);var g=B1.current;B1.current=Dr;try{return x40(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",S2();var M=B1.current;B1.current=Dr;try{return _40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",S2(),P40(s)},useState:function(s){r1="useState",S2();var d=B1.current;B1.current=Dr;try{return vM(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",S2(),void 0},useDeferredValue:function(s){return r1="useDeferredValue",S2(),R40(s)},useTransition:function(){return r1="useTransition",S2(),D40()},useMutableSource:function(s,d,g){return r1="useMutableSource",S2(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",S2(),C40(s,d,g)},useId:function(){return r1="useId",S2(),z40()},unstable_isNewReconciler:h0},dM0={readContext:function(s){return Z6(s)},useCallback:function(s,d){return r1="useCallback",k1(),j40(s,d)},useContext:function(s){return r1="useContext",k1(),Z6(s)},useEffect:function(s,d){return r1="useEffect",k1(),HM(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",k1(),$40(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",k1(),O40(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",k1(),I40(s,d)},useMemo:function(s,d){r1="useMemo",k1();var g=B1.current;B1.current=Dr;try{return x40(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",k1();var M=B1.current;B1.current=Dr;try{return _40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",k1(),P40(s)},useState:function(s){r1="useState",k1();var d=B1.current;B1.current=Dr;try{return vM(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",k1(),void 0},useDeferredValue:function(s){return r1="useDeferredValue",k1(),R40(s)},useTransition:function(){return r1="useTransition",k1(),D40()},useMutableSource:function(s,d,g){return r1="useMutableSource",k1(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",k1(),C40(s,d,g)},useId:function(){return r1="useId",k1(),z40()},unstable_isNewReconciler:h0},uM0={readContext:function(s){return Z6(s)},useCallback:function(s,d){return r1="useCallback",k1(),bM(s,d)},useContext:function(s){return r1="useContext",k1(),Z6(s)},useEffect:function(s,d){return r1="useEffect",k1(),hh(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",k1(),VM(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",k1(),MM(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",k1(),EM(s,d)},useMemo:function(s,d){r1="useMemo",k1();var g=B1.current;B1.current=Cn;try{return LM(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",k1();var M=B1.current;B1.current=Cn;try{return k40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",k1(),gM()},useState:function(s){r1="useState",k1();var d=B1.current;B1.current=Cn;try{return N40(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",k1(),yM()},useDeferredValue:function(s){return r1="useDeferredValue",k1(),eM0(s)},useTransition:function(){return r1="useTransition",k1(),nM0()},useMutableSource:function(s,d,g){return r1="useMutableSource",k1(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",k1(),AM(s,d)},useId:function(){return r1="useId",k1(),SM()},unstable_isNewReconciler:h0},pM0={readContext:function(s){return Z6(s)},useCallback:function(s,d){return r1="useCallback",k1(),bM(s,d)},useContext:function(s){return r1="useContext",k1(),Z6(s)},useEffect:function(s,d){return r1="useEffect",k1(),hh(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",k1(),VM(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",k1(),MM(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",k1(),EM(s,d)},useMemo:function(s,d){r1="useMemo",k1();var g=B1.current;B1.current=_M;try{return LM(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",k1();var M=B1.current;B1.current=_M;try{return w40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",k1(),gM()},useState:function(s){r1="useState",k1();var d=B1.current;B1.current=_M;try{return T40(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",k1(),yM()},useDeferredValue:function(s){return r1="useDeferredValue",k1(),aM0(s)},useTransition:function(){return r1="useTransition",k1(),rM0()},useMutableSource:function(s,d,g){return r1="useMutableSource",k1(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",k1(),AM(s,d)},useId:function(){return r1="useId",k1(),SM()},unstable_isNewReconciler:h0},Dr={readContext:function(s){return B40(),Z6(s)},useCallback:function(s,d){return r1="useCallback",Le(),S2(),j40(s,d)},useContext:function(s){return r1="useContext",Le(),S2(),Z6(s)},useEffect:function(s,d){return r1="useEffect",Le(),S2(),HM(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",Le(),S2(),$40(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",Le(),S2(),O40(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",Le(),S2(),I40(s,d)},useMemo:function(s,d){r1="useMemo",Le(),S2();var g=B1.current;B1.current=Dr;try{return x40(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",Le(),S2();var M=B1.current;B1.current=Dr;try{return _40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",Le(),S2(),P40(s)},useState:function(s){r1="useState",Le(),S2();var d=B1.current;B1.current=Dr;try{return vM(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",Le(),S2(),void 0},useDeferredValue:function(s){return r1="useDeferredValue",Le(),S2(),R40(s)},useTransition:function(){return r1="useTransition",Le(),S2(),D40()},useMutableSource:function(s,d,g){return r1="useMutableSource",Le(),S2(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",Le(),S2(),C40(s,d,g)},useId:function(){return r1="useId",Le(),S2(),z40()},unstable_isNewReconciler:h0},Cn={readContext:function(s){return B40(),Z6(s)},useCallback:function(s,d){return r1="useCallback",Le(),k1(),bM(s,d)},useContext:function(s){return r1="useContext",Le(),k1(),Z6(s)},useEffect:function(s,d){return r1="useEffect",Le(),k1(),hh(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",Le(),k1(),VM(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",Le(),k1(),MM(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",Le(),k1(),EM(s,d)},useMemo:function(s,d){r1="useMemo",Le(),k1();var g=B1.current;B1.current=Cn;try{return LM(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",Le(),k1();var M=B1.current;B1.current=Cn;try{return k40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",Le(),k1(),gM()},useState:function(s){r1="useState",Le(),k1();var d=B1.current;B1.current=Cn;try{return N40(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",Le(),k1(),yM()},useDeferredValue:function(s){return r1="useDeferredValue",Le(),k1(),eM0(s)},useTransition:function(){return r1="useTransition",Le(),k1(),nM0()},useMutableSource:function(s,d,g){return r1="useMutableSource",Le(),k1(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",Le(),k1(),AM(s,d)},useId:function(){return r1="useId",Le(),k1(),SM()},unstable_isNewReconciler:h0},_M={readContext:function(s){return B40(),Z6(s)},useCallback:function(s,d){return r1="useCallback",Le(),k1(),bM(s,d)},useContext:function(s){return r1="useContext",Le(),k1(),Z6(s)},useEffect:function(s,d){return r1="useEffect",Le(),k1(),hh(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",Le(),k1(),VM(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",Le(),k1(),MM(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",Le(),k1(),EM(s,d)},useMemo:function(s,d){r1="useMemo",Le(),k1();var g=B1.current;B1.current=Cn;try{return LM(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",Le(),k1();var M=B1.current;B1.current=Cn;try{return w40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",Le(),k1(),gM()},useState:function(s){r1="useState",Le(),k1();var d=B1.current;B1.current=Cn;try{return T40(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",Le(),k1(),yM()},useDeferredValue:function(s){return r1="useDeferredValue",Le(),k1(),aM0(s)},useTransition:function(){return r1="useTransition",Le(),k1(),rM0()},useMutableSource:function(s,d,g){return r1="useMutableSource",Le(),k1(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",Le(),k1(),AM(s,d)},useId:function(){return r1="useId",Le(),k1(),SM()},unstable_isNewReconciler:h0}}var z5=n.unstable_now,hM0=0,kM=-1,fh=-1,wM=-1,U40=!1,CM=!1;function fM0(){return U40}function D4e(){CM=!0}function z4e(){U40=!1,CM=!1}function B4e(){U40=CM,CM=!1}function AM0(){return hM0}function vM0(){hM0=z5()}function q40(s){fh=z5(),s.actualStartTime<0&&(s.actualStartTime=z5())}function gM0(s){fh=-1}function NM(s,d){if(fh>=0){var g=z5()-fh;s.actualDuration+=g,d&&(s.selfBaseDuration=g),fh=-1}}function zr(s){if(kM>=0){var d=z5()-kM;kM=-1;for(var g=s.return;g!==null;){switch(g.tag){case v:var M=g.stateNode;M.effectDuration+=d;return;case S:var L=g.stateNode;L.effectDuration+=d;return}g=g.return}}}function W40(s){if(wM>=0){var d=z5()-wM;wM=-1;for(var g=s.return;g!==null;){switch(g.tag){case v:var M=g.stateNode;M!==null&&(M.passiveEffectDuration+=d);return;case S:var L=g.stateNode;L!==null&&(L.passiveEffectDuration+=d);return}g=g.return}}}function Br(){kM=z5()}function G40(){wM=z5()}function Y40(s){for(var d=s.child;d;)s.actualDuration+=d.actualDuration,d=d.sibling}function Nn(s,d){if(s&&s.defaultProps){var g=O1({},d),M=s.defaultProps;for(var L in M)g[L]===void 0&&(g[L]=M[L]);return g}return d}var K40={},Q40,X40,J40,ea0,aa0,ZM0,TM,ta0,na0,ra0,Ah;{Q40=new Set,X40=new Set,J40=new Set,ea0=new Set,ta0=new Set,aa0=new Set,na0=new Set,ra0=new Set,Ah=new Set;var HM0=new Set;TM=function(s,d){if(!(s===null||typeof s=="function")){var g=d+"_"+s;HM0.has(g)||(HM0.add(g),c("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",d,s))}},ZM0=function(s,d){if(d===void 0){var g=Qe(s)||"Component";aa0.has(g)||(aa0.add(g),c("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",g))}},Object.defineProperty(K40,"_processChildContext",{enumerable:!1,value:function(){throw new Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).")}}),Object.freeze(K40)}function la0(s,d,g,M){var L=s.memoizedState,N=g(M,L);{if(s.mode&we){C2(!0);try{N=g(M,L)}finally{C2(!1)}}ZM0(d,N)}var $=N==null?L:O1({},L,N);if(s.memoizedState=$,s.lanes===n1){var D=s.updateQueue;D.baseState=$}}var ia0={isMounted:ep,enqueueSetState:function(s,d,g){var M=u5(s),L=da(),N=W5(M),$=r3(L,N);$.payload=d,g!=null&&(TM(g,"setState"),$.callback=g);var D=j5(M,$,N);D!==null&&($6(D,M,N,L),sM(D,M,N)),wo(M,N)},enqueueReplaceState:function(s,d,g){var M=u5(s),L=da(),N=W5(M),$=r3(L,N);$.tag=IH0,$.payload=d,g!=null&&(TM(g,"replaceState"),$.callback=g);var D=j5(M,$,N);D!==null&&($6(D,M,N,L),sM(D,M,N)),wo(M,N)},enqueueForceUpdate:function(s,d){var g=u5(s),M=da(),L=W5(g),N=r3(M,L);N.tag=iM,d!=null&&(TM(d,"forceUpdate"),N.callback=d);var $=j5(g,N,L);$!==null&&($6($,g,L,M),sM($,g,L)),hp(g,L)}};function MM0(s,d,g,M,L,N,$){var D=s.stateNode;if(typeof D.shouldComponentUpdate=="function"){var U=D.shouldComponentUpdate(M,N,$);{if(s.mode&we){C2(!0);try{U=D.shouldComponentUpdate(M,N,$)}finally{C2(!1)}}U===void 0&&c("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Qe(d)||"Component")}return U}return d.prototype&&d.prototype.isPureReactComponent?!se(g,M)||!se(L,N):!0}function U4e(s,d,g){var M=s.stateNode;{var L=Qe(d)||"Component",N=M.render;N||(d.prototype&&typeof d.prototype.render=="function"?c("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",L):c("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",L)),M.getInitialState&&!M.getInitialState.isReactClassApproved&&!M.state&&c("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",L),M.getDefaultProps&&!M.getDefaultProps.isReactClassApproved&&c("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",L),M.propTypes&&c("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",L),M.contextType&&c("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",L),d.childContextTypes&&!Ah.has(d)&&(s.mode&we)===ce&&(Ah.add(d),c(`%s uses the legacy childContextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() instead
104
+ Incoming: %s`,r1,"["+d.join(", ")+"]","["+s.join(", ")+"]");for(var g=0;g<d.length&&g<s.length;g++)if(!I1(s[g],d[g]))return!1;return!0}function xs(s,d,g,M,L,N){u7=N,q2=d,Ut=s!==null?s._debugHookTypes:null,D5=-1,L40=s!==null&&s.type!==d.type,d.memoizedState=null,d.updateQueue=null,d.lanes=n1,s!==null&&s.memoizedState!==null?B1.current=uM0:Ut!==null?B1.current=dM0:B1.current=mM0;var $=g(M,L);if(mh){var D=0;do{if(mh=!1,dh=0,D>=P4e)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");D+=1,L40=!1,N6=null,T6=null,d.updateQueue=null,D5=-1,B1.current=pM0,$=g(M,L)}while(mh)}B1.current=FM,d._debugHookTypes=Ut;var U=N6!==null&&N6.next!==null;if(u7=n1,q2=null,N6=null,T6=null,r1=null,Ut=null,D5=-1,s!==null&&(s.flags&Y8)!==(d.flags&Y8)&&(s.mode&ze)!==ce&&c("Internal React error: Expected static flag was missing. Please notify the React team."),fM=!1,U)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return $}function Rs(){var s=dh!==0;return dh=0,s}function UH0(s,d,g){d.updateQueue=s.updateQueue,(d.mode&U2)!==ce?d.flags&=-50333701:d.flags&=-2053,s.lanes=xo(s.lanes,g)}function qH0(){if(B1.current=FM,fM){for(var s=q2.memoizedState;s!==null;){var d=s.queue;d!==null&&(d.pending=null),s=s.next}fM=!1}u7=n1,q2=null,N6=null,T6=null,Ut=null,D5=-1,r1=null,lM0=!1,mh=!1,dh=0}function Rr(){var s={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return T6===null?q2.memoizedState=T6=s:T6=T6.next=s,T6}function qt(){var s;if(N6===null){var d=q2.alternate;d!==null?s=d.memoizedState:s=null}else s=N6.next;var g;if(T6===null?g=q2.memoizedState:g=T6.next,g!==null)T6=g,g=T6.next,N6=s;else{if(s===null)throw new Error("Rendered more hooks than during the previous render.");N6=s;var M={memoizedState:N6.memoizedState,baseState:N6.baseState,baseQueue:N6.baseQueue,queue:N6.queue,next:null};T6===null?q2.memoizedState=T6=M:T6=T6.next=M}return T6}function WH0(){return{lastEffect:null,stores:null}}function F40(s,d){return typeof d=="function"?d(s):d}function _40(s,d,g){var M=Rr(),L;g!==void 0?L=g(d):L=d,M.memoizedState=M.baseState=L;var N={pending:null,interleaved:null,lanes:n1,dispatch:null,lastRenderedReducer:s,lastRenderedState:L};M.queue=N;var $=N.dispatch=x4e.bind(null,q2,N);return[M.memoizedState,$]}function k40(s,d,g){var M=qt(),L=M.queue;if(L===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");L.lastRenderedReducer=s;var N=N6,$=N.baseQueue,D=L.pending;if(D!==null){if($!==null){var U=$.next,t0=D.next;$.next=t0,D.next=U}N.baseQueue!==$&&c("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),N.baseQueue=$=D,L.pending=null}if($!==null){var c0=$.next,w0=N.baseState,F0=null,U0=null,W0=null,X0=c0;do{var P1=X0.lane;if(Dl(u7,P1)){if(W0!==null){var ie={lane:K8,action:X0.action,hasEagerState:X0.hasEagerState,eagerState:X0.eagerState,next:null};W0=W0.next=ie}if(X0.hasEagerState)w0=X0.eagerState;else{var o2=X0.action;w0=s(w0,o2)}}else{var ue={lane:P1,action:X0.action,hasEagerState:X0.hasEagerState,eagerState:X0.eagerState,next:null};W0===null?(U0=W0=ue,F0=w0):W0=W0.next=ue,q2.lanes=Pe(q2.lanes,P1),Ch(P1)}X0=X0.next}while(X0!==null&&X0!==c0);W0===null?F0=w0:W0.next=U0,I1(w0,M.memoizedState)||Hh(),M.memoizedState=w0,M.baseState=F0,M.baseQueue=W0,L.lastRenderedState=w0}var Xe=L.interleaved;if(Xe!==null){var O0=Xe;do{var J0=O0.lane;q2.lanes=Pe(q2.lanes,J0),Ch(J0),O0=O0.next}while(O0!==Xe)}else $===null&&(L.lanes=n1);var I0=L.dispatch;return[M.memoizedState,I0]}function w40(s,d,g){var M=qt(),L=M.queue;if(L===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");L.lastRenderedReducer=s;var N=L.dispatch,$=L.pending,D=M.memoizedState;if($!==null){L.pending=null;var U=$.next,t0=U;do{var c0=t0.action;D=s(D,c0),t0=t0.next}while(t0!==U);I1(D,M.memoizedState)||Hh(),M.memoizedState=D,M.baseQueue===null&&(M.baseState=D),L.lastRenderedState=D}return[D,N]}function Ske(s,d,g){}function Fke(s,d,g){}function C40(s,d,g){var M=q2,L=Rr(),N,$=h4();if($){if(g===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");N=g(),$s||N!==g()&&(c("The result of getServerSnapshot should be cached to avoid an infinite loop"),$s=!0)}else{if(N=d(),!$s){var D=d();I1(N,D)||(c("The result of getSnapshot should be cached to avoid an infinite loop"),$s=!0)}var U=WM();if(U===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");jo(U,u7)||GH0(M,d,N)}L.memoizedState=N;var t0={value:N,getSnapshot:d};return L.queue=t0,HM(KH0.bind(null,M,t0,s),[s]),M.flags|=na,uh(w6|f4,YH0.bind(null,M,t0,N,d),void 0,null),N}function AM(s,d,g){var M=q2,L=qt(),N=d();if(!$s){var $=d();I1(N,$)||(c("The result of getSnapshot should be cached to avoid an infinite loop"),$s=!0)}var D=L.memoizedState,U=!I1(D,N);U&&(L.memoizedState=N,Hh());var t0=L.queue;if(hh(KH0.bind(null,M,t0,s),[s]),t0.getSnapshot!==d||U||T6!==null&&T6.memoizedState.tag&w6){M.flags|=na,uh(w6|f4,YH0.bind(null,M,t0,N,d),void 0,null);var c0=WM();if(c0===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");jo(c0,u7)||GH0(M,d,N)}return N}function GH0(s,d,g){s.flags|=Sc;var M={getSnapshot:d,value:g},L=q2.updateQueue;if(L===null)L=WH0(),q2.updateQueue=L,L.stores=[M];else{var N=L.stores;N===null?L.stores=[M]:N.push(M)}}function YH0(s,d,g,M){d.value=g,d.getSnapshot=M,QH0(d)&&XH0(s)}function KH0(s,d,g){var M=function(){QH0(d)&&XH0(s)};return g(M)}function QH0(s){var d=s.getSnapshot,g=s.value;try{var M=d();return!I1(g,M)}catch{return!0}}function XH0(s){var d=Ra(s,ve);d!==null&&$6(d,s,ve,N2)}function vM(s){var d=Rr();typeof s=="function"&&(s=s()),d.memoizedState=d.baseState=s;var g={pending:null,interleaved:null,lanes:n1,dispatch:null,lastRenderedReducer:F40,lastRenderedState:s};d.queue=g;var M=g.dispatch=R4e.bind(null,q2,g);return[d.memoizedState,M]}function N40(s){return k40(F40)}function T40(s){return w40(F40)}function uh(s,d,g,M){var L={tag:s,create:d,destroy:g,deps:M,next:null},N=q2.updateQueue;if(N===null)N=WH0(),q2.updateQueue=N,N.lastEffect=L.next=L;else{var $=N.lastEffect;if($===null)N.lastEffect=L.next=L;else{var D=$.next;$.next=L,L.next=D,N.lastEffect=L}}return L}function P40(s){var d=Rr();{var g={current:s};return d.memoizedState=g,g}}function gM(s){var d=qt();return d.memoizedState}function ph(s,d,g,M){var L=Rr(),N=M===void 0?null:M;q2.flags|=s,L.memoizedState=uh(w6|d,g,void 0,N)}function ZM(s,d,g,M){var L=qt(),N=M===void 0?null:M,$=void 0;if(N6!==null){var D=N6.memoizedState;if($=D.destroy,N!==null){var U=D.deps;if(S40(N,U)){L.memoizedState=uh(d,g,$,N);return}}}q2.flags|=s,L.memoizedState=uh(w6|d,g,$,N)}function HM(s,d){return(q2.mode&U2)!==ce?ph(Hr|na|Ju,f4,s,d):ph(na|Ju,f4,s,d)}function hh(s,d){return ZM(na,f4,s,d)}function O40(s,d){return ph(We,xr,s,d)}function MM(s,d){return ZM(We,xr,s,d)}function I40(s,d){var g=We;return g|=Zr,(q2.mode&U2)!==ce&&(g|=m4),ph(g,C6,s,d)}function EM(s,d){return ZM(We,C6,s,d)}function JH0(s,d){if(typeof d=="function"){var g=d,M=s();return g(M),function(){g(null)}}else if(d!=null){var L=d;L.hasOwnProperty("current")||c("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(L).join(", ")+"}");var N=s();return L.current=N,function(){L.current=null}}}function $40(s,d,g){typeof d!="function"&&c("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",d!==null?typeof d:"null");var M=g!=null?g.concat([s]):null,L=We;return L|=Zr,(q2.mode&U2)!==ce&&(L|=m4),ph(L,C6,JH0.bind(null,d,s),M)}function VM(s,d,g){typeof d!="function"&&c("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",d!==null?typeof d:"null");var M=g!=null?g.concat([s]):null;return ZM(We,C6,JH0.bind(null,d,s),M)}function I4e(s,d){}var yM=I4e;function j40(s,d){var g=Rr(),M=d===void 0?null:d;return g.memoizedState=[s,M],s}function bM(s,d){var g=qt(),M=d===void 0?null:d,L=g.memoizedState;if(L!==null&&M!==null){var N=L[1];if(S40(M,N))return L[0]}return g.memoizedState=[s,M],s}function x40(s,d){var g=Rr(),M=d===void 0?null:d,L=s();return g.memoizedState=[L,M],L}function LM(s,d){var g=qt(),M=d===void 0?null:d,L=g.memoizedState;if(L!==null&&M!==null){var N=L[1];if(S40(M,N))return L[0]}var $=s();return g.memoizedState=[$,M],$}function R40(s){var d=Rr();return d.memoizedState=s,s}function eM0(s){var d=qt(),g=N6,M=g.memoizedState;return tM0(d,M,s)}function aM0(s){var d=qt();if(N6===null)return d.memoizedState=s,s;var g=N6.memoizedState;return tM0(d,g,s)}function tM0(s,d,g){var M=!gp(u7);if(M){if(!I1(g,d)){var L=Hp();q2.lanes=Pe(q2.lanes,L),Ch(L),s.baseState=!0}return d}else return s.baseState&&(s.baseState=!1,Hh()),s.memoizedState=g,g}function $4e(s,d,g){var M=la();r6(Do(M,Oa)),s(!0);var L=sh.transition;sh.transition={};var N=sh.transition;sh.transition._updatedFibers=new Set;try{s(!1),d()}finally{if(r6(M),sh.transition=L,L===null&&N._updatedFibers){var $=N._updatedFibers.size;$>10&&o("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."),N._updatedFibers.clear()}}}function D40(){var s=vM(!1),d=s[0],g=s[1],M=$4e.bind(null,g),L=Rr();return L.memoizedState=M,[d,M]}function nM0(){var s=N40(),d=s[0],g=qt(),M=g.memoizedState;return[d,M]}function rM0(){var s=T40(),d=s[0],g=qt(),M=g.memoizedState;return[d,M]}var lM0=!1;function j4e(){return lM0}function z40(){var s=Rr(),d=WM(),g=d.identifierPrefix,M;if(h4()){var L=t4e();M=":"+g+"R"+L;var N=dh++;N>0&&(M+="H"+N.toString(32)),M+=":"}else{var $=T4e++;M=":"+g+"r"+$.toString(32)+":"}return s.memoizedState=M,M}function SM(){var s=qt(),d=s.memoizedState;return d}function x4e(s,d,g){typeof arguments[3]=="function"&&c("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var M=W5(s),L={lane:M,action:g,hasEagerState:!1,eagerState:null,next:null};if(iM0(s))oM0(d,L);else{var N=PH0(s,d,L,M);if(N!==null){var $=da();$6(N,s,M,$),cM0(N,d,M)}}sM0(s,M)}function R4e(s,d,g){typeof arguments[3]=="function"&&c("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var M=W5(s),L={lane:M,action:g,hasEagerState:!1,eagerState:null,next:null};if(iM0(s))oM0(d,L);else{var N=s.alternate;if(s.lanes===n1&&(N===null||N.lanes===n1)){var $=d.lastRenderedReducer;if($!==null){var D;D=B1.current,B1.current=Cn;try{var U=d.lastRenderedState,t0=$(U,g);if(L.hasEagerState=!0,L.eagerState=t0,I1(t0,U)){b4e(s,d,L,M);return}}catch{}finally{B1.current=D}}}var c0=PH0(s,d,L,M);if(c0!==null){var w0=da();$6(c0,s,M,w0),cM0(c0,d,M)}}sM0(s,M)}function iM0(s){var d=s.alternate;return s===q2||d!==null&&d===q2}function oM0(s,d){mh=fM=!0;var g=s.pending;g===null?d.next=d:(d.next=g.next,g.next=d),s.pending=d}function cM0(s,d,g){if(Zp(g)){var M=d.lanes;M=Jc(M,s.pendingLanes);var L=Pe(M,g);d.lanes=L,Ro(s,L)}}function sM0(s,d,g){wo(s,d)}var FM={readContext:Z6,useCallback:x4,useContext:x4,useEffect:x4,useImperativeHandle:x4,useInsertionEffect:x4,useLayoutEffect:x4,useMemo:x4,useReducer:x4,useRef:x4,useState:x4,useDebugValue:x4,useDeferredValue:x4,useTransition:x4,useMutableSource:x4,useSyncExternalStore:x4,useId:x4,unstable_isNewReconciler:h0},mM0=null,dM0=null,uM0=null,pM0=null,Dr=null,Cn=null,_M=null;{var B40=function(){c("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")},Le=function(){c("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks")};mM0={readContext:function(s){return Z6(s)},useCallback:function(s,d){return r1="useCallback",S2(),js(d),j40(s,d)},useContext:function(s){return r1="useContext",S2(),Z6(s)},useEffect:function(s,d){return r1="useEffect",S2(),js(d),HM(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",S2(),js(g),$40(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",S2(),js(d),O40(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",S2(),js(d),I40(s,d)},useMemo:function(s,d){r1="useMemo",S2(),js(d);var g=B1.current;B1.current=Dr;try{return x40(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",S2();var M=B1.current;B1.current=Dr;try{return _40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",S2(),P40(s)},useState:function(s){r1="useState",S2();var d=B1.current;B1.current=Dr;try{return vM(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",S2(),void 0},useDeferredValue:function(s){return r1="useDeferredValue",S2(),R40(s)},useTransition:function(){return r1="useTransition",S2(),D40()},useMutableSource:function(s,d,g){return r1="useMutableSource",S2(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",S2(),C40(s,d,g)},useId:function(){return r1="useId",S2(),z40()},unstable_isNewReconciler:h0},dM0={readContext:function(s){return Z6(s)},useCallback:function(s,d){return r1="useCallback",k1(),j40(s,d)},useContext:function(s){return r1="useContext",k1(),Z6(s)},useEffect:function(s,d){return r1="useEffect",k1(),HM(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",k1(),$40(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",k1(),O40(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",k1(),I40(s,d)},useMemo:function(s,d){r1="useMemo",k1();var g=B1.current;B1.current=Dr;try{return x40(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",k1();var M=B1.current;B1.current=Dr;try{return _40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",k1(),P40(s)},useState:function(s){r1="useState",k1();var d=B1.current;B1.current=Dr;try{return vM(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",k1(),void 0},useDeferredValue:function(s){return r1="useDeferredValue",k1(),R40(s)},useTransition:function(){return r1="useTransition",k1(),D40()},useMutableSource:function(s,d,g){return r1="useMutableSource",k1(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",k1(),C40(s,d,g)},useId:function(){return r1="useId",k1(),z40()},unstable_isNewReconciler:h0},uM0={readContext:function(s){return Z6(s)},useCallback:function(s,d){return r1="useCallback",k1(),bM(s,d)},useContext:function(s){return r1="useContext",k1(),Z6(s)},useEffect:function(s,d){return r1="useEffect",k1(),hh(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",k1(),VM(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",k1(),MM(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",k1(),EM(s,d)},useMemo:function(s,d){r1="useMemo",k1();var g=B1.current;B1.current=Cn;try{return LM(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",k1();var M=B1.current;B1.current=Cn;try{return k40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",k1(),gM()},useState:function(s){r1="useState",k1();var d=B1.current;B1.current=Cn;try{return N40(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",k1(),yM()},useDeferredValue:function(s){return r1="useDeferredValue",k1(),eM0(s)},useTransition:function(){return r1="useTransition",k1(),nM0()},useMutableSource:function(s,d,g){return r1="useMutableSource",k1(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",k1(),AM(s,d)},useId:function(){return r1="useId",k1(),SM()},unstable_isNewReconciler:h0},pM0={readContext:function(s){return Z6(s)},useCallback:function(s,d){return r1="useCallback",k1(),bM(s,d)},useContext:function(s){return r1="useContext",k1(),Z6(s)},useEffect:function(s,d){return r1="useEffect",k1(),hh(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",k1(),VM(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",k1(),MM(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",k1(),EM(s,d)},useMemo:function(s,d){r1="useMemo",k1();var g=B1.current;B1.current=_M;try{return LM(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",k1();var M=B1.current;B1.current=_M;try{return w40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",k1(),gM()},useState:function(s){r1="useState",k1();var d=B1.current;B1.current=_M;try{return T40(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",k1(),yM()},useDeferredValue:function(s){return r1="useDeferredValue",k1(),aM0(s)},useTransition:function(){return r1="useTransition",k1(),rM0()},useMutableSource:function(s,d,g){return r1="useMutableSource",k1(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",k1(),AM(s,d)},useId:function(){return r1="useId",k1(),SM()},unstable_isNewReconciler:h0},Dr={readContext:function(s){return B40(),Z6(s)},useCallback:function(s,d){return r1="useCallback",Le(),S2(),j40(s,d)},useContext:function(s){return r1="useContext",Le(),S2(),Z6(s)},useEffect:function(s,d){return r1="useEffect",Le(),S2(),HM(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",Le(),S2(),$40(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",Le(),S2(),O40(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",Le(),S2(),I40(s,d)},useMemo:function(s,d){r1="useMemo",Le(),S2();var g=B1.current;B1.current=Dr;try{return x40(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",Le(),S2();var M=B1.current;B1.current=Dr;try{return _40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",Le(),S2(),P40(s)},useState:function(s){r1="useState",Le(),S2();var d=B1.current;B1.current=Dr;try{return vM(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",Le(),S2(),void 0},useDeferredValue:function(s){return r1="useDeferredValue",Le(),S2(),R40(s)},useTransition:function(){return r1="useTransition",Le(),S2(),D40()},useMutableSource:function(s,d,g){return r1="useMutableSource",Le(),S2(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",Le(),S2(),C40(s,d,g)},useId:function(){return r1="useId",Le(),S2(),z40()},unstable_isNewReconciler:h0},Cn={readContext:function(s){return B40(),Z6(s)},useCallback:function(s,d){return r1="useCallback",Le(),k1(),bM(s,d)},useContext:function(s){return r1="useContext",Le(),k1(),Z6(s)},useEffect:function(s,d){return r1="useEffect",Le(),k1(),hh(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",Le(),k1(),VM(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",Le(),k1(),MM(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",Le(),k1(),EM(s,d)},useMemo:function(s,d){r1="useMemo",Le(),k1();var g=B1.current;B1.current=Cn;try{return LM(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",Le(),k1();var M=B1.current;B1.current=Cn;try{return k40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",Le(),k1(),gM()},useState:function(s){r1="useState",Le(),k1();var d=B1.current;B1.current=Cn;try{return N40(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",Le(),k1(),yM()},useDeferredValue:function(s){return r1="useDeferredValue",Le(),k1(),eM0(s)},useTransition:function(){return r1="useTransition",Le(),k1(),nM0()},useMutableSource:function(s,d,g){return r1="useMutableSource",Le(),k1(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",Le(),k1(),AM(s,d)},useId:function(){return r1="useId",Le(),k1(),SM()},unstable_isNewReconciler:h0},_M={readContext:function(s){return B40(),Z6(s)},useCallback:function(s,d){return r1="useCallback",Le(),k1(),bM(s,d)},useContext:function(s){return r1="useContext",Le(),k1(),Z6(s)},useEffect:function(s,d){return r1="useEffect",Le(),k1(),hh(s,d)},useImperativeHandle:function(s,d,g){return r1="useImperativeHandle",Le(),k1(),VM(s,d,g)},useInsertionEffect:function(s,d){return r1="useInsertionEffect",Le(),k1(),MM(s,d)},useLayoutEffect:function(s,d){return r1="useLayoutEffect",Le(),k1(),EM(s,d)},useMemo:function(s,d){r1="useMemo",Le(),k1();var g=B1.current;B1.current=Cn;try{return LM(s,d)}finally{B1.current=g}},useReducer:function(s,d,g){r1="useReducer",Le(),k1();var M=B1.current;B1.current=Cn;try{return w40(s,d,g)}finally{B1.current=M}},useRef:function(s){return r1="useRef",Le(),k1(),gM()},useState:function(s){r1="useState",Le(),k1();var d=B1.current;B1.current=Cn;try{return T40(s)}finally{B1.current=d}},useDebugValue:function(s,d){return r1="useDebugValue",Le(),k1(),yM()},useDeferredValue:function(s){return r1="useDeferredValue",Le(),k1(),aM0(s)},useTransition:function(){return r1="useTransition",Le(),k1(),rM0()},useMutableSource:function(s,d,g){return r1="useMutableSource",Le(),k1(),void 0},useSyncExternalStore:function(s,d,g){return r1="useSyncExternalStore",Le(),k1(),AM(s,d)},useId:function(){return r1="useId",Le(),k1(),SM()},unstable_isNewReconciler:h0}}var z5=n.unstable_now,hM0=0,kM=-1,fh=-1,wM=-1,U40=!1,CM=!1;function fM0(){return U40}function D4e(){CM=!0}function z4e(){U40=!1,CM=!1}function B4e(){U40=CM,CM=!1}function AM0(){return hM0}function vM0(){hM0=z5()}function q40(s){fh=z5(),s.actualStartTime<0&&(s.actualStartTime=z5())}function gM0(s){fh=-1}function NM(s,d){if(fh>=0){var g=z5()-fh;s.actualDuration+=g,d&&(s.selfBaseDuration=g),fh=-1}}function zr(s){if(kM>=0){var d=z5()-kM;kM=-1;for(var g=s.return;g!==null;){switch(g.tag){case v:var M=g.stateNode;M.effectDuration+=d;return;case S:var L=g.stateNode;L.effectDuration+=d;return}g=g.return}}}function W40(s){if(wM>=0){var d=z5()-wM;wM=-1;for(var g=s.return;g!==null;){switch(g.tag){case v:var M=g.stateNode;M!==null&&(M.passiveEffectDuration+=d);return;case S:var L=g.stateNode;L!==null&&(L.passiveEffectDuration+=d);return}g=g.return}}}function Br(){kM=z5()}function G40(){wM=z5()}function Y40(s){for(var d=s.child;d;)s.actualDuration+=d.actualDuration,d=d.sibling}function Nn(s,d){if(s&&s.defaultProps){var g=O1({},d),M=s.defaultProps;for(var L in M)g[L]===void 0&&(g[L]=M[L]);return g}return d}var K40={},Q40,X40,J40,ea0,aa0,ZM0,TM,ta0,na0,ra0,Ah;{Q40=new Set,X40=new Set,J40=new Set,ea0=new Set,ta0=new Set,aa0=new Set,na0=new Set,ra0=new Set,Ah=new Set;var HM0=new Set;TM=function(s,d){if(!(s===null||typeof s=="function")){var g=d+"_"+s;HM0.has(g)||(HM0.add(g),c("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",d,s))}},ZM0=function(s,d){if(d===void 0){var g=Qe(s)||"Component";aa0.has(g)||(aa0.add(g),c("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",g))}},Object.defineProperty(K40,"_processChildContext",{enumerable:!1,value:function(){throw new Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).")}}),Object.freeze(K40)}function la0(s,d,g,M){var L=s.memoizedState,N=g(M,L);{if(s.mode&we){C2(!0);try{N=g(M,L)}finally{C2(!1)}}ZM0(d,N)}var $=N==null?L:O1({},L,N);if(s.memoizedState=$,s.lanes===n1){var D=s.updateQueue;D.baseState=$}}var ia0={isMounted:ep,enqueueSetState:function(s,d,g){var M=u5(s),L=da(),N=W5(M),$=r3(L,N);$.payload=d,g!=null&&(TM(g,"setState"),$.callback=g);var D=j5(M,$,N);D!==null&&($6(D,M,N,L),sM(D,M,N)),wo(M,N)},enqueueReplaceState:function(s,d,g){var M=u5(s),L=da(),N=W5(M),$=r3(L,N);$.tag=IH0,$.payload=d,g!=null&&(TM(g,"replaceState"),$.callback=g);var D=j5(M,$,N);D!==null&&($6(D,M,N,L),sM(D,M,N)),wo(M,N)},enqueueForceUpdate:function(s,d){var g=u5(s),M=da(),L=W5(g),N=r3(M,L);N.tag=iM,d!=null&&(TM(d,"forceUpdate"),N.callback=d);var $=j5(g,N,L);$!==null&&($6($,g,L,M),sM($,g,L)),hp(g,L)}};function MM0(s,d,g,M,L,N,$){var D=s.stateNode;if(typeof D.shouldComponentUpdate=="function"){var U=D.shouldComponentUpdate(M,N,$);{if(s.mode&we){C2(!0);try{U=D.shouldComponentUpdate(M,N,$)}finally{C2(!1)}}U===void 0&&c("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Qe(d)||"Component")}return U}return d.prototype&&d.prototype.isPureReactComponent?!se(g,M)||!se(L,N):!0}function U4e(s,d,g){var M=s.stateNode;{var L=Qe(d)||"Component",N=M.render;N||(d.prototype&&typeof d.prototype.render=="function"?c("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",L):c("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",L)),M.getInitialState&&!M.getInitialState.isReactClassApproved&&!M.state&&c("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",L),M.getDefaultProps&&!M.getDefaultProps.isReactClassApproved&&c("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",L),M.propTypes&&c("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",L),M.contextType&&c("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",L),d.childContextTypes&&!Ah.has(d)&&(s.mode&we)===ce&&(Ah.add(d),c(`%s uses the legacy childContextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() instead
105
105
 
106
106
  .Learn more about this warning here: https://reactjs.org/link/legacy-context`,L)),d.contextTypes&&!Ah.has(d)&&(s.mode&we)===ce&&(Ah.add(d),c(`%s uses the legacy contextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() with static contextType instead.
107
107
 
@@ -206,7 +206,7 @@ Url: ${rf(a)}`),!0)}function qb0(a,t){return a.type||!t||!t.length?!1:Kb0(a).som
206
206
  --nojs-bg: black !important;
207
207
  --nojs-fg: white !important;
208
208
  }
209
- }`;const N50=e.forwardRef(({className:a,containerClassName:t,children:n,maxLength:r=6,hasError:l,...i},o)=>{let c=n;return n||(c=P.jsx(T50,{children:Array.from({length:r},(m,u)=>P.jsx(P50,{index:u,hasError:l},u))})),P.jsx(C50,{...i,ref:o,containerClassName:Ee("flex items-center justify-center gap-1.5 sm:gap-2 has-[:disabled]:opacity-50",t),className:Ee("absolute w-0 h-0 opacity-0 pointer-events-none",a),maxLength:r,children:c})});N50.displayName="InputOTP";const T50=e.forwardRef(({className:a,...t},n)=>P.jsx("div",{ref:n,className:Ee("flex gap-1.5 sm:gap-2",a),...t}));T50.displayName="InputOTPGroup";const P50=e.forwardRef(({index:a,className:t,hasError:n,...r},l)=>{const i=e.useContext(w50),{char:o,hasFakeCaret:c,isActive:m}=i.slots[a];return P.jsxs("div",{ref:l,className:Ee("relative flex w-12 h-12 sm:w-16 sm:h-12 shrink-0 items-center justify-center rounded-lg sm:rounded-xl text-lg sm:text-xl md:text-2xl transition-all duration-100","bg-white dark:bg-white/5",n?"z-10 border-2 border-error-600 ":m?"z-10 border-2 border-action":"border border-input",t),...r,children:[o,c?P.jsx("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center",children:P.jsx("div",{className:"h-4 w-px animate-caret-blink bg-fg-primary dark:bg-fg-primary-dark duration-1000"})}):null]})});P50.displayName="InputOTPSlot";function oA({as:a,className:t,...n}){const r=a||rl;return P.jsx(r,{interactive:!1,className:Ee(t),...n})}const fi={listItem:["group","flex flex-row justify-stretch content-stretch px-3 py-4 pb-0 pr-0 space-x-3","transition-colors bg-system-chrome dark:bg-system-chrome-dark","last:rounded-b-xl first:rounded-t-xl"],listItemInteractive:["hover:bg-system-ultrathin dark:hover:bg-system-ultrathin-dark cursor-pointer"],leading:["content-center [&>*]:mx-auto","pb-3","[--icon-color:theme(colors.fg.secondary)] dark:[--icon-color:theme(colors.fg.secondary-dark)]"],separatorGroup:["flex-1 flex-grow flex flex-row justify-between content-center","pb-3 pr-3","border-b border-system-regular dark:border-system-regular-dark","group-last:border-0"],content:["content-center flex-1 flex-grow"],trailing:["space-x-3","content-center","[--icon-color:theme(colors.fg.tertiary)] dark:[--icon-color:theme(colors.fg.tertiary-dark)]"],leadingSize:{sm:"w-10",md:"w-14",lg:"w-20"}},rT0={color:"var(--icon-color)",weight:"bold",size:"2rem"},lT0={color:"var(--icon-color)",weight:"regular",size:"1.25rem"},iT0="div";function xm({title:a,subtitle:t,children:n,leadingAccessory:r,leadingSize:l="md",trailingAccessory:i,interactive:o=!0,as:c,className:m,...u}){const h=c??iT0;return P.jsxs(h,{className:Ee(fi.listItem,o?fi.listItemInteractive:void 0,m),...u,children:[P.jsx("div",{className:Ee(fi.leading,fi.leadingSize[l]),children:P.jsx(nl.Provider,{value:rT0,children:r})}),P.jsxs("div",{className:Ee(fi.separatorGroup),children:[P.jsxs("div",{className:Ee(fi.content),children:[a?P.jsx(d2,{as:"h4",children:a}):null,t?P.jsx(d2,{as:"small",fg:"secondary",children:t}):null,n]}),P.jsx("div",{className:Ee(fi.trailing),children:P.jsx(nl.Provider,{value:lT0,children:i})})]})]})}const oT0={system:["text-fg-primary dark:text-fg-primary-dark","[--btn-bg:theme(colors.system.regular)] [--btn-hover-overlay:theme(colors.white/20%)]","dark:[--btn-bg:theme(colors.system.regular-dark)] dark:[--btn-hover-overlay:theme(colors.white/10%)]","[--icon-color:theme(colors.fg.secondary)] dark:[--icon-color:theme(colors.fg.secondary-dark)]","backdrop-blur-lg","hover:before:shadow-lg"],material:["text-fg-primary dark:text-fg-primary-dark","[--btn-bg:theme(colors.material.regular)] [--btn-hover-overlay:theme(colors.white/20%)]","dark:[--btn-bg:theme(colors.material.regular-dark)] dark:[--btn-hover-overlay:theme(colors.white/10%)]","[--icon-color:theme(colors.fg.secondary)] dark:[--icon-color:theme(colors.fg.secondary-dark)]","backdrop-blur-lg","hover:before:shadow-lg"]};e.forwardRef(function({className:t,multiple:n,surface:r,...l},i){const o=r==="material";return P.jsxs("span",{"data-slot":"control",className:Ee([t,"group relative block w-full",o&&["relative isolate inline-flex items-center justify-center gap-x-2 rounded-xl border text-base font-semibold","p-1","focus:outline-none data-[focus]:outline data-[focus]:outline-2 data-[focus]:outline-offset-2 data-[focus]:outline-blue-500","data-[disabled]:opacity-50","transition after:transition before:transition","whitespace-nowrap","active:hover:scale-95 active:hover:before:opacity-50","border-transparent","dark:bg-[--btn-bg]","bg-[--btn-bg]","before:absolute before:inset-0 before:-z-10 before:rounded-[calc(theme(borderRadius.xl)-1px)]","dark:before:hidden","dark:border-white/5","after:absolute after:inset-0 after:-z-10 after:rounded-[calc(theme(borderRadius.xl)-1px)]","after:shadow-[shadow:inset_0_1px_theme(colors.white/15%)]","dark:after:shadow-none","after:data-[active]:bg-[--btn-hover-overlay] after:data-[hover]:bg-[--btn-hover-overlay]","dark:after:-inset-px dark:after:rounded-xl","before:data-[disabled]:shadow-none after:data-[disabled]:shadow-none",...oT0[r]],!o&&["before:absolute before:inset-px before:rounded-[calc(theme(borderRadius.lg)-1px)] before:bg-white before:shadow","dark:before:hidden","after:pointer-events-none after:absolute after:inset-0 after:rounded-lg after:ring-inset after:ring-transparent after:has-[[data-focus]]:ring-2 after:has-[[data-focus]]:ring-blue-500","has-[[data-disabled]]:opacity-50 before:has-[[data-disabled]]:bg-system-thin dark:before:has-[[data-disabled]]:bg-system-thin-dark before:has-[[data-disabled]]:shadow-none"]]),children:[P.jsx(FN0,{ref:i,multiple:n,...l,className:Ee(["relative block w-full appearance-none rounded-lg py-[calc(theme(spacing[2.5])-1px)] sm:py-[calc(theme(spacing[1.5])-1px)]",n?"px-[calc(theme(spacing[3.5])-1px)] sm:px-[calc(theme(spacing.3)-1px)]":"pl-[calc(theme(spacing[3.5])-1px)] pr-[calc(theme(spacing.10)-1px)] sm:pl-[calc(theme(spacing.3)-1px)] sm:pr-[calc(theme(spacing.9)-1px)]","[&_optgroup]:font-semibold","text-base/6 text-fg-primary placeholder:text-fg-tertiary dark:placeholder:text-fg-tertiary-dark sm:text-sm/6 dark:text-fg-primary-dark dark:*:text-fg-primary-dark",o&&"!text-base !font-semibold",o&&"[&_option]:!font-normal [&_option]:!text-fg-primary [&_option]:dark:!text-fg-primary-dark","border border-system-thin data-[hover]:border-system-thick dark:border-system-thin-dark dark:data-[hover]:border-system-thick-dark",o&&"!border-transparent","bg-transparent dark:bg-white/5 dark:*:bg-system-regular-dark","dark:[color-scheme:dark]",o&&"!bg-transparent","focus:outline-none","data-[invalid]:border-red-500 data-[invalid]:data-[hover]:border-red-500 data-[invalid]:dark:border-red-600 data-[invalid]:data-[hover]:dark:border-red-600","data-[disabled]:border-system-thick data-[disabled]:opacity-100 dark:data-[hover]:data-[disabled]:border-system-thick-dark data-[disabled]:dark:border-system-regular-dark data-[disabled]:dark:bg-system-regular-dark"])}),n?null:P.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:P.jsxs("svg",{className:Ee("size-5 stroke-zinc-500 group-has-[[data-disabled]]:stroke-zinc-600 sm:size-4 dark:stroke-zinc-400 forced-colors:stroke-[CanvasText]",o&&"!stroke-[var(--icon-color)]"),viewBox:"0 0 16 16","aria-hidden":"true",fill:"none",children:[P.jsx("path",{d:"M5.75 10.75L8 13L10.25 10.75",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),P.jsx("path",{d:"M10.25 5.25L8 3L5.75 5.25",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})})]})});const cT0={prose:["scripture-prose prose dark:prose-invert"]},sT0=({className:a,...t})=>P.jsx("div",{className:Ee(cT0.prose,a),...t}),mT0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),e.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM181.66,170.34a8,8,0,0,1-11.32,11.32L128,139.31,85.66,181.66a8,8,0,0,1-11.32-11.32L116.69,128,74.34,85.66A8,8,0,0,1,85.66,74.34L128,116.69l42.34-42.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M204.24,195.76a6,6,0,1,1-8.48,8.48L128,136.49,60.24,204.24a6,6,0,0,1-8.48-8.48L119.51,128,51.76,60.24a6,6,0,0,1,8.48-8.48L128,119.51l67.76-67.75a6,6,0,0,1,8.48,8.48L136.49,128Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M202.83,197.17a4,4,0,0,1-5.66,5.66L128,133.66,58.83,202.83a4,4,0,0,1-5.66-5.66L122.34,128,53.17,58.83a4,4,0,0,1,5.66-5.66L128,122.34l69.17-69.17a4,4,0,1,1,5.66,5.66L133.66,128Z"}))]]),ly=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:mT0}));ly.displayName="XIcon";const B7=ly,dT0=Object.freeze(Object.defineProperty({__proto__:null,X:B7,XIcon:ly},Symbol.toStringTag,{value:"Module"}));function ll(a,t,{checkForDefaultPrevented:n=!0}={}){return function(l){if(a?.(l),n===!1||!l.defaultPrevented)return t?.(l)}}function iy(a,t=[]){let n=[];function r(i,o){const c=e.createContext(o),m=n.length;n=[...n,o];const u=f=>{const{scope:v,children:Z,...H}=f,V=v?.[a]?.[m]||c,b=e.useMemo(()=>H,Object.values(H));return P.jsx(V.Provider,{value:b,children:Z})};u.displayName=i+"Provider";function h(f,v){const Z=v?.[a]?.[m]||c,H=e.useContext(Z);if(H)return H;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${i}\``)}return[u,h]}const l=()=>{const i=n.map(o=>e.createContext(o));return function(c){const m=c?.[a]||i;return e.useMemo(()=>({[`__scope${a}`]:{...c,[a]:m}}),[c,m])}};return l.scopeName=a,[r,uT0(l,...t)]}function uT0(...a){const t=a[0];if(a.length===1)return t;const n=()=>{const r=a.map(l=>({useScope:l(),scopeName:l.scopeName}));return function(i){const o=r.reduce((c,{useScope:m,scopeName:u})=>{const f=m(i)[`__scope${u}`];return{...c,...f}},{});return e.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function O50(a,t){if(typeof a=="function")return a(t);a!=null&&(a.current=t)}function I50(...a){return t=>{let n=!1;const r=a.map(l=>{const i=O50(l,t);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let l=0;l<r.length;l++){const i=r[l];typeof i=="function"?i():O50(a[l],null)}}}}function cA(...a){return e.useCallback(I50(...a),a)}function oy(a){const t=pT0(a),n=e.forwardRef((r,l)=>{const{children:i,...o}=r,c=e.Children.toArray(i),m=c.find(fT0);if(m){const u=m.props.children,h=c.map(f=>f===m?e.Children.count(u)>1?e.Children.only(null):e.isValidElement(u)?u.props.children:null:f);return P.jsx(t,{...o,ref:l,children:e.isValidElement(u)?e.cloneElement(u,void 0,h):null})}return P.jsx(t,{...o,ref:l,children:i})});return n.displayName=`${a}.Slot`,n}function pT0(a){const t=e.forwardRef((n,r)=>{const{children:l,...i}=n;if(e.isValidElement(l)){const o=vT0(l),c=AT0(i,l.props);return l.type!==e.Fragment&&(c.ref=r?I50(r,o):o),e.cloneElement(l,c)}return e.Children.count(l)>1?e.Children.only(null):null});return t.displayName=`${a}.SlotClone`,t}var hT0=Symbol("radix.slottable");function fT0(a){return e.isValidElement(a)&&typeof a.type=="function"&&"__radixId"in a.type&&a.type.__radixId===hT0}function AT0(a,t){const n={...t};for(const r in t){const l=a[r],i=t[r];/^on[A-Z]/.test(r)?l&&i?n[r]=(...c)=>{const m=i(...c);return l(...c),m}:l&&(n[r]=l):r==="style"?n[r]={...l,...i}:r==="className"&&(n[r]=[l,i].filter(Boolean).join(" "))}return{...a,...n}}function vT0(a){let t=Object.getOwnPropertyDescriptor(a.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?a.ref:(t=Object.getOwnPropertyDescriptor(a,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?a.props.ref:a.props.ref||a.ref)}function gT0(a){const t=a+"CollectionProvider",[n,r]=iy(t),[l,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),o=V=>{const{scope:b,children:F}=V,_=u1.useRef(null),k=u1.useRef(new Map).current;return P.jsx(l,{scope:b,itemMap:k,collectionRef:_,children:F})};o.displayName=t;const c=a+"CollectionSlot",m=oy(c),u=u1.forwardRef((V,b)=>{const{scope:F,children:_}=V,k=i(c,F),w=cA(b,k.collectionRef);return P.jsx(m,{ref:w,children:_})});u.displayName=c;const h=a+"CollectionItemSlot",f="data-radix-collection-item",v=oy(h),Z=u1.forwardRef((V,b)=>{const{scope:F,children:_,...k}=V,w=u1.useRef(null),S=cA(b,w),T=i(h,F);return u1.useEffect(()=>(T.itemMap.set(w,{ref:w,...k}),()=>{T.itemMap.delete(w)})),P.jsx(v,{[f]:"",ref:S,children:_})});Z.displayName=h;function H(V){const b=i(a+"CollectionConsumer",V);return u1.useCallback(()=>{const _=b.collectionRef.current;if(!_)return[];const k=Array.from(_.querySelectorAll(`[${f}]`));return Array.from(b.itemMap.values()).sort((T,I)=>k.indexOf(T.ref.current)-k.indexOf(I.ref.current))},[b.collectionRef,b.itemMap])}return[{Provider:o,Slot:u,ItemSlot:Z},H,r]}var sA=globalThis?.document?e.useLayoutEffect:()=>{},ZT0=H7[" useId ".trim().toString()]||(()=>{}),HT0=0;function $50(a){const[t,n]=e.useState(ZT0());return sA(()=>{n(r=>r??String(HT0++))},[a]),t?`radix-${t}`:""}var MT0=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],U7=MT0.reduce((a,t)=>{const n=oy(`Primitive.${t}`),r=e.forwardRef((l,i)=>{const{asChild:o,...c}=l,m=o?n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),P.jsx(m,{...c,ref:i})});return r.displayName=`Primitive.${t}`,{...a,[t]:r}},{});function ET0(a){const t=e.useRef(a);return e.useEffect(()=>{t.current=a}),e.useMemo(()=>(...n)=>t.current?.(...n),[])}var VT0=H7[" useInsertionEffect ".trim().toString()]||sA;function j50({prop:a,defaultProp:t,onChange:n=()=>{},caller:r}){const[l,i,o]=yT0({defaultProp:t,onChange:n}),c=a!==void 0,m=c?a:l;{const h=e.useRef(a!==void 0);e.useEffect(()=>{const f=h.current;f!==c&&console.warn(`${r} is changing from ${f?"controlled":"uncontrolled"} to ${c?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),h.current=c},[c,r])}const u=e.useCallback(h=>{if(c){const f=bT0(h)?h(a):h;f!==a&&o.current?.(f)}else i(h)},[c,a,i,o]);return[m,u]}function yT0({defaultProp:a,onChange:t}){const[n,r]=e.useState(a),l=e.useRef(n),i=e.useRef(t);return VT0(()=>{i.current=t},[t]),e.useEffect(()=>{l.current!==n&&(i.current?.(n),l.current=n)},[n,l]),[n,r,i]}function bT0(a){return typeof a=="function"}var LT0=e.createContext(void 0);function x50(a){const t=e.useContext(LT0);return a||t||"ltr"}var cy="rovingFocusGroup.onEntryFocus",ST0={bubbles:!1,cancelable:!0},Rm="RovingFocusGroup",[sy,R50,FT0]=gT0(Rm),[_T0,D50]=iy(Rm,[FT0]),[kT0,wT0]=_T0(Rm),z50=e.forwardRef((a,t)=>P.jsx(sy.Provider,{scope:a.__scopeRovingFocusGroup,children:P.jsx(sy.Slot,{scope:a.__scopeRovingFocusGroup,children:P.jsx(CT0,{...a,ref:t})})}));z50.displayName=Rm;var CT0=e.forwardRef((a,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:l=!1,dir:i,currentTabStopId:o,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:m,onEntryFocus:u,preventScrollOnEntryFocus:h=!1,...f}=a,v=e.useRef(null),Z=cA(t,v),H=x50(i),[V,b]=j50({prop:o,defaultProp:c??null,onChange:m,caller:Rm}),[F,_]=e.useState(!1),k=ET0(u),w=R50(n),S=e.useRef(!1),[T,I]=e.useState(0);return e.useEffect(()=>{const R=v.current;if(R)return R.addEventListener(cy,k),()=>R.removeEventListener(cy,k)},[k]),P.jsx(kT0,{scope:n,orientation:r,dir:H,loop:l,currentTabStopId:V,onItemFocus:e.useCallback(R=>b(R),[b]),onItemShiftTab:e.useCallback(()=>_(!0),[]),onFocusableItemAdd:e.useCallback(()=>I(R=>R+1),[]),onFocusableItemRemove:e.useCallback(()=>I(R=>R-1),[]),children:P.jsx(U7.div,{tabIndex:F||T===0?-1:0,"data-orientation":r,...f,ref:Z,style:{outline:"none",...a.style},onMouseDown:ll(a.onMouseDown,()=>{S.current=!0}),onFocus:ll(a.onFocus,R=>{const q=!S.current;if(R.target===R.currentTarget&&q&&!F){const x=new CustomEvent(cy,ST0);if(R.currentTarget.dispatchEvent(x),!x.defaultPrevented){const Q=w().filter(E0=>E0.focusable),n0=Q.find(E0=>E0.active),l0=Q.find(E0=>E0.id===V),X=[n0,l0,...Q].filter(Boolean).map(E0=>E0.ref.current);q50(X,h)}}S.current=!1}),onBlur:ll(a.onBlur,()=>_(!1))})})}),B50="RovingFocusGroupItem",U50=e.forwardRef((a,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:l=!1,tabStopId:i,children:o,...c}=a,m=$50(),u=i||m,h=wT0(B50,n),f=h.currentTabStopId===u,v=R50(n),{onFocusableItemAdd:Z,onFocusableItemRemove:H,currentTabStopId:V}=h;return e.useEffect(()=>{if(r)return Z(),()=>H()},[r,Z,H]),P.jsx(sy.ItemSlot,{scope:n,id:u,focusable:r,active:l,children:P.jsx(U7.span,{tabIndex:f?0:-1,"data-orientation":h.orientation,...c,ref:t,onMouseDown:ll(a.onMouseDown,b=>{r?h.onItemFocus(u):b.preventDefault()}),onFocus:ll(a.onFocus,()=>h.onItemFocus(u)),onKeyDown:ll(a.onKeyDown,b=>{if(b.key==="Tab"&&b.shiftKey){h.onItemShiftTab();return}if(b.target!==b.currentTarget)return;const F=PT0(b,h.orientation,h.dir);if(F!==void 0){if(b.metaKey||b.ctrlKey||b.altKey||b.shiftKey)return;b.preventDefault();let k=v().filter(w=>w.focusable).map(w=>w.ref.current);if(F==="last")k.reverse();else if(F==="prev"||F==="next"){F==="prev"&&k.reverse();const w=k.indexOf(b.currentTarget);k=h.loop?OT0(k,w+1):k.slice(w+1)}setTimeout(()=>q50(k))}}),children:typeof o=="function"?o({isCurrentTabStop:f,hasTabStop:V!=null}):o})})});U50.displayName=B50;var NT0={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function TT0(a,t){return t!=="rtl"?a:a==="ArrowLeft"?"ArrowRight":a==="ArrowRight"?"ArrowLeft":a}function PT0(a,t,n){const r=TT0(a.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return NT0[r]}function q50(a,t=!1){const n=document.activeElement;for(const r of a)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function OT0(a,t){return a.map((n,r)=>a[(t+r)%a.length])}var IT0=z50,$T0=U50;function jT0(a,t){return e.useReducer((n,r)=>t[n][r]??n,a)}var W50=a=>{const{present:t,children:n}=a,r=xT0(t),l=typeof n=="function"?n({present:r.isPresent}):e.Children.only(n),i=cA(r.ref,RT0(l));return typeof n=="function"||r.isPresent?e.cloneElement(l,{ref:i}):null};W50.displayName="Presence";function xT0(a){const[t,n]=e.useState(),r=e.useRef(null),l=e.useRef(a),i=e.useRef("none"),o=a?"mounted":"unmounted",[c,m]=jT0(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return e.useEffect(()=>{const u=mA(r.current);i.current=c==="mounted"?u:"none"},[c]),sA(()=>{const u=r.current,h=l.current;if(h!==a){const v=i.current,Z=mA(u);a?m("MOUNT"):Z==="none"||u?.display==="none"?m("UNMOUNT"):m(h&&v!==Z?"ANIMATION_OUT":"UNMOUNT"),l.current=a}},[a,m]),sA(()=>{if(t){let u;const h=t.ownerDocument.defaultView??window,f=Z=>{const V=mA(r.current).includes(CSS.escape(Z.animationName));if(Z.target===t&&V&&(m("ANIMATION_END"),!l.current)){const b=t.style.animationFillMode;t.style.animationFillMode="forwards",u=h.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=b)})}},v=Z=>{Z.target===t&&(i.current=mA(r.current))};return t.addEventListener("animationstart",v),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{h.clearTimeout(u),t.removeEventListener("animationstart",v),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else m("ANIMATION_END")},[t,m]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:e.useCallback(u=>{r.current=u?getComputedStyle(u):null,n(u)},[])}}function mA(a){return a?.animationName||"none"}function RT0(a){let t=Object.getOwnPropertyDescriptor(a.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?a.ref:(t=Object.getOwnPropertyDescriptor(a,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?a.props.ref:a.props.ref||a.ref)}var dA="Tabs",[DT0]=iy(dA,[D50]),G50=D50(),[zT0,my]=DT0(dA),BT0=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,onValueChange:l,defaultValue:i,orientation:o="horizontal",dir:c,activationMode:m="automatic",...u}=a,h=x50(c),[f,v]=j50({prop:r,onChange:l,defaultProp:i??"",caller:dA});return P.jsx(zT0,{scope:n,baseId:$50(),value:f,onValueChange:v,orientation:o,dir:h,activationMode:m,children:P.jsx(U7.div,{dir:h,"data-orientation":o,...u,ref:t})})});BT0.displayName=dA;var Y50="TabsList",K50=e.forwardRef((a,t)=>{const{__scopeTabs:n,loop:r=!0,...l}=a,i=my(Y50,n),o=G50(n);return P.jsx(IT0,{asChild:!0,...o,orientation:i.orientation,dir:i.dir,loop:r,children:P.jsx(U7.div,{role:"tablist","aria-orientation":i.orientation,...l,ref:t})})});K50.displayName=Y50;var Q50="TabsTrigger",X50=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,disabled:l=!1,...i}=a,o=my(Q50,n),c=G50(n),m=ai0(o.baseId,r),u=ti0(o.baseId,r),h=r===o.value;return P.jsx($T0,{asChild:!0,...c,focusable:!l,active:h,children:P.jsx(U7.button,{type:"button",role:"tab","aria-selected":h,"aria-controls":u,"data-state":h?"active":"inactive","data-disabled":l?"":void 0,disabled:l,id:m,...i,ref:t,onMouseDown:ll(a.onMouseDown,f=>{!l&&f.button===0&&f.ctrlKey===!1?o.onValueChange(r):f.preventDefault()}),onKeyDown:ll(a.onKeyDown,f=>{[" ","Enter"].includes(f.key)&&o.onValueChange(r)}),onFocus:ll(a.onFocus,()=>{const f=o.activationMode!=="manual";!h&&!l&&f&&o.onValueChange(r)})})})});X50.displayName=Q50;var J50="TabsContent",ei0=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,forceMount:l,children:i,...o}=a,c=my(J50,n),m=ai0(c.baseId,r),u=ti0(c.baseId,r),h=r===c.value,f=e.useRef(h);return e.useEffect(()=>{const v=requestAnimationFrame(()=>f.current=!1);return()=>cancelAnimationFrame(v)},[]),P.jsx(W50,{present:l||h,children:({present:v})=>P.jsx(U7.div,{"data-state":h?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":m,hidden:!v,id:u,tabIndex:0,...o,ref:t,style:{...a.style,animationDuration:f.current?"0s":void 0},children:v&&i})})});ei0.displayName=J50;function ai0(a,t){return`${a}-trigger-${t}`}function ti0(a,t){return`${a}-content-${t}`}var ni0=K50,ri0=X50,li0=ei0;const ii0=e.createContext("default"),UT0=e.forwardRef(({className:a,variant:t="default",...n},r)=>P.jsx(ii0.Provider,{value:t,children:P.jsx(ni0,{ref:r,className:Ee("inline-flex items-center justify-center rounded-lg bg-muted p-1",t==="default"?"h-10 bg-system-thin dark:bg-system-thin-dark":"h-11 dark:h-10 bg-system-chrome border border-system-thin dark:bg-system-thin-dark dark:border-0",a),...n})}));UT0.displayName=ni0.displayName;const qT0=e.forwardRef(({className:a,...t},n)=>{const r=e.useContext(ii0);return P.jsx(ri0,{ref:n,className:Ee("transition-all inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1.5","text-sm font-medium text-fg-secondary dark:text-fg-secondary-dark","ring-offset-system-screen dark:ring-offset-system-screen-dark focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-action focus-visible:ring-offset-2","disabled:pointer-events-none disabled:opacity-50",r==="default"?"data-[state=active]:bg-system-chrome dark:data-[state=active]:bg-system-chrome-dark data-[state=active]:text-fg-primary dark:data-[state=active]:text-fg-primary-dark data-[state=active]:shadow-sm":"data-[state=active]:bg-system-thin dark:data-[state=active]:bg-system-chrome-dark data-[state=active]:text-fg-primary dark:data-[state=active]:text-fg-primary-dark data-[state=active]:shadow-sm",a),...t})});qT0.displayName=ri0.displayName;const WT0=e.forwardRef(({className:a,tabIndex:t=-1,...n},r)=>P.jsx(li0,{ref:r,tabIndex:t,className:Ee("mt-2 ring-offset-system-screen dark:ring-offset-system-screen-dark focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-action focus-visible:ring-offset-2",a),...n}));WT0.displayName=li0.displayName;const GT0={weight:"bold",size:"24px"},w3=({icon:a,label:t,title:n,subtitle:r,summary:l,micro:i=!1,...o})=>P.jsxs("div",{...o,children:[a||t?P.jsxs("div",{className:Ee("inline-flex gap-2.5 items-center justify-start text-fg-secondary dark:text-fg-secondary-dark",i?"text-sm font-medium":"text-base font-semibold"),children:[P.jsx(nl.Provider,{value:GT0,children:a}),t]}):null,r?P.jsx(d2,{as:"h5",fg:"secondary",children:r}):null,n?P.jsx(d2,{as:"h3",fg:"primary",className:Ee(i&&"line-clamp-2"),children:n}):null,l?P.jsx(d2,{as:"p",fg:"secondary",className:Ee("line-clamp-2",i&&"text-sm"),children:l}):null]}),YT0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M117.18,188.74a12,12,0,0,1,0,17l-5.12,5.12A58.26,58.26,0,0,1,70.6,228h0A58.62,58.62,0,0,1,29.14,127.92L63.89,93.17a58.64,58.64,0,0,1,98.56,28.11,12,12,0,1,1-23.37,5.44,34.65,34.65,0,0,0-58.22-16.58L46.11,144.89A34.62,34.62,0,0,0,70.57,204h0a34.41,34.41,0,0,0,24.49-10.14l5.11-5.12A12,12,0,0,1,117.18,188.74ZM226.83,45.17a58.65,58.65,0,0,0-82.93,0l-5.11,5.11a12,12,0,0,0,17,17l5.12-5.12a34.63,34.63,0,1,1,49,49L175.1,145.86A34.39,34.39,0,0,1,150.61,156h0a34.63,34.63,0,0,1-33.69-26.72,12,12,0,0,0-23.38,5.44A58.64,58.64,0,0,0,150.56,180h.05a58.28,58.28,0,0,0,41.47-17.17l34.75-34.75a58.62,58.62,0,0,0,0-82.91Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M218.34,119.6,183.6,154.34a46.58,46.58,0,0,1-44.31,12.26c-.31.34-.62.67-.95,1L103.6,202.34A46.63,46.63,0,1,1,37.66,136.4L72.4,101.66A46.6,46.6,0,0,1,116.71,89.4c.31-.34.62-.67,1-1L152.4,53.66a46.63,46.63,0,0,1,65.94,65.94Z",opacity:"0.2"}),e.createElement("path",{d:"M240,88.23a54.43,54.43,0,0,1-16,37L189.25,160a54.27,54.27,0,0,1-38.63,16h-.05A54.63,54.63,0,0,1,96,119.84a8,8,0,0,1,16,.45A38.62,38.62,0,0,0,150.58,160h0a38.39,38.39,0,0,0,27.31-11.31l34.75-34.75a38.63,38.63,0,0,0-54.63-54.63l-11,11A8,8,0,0,1,135.7,59l11-11A54.65,54.65,0,0,1,224,48,54.86,54.86,0,0,1,240,88.23ZM109,185.66l-11,11A38.41,38.41,0,0,1,70.6,208h0a38.63,38.63,0,0,1-27.29-65.94L78,107.31A38.63,38.63,0,0,1,144,135.71a8,8,0,0,0,7.78,8.22H152a8,8,0,0,0,8-7.78A54.86,54.86,0,0,0,144,96a54.65,54.65,0,0,0-77.27,0L32,130.75A54.62,54.62,0,0,0,70.56,224h0a54.28,54.28,0,0,0,38.64-16l11-11A8,8,0,0,0,109,185.66Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM115.7,192.49a43.31,43.31,0,0,1-55-66.43l25.37-25.37a43.35,43.35,0,0,1,61.25,0,42.9,42.9,0,0,1,9.95,15.43,8,8,0,1,1-15,5.6A27.33,27.33,0,0,0,97.37,112L72,137.37a27.32,27.32,0,0,0,34.68,41.91,8,8,0,1,1,9,13.21Zm79.61-62.55-25.37,25.37A43,43,0,0,1,139.32,168h0a43.35,43.35,0,0,1-40.53-28.12,8,8,0,1,1,15-5.6A27.35,27.35,0,0,0,139.28,152h0a27.14,27.14,0,0,0,19.32-8L184,118.63a27.32,27.32,0,0,0-34.68-41.91,8,8,0,1,1-9-13.21,43.32,43.32,0,0,1,55,66.43Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M238,88.18a52.42,52.42,0,0,1-15.4,35.66l-34.75,34.75A52.28,52.28,0,0,1,150.62,174h-.05A52.63,52.63,0,0,1,98,119.9a6,6,0,0,1,6-5.84h.17a6,6,0,0,1,5.83,6.16A40.62,40.62,0,0,0,150.58,162h0a40.4,40.4,0,0,0,28.73-11.9l34.75-34.74A40.63,40.63,0,0,0,156.63,57.9l-11,11a6,6,0,0,1-8.49-8.49l11-11a52.62,52.62,0,0,1,74.43,0A52.83,52.83,0,0,1,238,88.18Zm-127.62,98.9-11,11A40.36,40.36,0,0,1,70.6,210h0a40.63,40.63,0,0,1-28.7-69.36L76.62,105.9A40.63,40.63,0,0,1,146,135.77a6,6,0,0,0,5.83,6.16H152a6,6,0,0,0,6-5.84A52.63,52.63,0,0,0,68.14,97.42L33.38,132.16A52.63,52.63,0,0,0,70.56,222h0a52.26,52.26,0,0,0,37.22-15.42l11-11a6,6,0,1,0-8.49-8.48Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M240,88.23a54.43,54.43,0,0,1-16,37L189.25,160a54.27,54.27,0,0,1-38.63,16h-.05A54.63,54.63,0,0,1,96,119.84a8,8,0,0,1,16,.45A38.62,38.62,0,0,0,150.58,160h0a38.39,38.39,0,0,0,27.31-11.31l34.75-34.75a38.63,38.63,0,0,0-54.63-54.63l-11,11A8,8,0,0,1,135.7,59l11-11A54.65,54.65,0,0,1,224,48,54.86,54.86,0,0,1,240,88.23ZM109,185.66l-11,11A38.41,38.41,0,0,1,70.6,208h0a38.63,38.63,0,0,1-27.29-65.94L78,107.31A38.63,38.63,0,0,1,144,135.71a8,8,0,0,0,16,.45A54.86,54.86,0,0,0,144,96a54.65,54.65,0,0,0-77.27,0L32,130.75A54.62,54.62,0,0,0,70.56,224h0a54.28,54.28,0,0,0,38.64-16l11-11A8,8,0,0,0,109,185.66Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M236,88.12a50.44,50.44,0,0,1-14.81,34.31l-34.75,34.74A50.33,50.33,0,0,1,150.62,172h-.05A50.63,50.63,0,0,1,100,120a4,4,0,0,1,4-3.89h.11a4,4,0,0,1,3.89,4.11A42.64,42.64,0,0,0,150.58,164h0a42.32,42.32,0,0,0,30.14-12.49l34.75-34.74a42.63,42.63,0,1,0-60.29-60.28l-11,11a4,4,0,0,1-5.66-5.65l11-11A50.64,50.64,0,0,1,236,88.12ZM111.78,188.49l-11,11A42.33,42.33,0,0,1,70.6,212h0a42.63,42.63,0,0,1-30.11-72.77l34.75-34.74A42.63,42.63,0,0,1,148,135.82a4,4,0,0,0,8,.23A50.64,50.64,0,0,0,69.55,98.83L34.8,133.57A50.63,50.63,0,0,0,70.56,220h0a50.33,50.33,0,0,0,35.81-14.83l11-11a4,4,0,1,0-5.65-5.66Z"}))]]),dy=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:YT0}));dy.displayName="LinkIcon";const uy=dy,KT0=Object.freeze(Object.defineProperty({__proto__:null,Link:uy,LinkIcon:dy},Symbol.toStringTag,{value:"Module"})),uA={base:["rounded-md object-cover max-w-full","bg-brand/[0.15] [--icon-color:theme(colors.brand)]"],constrainSizes:{w:{sm:["w-8 max-h-10 min-h-4"],md:["w-12 max-h-14 min-h-6"],lg:["w-16 max-h-20 min-h-10"]},h:{sm:["h-8 max-w-10 min-w-4"],md:["h-12 max-w-14 min-h-6"],lg:["h-16 max-w-20 min-w-10"]}},asIcon:["aspect-square"],iconWrapper:["flex items-center justify-center h-full w-full"]},QT0={color:"var(--icon-color)",weight:"bold",size:"24px"},q7=({size:a="md",constrain:t="w",className:n,src:r,children:l,...i})=>{const o=r?"img":"div";return P.jsx(o,{...i,className:Ee(uA.base,n,r?void 0:uA.asIcon,uA.constrainSizes[t][a]),src:r,children:r?void 0:P.jsx("div",{className:Ee(uA.iconWrapper),children:P.jsx(nl.Provider,{value:QT0,children:l??P.jsx(uy,{})})})})},XT0=e.createContext(null),py=a=>{if(!a)return null;a=a.replace(/^#/,"");const t=parseInt(a.substring(0,2),16),n=parseInt(a.substring(2,4),16),r=parseInt(a.substring(4,6),16);return[t,n,r]},JT0=({theme:a={},children:t,...n})=>{const r=py(a.colors?.primary),l=py(a.colors?.secondary)||r,i=py(a.colors?.tertiary),o=e.useMemo(()=>{const m={};return r&&(m["--color-brand-primary"]=r.join(" ")),l&&(m["--color-brand-secondary"]=l.join(" ")),i&&(m["--color-brand-tertiary"]=i.join(" ")),m},[r,l,i]),c=e.useMemo(()=>({primaryColor:`rgb(${r?.join(",")||"0,0,0"})`,secondaryColor:`rgb(${l?.join(",")||"0,0,0"})`,tertiaryColor:`rgb(${i?.join(",")||"0,0,0"})`}),[r,l,i]);return P.jsx(XT0.Provider,{value:c,children:P.jsx("div",{...n,style:o,children:t})})},eP0={brand:"bg-brand/20 text-brand group-data-[hover]:bg-brand/25 dark:bg-brand/10 dark:text-brand dark:group-data-[hover]:bg-brand/20",action:"bg-action/20 text-action group-data-[hover]:bg-action/25 dark:bg-action/10 dark:text-action dark:group-data-[hover]:bg-action/20",accent:"bg-accent/20 text-accent group-data-[hover]:bg-accent/30 dark:bg-accent/10 dark:text-accent dark:group-data-[hover]:bg-accent/15",system:["bg-system-regular text-fg-primary group-data-[hover]:bg-system-thick","dark:bg-system-regular-dark dark:text-fg-primary-dark dark:group-data-[hover]:bg-system-thick-dark"],material:["text-fg-primary dark:text-fg-primary-dark","bg-material-regular dark:bg-material-regular group-data-[hover]:bg-material-thick dark:group-data-[hover]:bg-material-thick-dark"],chrome:["text-fg-primary dark:text-fg-primary-dark","transition-all shadow-md group-data-[hover]:shadow-lg group-data-[hover]:-translate-y-0.5","bg-system-chrome dark:bg-system-chrome-dark group-data-[hover]:bg-system-chrome dark:group-data-[hover]:bg-system-chrome-dark"],red:"bg-red-500/15 text-red-700 group-data-[hover]:bg-red-500/25 dark:bg-red-500/10 dark:text-red-400 dark:group-data-[hover]:bg-red-500/20",orange:"bg-orange-500/15 text-orange-700 group-data-[hover]:bg-orange-500/25 dark:bg-orange-500/10 dark:text-orange-400 dark:group-data-[hover]:bg-orange-500/20",green:"bg-green-500/15 text-green-700 group-data-[hover]:bg-green-500/25 dark:bg-green-500/10 dark:text-green-400 dark:group-data-[hover]:bg-green-500/20"};function hy({color:a="brand",className:t,...n}){return P.jsx("span",{...n,className:Ee(t,"inline-flex items-center gap-x-1.5 rounded-md px-1.5 py-0.5 text-sm/5 font-medium sm:text-xs/5 forced-colors:outline backdrop-blur-lg",eP0[a])})}e.forwardRef(function({color:t="brand",className:n,children:r,...l},i){const o=Ee(n,"group relative inline-flex rounded-md","focus:outline-none data-[focus]:outline data-[focus]:outline-2 data-[focus]:outline-offset-2 data-[focus]:outline-blue-500"),c=tA();if("href"in l||"to"in l)return P.jsx(c,{...l,className:o,ref:i,children:P.jsx(nA,{children:P.jsx(hy,{color:t,children:r})})});{const m=l;return P.jsx(bl0,{...m,className:o,ref:i,children:P.jsx(nA,{children:P.jsx(hy,{color:t,children:r})})})}});const aP0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M227,168a12,12,0,0,0-4.21-5.09C207.25,152.22,204,133.68,204,120c0-16.17,12.68-30.6,20.25-37.76a12,12,0,0,0,0-17.43C210.89,52.17,188.81,44,168,44a76.29,76.29,0,0,0-40,11.37,75.59,75.59,0,0,0-93.58,11A78.64,78.64,0,0,0,12,123.51,131,131,0,0,0,53.43,216,43.81,43.81,0,0,0,83.6,228h87.69a43.87,43.87,0,0,0,32.05-13.85,127.63,127.63,0,0,0,18.4-25.39c1.57-2.88,3-5.71,4.14-8.41C227.47,176.67,229.12,172.87,227,168Zm-41.23,29.82A19.78,19.78,0,0,1,171.29,204H83.6a19.85,19.85,0,0,1-13.7-5.42A107.18,107.18,0,0,1,36,122.88,54.49,54.49,0,0,1,51.5,83.28,50.86,50.86,0,0,1,88,68h.72A51.5,51.5,0,0,1,120.48,79.4a12,12,0,0,0,15,0A51.41,51.41,0,0,1,168,68a67.24,67.24,0,0,1,29.88,7.4C186.26,89.66,180,105.13,180,120c0,23.33,7.47,42.89,21.25,56.19A103.3,103.3,0,0,1,185.76,197.81ZM128.75,13A43.83,43.83,0,0,1,142.17,1.51a12,12,0,0,1,11.64,21,19.84,19.84,0,0,0-6.11,5.24A12,12,0,0,1,128.75,13Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M216,73.52Zm0,99.26c-16.79-11.53-24-30.87-24-52.78,0-18.3,11.68-34.81,24-46.48C204.53,62.66,185,56,168,56a63.72,63.72,0,0,0-40,14h0A63.71,63.71,0,0,0,88.88,56C52,55.5,23.06,86.3,24,123.19a119.62,119.62,0,0,0,37.65,84.12A32,32,0,0,0,83.6,216h87.7a31.75,31.75,0,0,0,23.26-10c15.85-17,21.44-33.2,21.44-33.2Z",opacity:"0.2"}),e.createElement("path",{d:"M223.3,169.59a8.07,8.07,0,0,0-2.8-3.4C203.53,154.53,200,134.64,200,120c0-17.67,13.47-33.06,21.5-40.67a8,8,0,0,0,0-11.62C208.82,55.74,187.82,48,168,48a72.23,72.23,0,0,0-40,12.13,71.56,71.56,0,0,0-90.71,9.09A74.63,74.63,0,0,0,16,123.4a127,127,0,0,0,40.14,89.73A39.8,39.8,0,0,0,83.59,224h87.68a39.84,39.84,0,0,0,29.12-12.57,125,125,0,0,0,17.82-24.6C225.23,174,224.33,172,223.3,169.59Zm-34.63,30.94a23.76,23.76,0,0,1-17.4,7.47H83.59a23.82,23.82,0,0,1-16.44-6.51A111.14,111.14,0,0,1,32,123,58.5,58.5,0,0,1,48.65,80.47,54.81,54.81,0,0,1,88,64h.78A55.45,55.45,0,0,1,123,76.28a8,8,0,0,0,10,0A55.39,55.39,0,0,1,168,64a70.64,70.64,0,0,1,36,10.35c-13,14.52-20,30.47-20,45.65,0,23.77,7.64,42.73,22.18,55.3A105.52,105.52,0,0,1,188.67,200.53ZM128.23,30A40,40,0,0,1,167,0h1a8,8,0,0,1,0,16h-1a24,24,0,0,0-23.24,18,8,8,0,1,1-15.5-4Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M128.23,30A40,40,0,0,1,167,0h1a8,8,0,0,1,0,16h-1a24,24,0,0,0-23.24,18,8,8,0,1,1-15.5-4ZM223.3,169.59a8.07,8.07,0,0,0-2.8-3.4C203.53,154.53,200,134.64,200,120c0-17.67,13.47-33.06,21.5-40.67a8,8,0,0,0,0-11.62C208.82,55.74,187.82,48,168,48a72.23,72.23,0,0,0-40,12.13,71.56,71.56,0,0,0-90.71,9.09A74.63,74.63,0,0,0,16,123.4a127,127,0,0,0,40.14,89.73A39.8,39.8,0,0,0,83.59,224h87.68a39.84,39.84,0,0,0,29.12-12.57,125,125,0,0,0,17.82-24.6C225.23,174,224.33,172,223.3,169.59Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M219.4,167.84C201.71,155.69,198,135.12,198,120c0-18.42,13.86-34.29,22.12-42.12a6,6,0,0,0,0-8.71C208,57.7,187.07,50,168,50a70.23,70.23,0,0,0-40,12.55,69.6,69.6,0,0,0-89.31,8.08A72.63,72.63,0,0,0,18,123.35a125.11,125.11,0,0,0,39.53,88.33A37.85,37.85,0,0,0,83.6,222h87.7A37.83,37.83,0,0,0,199,210.07a122.6,122.6,0,0,0,17.54-24.2c6.55-12,5.77-13.75,5-15.48A6.07,6.07,0,0,0,219.4,167.84Zm-29.23,34A25.82,25.82,0,0,1,171.3,210H83.6A25.85,25.85,0,0,1,65.78,203,113.21,113.21,0,0,1,30,123a60.55,60.55,0,0,1,17.21-44A56.82,56.82,0,0,1,88,62h.81a57.35,57.35,0,0,1,35.44,12.71,6,6,0,0,0,7.5,0A57.39,57.39,0,0,1,168,62c13.89,0,28.81,4.68,39.11,12-9.44,10.14-21.1,26.59-21.1,46,0,23.78,7.81,42.6,22.66,54.77A107.33,107.33,0,0,1,190.17,201.89Zm-60-171.39A38,38,0,0,1,167,2h1a6,6,0,0,1,0,12h-1a26,26,0,0,0-25.18,19.5,6,6,0,1,1-11.62-3Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M223.3,169.59a8.07,8.07,0,0,0-2.8-3.4C203.53,154.53,200,134.64,200,120c0-17.67,13.47-33.06,21.5-40.67a8,8,0,0,0,0-11.62C208.82,55.74,187.82,48,168,48a72.2,72.2,0,0,0-40,12.13,71.56,71.56,0,0,0-90.71,9.09A74.63,74.63,0,0,0,16,123.4a127.06,127.06,0,0,0,40.14,89.73A39.8,39.8,0,0,0,83.59,224h87.68a39.84,39.84,0,0,0,29.12-12.57,125,125,0,0,0,17.82-24.6C225.23,174,224.33,172,223.3,169.59Zm-34.63,30.94a23.76,23.76,0,0,1-17.4,7.47H83.59a23.82,23.82,0,0,1-16.44-6.51A111.14,111.14,0,0,1,32,123,58.5,58.5,0,0,1,48.65,80.47,54.81,54.81,0,0,1,88,64h.78A55.45,55.45,0,0,1,123,76.28a8,8,0,0,0,10,0A55.44,55.44,0,0,1,168,64a70.64,70.64,0,0,1,36,10.35c-13,14.52-20,30.47-20,45.65,0,23.77,7.64,42.73,22.18,55.3A105.82,105.82,0,0,1,188.67,200.53ZM128.23,30A40,40,0,0,1,167,0h1a8,8,0,0,1,0,16h-1a24,24,0,0,0-23.24,18,8,8,0,1,1-15.5-4Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M218.27,169.49C199.86,156.84,196,135.6,196,120c0-19.17,14.25-35.53,22.75-43.57a4,4,0,0,0,0-5.81C207,59.48,186.59,52,168,52a68.3,68.3,0,0,0-40,13,67.61,67.61,0,0,0-87.88,7A70.65,70.65,0,0,0,20,123.3a123.11,123.11,0,0,0,38.9,86.92A35.81,35.81,0,0,0,83.6,220h87.7a35.84,35.84,0,0,0,26.19-11.3,119.93,119.93,0,0,0,17.24-23.79c6.08-11.1,5.42-12.62,4.94-13.72A4,4,0,0,0,218.27,169.49Zm-26.64,33.77A27.83,27.83,0,0,1,171.3,212H83.6a27.84,27.84,0,0,1-19.19-7.6A115.15,115.15,0,0,1,28,123.09,62.55,62.55,0,0,1,45.81,77.66,58.78,58.78,0,0,1,88,60h.84a59.37,59.37,0,0,1,36.66,13.15,4,4,0,0,0,5,0A59.35,59.35,0,0,1,168,60c15.12,0,31.45,5.41,42.11,13.73C200.68,83.42,188,100.16,188,120c0,23.79,8,42.44,23.12,54.17A107.64,107.64,0,0,1,191.63,203.26ZM132.13,31A36,36,0,0,1,167,4h1a4,4,0,0,1,0,8h-1a28,28,0,0,0-27.12,21A4,4,0,0,1,136,36a3.87,3.87,0,0,1-1-.13A4,4,0,0,1,132.13,31Z"}))]]),fy=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:aP0}));fy.displayName="AppleLogoIcon";const Ay=fy,tP0=Object.freeze(Object.defineProperty({__proto__:null,AppleLogo:Ay,AppleLogoIcon:fy},Symbol.toStringTag,{value:"Module"})),nP0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M216.49,79.52l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.52ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Zm100.49-60.49a12,12,0,0,1,0,17l-24,24a12,12,0,0,1-17,0l-24-24a12,12,0,0,1,17-17L116,155V124a12,12,0,0,1,24,0v31l3.51-3.52A12,12,0,0,1,160.49,151.51Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),e.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-42.34-61.66a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L120,164.69V120a8,8,0,0,1,16,0v44.69l10.34-10.35A8,8,0,0,1,157.66,154.34Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34Zm-56,83.32-24,24a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L120,164.69V120a8,8,0,0,1,16,0v44.69l10.34-10.35a8,8,0,0,1,11.32,11.32ZM152,88V44l44,44Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Zm-43.76-62.24a6,6,0,0,1,0,8.48l-24,24a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L122,169.51V120a6,6,0,0,1,12,0v49.51l13.76-13.75A6,6,0,0,1,156.24,155.76Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-42.34-61.66a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L120,164.69V120a8,8,0,0,1,16,0v44.69l10.34-10.35A8,8,0,0,1,157.66,154.34Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Zm-45.17-62.83a4,4,0,0,1,0,5.66l-24,24a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L124,174.34V120a4,4,0,0,1,8,0v54.34l17.17-17.17A4,4,0,0,1,154.83,157.17Z"}))]]),vy=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:nP0}));vy.displayName="FileArrowDownIcon";const oi0=vy,rP0=Object.freeze(Object.defineProperty({__proto__:null,FileArrowDown:oi0,FileArrowDownIcon:vy},Symbol.toStringTag,{value:"Module"})),lP0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M228,128a100,100,0,1,1-22.86-63.64,12,12,0,0,1-18.51,15.28A76,76,0,1,0,203.05,140H128a12,12,0,0,1,0-24h88A12,12,0,0,1,228,128Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),e.createElement("path",{d:"M224,128a96,96,0,1,1-21.95-61.09,8,8,0,1,1-12.33,10.18A80,80,0,1,0,207.6,136H128a8,8,0,0,1,0-16h88A8,8,0,0,1,224,128Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104,104,0,0,0,128,24Zm0,184A80,80,0,1,1,181.34,68.37a8,8,0,0,1-10.67,11.92A64,64,0,1,0,191.5,136H128a8,8,0,0,1,0-16h72a8,8,0,0,1,8,8A80.09,80.09,0,0,1,128,208Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M222,128a94,94,0,1,1-21.49-59.82,6,6,0,1,1-9.25,7.64A82,82,0,1,0,209.78,134H128a6,6,0,0,1,0-12h88A6,6,0,0,1,222,128Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M224,128a96,96,0,1,1-21.95-61.09,8,8,0,1,1-12.33,10.18A80,80,0,1,0,207.6,136H128a8,8,0,0,1,0-16h88A8,8,0,0,1,224,128Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M220,128a92,92,0,1,1-21-58.55,4,4,0,0,1-6.17,5.1A84,84,0,1,0,211.91,132H128a4,4,0,0,1,0-8h88A4,4,0,0,1,220,128Z"}))]]),gy=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:lP0}));gy.displayName="GoogleLogoIcon";const ci0=gy,iP0=Object.freeze(Object.defineProperty({__proto__:null,GoogleLogo:ci0,GoogleLogoIcon:gy},Symbol.toStringTag,{value:"Module"})),oP0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M124,128a36,36,0,1,0-36,36A36,36,0,0,0,124,128Zm-48,0a12,12,0,1,1,12,12A12,12,0,0,1,76,128Zm148-28H212V32a12,12,0,0,0-12-12H104A12,12,0,0,0,92,32V56H36A20,20,0,0,0,16,76V180a20,20,0,0,0,20,20H68v16a20,20,0,0,0,20,20H216a20,20,0,0,0,20-20V112A12,12,0,0,0,224,100Zm-52.45,68L212,136.54v62.92ZM116,44h72v80.8l-28,21.78V76a20,20,0,0,0-20-20H116ZM40,80h96v96H40ZM92,200h48a20,20,0,0,0,18.28-11.92L189,212H92Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M144,80v96a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8h96A8,8,0,0,1,144,80Z",opacity:"0.2"}),e.createElement("path",{d:"M120,128a32,32,0,1,0-32,32A32,32,0,0,0,120,128Zm-48,0a16,16,0,1,1,16,16A16,16,0,0,1,72,128Zm152-24H208V40a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8V64H40A16,16,0,0,0,24,80v96a16,16,0,0,0,16,16H72v16a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V112A8,8,0,0,0,224,104Zm-58.34,60L216,127.65v72.7ZM112,48h80v77.24l-40,28.89V80a16,16,0,0,0-16-16H112ZM40,80h96v77.9c0,.12,0,.24,0,.36V176H40ZM88,192h48a16,16,0,0,0,16-16v-2.13L199.26,208H88Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M88,144a16,16,0,1,1,16-16A16,16,0,0,1,88,144Zm144-32v96a16,16,0,0,1-16,16H88a16,16,0,0,1-16-16V192H40a16,16,0,0,1-16-16V80A16,16,0,0,1,40,64H96V40a8,8,0,0,1,8-8h96a8,8,0,0,1,8,8v64h16A8,8,0,0,1,232,112ZM112,64h24a16,16,0,0,1,16,16v74.13l40-28.89V48H112ZM88,160a32,32,0,1,0-32-32A32,32,0,0,0,88,160Zm111.26,48L152,173.87V176a16,16,0,0,1-16,16H88v16ZM216,127.65,165.66,164,216,200.35Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M118,128a30,30,0,1,0-30,30A30,30,0,0,0,118,128Zm-48,0a18,18,0,1,1,18,18A18,18,0,0,1,70,128Zm154-22H206V40a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6V66H40A14,14,0,0,0,26,80v96a14,14,0,0,0,14,14H74v18a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V112A6,6,0,0,0,224,106Zm-61.75,58L218,123.73v80.54ZM110,46h84v80.27L152,156.6l-2-1.45V80a14,14,0,0,0-14-14H110ZM38,176V80a2,2,0,0,1,2-2h96a2,2,0,0,1,2,2v96a2,2,0,0,1-2,2H40A2,2,0,0,1,38,176Zm48,32V190h50a14,14,0,0,0,14-14v-6l55.44,40H88A2,2,0,0,1,86,208Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M120,128a32,32,0,1,0-32,32A32,32,0,0,0,120,128Zm-48,0a16,16,0,1,1,16,16A16,16,0,0,1,72,128Zm152-24H208V40a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8V64H40A16,16,0,0,0,24,80v96a16,16,0,0,0,16,16H72v16a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V112A8,8,0,0,0,224,104Zm-58.34,60L216,127.65v72.7ZM112,48h80v77.24l-40,28.89V80a16,16,0,0,0-16-16H112ZM40,80h96v77.9c0,.12,0,.24,0,.36V176H40ZM88,192h48a16,16,0,0,0,16-16v-2.13L199.26,208H88Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M116,128a28,28,0,1,0-28,28A28,28,0,0,0,116,128Zm-48,0a20,20,0,1,1,20,20A20,20,0,0,1,68,128Zm156-20H204V40a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4V68H40A12,12,0,0,0,28,80v96a12,12,0,0,0,12,12H76v20a12,12,0,0,0,12,12H216a12,12,0,0,0,12-12V112A4,4,0,0,0,224,108Zm-4,100.17L158.83,164,220,119.82V208A1,1,0,0,1,220,208.17ZM211.63,116,204,121.51V116ZM108,44h88v83.29l-44,31.78-4-2.89V80a12,12,0,0,0-12-12H108ZM36,176V80a4,4,0,0,1,4-4h96a4,4,0,0,1,4,4v96a4,4,0,0,1-4,4H40A4,4,0,0,1,36,176Zm48,32V188h52a12,12,0,0,0,12-12v-9.95L211.63,212H88A4,4,0,0,1,84,208Z"}))]]),Zy=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:oP0}));Zy.displayName="MicrosoftOutlookLogoIcon";const si0=Zy,cP0=Object.freeze(Object.defineProperty({__proto__:null,MicrosoftOutlookLogo:si0,MicrosoftOutlookLogoIcon:Zy},Symbol.toStringTag,{value:"Module"}));function M6(a){const t=Object.prototype.toString.call(a);return a instanceof Date||typeof a=="object"&&t==="[object Date]"?new a.constructor(+a):typeof a=="number"||t==="[object Number]"||typeof a=="string"||t==="[object String]"?new Date(a):new Date(NaN)}function mi0(a,t){return a instanceof Date?new a.constructor(t):new Date(t)}function sP0(a,t){const n=+M6(a);return mi0(a,n+t)}const di0=6e4,ui0=36e5,pA=43200,pi0=1440;let mP0={};function dP0(){return mP0}function hi0(a){const t=M6(a);return t.setHours(0,0,0,0),t}function fi0(a){const t=M6(a),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+a-+n}function Hy(a,t){return sP0(a,t*1e3)}function hA(a,t){const n=M6(a),r=M6(t),l=n.getTime()-r.getTime();return l<0?-1:l>0?1:l}function uP0(a){return mi0(a,Date.now())}function Ai0(a,t){const n=hi0(a),r=hi0(t);return+n==+r}function pP0(a,t){const n=M6(a),r=M6(t),l=n.getFullYear()-r.getFullYear(),i=n.getMonth()-r.getMonth();return l*12+i}function hP0(a){return t=>{const r=(a?Math[a]:Math.trunc)(t);return r===0?0:r}}function fP0(a,t){return+M6(a)-+M6(t)}function AP0(a){const t=M6(a);return t.setHours(23,59,59,999),t}function vP0(a){const t=M6(a),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t}function gP0(a){const t=M6(a);return+AP0(t)==+vP0(t)}function ZP0(a,t){const n=M6(a),r=M6(t),l=hA(n,r),i=Math.abs(pP0(n,r));let o;if(i<1)o=0;else{n.getMonth()===1&&n.getDate()>27&&n.setDate(30),n.setMonth(n.getMonth()-l*i);let c=hA(n,r)===-l;gP0(M6(a))&&i===1&&hA(a,r)===1&&(c=!1),o=l*(i-Number(c))}return o===0?0:o}function HP0(a,t,n){const r=fP0(a,t)/1e3;return hP0(n?.roundingMethod)(r)}const MP0={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},EP0=(a,t,n)=>{let r;const l=MP0[a];return typeof l=="string"?r=l:t===1?r=l.one:r=l.other.replace("{{count}}",t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r};function My(a){return(t={})=>{const n=t.width?String(t.width):a.defaultWidth;return a.formats[n]||a.formats[a.defaultWidth]}}const VP0={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},yP0={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},bP0={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},LP0={date:My({formats:VP0,defaultWidth:"full"}),time:My({formats:yP0,defaultWidth:"full"}),dateTime:My({formats:bP0,defaultWidth:"full"})},SP0={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},FP0=(a,t,n,r)=>SP0[a];function Dm(a){return(t,n)=>{const r=n?.context?String(n.context):"standalone";let l;if(r==="formatting"&&a.formattingValues){const o=a.defaultFormattingWidth||a.defaultWidth,c=n?.width?String(n.width):o;l=a.formattingValues[c]||a.formattingValues[o]}else{const o=a.defaultWidth,c=n?.width?String(n.width):a.defaultWidth;l=a.values[c]||a.values[o]}const i=a.argumentCallback?a.argumentCallback(t):t;return l[i]}}const _P0={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},kP0={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},wP0={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},CP0={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},NP0={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},TP0={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},PP0={ordinalNumber:(a,t)=>{const n=Number(a),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:Dm({values:_P0,defaultWidth:"wide"}),quarter:Dm({values:kP0,defaultWidth:"wide",argumentCallback:a=>a-1}),month:Dm({values:wP0,defaultWidth:"wide"}),day:Dm({values:CP0,defaultWidth:"wide"}),dayPeriod:Dm({values:NP0,defaultWidth:"wide",formattingValues:TP0,defaultFormattingWidth:"wide"})};function zm(a){return(t,n={})=>{const r=n.width,l=r&&a.matchPatterns[r]||a.matchPatterns[a.defaultMatchWidth],i=t.match(l);if(!i)return null;const o=i[0],c=r&&a.parsePatterns[r]||a.parsePatterns[a.defaultParseWidth],m=Array.isArray(c)?IP0(c,f=>f.test(o)):OP0(c,f=>f.test(o));let u;u=a.valueCallback?a.valueCallback(m):m,u=n.valueCallback?n.valueCallback(u):u;const h=t.slice(o.length);return{value:u,rest:h}}}function OP0(a,t){for(const n in a)if(Object.prototype.hasOwnProperty.call(a,n)&&t(a[n]))return n}function IP0(a,t){for(let n=0;n<a.length;n++)if(t(a[n]))return n}function $P0(a){return(t,n={})=>{const r=t.match(a.matchPattern);if(!r)return null;const l=r[0],i=t.match(a.parsePattern);if(!i)return null;let o=a.valueCallback?a.valueCallback(i[0]):i[0];o=n.valueCallback?n.valueCallback(o):o;const c=t.slice(l.length);return{value:o,rest:c}}}const jP0=/^(\d+)(th|st|nd|rd)?/i,xP0=/\d+/i,RP0={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},DP0={any:[/^b/i,/^(a|c)/i]},zP0={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},BP0={any:[/1/i,/2/i,/3/i,/4/i]},UP0={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},qP0={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},WP0={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},GP0={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},YP0={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},KP0={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},QP0={ordinalNumber:$P0({matchPattern:jP0,parsePattern:xP0,valueCallback:a=>parseInt(a,10)}),era:zm({matchPatterns:RP0,defaultMatchWidth:"wide",parsePatterns:DP0,defaultParseWidth:"any"}),quarter:zm({matchPatterns:zP0,defaultMatchWidth:"wide",parsePatterns:BP0,defaultParseWidth:"any",valueCallback:a=>a+1}),month:zm({matchPatterns:UP0,defaultMatchWidth:"wide",parsePatterns:qP0,defaultParseWidth:"any"}),day:zm({matchPatterns:WP0,defaultMatchWidth:"wide",parsePatterns:GP0,defaultParseWidth:"any"}),dayPeriod:zm({matchPatterns:YP0,defaultMatchWidth:"any",parsePatterns:KP0,defaultParseWidth:"any"})},XP0={code:"en-US",formatDistance:EP0,formatLong:LP0,formatRelative:FP0,localize:PP0,match:QP0,options:{weekStartsOn:0,firstWeekContainsDate:1}};function JP0(a,t,n){const r=dP0(),l=n?.locale??r.locale??XP0,i=2520,o=hA(a,t);if(isNaN(o))throw new RangeError("Invalid time value");const c=Object.assign({},n,{addSuffix:n?.addSuffix,comparison:o});let m,u;o>0?(m=M6(t),u=M6(a)):(m=M6(a),u=M6(t));const h=HP0(u,m),f=(fi0(u)-fi0(m))/1e3,v=Math.round((h-f)/60);let Z;if(v<2)return n?.includeSeconds?h<5?l.formatDistance("lessThanXSeconds",5,c):h<10?l.formatDistance("lessThanXSeconds",10,c):h<20?l.formatDistance("lessThanXSeconds",20,c):h<40?l.formatDistance("halfAMinute",0,c):h<60?l.formatDistance("lessThanXMinutes",1,c):l.formatDistance("xMinutes",1,c):v===0?l.formatDistance("lessThanXMinutes",1,c):l.formatDistance("xMinutes",v,c);if(v<45)return l.formatDistance("xMinutes",v,c);if(v<90)return l.formatDistance("aboutXHours",1,c);if(v<pi0){const H=Math.round(v/60);return l.formatDistance("aboutXHours",H,c)}else{if(v<i)return l.formatDistance("xDays",1,c);if(v<pA){const H=Math.round(v/pi0);return l.formatDistance("xDays",H,c)}else if(v<pA*2)return Z=Math.round(v/pA),l.formatDistance("aboutXMonths",Z,c)}if(Z=ZP0(u,m),Z<12){const H=Math.round(v/pA);return l.formatDistance("xMonths",H,c)}else{const H=Z%12,V=Math.trunc(Z/12);return H<3?l.formatDistance("aboutXYears",V,c):H<9?l.formatDistance("overXYears",V,c):l.formatDistance("almostXYears",V+1,c)}}function eO0(a,t){return JP0(a,uP0(a),t)}function Ey(a,t){const r=rO0(a);let l;if(r.date){const m=lO0(r.date,2);l=iO0(m.restDateString,m.year)}if(!l||isNaN(l.getTime()))return new Date(NaN);const i=l.getTime();let o=0,c;if(r.time&&(o=oO0(r.time),isNaN(o)))return new Date(NaN);if(r.timezone){if(c=cO0(r.timezone),isNaN(c))return new Date(NaN)}else{const m=new Date(i+o),u=new Date(0);return u.setFullYear(m.getUTCFullYear(),m.getUTCMonth(),m.getUTCDate()),u.setHours(m.getUTCHours(),m.getUTCMinutes(),m.getUTCSeconds(),m.getUTCMilliseconds()),u}return new Date(i+o+c)}const fA={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},aO0=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,tO0=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,nO0=/^([+-])(\d{2})(?::?(\d{2}))?$/;function rO0(a){const t={},n=a.split(fA.dateTimeDelimiter);let r;if(n.length>2)return t;if(/:/.test(n[0])?r=n[0]:(t.date=n[0],r=n[1],fA.timeZoneDelimiter.test(t.date)&&(t.date=a.split(fA.timeZoneDelimiter)[0],r=a.substr(t.date.length,a.length))),r){const l=fA.timezone.exec(r);l?(t.time=r.replace(l[1],""),t.timezone=l[1]):t.time=r}return t}function lO0(a,t){const n=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),r=a.match(n);if(!r)return{year:NaN,restDateString:""};const l=r[1]?parseInt(r[1]):null,i=r[2]?parseInt(r[2]):null;return{year:i===null?l:i*100,restDateString:a.slice((r[1]||r[2]).length)}}function iO0(a,t){if(t===null)return new Date(NaN);const n=a.match(aO0);if(!n)return new Date(NaN);const r=!!n[4],l=Bm(n[1]),i=Bm(n[2])-1,o=Bm(n[3]),c=Bm(n[4]),m=Bm(n[5])-1;if(r)return pO0(t,c,m)?sO0(t,c,m):new Date(NaN);{const u=new Date(0);return!dO0(t,i,o)||!uO0(t,l)?new Date(NaN):(u.setUTCFullYear(t,i,Math.max(l,o)),u)}}function Bm(a){return a?parseInt(a):1}function oO0(a){const t=a.match(tO0);if(!t)return NaN;const n=Vy(t[1]),r=Vy(t[2]),l=Vy(t[3]);return hO0(n,r,l)?n*ui0+r*di0+l*1e3:NaN}function Vy(a){return a&&parseFloat(a.replace(",","."))||0}function cO0(a){if(a==="Z")return 0;const t=a.match(nO0);if(!t)return 0;const n=t[1]==="+"?-1:1,r=parseInt(t[2]),l=t[3]&&parseInt(t[3])||0;return fO0(r,l)?n*(r*ui0+l*di0):NaN}function sO0(a,t,n){const r=new Date(0);r.setUTCFullYear(a,0,4);const l=r.getUTCDay()||7,i=(t-1)*7+n+1-l;return r.setUTCDate(r.getUTCDate()+i),r}const mO0=[31,null,31,30,31,30,31,31,30,31,30,31];function vi0(a){return a%400===0||a%4===0&&a%100!==0}function dO0(a,t,n){return t>=0&&t<=11&&n>=1&&n<=(mO0[t]||(vi0(a)?29:28))}function uO0(a,t){return t>=1&&t<=(vi0(a)?366:365)}function pO0(a,t,n){return t>=1&&t<=53&&n>=0&&n<=6}function hO0(a,t,n){return a===24?t===0&&n===0:n>=0&&n<60&&t>=0&&t<60&&a>=0&&a<25}function fO0(a,t){return t>=0&&t<=59}function AO0({start:a,duration:t,location:n,allDay:r,title:l}){const i=Ey(a),o=Hy(i,t),c=i.toISOString().replace(/-|:|\.\d+/g,""),m=o.toISOString().replace(/-|:|\.\d+/g,""),u=(n||"").replace(/<[^>]+>/g," ");return`https://www.google.com/calendar/render?action=TEMPLATE&text=${l}&dates=${c}${r?"":`/${m}`}&location=${u}`}function vO0({start:a,duration:t,location:n,allDay:r,title:l}){const i=Ey(a),o=Hy(i,t),c=i.toISOString().replace(/-|:|\.\d+/g,""),m=o.toISOString().replace(/-|:|\.\d+/g,""),u=(n||"").replace(/<[^>]+>/g," ");return`https://outlook.live.com/calendar/action/compose&rru=addevent&startdt=${c}${r?"":`&enddt=${m}`}&subject=${l}&location=${u}`}function gO0({start:a,duration:t,allDay:n,icsUrl:r,location:l,title:i="Event",children:o,...c}){return P.jsxs(E50,{children:[P.jsx(V50,{...c,children:o}),P.jsxs(y50,{children:[P.jsxs(_3,{href:r,children:[P.jsx(Ay,{}),P.jsx(k3,{children:"Apple Calendar"})]}),r?P.jsxs(_3,{href:AO0({start:a,duration:t,allDay:n,location:l,title:i}),target:"blank",children:[P.jsx(ci0,{}),P.jsx(k3,{children:"Google Calendar"})]}):null,P.jsxs(_3,{href:vO0({start:a,duration:t,allDay:n,location:l,title:i}),target:"blank",children:[P.jsx(si0,{}),P.jsx(k3,{children:"Microsoft Outlook"})]}),r?P.jsxs(_3,{href:r,target:"blank",children:[P.jsx(oi0,{}),P.jsx(k3,{children:"Download .ics"})]}):null]})]})}const ZO0={"\n fragment VideoMediaFields on VideoMedia {\n __typename\n id\n key\n name\n sources {\n uri\n }\n duration\n userProgress {\n playhead\n complete\n }\n embedHtml\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}}]}}]},"\n fragment ContentCard on CardListItem {\n id\n title\n labelText\n summary\n coverImage {\n name\n sources {\n uri\n }\n }\n hasAction\n action\n actionIcon\n relatedNode {\n id\n __typename\n ... on ContentItem {\n parentItem {\n title\n }\n title\n videos {\n ...VideoMediaFields\n }\n }\n ... on Url {\n url\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentCard"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFields"}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}}]}}]},"\n fragment ContentNodeFragment on ContentNode {\n title\n htmlContent\n coverImage {\n sources {\n uri\n blurHash\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentNodeFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n fragment ContentSingleFragment on ContentItem {\n title\n htmlContent\n commentsEnabled\n comments {\n id\n isLiked\n text\n person {\n id\n firstName\n lastName\n photo {\n uri\n }\n }\n }\n coverImage {\n sources {\n uri\n blurHash\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentSingleFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n fragment eventFragment on Event {\n id\n title\n location\n start\n end\n htmlContent\n coverImage {\n id\n sources {\n uri\n blurHash\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"eventFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n mutation completeRegistrationEmbed(\n $mergeProfileId: ID\n $profileInput: [UpdateProfileInput]\n ) {\n completeRegistration(\n mergeProfileId: $mergeProfileId\n profileInput: $profileInput\n ) {\n id\n birthDate\n gender\n firstName\n lastName\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"completeRegistrationEmbed"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"mergeProfileId"}},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"profileInput"}},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"UpdateProfileInput"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"completeRegistration"},arguments:[{kind:"Argument",name:{kind:"Name",value:"mergeProfileId"},value:{kind:"Variable",name:{kind:"Name",value:"mergeProfileId"}}},{kind:"Argument",name:{kind:"Name",value:"profileInput"},value:{kind:"Variable",name:{kind:"Name",value:"profileInput"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}}]}}]}}]},"\n query getContentFeed($id: ID!, $after: String, $first: Int) {\n node(id: $id) {\n ... on ContentChannel {\n id\n childContentItemsConnection(after: $after, first: $first) {\n totalCount\n pageInfo {\n endCursor\n }\n edges {\n node {\n id\n coverImage {\n sources {\n uri\n }\n }\n title\n summary\n images {\n sources {\n uri\n }\n }\n }\n }\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getContentFeed"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"after"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"first"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentChannel"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"after"},value:{kind:"Variable",name:{kind:"Name",value:"after"}}},{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"Variable",name:{kind:"Name",value:"first"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"totalCount"}},{kind:"Field",name:{kind:"Name",value:"pageInfo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"endCursor"}}]}},{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"images"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}}]}}]}}]},"\n query getContentItemEmbeds($id: ID!) {\n content: node(id: $id) {\n id\n __typename\n ... on ContentItem {\n ...ContentItemFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getContentItemEmbeds"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"content"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"FragmentSpread",name:{kind:"Name",value:"VideoContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"audios"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AudioMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"FragmentSpread",name:{kind:"Name",value:"CommentsSheetFragment"}},{kind:"Field",name:{kind:"Name",value:"pages"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"siblingContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}}]}}]},"\n mutation CreateOrUpdateGiveIntent($input: GiveIntentInput!) {\n createOrUpdateGiveIntent(input: $input) {\n clientSecret\n customerSecret\n paymentIntentId\n setupIntentId\n onBehalfOf\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"CreateOrUpdateGiveIntent"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"input"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"GiveIntentInput"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"createOrUpdateGiveIntent"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"Variable",name:{kind:"Name",value:"input"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"clientSecret"}},{kind:"Field",name:{kind:"Name",value:"customerSecret"}},{kind:"Field",name:{kind:"Name",value:"paymentIntentId"}},{kind:"Field",name:{kind:"Name",value:"setupIntentId"}},{kind:"Field",name:{kind:"Name",value:"onBehalfOf"}}]}}]}}]},"\n query getCurrentChurchEmbeds {\n currentChurch {\n mobileAppStoreUrl\n mobilePlayStoreUrl\n webSegmentKey\n name\n slug\n theme\n logo\n wordmarkLightUrl\n givingEnabled\n givingFullPlatform\n givingWebUrl\n stripeConnectAccount {\n publishableKey\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentChurchEmbeds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"mobileAppStoreUrl"}},{kind:"Field",name:{kind:"Name",value:"mobilePlayStoreUrl"}},{kind:"Field",name:{kind:"Name",value:"webSegmentKey"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"theme"}},{kind:"Field",name:{kind:"Name",value:"logo"}},{kind:"Field",name:{kind:"Name",value:"wordmarkLightUrl"}},{kind:"Field",name:{kind:"Name",value:"givingEnabled"}},{kind:"Field",name:{kind:"Name",value:"givingFullPlatform"}},{kind:"Field",name:{kind:"Name",value:"givingWebUrl"}},{kind:"Field",name:{kind:"Name",value:"stripeConnectAccount"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"publishableKey"}}]}}]}}]}}]},"\n query getCurrentUserEmbeds {\n currentUser {\n id\n profile {\n id\n email\n firstName\n lastName\n gender\n birthDate\n photo {\n uri\n }\n }\n rock {\n authToken\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserEmbeds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"rock"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"authToken"}}]}}]}}]}}]},"\n query getFeatureFeedRoute($id: ID!) {\n featureFeed: node(id: $id) {\n id\n __typename\n ... on FeatureFeed {\n ...FeatureFeedFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getFeatureFeedRoute"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"featureFeed"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureFeed"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFeedFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFeedFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureFeed"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}}]},"\n mutation interactWithNodeEmbeds(\n $nodeId: ID!\n $action: InteractionAction!\n $data: [InteractionDataField]\n ) {\n interactWithNode(nodeId: $nodeId, action: $action, data: $data) {\n success\n node {\n id\n ... on VideoMedia {\n duration\n userProgress {\n playhead\n complete\n }\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"interactWithNodeEmbeds"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"nodeId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"action"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"InteractionAction"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"data"}},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InteractionDataField"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"interactWithNode"},arguments:[{kind:"Argument",name:{kind:"Name",value:"nodeId"},value:{kind:"Variable",name:{kind:"Name",value:"nodeId"}}},{kind:"Argument",name:{kind:"Name",value:"action"},value:{kind:"Variable",name:{kind:"Name",value:"action"}}},{kind:"Argument",name:{kind:"Name",value:"data"},value:{kind:"Variable",name:{kind:"Name",value:"data"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"success"}},{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}}]}}]}}]}}]}}]},"\n query currentUserMatches {\n currentUser {\n id\n sharedProfiles {\n id\n firstName\n lastName\n birthDate\n photo {\n uri\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"currentUserMatches"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"sharedProfiles"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]},"\n mutation requestLogin($identity: AuthenticationIdentityInput!) {\n requestLogin(identity: $identity) {\n result\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"requestLogin"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"requestLogin"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"result"}}]}}]}}]},"\n mutation requestRegister($identity: AuthenticationIdentityInput!) {\n requestRegister(identity: $identity) {\n result\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"requestRegister"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"requestRegister"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"result"}}]}}]}}]},"\n query search($query: String!, $first: Int, $after: String) {\n search(query: $query, first: $first, after: $after) {\n totalCount\n pageInfo {\n startCursor\n endCursor\n }\n edges {\n title\n summary\n coverImage {\n name\n sources {\n uri\n }\n }\n cursor\n node {\n ... on ContentItem {\n id\n __typename\n }\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"search"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"query"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"first"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"after"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"search"},arguments:[{kind:"Argument",name:{kind:"Name",value:"query"},value:{kind:"Variable",name:{kind:"Name",value:"query"}}},{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"Variable",name:{kind:"Name",value:"first"}}},{kind:"Argument",name:{kind:"Name",value:"after"},value:{kind:"Variable",name:{kind:"Name",value:"after"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"totalCount"}},{kind:"Field",name:{kind:"Name",value:"pageInfo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"startCursor"}},{kind:"Field",name:{kind:"Name",value:"endCursor"}}]}},{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"cursor"}},{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}}]}}]}}]}}]}}]}}]},"\n mutation updateProfileFields($input: [UpdateProfileInput]!) {\n updateProfileFields(input: $input) {\n id\n firstName\n lastName\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"updateProfileFields"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"input"}},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"UpdateProfileInput"}}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"updateProfileFields"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"Variable",name:{kind:"Name",value:"input"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}}]}}]}}]},"\n mutation uploadProfileImage($file: Upload!, $size: Int!) {\n uploadProfileImage(file: $file, size: $size) {\n id\n email\n firstName\n lastName\n gender\n birthDate\n photo {\n uri\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"uploadProfileImage"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"file"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Upload"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"size"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uploadProfileImage"},arguments:[{kind:"Argument",name:{kind:"Name",value:"file"},value:{kind:"Variable",name:{kind:"Name",value:"file"}}},{kind:"Argument",name:{kind:"Name",value:"size"},value:{kind:"Variable",name:{kind:"Name",value:"size"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]},"\n mutation validateLoginEmbeds(\n $identity: AuthenticationIdentityInput!\n $otp: String!\n ) {\n validateLogin(identity: $identity, otp: $otp) {\n person {\n firstName\n lastName\n email\n phone\n campus {\n name\n }\n birthDate\n gender\n id\n }\n accessToken\n refreshToken\n sharedProfiles {\n id\n firstName\n lastName\n birthDate\n photo {\n uri\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"validateLoginEmbeds"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"otp"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"validateLogin"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"otp"},value:{kind:"Variable",name:{kind:"Name",value:"otp"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"accessToken"}},{kind:"Field",name:{kind:"Name",value:"refreshToken"}},{kind:"Field",name:{kind:"Name",value:"sharedProfiles"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]},"\n mutation validateRegisterEmbeds(\n $identity: AuthenticationIdentityInput!\n $otp: String!\n ) {\n validateRegister(identity: $identity, otp: $otp) {\n person {\n firstName\n lastName\n email\n phone\n campus {\n name\n }\n birthDate\n gender\n id\n }\n accessToken\n refreshToken\n sharedProfiles {\n id\n firstName\n lastName\n birthDate\n photo {\n uri\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"validateRegisterEmbeds"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"otp"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"validateRegister"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"otp"},value:{kind:"Variable",name:{kind:"Name",value:"otp"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"accessToken"}},{kind:"Field",name:{kind:"Name",value:"refreshToken"}},{kind:"Field",name:{kind:"Name",value:"sharedProfiles"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]},"\n query getVideoMediaProgress($id: ID!) {\n node(id: $id) {\n id\n ... on VideoMedia {\n userProgress {\n playhead\n complete\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getVideoMediaProgress"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}}]}}]}}]}}]},"\n fragment NavbarUserFragment on AuthenticatedUser {\n id\n profile {\n id\n firstName\n lastName\n photo {\n uri\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarUserFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AuthenticatedUser"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]},"\n fragment NavbarChurchFragment on Church {\n slug\n name\n logo\n wordmarkLightUrl\n wordmarkDarkUrl\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarChurchFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Church"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"logo"}},{kind:"Field",name:{kind:"Name",value:"wordmarkLightUrl"}},{kind:"Field",name:{kind:"Name",value:"wordmarkDarkUrl"}}]}}]},"\n fragment ProfileFormFragment on Person {\n id\n firstName\n lastName\n email\n photo {\n uri\n }\n gender\n birthDate\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ProfileFormFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}}]},"\n query getCurrentChurchForRoot {\n currentChurch {\n mobileAppStoreUrl\n mobilePlayStoreUrl\n webSegmentKey\n name\n slug\n theme\n logo\n wordmarkLightUrl\n givingEnabled\n givingFullPlatform\n givingWebUrl\n givingDefaultFrequency\n stripeConnectAccount {\n publishableKey\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentChurchForRoot"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"mobileAppStoreUrl"}},{kind:"Field",name:{kind:"Name",value:"mobilePlayStoreUrl"}},{kind:"Field",name:{kind:"Name",value:"webSegmentKey"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"theme"}},{kind:"Field",name:{kind:"Name",value:"logo"}},{kind:"Field",name:{kind:"Name",value:"wordmarkLightUrl"}},{kind:"Field",name:{kind:"Name",value:"givingEnabled"}},{kind:"Field",name:{kind:"Name",value:"givingFullPlatform"}},{kind:"Field",name:{kind:"Name",value:"givingWebUrl"}},{kind:"Field",name:{kind:"Name",value:"givingDefaultFrequency"}},{kind:"Field",name:{kind:"Name",value:"stripeConnectAccount"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"publishableKey"}}]}}]}}]}}]},"\n query getCurrentUserForRoot($loggedIn: Boolean!, $slug: String!) {\n currentUser @include(if: $loggedIn) {\n ...NavbarUserFragment\n id\n originId\n originType\n profile {\n id\n email\n firstName\n lastName\n gender\n phone\n campus {\n id\n name\n }\n birthDate\n photo {\n uri\n }\n }\n rock {\n authToken\n }\n connectedChurchProfile(churchSlug: $slug) {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserForRoot"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},directives:[{kind:"Directive",name:{kind:"Name",value:"include"},arguments:[{kind:"Argument",name:{kind:"Name",value:"if"},value:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}}}]}],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"NavbarUserFragment"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"phone"}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"rock"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"authToken"}}]}},{kind:"Field",name:{kind:"Name",value:"connectedChurchProfile"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarUserFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AuthenticatedUser"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]},"\n query getCurrentChurch {\n currentChurch {\n theme\n appleBundleId\n androidPkgId\n appleTeamId\n givingEnabled\n givingFullPlatform\n givingWebUrl\n universalLinkHost\n stripeConnectAccount {\n publishableKey\n }\n ...NavbarChurchFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentChurch"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"theme"}},{kind:"Field",name:{kind:"Name",value:"appleBundleId"}},{kind:"Field",name:{kind:"Name",value:"androidPkgId"}},{kind:"Field",name:{kind:"Name",value:"appleTeamId"}},{kind:"Field",name:{kind:"Name",value:"givingEnabled"}},{kind:"Field",name:{kind:"Name",value:"givingFullPlatform"}},{kind:"Field",name:{kind:"Name",value:"givingWebUrl"}},{kind:"Field",name:{kind:"Name",value:"universalLinkHost"}},{kind:"Field",name:{kind:"Name",value:"stripeConnectAccount"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"publishableKey"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"NavbarChurchFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarChurchFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Church"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"logo"}},{kind:"Field",name:{kind:"Name",value:"wordmarkLightUrl"}},{kind:"Field",name:{kind:"Name",value:"wordmarkDarkUrl"}}]}}]},"\n query getCurrentUserSharedProfile($loggedIn: Boolean!, $slug: String!) {\n currentUser @include(if: $loggedIn) {\n ...NavbarUserFragment\n id\n originId\n originType\n profile {\n id\n firstName\n lastName\n nickName\n email\n phone\n }\n connectedChurchProfile(churchSlug: $slug) {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserSharedProfile"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},directives:[{kind:"Directive",name:{kind:"Name",value:"include"},arguments:[{kind:"Argument",name:{kind:"Name",value:"if"},value:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}}}]}],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"NavbarUserFragment"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"nickName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}}]}},{kind:"Field",name:{kind:"Name",value:"connectedChurchProfile"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarUserFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AuthenticatedUser"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]},"\n query getCurrentUserSharedProfileWithMatches(\n $loggedIn: Boolean!\n $slug: String!\n ) {\n currentUser @include(if: $loggedIn) {\n ...NavbarUserFragment\n id\n originId\n originType\n profile {\n id\n firstName\n lastName\n nickName\n email\n phone\n }\n globalSharedProfiles(churchSlug: $slug) {\n id\n }\n connectedChurchProfile(churchSlug: $slug) {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserSharedProfileWithMatches"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},directives:[{kind:"Directive",name:{kind:"Name",value:"include"},arguments:[{kind:"Argument",name:{kind:"Name",value:"if"},value:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}}}]}],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"NavbarUserFragment"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"nickName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}}]}},{kind:"Field",name:{kind:"Name",value:"globalSharedProfiles"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"connectedChurchProfile"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarUserFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AuthenticatedUser"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]},"\n query getSignupProfile {\n currentUser {\n id\n profile {\n ...ProfileFormFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getSignupProfile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ProfileFormFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ProfileFormFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}}]},"\n mutation completeRegistration($profileFields: [UpdateProfileInput]!) {\n completeRegistration(profileInput: $profileFields) {\n ...ProfileFormFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"completeRegistration"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"profileFields"}},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"UpdateProfileInput"}}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"completeRegistration"},arguments:[{kind:"Argument",name:{kind:"Name",value:"profileInput"},value:{kind:"Variable",name:{kind:"Name",value:"profileFields"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ProfileFormFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ProfileFormFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}}]},"\n mutation connectWithChurch($churchSlug: String!, $mergeProfileId: ID) {\n connectWithChurch(\n input: { churchSlug: $churchSlug, mergeProfileId: $mergeProfileId }\n ) {\n id\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"connectWithChurch"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"mergeProfileId"}},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"connectWithChurch"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}}},{kind:"ObjectField",name:{kind:"Name",value:"mergeProfileId"},value:{kind:"Variable",name:{kind:"Name",value:"mergeProfileId"}}}]}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]},"\n query getCurrentUserSharedProfileJoin($churchSlug: String!) {\n currentUser {\n id\n profile {\n id\n email\n phone\n }\n globalSharedProfiles(churchSlug: $churchSlug) {\n id\n firstName\n lastName\n photo {\n uri\n }\n email\n phone\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserSharedProfileJoin"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}}]}},{kind:"Field",name:{kind:"Name",value:"globalSharedProfiles"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}}]}}]}}]}}]},"\n query getSignupProfileMinimal {\n currentUser {\n profile {\n firstName\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getSignupProfileMinimal"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}}]}}]}}]}}]},"\n fragment ContentItemRouteFragment on ContentItem {\n ...ContentItemFragment\n\n # Meta Tag needs:\n title\n summary\n coverImage {\n sources {\n uri\n }\n }\n parentChannel {\n id\n name\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemRouteFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parentChannel"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"FragmentSpread",name:{kind:"Name",value:"VideoContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"audios"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AudioMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"FragmentSpread",name:{kind:"Name",value:"CommentsSheetFragment"}},{kind:"Field",name:{kind:"Name",value:"pages"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"siblingContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}}]}}]},"\n query getContentItemRoute($id: ID!) {\n content: node(id: $id) {\n id\n __typename\n ... on ContentItem {\n ...ContentItemRouteFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getContentItemRoute"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"content"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemRouteFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"FragmentSpread",name:{kind:"Name",value:"VideoContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"audios"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AudioMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"FragmentSpread",name:{kind:"Name",value:"CommentsSheetFragment"}},{kind:"Field",name:{kind:"Name",value:"pages"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"siblingContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemRouteFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parentChannel"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}}]}}]},"\n mutation addComment($parentId: ID!, $text: String!) {\n addComment(parentId: $parentId, text: $text) {\n id\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"addComment"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"parentId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"text"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"addComment"},arguments:[{kind:"Argument",name:{kind:"Name",value:"parentId"},value:{kind:"Variable",name:{kind:"Name",value:"parentId"}}},{kind:"Argument",name:{kind:"Name",value:"text"},value:{kind:"Variable",name:{kind:"Name",value:"text"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]},"\n mutation UpdateLikeNode($nodeId: ID!, $operation: LIKE_OPERATION!) {\n updateLikeNode(input: { nodeId: $nodeId, operation: $operation }) {\n id\n ... on LikableNode {\n isLiked\n likedCount\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"UpdateLikeNode"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"nodeId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"operation"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"LIKE_OPERATION"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"updateLikeNode"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"nodeId"},value:{kind:"Variable",name:{kind:"Name",value:"nodeId"}}},{kind:"ObjectField",name:{kind:"Name",value:"operation"},value:{kind:"Variable",name:{kind:"Name",value:"operation"}}}]}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LikableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}}]}}]}}]}}]},"\n mutation AddPersonTagAssociation($input: PersonTagAssociationInput) {\n addPersonTagAssociation(input: $input) {\n person {\n id\n firstName\n lastName\n }\n tag {\n id\n name\n }\n successful\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"AddPersonTagAssociation"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"input"}},type:{kind:"NamedType",name:{kind:"Name",value:"PersonTagAssociationInput"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"addPersonTagAssociation"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"Variable",name:{kind:"Name",value:"input"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}}]}},{kind:"Field",name:{kind:"Name",value:"tag"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"successful"}}]}}]}}]},"\n mutation interactWithNode(\n $nodeId: ID!\n $action: InteractionAction!\n $data: [InteractionDataField]\n ) {\n interactWithNode(nodeId: $nodeId, action: $action, data: $data) {\n success\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"interactWithNode"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"nodeId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"action"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"InteractionAction"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"data"}},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InteractionDataField"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"interactWithNode"},arguments:[{kind:"Argument",name:{kind:"Name",value:"nodeId"},value:{kind:"Variable",name:{kind:"Name",value:"nodeId"}}},{kind:"Argument",name:{kind:"Name",value:"action"},value:{kind:"Variable",name:{kind:"Name",value:"action"}}},{kind:"Argument",name:{kind:"Name",value:"data"},value:{kind:"Variable",name:{kind:"Name",value:"data"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"success"}}]}}]}}]},"\n fragment EventItemRouteFragment on Event {\n id\n title\n location\n start\n end\n htmlContent\n coverImage {\n id\n sources {\n uri\n blurHash\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"EventItemRouteFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n query getEventItemRoute($id: ID!) {\n content: node(id: $id) {\n id\n __typename\n ... on Event {\n ...EventItemRouteFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getEventItemRoute"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"content"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventItemRouteFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventItemRouteFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n query getCampusesForNewGive {\n campuses {\n id\n name\n latitude\n longitude\n street1\n street2\n city\n state\n postalCode\n digital\n donationFunds {\n id\n name\n displayName\n displayOrder\n parentFund {\n id\n name\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCampusesForNewGive"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"campuses"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"latitude"}},{kind:"Field",name:{kind:"Name",value:"longitude"}},{kind:"Field",name:{kind:"Name",value:"street1"}},{kind:"Field",name:{kind:"Name",value:"street2"}},{kind:"Field",name:{kind:"Name",value:"city"}},{kind:"Field",name:{kind:"Name",value:"state"}},{kind:"Field",name:{kind:"Name",value:"postalCode"}},{kind:"Field",name:{kind:"Name",value:"digital"}},{kind:"Field",name:{kind:"Name",value:"donationFunds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}},{kind:"Field",name:{kind:"Name",value:"displayOrder"}},{kind:"Field",name:{kind:"Name",value:"parentFund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}}]}}]}}]}}]},"\n query getRecurringGivingById($id: ID!) {\n node(id: $id) {\n __typename\n ... on RecurringGiving {\n id\n stripeSubscriptionId\n nextBillDate\n endDate\n frequency {\n interval\n intervalCount\n label\n }\n createdAt\n amount\n paymentMethod {\n id\n type\n brand\n last4\n expMonth\n expYear\n isDefault\n verificationStatus\n }\n campus {\n name\n }\n fund {\n name\n displayName\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getRecurringGivingById"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"RecurringGiving"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"stripeSubscriptionId"}},{kind:"Field",name:{kind:"Name",value:"nextBillDate"}},{kind:"Field",name:{kind:"Name",value:"endDate"}},{kind:"Field",name:{kind:"Name",value:"frequency"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"interval"}},{kind:"Field",name:{kind:"Name",value:"intervalCount"}},{kind:"Field",name:{kind:"Name",value:"label"}}]}},{kind:"Field",name:{kind:"Name",value:"createdAt"}},{kind:"Field",name:{kind:"Name",value:"amount"}},{kind:"Field",name:{kind:"Name",value:"paymentMethod"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"type"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"last4"}},{kind:"Field",name:{kind:"Name",value:"expMonth"}},{kind:"Field",name:{kind:"Name",value:"expYear"}},{kind:"Field",name:{kind:"Name",value:"isDefault"}},{kind:"Field",name:{kind:"Name",value:"verificationStatus"}}]}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]}}]},"\n query getTransactionById($id: ID!) {\n node(id: $id) {\n __typename\n ... on Charge {\n id\n stripePaymentId\n stripeStatus\n createdAt\n amountCents\n brand\n last4\n paymentMethodType\n campus {\n name\n }\n fund {\n name\n displayName\n }\n }\n ... on Donation {\n id\n paymentId\n originId\n scheduleId\n status\n transactionDate\n createdAt\n amountCents\n brand\n last4\n paymentMethodType\n campus {\n name\n }\n fund {\n name\n displayName\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getTransactionById"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Charge"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"stripePaymentId"}},{kind:"Field",name:{kind:"Name",value:"stripeStatus"}},{kind:"Field",name:{kind:"Name",value:"createdAt"}},{kind:"Field",name:{kind:"Name",value:"amountCents"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"last4"}},{kind:"Field",name:{kind:"Name",value:"paymentMethodType"}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Donation"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"paymentId"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"scheduleId"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"transactionDate"}},{kind:"Field",name:{kind:"Name",value:"createdAt"}},{kind:"Field",name:{kind:"Name",value:"amountCents"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"last4"}},{kind:"Field",name:{kind:"Name",value:"paymentMethodType"}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]}}]},"\n query getRecurringChargeMigrationById($id: ID!) {\n node(id: $id) {\n __typename\n ... on RecurringChargeMigration {\n id\n scheduleId\n paymentType\n paymentBrand\n paymentLast4\n paymentExpirationDate\n scheduledDate\n frequency\n amount\n migrationStatus\n userConfirmedPaymentMethod\n fund {\n name\n displayName\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getRecurringChargeMigrationById"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"RecurringChargeMigration"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scheduleId"}},{kind:"Field",name:{kind:"Name",value:"paymentType"}},{kind:"Field",name:{kind:"Name",value:"paymentBrand"}},{kind:"Field",name:{kind:"Name",value:"paymentLast4"}},{kind:"Field",name:{kind:"Name",value:"paymentExpirationDate"}},{kind:"Field",name:{kind:"Name",value:"scheduledDate"}},{kind:"Field",name:{kind:"Name",value:"frequency"}},{kind:"Field",name:{kind:"Name",value:"amount"}},{kind:"Field",name:{kind:"Name",value:"migrationStatus"}},{kind:"Field",name:{kind:"Name",value:"userConfirmedPaymentMethod"}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]}}]},"\n mutation cancelRecurringGiving($id: ID!) {\n cancelRecurringGiving(id: $id)\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"cancelRecurringGiving"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"cancelRecurringGiving"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}]}]}}]},"\n query getGivingHistory(\n $recurringQuery: NodeConnectionQueryInput\n $historyQuery: NodeConnectionQueryInput\n $includeMigrationRecurringGifts: Boolean!\n ) {\n recurringGiving(query: $recurringQuery) {\n edges {\n node {\n id\n nextBillDate\n brand\n fund {\n name\n displayName\n }\n frequency {\n interval\n intervalCount\n label\n }\n amount\n }\n }\n }\n currentUser {\n givingHistory(query: $historyQuery) {\n totalCount\n pageInfo {\n endCursor\n }\n edges {\n node {\n __typename\n id\n ... on Charge {\n amountCents\n createdAt\n stripeStatus\n brand\n recurringCharge {\n id\n }\n refunds {\n amountCents\n }\n fund {\n name\n displayName\n }\n }\n ... on Donation {\n amountCents\n transactionDate\n createdAt\n status\n brand\n scheduleId\n fund {\n name\n displayName\n }\n }\n }\n }\n }\n recurringChargeMigrations @include(if: $includeMigrationRecurringGifts) {\n id\n scheduledDate\n frequency\n amount\n migrationStatus\n userConfirmedPaymentMethod\n paymentType\n paymentBrand\n fund {\n name\n displayName\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getGivingHistory"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"recurringQuery"}},type:{kind:"NamedType",name:{kind:"Name",value:"NodeConnectionQueryInput"}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"historyQuery"}},type:{kind:"NamedType",name:{kind:"Name",value:"NodeConnectionQueryInput"}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"includeMigrationRecurringGifts"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"recurringGiving"},arguments:[{kind:"Argument",name:{kind:"Name",value:"query"},value:{kind:"Variable",name:{kind:"Name",value:"recurringQuery"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"nextBillDate"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}},{kind:"Field",name:{kind:"Name",value:"frequency"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"interval"}},{kind:"Field",name:{kind:"Name",value:"intervalCount"}},{kind:"Field",name:{kind:"Name",value:"label"}}]}},{kind:"Field",name:{kind:"Name",value:"amount"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"givingHistory"},arguments:[{kind:"Argument",name:{kind:"Name",value:"query"},value:{kind:"Variable",name:{kind:"Name",value:"historyQuery"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"totalCount"}},{kind:"Field",name:{kind:"Name",value:"pageInfo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"endCursor"}}]}},{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Charge"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"amountCents"}},{kind:"Field",name:{kind:"Name",value:"createdAt"}},{kind:"Field",name:{kind:"Name",value:"stripeStatus"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"recurringCharge"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"refunds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"amountCents"}}]}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Donation"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"amountCents"}},{kind:"Field",name:{kind:"Name",value:"transactionDate"}},{kind:"Field",name:{kind:"Name",value:"createdAt"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"scheduleId"}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"recurringChargeMigrations"},directives:[{kind:"Directive",name:{kind:"Name",value:"include"},arguments:[{kind:"Argument",name:{kind:"Name",value:"if"},value:{kind:"Variable",name:{kind:"Name",value:"includeMigrationRecurringGifts"}}}]}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scheduledDate"}},{kind:"Field",name:{kind:"Name",value:"frequency"}},{kind:"Field",name:{kind:"Name",value:"amount"}},{kind:"Field",name:{kind:"Name",value:"migrationStatus"}},{kind:"Field",name:{kind:"Name",value:"userConfirmedPaymentMethod"}},{kind:"Field",name:{kind:"Name",value:"paymentType"}},{kind:"Field",name:{kind:"Name",value:"paymentBrand"}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]}}]},"\n mutation saveProfileFields($profileFields: [UpdateProfileInput]!) {\n updateProfileFields(input: $profileFields) {\n id\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"saveProfileFields"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"profileFields"}},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"UpdateProfileInput"}}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"updateProfileFields"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"Variable",name:{kind:"Name",value:"profileFields"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]},"\n query getCurrentUserForGive($loggedIn: Boolean!, $slug: String!) {\n currentUser @include(if: $loggedIn) {\n id\n profile {\n id\n firstName\n lastName\n email\n phone\n }\n connectedChurchProfile(churchSlug: $slug) {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserForGive"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},directives:[{kind:"Directive",name:{kind:"Name",value:"include"},arguments:[{kind:"Argument",name:{kind:"Name",value:"if"},value:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}}}]}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}}]}},{kind:"Field",name:{kind:"Name",value:"connectedChurchProfile"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]},"\n query getGratitude($gratitudeId: ID!) {\n node(id: $gratitudeId) {\n id\n __typename\n ... on Gratitude {\n prompt\n text\n submitter {\n id\n firstName\n lastName\n nickName\n photo {\n uri\n }\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getGratitude"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"gratitudeId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"gratitudeId"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Gratitude"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"prompt"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"submitter"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"nickName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]},"\n query getLivestreamRoute($id: ID!) {\n livestream: node(id: $id) {\n id\n __typename\n ... on Livestream {\n title\n summary\n coverImage {\n sources {\n uri\n }\n }\n ...LivestreamFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getLivestreamRoute"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"livestream"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"LivestreamFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LivestreamPlayerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LivestreamFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"stream"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"LivestreamPlayerFragment"}}]}}]},"\n query GetAllCampuses {\n campuses {\n id\n name\n donationFunds {\n id\n name\n displayName\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"GetAllCampuses"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"campuses"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"donationFunds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]},"\n query getPrayerRoute($id: ID!) {\n prayer: node(id: $id) {\n id\n __typename\n ... on PrayerRequest {\n id\n text\n requestor {\n ...ByLineFragment\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getPrayerRoute"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"prayer"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PrayerRequest"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"requestor"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n query getChurchesWithApps {\n churches {\n slug\n appleBundleId\n appleTeamId\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getChurchesWithApps"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"churches"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"appleBundleId"}},{kind:"Field",name:{kind:"Name",value:"appleTeamId"}}]}}]}}]},"\n query getAndroidChurchesWithApps {\n churches {\n slug\n appId\n androidPkgId\n fingerprintSHA256\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getAndroidChurchesWithApps"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"churches"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"appId"}},{kind:"Field",name:{kind:"Name",value:"androidPkgId"}},{kind:"Field",name:{kind:"Name",value:"fingerprintSHA256"}}]}}]}}]},"\n mutation VotePoll($pollId: ID!, $optionIds: [ID!]!) {\n votePoll(pollId: $pollId, optionIds: $optionIds) {\n id\n title\n status\n totalOptionVotes\n options {\n id\n value\n totalVotes\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"VotePoll"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"pollId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"optionIds"}},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"votePoll"},arguments:[{kind:"Argument",name:{kind:"Name",value:"pollId"},value:{kind:"Variable",name:{kind:"Name",value:"pollId"}}},{kind:"Argument",name:{kind:"Name",value:"optionIds"},value:{kind:"Variable",name:{kind:"Name",value:"optionIds"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}}]}}]}}]},"\n mutation updateUserProfile($profileFields: [UpdateProfileInput]!) {\n updateProfileFields(input: $profileFields) {\n ...ProfileFormFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"updateUserProfile"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"profileFields"}},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"UpdateProfileInput"}}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"updateProfileFields"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"Variable",name:{kind:"Name",value:"profileFields"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ProfileFormFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ProfileFormFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}}]},"\n mutation validateLogin(\n $identity: AuthenticationIdentityInput!\n $otp: String!\n ) {\n validateLogin(identity: $identity, otp: $otp) {\n accessToken\n refreshToken\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"validateLogin"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"otp"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"validateLogin"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"otp"},value:{kind:"Variable",name:{kind:"Name",value:"otp"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"accessToken"}},{kind:"Field",name:{kind:"Name",value:"refreshToken"}}]}}]}}]},"\n mutation validateRegister(\n $identity: AuthenticationIdentityInput!\n $otp: String!\n ) {\n validateRegister(identity: $identity, otp: $otp) {\n accessToken\n refreshToken\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"validateRegister"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"otp"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"validateRegister"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"otp"},value:{kind:"Variable",name:{kind:"Name",value:"otp"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"accessToken"}},{kind:"Field",name:{kind:"Name",value:"refreshToken"}}]}}]}}]},"\n query getUserProfile {\n currentUser {\n id\n profile {\n ...ProfileFormFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getUserProfile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ProfileFormFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ProfileFormFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}}]},"\n query getCurrentChurchForPrivacy {\n currentChurch {\n slug\n name\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentChurchForPrivacy"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}}]}}]},"\n mutation token($refreshToken: String!) {\n refreshSession(refreshToken: $refreshToken) {\n accessToken\n refreshToken\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"token"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"refreshToken"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"refreshSession"},arguments:[{kind:"Argument",name:{kind:"Name",value:"refreshToken"},value:{kind:"Variable",name:{kind:"Name",value:"refreshToken"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"accessToken"}},{kind:"Field",name:{kind:"Name",value:"refreshToken"}}]}}]}}]},"\n mutation requestRegisterWithChurch(\n $identity: AuthenticationIdentityInput!\n $forChurch: String\n ) {\n requestRegister(identity: $identity, forChurch: $forChurch) {\n result\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"requestRegisterWithChurch"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"forChurch"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"requestRegister"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"forChurch"},value:{kind:"Variable",name:{kind:"Name",value:"forChurch"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"result"}}]}}]}}]},"\n mutation requestLoginWithChurch(\n $identity: AuthenticationIdentityInput!\n $forChurch: String\n ) {\n requestLogin(identity: $identity, forChurch: $forChurch) {\n result\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"requestLoginWithChurch"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"forChurch"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"requestLogin"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"forChurch"},value:{kind:"Variable",name:{kind:"Name",value:"forChurch"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"result"}}]}}]}}]},"\n query churchMatchesForVerify($churchSlug: String!) {\n currentUser {\n id\n globalSharedProfiles(churchSlug: $churchSlug) {\n id\n firstName\n lastName\n nickName\n birthDate\n }\n connectedChurchProfile(churchSlug: $churchSlug) {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"churchMatchesForVerify"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"globalSharedProfiles"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"nickName"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}},{kind:"Field",name:{kind:"Name",value:"connectedChurchProfile"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]},"\n query GetCampusesForFallbackRedirect {\n campuses {\n id\n name\n donationFunds {\n id\n name\n displayName\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"GetCampusesForFallbackRedirect"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"campuses"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"donationFunds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]},"\n query getCampusesForPayment {\n campuses {\n id\n donationFunds {\n id\n name\n displayName\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCampusesForPayment"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"campuses"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"donationFunds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]},"\n fragment AvatarFragment on Person {\n id\n firstName\n lastName\n photo {\n uri\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment ByLineFragment on Person {\n id\n firstName\n lastName\n photo {\n uri\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment CommentFragment on Comment {\n id\n text\n person {\n ...ByLineFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment CommentsSheetFragment on ContentItem {\n id\n comments {\n ...CommentFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}}]},"\n fragment ContentItemFragment on ContentItem {\n id\n title\n summary\n htmlContent\n ...VideoContentItemFragment\n coverImage {\n ...ImageMediaFragment\n }\n videos {\n ...VideoMediaFragment\n }\n audios {\n ...AudioMediaFragment\n }\n commentsEnabled\n # New engagement fields for non-authenticated access\n likedCount\n isLiked\n commentCount\n ...CommentsSheetFragment\n pages {\n id\n features {\n ...FeatureFragment\n }\n }\n sharing {\n ...ShareButtonFragment\n }\n parentItem {\n ...ContentItemCardFragment\n }\n childContentItemsConnection {\n edges {\n node {\n ...ContentItemCardFragment\n }\n }\n }\n siblingContentItemsConnection {\n edges {\n node {\n ...ContentItemCardFragment\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"FragmentSpread",name:{kind:"Name",value:"VideoContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"audios"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AudioMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"FragmentSpread",name:{kind:"Name",value:"CommentsSheetFragment"}},{kind:"Field",name:{kind:"Name",value:"pages"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"siblingContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}}]},"\n fragment ContentItemCardFragment on ContentItem {\n id\n title\n summary\n coverImage {\n ...ImageMediaFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment EventItemFragment on Event {\n id\n title\n location\n start\n end\n htmlContent\n coverImage {\n id\n sources {\n uri\n blurHash\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"EventItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n fragment ActionHandlerFragment on Node {\n id\n __typename\n ... on Url {\n url\n }\n ... on ShareableNode {\n sharing {\n url\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment ActionListItemFragment on ActionListAction {\n id\n title\n subtitle\n icon\n action\n image {\n ...ImageMediaFragment\n }\n relatedNode {\n id\n ...ActionHandlerFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment FeatureActionButtonFragment on FeatureAction {\n relatedNode {\n id\n ...ActionHandlerFragment\n }\n action\n title\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment FeatureContentCardFragment on CardListItem {\n id\n action\n title\n hasAction\n actionIcon\n labelText\n summary\n coverImage {\n ...ImageMediaFragment\n }\n relatedNode {\n id\n ... on Event {\n start\n end\n }\n ...ActionHandlerFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment FeatureFeedFragment on FeatureFeed {\n id\n features {\n ...FeatureFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFeedFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureFeed"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}}]},"\n fragment FeatureFragment on Feature {\n id\n __typename\n ... on HtmlFeature {\n ...HtmlFeatureFragment\n }\n ... on ScriptureFeature {\n ...ScriptureFeatureFragment\n }\n ... on ActionBarFeature {\n ...ActionBarFeatureFragment\n }\n ... on ActionListFeature {\n ...ActionListFeatureFragment\n }\n ... on EventBlockFeature {\n ...EventBlockFeatureFragment\n }\n ... on ButtonFeature {\n ...ButtonFeatureFragment\n }\n ... on ConnectButtonFeature {\n ...ConnectButtonFeatureFragment\n }\n ... on ChipListFeature {\n ...ChipListFeatureFragment\n }\n ... on VerticalCardListFeature {\n ...VerticalCardListFeatureFragment\n }\n ... on HeroListFeature {\n ...HeroListFeatureFragment\n }\n ... on HorizontalCardListFeature {\n ...HorizontalCardListFeatureFragment\n }\n ... on HorizontalMediaListFeature {\n ...HorizontalMediaListFeatureFragment\n }\n ... on QuestionBlockFeature {\n ...QuestionBlockFeatureFragment\n }\n ... on LinkEmbedFeature {\n ...LinkEmbedFeatureFragment\n }\n ... on WebviewFeature {\n ...WebviewFeatureFragment\n }\n ... on PollFeature {\n ...PollFeatureFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}}]},"\n fragment ActionBarFeatureFragment on ActionBarFeature {\n title\n actions {\n id\n icon\n title\n action\n image {\n ...ImageMediaFragment\n }\n relatedNode {\n id\n ...ActionHandlerFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment ActionListFeatureFragment on ActionListFeature {\n title\n subtitle\n actions {\n ...ActionListItemFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]},"\n fragment ButtonFeatureFragment on ButtonFeature {\n id\n action {\n ...FeatureActionButtonFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}}]},"\n fragment ChipListFeatureFragment on ChipListFeature {\n title\n subtitle\n chips {\n title\n action\n iconName\n id\n relatedNode {\n id\n ...ActionHandlerFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment ConnectButtonFeatureFragment on ConnectButtonFeature {\n id\n title\n confirmationMessage\n tags\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}}]},"\n fragment EventBlockFeatureFragment on EventBlockFeature {\n id\n start\n duration\n allDay\n location\n title\n icsUrl\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}}]},"\n fragment HeroListFeatureFragment on HeroListFeature {\n title\n subtitle\n\n heroCard {\n ...FeatureContentCardFragment\n }\n\n actions {\n ...ActionListItemFragment\n }\n\n primaryAction {\n ...FeatureActionButtonFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}}]},"\n fragment HorizontalCardListFeatureFragment on HorizontalCardListFeature {\n title\n subtitle\n cards {\n ...FeatureContentCardFragment\n }\n primaryAction {\n ...FeatureActionButtonFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}}]},"\n fragment HorizontalMediaListFeatureFragment on HorizontalMediaListFeature {\n title\n subtitle\n items {\n ...FeatureContentCardFragment\n relatedNode {\n ... on Livestream {\n id\n start\n durationInSeconds\n }\n }\n }\n primaryAction {\n ...FeatureActionButtonFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}}]},"\n fragment HtmlFeatureFragment on HtmlFeature {\n content\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}}]},"\n fragment LinkEmbedFeatureFragment on LinkEmbedFeature {\n id\n title\n url\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}}]},"\n fragment PollFeatureFragment on PollFeature {\n poll {\n id\n title\n status\n options {\n id\n value\n totalVotes\n }\n totalOptionVotes\n startAt\n endAt\n currentUserVotes {\n option {\n id\n }\n person {\n id\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}}]},"\n fragment QuestionBlockFeatureFragment on QuestionBlockFeature {\n content\n # Engagement fields for non-authenticated access\n likedCount\n commentCount\n comments {\n id\n text\n person {\n ...AvatarFragment\n }\n }\n parent {\n ... on ContentItem {\n id\n title\n commentCount\n comments {\n id\n text\n person {\n firstName\n lastName\n photo {\n uri\n }\n }\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment ScriptureFeatureFragment on ScriptureFeature {\n id\n scriptures {\n id\n ...ScriptureItemFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}}]},"\n fragment VerticalCardListFeatureFragment on VerticalCardListFeature {\n title\n subtitle\n cards {\n ...FeatureContentCardFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]},"\n fragment WebviewFeatureFragment on WebviewFeature {\n id\n title\n height\n url\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}}]},"\n fragment ImageMediaFragment on ImageMedia {\n sources {\n uri\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment LivestreamFragment on Livestream {\n id\n title\n summary\n htmlContent\n coverImage {\n ...ImageMediaFragment\n }\n stream {\n ...VideoMediaFragment\n }\n ...LivestreamPlayerFragment\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"LivestreamFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"stream"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"LivestreamPlayerFragment"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LivestreamPlayerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]},"\n fragment ScriptureItemFragment on Scripture {\n id\n html\n reference\n copyright\n version\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}}]},"\n fragment ShareButtonFragment on SharableContentItem {\n message\n title\n url\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}}]},"\n fragment VideoMediaFragment on VideoMedia {\n __typename\n id\n key\n name\n sources {\n uri\n }\n duration\n userProgress {\n playhead\n complete\n }\n embedHtml\n originId\n originType\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}}]},"\n fragment AudioMediaFragment on AudioMedia {\n __typename\n id\n key\n name\n sources {\n uri\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment LivestreamPlayerFragment on Livestream {\n start\n durationInSeconds\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"LivestreamPlayerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]},"\n fragment VideoContentItemFragment on ContentItem {\n title\n id\n originId\n originType\n publishDate\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}}]},"\n query getContentItem($id: ID!) {\n node(id: $id) {\n id\n __typename\n ... on ContentItem {\n ...ContentItemFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getContentItem"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"FragmentSpread",name:{kind:"Name",value:"VideoContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"audios"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AudioMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"FragmentSpread",name:{kind:"Name",value:"CommentsSheetFragment"}},{kind:"Field",name:{kind:"Name",value:"pages"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"siblingContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}}]}}]},"\n query getScriptures($query: String!, $version: String) {\n scriptures(query: $query, version: $version) {\n id\n ...ScriptureItemFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getScriptures"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"query"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"version"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"scriptures"},arguments:[{kind:"Argument",name:{kind:"Name",value:"query"},value:{kind:"Variable",name:{kind:"Name",value:"query"}}},{kind:"Argument",name:{kind:"Name",value:"version"},value:{kind:"Variable",name:{kind:"Name",value:"version"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}}]}};function c2(a){return ZO0[a]??{}}c2(`
209
+ }`;const N50=e.forwardRef(({className:a,containerClassName:t,children:n,maxLength:r=6,hasError:l,...i},o)=>{let c=n;return n||(c=P.jsx(T50,{children:Array.from({length:r},(m,u)=>P.jsx(P50,{index:u,hasError:l},u))})),P.jsx(C50,{...i,ref:o,containerClassName:Ee("flex items-center justify-center gap-1.5 sm:gap-2 has-[:disabled]:opacity-50",t),className:Ee("absolute w-0 h-0 opacity-0 pointer-events-none",a),maxLength:r,children:c})});N50.displayName="InputOTP";const T50=e.forwardRef(({className:a,...t},n)=>P.jsx("div",{ref:n,className:Ee("flex gap-1.5 sm:gap-2",a),...t}));T50.displayName="InputOTPGroup";const P50=e.forwardRef(({index:a,className:t,hasError:n,...r},l)=>{const i=e.useContext(w50),{char:o,hasFakeCaret:c,isActive:m}=i.slots[a];return P.jsxs("div",{ref:l,className:Ee("relative flex w-12 h-12 sm:w-16 sm:h-12 shrink-0 items-center justify-center rounded-lg sm:rounded-xl text-lg sm:text-xl md:text-2xl transition-all duration-100","bg-white dark:bg-white/5",n?"z-10 border-2 border-error-600 ":m?"z-10 border-2 border-action":"border border-input",t),...r,children:[o,c?P.jsx("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center",children:P.jsx("div",{className:"h-4 w-px animate-caret-blink bg-fg-primary dark:bg-fg-primary-dark duration-1000"})}):null]})});P50.displayName="InputOTPSlot";function oA({as:a,className:t,...n}){const r=a||rl;return P.jsx(r,{interactive:!1,className:Ee(t),...n})}const fi={listItem:["group","flex flex-row justify-stretch content-stretch px-3 py-4 pb-0 pr-0 space-x-3","transition-colors bg-system-chrome dark:bg-system-chrome-dark","last:rounded-b-xl first:rounded-t-xl"],listItemInteractive:["hover:bg-system-ultrathin dark:hover:bg-system-ultrathin-dark cursor-pointer"],leading:["content-center [&>*]:mx-auto","pb-3","[--icon-color:theme(colors.fg.secondary)] dark:[--icon-color:theme(colors.fg.secondary-dark)]"],separatorGroup:["flex-1 flex-grow flex flex-row justify-between content-center","pb-3 pr-3","border-b border-system-regular dark:border-system-regular-dark","group-last:border-0"],content:["content-center flex-1 flex-grow"],trailing:["space-x-3","content-center","[--icon-color:theme(colors.fg.tertiary)] dark:[--icon-color:theme(colors.fg.tertiary-dark)]"],leadingSize:{sm:"w-10",md:"w-14",lg:"w-20"}},rT0={color:"var(--icon-color)",weight:"bold",size:"2rem"},lT0={color:"var(--icon-color)",weight:"regular",size:"1.25rem"},iT0="div";function xm({title:a,subtitle:t,children:n,leadingAccessory:r,leadingSize:l="md",trailingAccessory:i,interactive:o=!0,as:c,className:m,...u}){const h=c??iT0;return P.jsxs(h,{className:Ee(fi.listItem,o?fi.listItemInteractive:void 0,m),...u,children:[P.jsx("div",{className:Ee(fi.leading,fi.leadingSize[l]),children:P.jsx(nl.Provider,{value:rT0,children:r})}),P.jsxs("div",{className:Ee(fi.separatorGroup),children:[P.jsxs("div",{className:Ee(fi.content),children:[a?P.jsx(d2,{as:"h4",children:a}):null,t?P.jsx(d2,{as:"small",fg:"secondary",children:t}):null,n]}),P.jsx("div",{className:Ee(fi.trailing),children:P.jsx(nl.Provider,{value:lT0,children:i})})]})]})}const oT0={system:["text-fg-primary dark:text-fg-primary-dark","[--btn-bg:theme(colors.system.regular)] [--btn-hover-overlay:theme(colors.white/20%)]","dark:[--btn-bg:theme(colors.system.regular-dark)] dark:[--btn-hover-overlay:theme(colors.white/10%)]","[--icon-color:theme(colors.fg.secondary)] dark:[--icon-color:theme(colors.fg.secondary-dark)]","backdrop-blur-lg","hover:before:shadow-lg"],material:["text-fg-primary dark:text-fg-primary-dark","[--btn-bg:theme(colors.material.regular)] [--btn-hover-overlay:theme(colors.white/20%)]","dark:[--btn-bg:theme(colors.material.regular-dark)] dark:[--btn-hover-overlay:theme(colors.white/10%)]","[--icon-color:theme(colors.fg.secondary)] dark:[--icon-color:theme(colors.fg.secondary-dark)]","backdrop-blur-lg","hover:before:shadow-lg"]};e.forwardRef(function({className:t,multiple:n,surface:r,...l},i){const o=r==="material";return P.jsxs("span",{"data-slot":"control",className:Ee([t,"group relative block w-full",o&&["relative isolate inline-flex items-center justify-center gap-x-2 rounded-xl border text-base font-semibold","p-1","focus:outline-none data-[focus]:outline data-[focus]:outline-2 data-[focus]:outline-offset-2 data-[focus]:outline-blue-500","data-[disabled]:opacity-50","transition after:transition before:transition","whitespace-nowrap","active:hover:scale-95 active:hover:before:opacity-50","border-transparent","dark:bg-[--btn-bg]","bg-[--btn-bg]","before:absolute before:inset-0 before:-z-10 before:rounded-[calc(theme(borderRadius.xl)-1px)]","dark:before:hidden","dark:border-white/5","after:absolute after:inset-0 after:-z-10 after:rounded-[calc(theme(borderRadius.xl)-1px)]","after:shadow-[shadow:inset_0_1px_theme(colors.white/15%)]","dark:after:shadow-none","after:data-[active]:bg-[--btn-hover-overlay] after:data-[hover]:bg-[--btn-hover-overlay]","dark:after:-inset-px dark:after:rounded-xl","before:data-[disabled]:shadow-none after:data-[disabled]:shadow-none",...oT0[r]],!o&&["before:absolute before:inset-px before:rounded-[calc(theme(borderRadius.lg)-1px)] before:bg-white before:shadow","dark:before:hidden","after:pointer-events-none after:absolute after:inset-0 after:rounded-lg after:ring-inset after:ring-transparent after:has-[[data-focus]]:ring-2 after:has-[[data-focus]]:ring-blue-500","has-[[data-disabled]]:opacity-50 before:has-[[data-disabled]]:bg-system-thin dark:before:has-[[data-disabled]]:bg-system-thin-dark before:has-[[data-disabled]]:shadow-none"]]),children:[P.jsx(FN0,{ref:i,multiple:n,...l,className:Ee(["relative block w-full appearance-none rounded-lg py-[calc(theme(spacing[2.5])-1px)] sm:py-[calc(theme(spacing[1.5])-1px)]",n?"px-[calc(theme(spacing[3.5])-1px)] sm:px-[calc(theme(spacing.3)-1px)]":"pl-[calc(theme(spacing[3.5])-1px)] pr-[calc(theme(spacing.10)-1px)] sm:pl-[calc(theme(spacing.3)-1px)] sm:pr-[calc(theme(spacing.9)-1px)]","[&_optgroup]:font-semibold","text-base/6 text-fg-primary placeholder:text-fg-tertiary dark:placeholder:text-fg-tertiary-dark sm:text-sm/6 dark:text-fg-primary-dark dark:*:text-fg-primary-dark",o&&"!text-base !font-semibold",o&&"[&_option]:!font-normal [&_option]:!text-fg-primary [&_option]:dark:!text-fg-primary-dark","border border-system-thin data-[hover]:border-system-thick dark:border-system-thin-dark dark:data-[hover]:border-system-thick-dark",o&&"!border-transparent","bg-transparent dark:bg-white/5 dark:*:bg-system-regular-dark","dark:[color-scheme:dark]",o&&"!bg-transparent","focus:outline-none","data-[invalid]:border-red-500 data-[invalid]:data-[hover]:border-red-500 data-[invalid]:dark:border-red-600 data-[invalid]:data-[hover]:dark:border-red-600","data-[disabled]:border-system-thick data-[disabled]:opacity-100 dark:data-[hover]:data-[disabled]:border-system-thick-dark data-[disabled]:dark:border-system-regular-dark data-[disabled]:dark:bg-system-regular-dark"])}),n?null:P.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:P.jsxs("svg",{className:Ee("size-5 stroke-zinc-500 group-has-[[data-disabled]]:stroke-zinc-600 sm:size-4 dark:stroke-zinc-400 forced-colors:stroke-[CanvasText]",o&&"!stroke-[var(--icon-color)]"),viewBox:"0 0 16 16","aria-hidden":"true",fill:"none",children:[P.jsx("path",{d:"M5.75 10.75L8 13L10.25 10.75",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),P.jsx("path",{d:"M10.25 5.25L8 3L5.75 5.25",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})})]})});const cT0={prose:["scripture-prose prose dark:prose-invert"]},sT0=({className:a,...t})=>P.jsx("div",{className:Ee(cT0.prose,a),...t}),mT0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),e.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM181.66,170.34a8,8,0,0,1-11.32,11.32L128,139.31,85.66,181.66a8,8,0,0,1-11.32-11.32L116.69,128,74.34,85.66A8,8,0,0,1,85.66,74.34L128,116.69l42.34-42.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M204.24,195.76a6,6,0,1,1-8.48,8.48L128,136.49,60.24,204.24a6,6,0,0,1-8.48-8.48L119.51,128,51.76,60.24a6,6,0,0,1,8.48-8.48L128,119.51l67.76-67.75a6,6,0,0,1,8.48,8.48L136.49,128Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M202.83,197.17a4,4,0,0,1-5.66,5.66L128,133.66,58.83,202.83a4,4,0,0,1-5.66-5.66L122.34,128,53.17,58.83a4,4,0,0,1,5.66-5.66L128,122.34l69.17-69.17a4,4,0,1,1,5.66,5.66L133.66,128Z"}))]]),ly=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:mT0}));ly.displayName="XIcon";const B7=ly,dT0=Object.freeze(Object.defineProperty({__proto__:null,X:B7,XIcon:ly},Symbol.toStringTag,{value:"Module"}));function ll(a,t,{checkForDefaultPrevented:n=!0}={}){return function(l){if(a?.(l),n===!1||!l.defaultPrevented)return t?.(l)}}function iy(a,t=[]){let n=[];function r(i,o){const c=e.createContext(o),m=n.length;n=[...n,o];const u=f=>{const{scope:v,children:Z,...H}=f,V=v?.[a]?.[m]||c,b=e.useMemo(()=>H,Object.values(H));return P.jsx(V.Provider,{value:b,children:Z})};u.displayName=i+"Provider";function h(f,v){const Z=v?.[a]?.[m]||c,H=e.useContext(Z);if(H)return H;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${i}\``)}return[u,h]}const l=()=>{const i=n.map(o=>e.createContext(o));return function(c){const m=c?.[a]||i;return e.useMemo(()=>({[`__scope${a}`]:{...c,[a]:m}}),[c,m])}};return l.scopeName=a,[r,uT0(l,...t)]}function uT0(...a){const t=a[0];if(a.length===1)return t;const n=()=>{const r=a.map(l=>({useScope:l(),scopeName:l.scopeName}));return function(i){const o=r.reduce((c,{useScope:m,scopeName:u})=>{const f=m(i)[`__scope${u}`];return{...c,...f}},{});return e.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function O50(a,t){if(typeof a=="function")return a(t);a!=null&&(a.current=t)}function I50(...a){return t=>{let n=!1;const r=a.map(l=>{const i=O50(l,t);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let l=0;l<r.length;l++){const i=r[l];typeof i=="function"?i():O50(a[l],null)}}}}function cA(...a){return e.useCallback(I50(...a),a)}function oy(a){const t=pT0(a),n=e.forwardRef((r,l)=>{const{children:i,...o}=r,c=e.Children.toArray(i),m=c.find(fT0);if(m){const u=m.props.children,h=c.map(f=>f===m?e.Children.count(u)>1?e.Children.only(null):e.isValidElement(u)?u.props.children:null:f);return P.jsx(t,{...o,ref:l,children:e.isValidElement(u)?e.cloneElement(u,void 0,h):null})}return P.jsx(t,{...o,ref:l,children:i})});return n.displayName=`${a}.Slot`,n}function pT0(a){const t=e.forwardRef((n,r)=>{const{children:l,...i}=n;if(e.isValidElement(l)){const o=vT0(l),c=AT0(i,l.props);return l.type!==e.Fragment&&(c.ref=r?I50(r,o):o),e.cloneElement(l,c)}return e.Children.count(l)>1?e.Children.only(null):null});return t.displayName=`${a}.SlotClone`,t}var hT0=Symbol("radix.slottable");function fT0(a){return e.isValidElement(a)&&typeof a.type=="function"&&"__radixId"in a.type&&a.type.__radixId===hT0}function AT0(a,t){const n={...t};for(const r in t){const l=a[r],i=t[r];/^on[A-Z]/.test(r)?l&&i?n[r]=(...c)=>{const m=i(...c);return l(...c),m}:l&&(n[r]=l):r==="style"?n[r]={...l,...i}:r==="className"&&(n[r]=[l,i].filter(Boolean).join(" "))}return{...a,...n}}function vT0(a){let t=Object.getOwnPropertyDescriptor(a.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?a.ref:(t=Object.getOwnPropertyDescriptor(a,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?a.props.ref:a.props.ref||a.ref)}function gT0(a){const t=a+"CollectionProvider",[n,r]=iy(t),[l,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),o=V=>{const{scope:b,children:F}=V,_=u1.useRef(null),k=u1.useRef(new Map).current;return P.jsx(l,{scope:b,itemMap:k,collectionRef:_,children:F})};o.displayName=t;const c=a+"CollectionSlot",m=oy(c),u=u1.forwardRef((V,b)=>{const{scope:F,children:_}=V,k=i(c,F),w=cA(b,k.collectionRef);return P.jsx(m,{ref:w,children:_})});u.displayName=c;const h=a+"CollectionItemSlot",f="data-radix-collection-item",v=oy(h),Z=u1.forwardRef((V,b)=>{const{scope:F,children:_,...k}=V,w=u1.useRef(null),S=cA(b,w),T=i(h,F);return u1.useEffect(()=>(T.itemMap.set(w,{ref:w,...k}),()=>{T.itemMap.delete(w)})),P.jsx(v,{[f]:"",ref:S,children:_})});Z.displayName=h;function H(V){const b=i(a+"CollectionConsumer",V);return u1.useCallback(()=>{const _=b.collectionRef.current;if(!_)return[];const k=Array.from(_.querySelectorAll(`[${f}]`));return Array.from(b.itemMap.values()).sort((T,I)=>k.indexOf(T.ref.current)-k.indexOf(I.ref.current))},[b.collectionRef,b.itemMap])}return[{Provider:o,Slot:u,ItemSlot:Z},H,r]}var sA=globalThis?.document?e.useLayoutEffect:()=>{},ZT0=H7[" useId ".trim().toString()]||(()=>{}),HT0=0;function $50(a){const[t,n]=e.useState(ZT0());return sA(()=>{n(r=>r??String(HT0++))},[a]),t?`radix-${t}`:""}var MT0=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],U7=MT0.reduce((a,t)=>{const n=oy(`Primitive.${t}`),r=e.forwardRef((l,i)=>{const{asChild:o,...c}=l,m=o?n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),P.jsx(m,{...c,ref:i})});return r.displayName=`Primitive.${t}`,{...a,[t]:r}},{});function ET0(a){const t=e.useRef(a);return e.useEffect(()=>{t.current=a}),e.useMemo(()=>(...n)=>t.current?.(...n),[])}var VT0=H7[" useInsertionEffect ".trim().toString()]||sA;function j50({prop:a,defaultProp:t,onChange:n=()=>{},caller:r}){const[l,i,o]=yT0({defaultProp:t,onChange:n}),c=a!==void 0,m=c?a:l;{const h=e.useRef(a!==void 0);e.useEffect(()=>{const f=h.current;f!==c&&console.warn(`${r} is changing from ${f?"controlled":"uncontrolled"} to ${c?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),h.current=c},[c,r])}const u=e.useCallback(h=>{if(c){const f=bT0(h)?h(a):h;f!==a&&o.current?.(f)}else i(h)},[c,a,i,o]);return[m,u]}function yT0({defaultProp:a,onChange:t}){const[n,r]=e.useState(a),l=e.useRef(n),i=e.useRef(t);return VT0(()=>{i.current=t},[t]),e.useEffect(()=>{l.current!==n&&(i.current?.(n),l.current=n)},[n,l]),[n,r,i]}function bT0(a){return typeof a=="function"}var LT0=e.createContext(void 0);function x50(a){const t=e.useContext(LT0);return a||t||"ltr"}var cy="rovingFocusGroup.onEntryFocus",ST0={bubbles:!1,cancelable:!0},Rm="RovingFocusGroup",[sy,R50,FT0]=gT0(Rm),[_T0,D50]=iy(Rm,[FT0]),[kT0,wT0]=_T0(Rm),z50=e.forwardRef((a,t)=>P.jsx(sy.Provider,{scope:a.__scopeRovingFocusGroup,children:P.jsx(sy.Slot,{scope:a.__scopeRovingFocusGroup,children:P.jsx(CT0,{...a,ref:t})})}));z50.displayName=Rm;var CT0=e.forwardRef((a,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:l=!1,dir:i,currentTabStopId:o,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:m,onEntryFocus:u,preventScrollOnEntryFocus:h=!1,...f}=a,v=e.useRef(null),Z=cA(t,v),H=x50(i),[V,b]=j50({prop:o,defaultProp:c??null,onChange:m,caller:Rm}),[F,_]=e.useState(!1),k=ET0(u),w=R50(n),S=e.useRef(!1),[T,I]=e.useState(0);return e.useEffect(()=>{const R=v.current;if(R)return R.addEventListener(cy,k),()=>R.removeEventListener(cy,k)},[k]),P.jsx(kT0,{scope:n,orientation:r,dir:H,loop:l,currentTabStopId:V,onItemFocus:e.useCallback(R=>b(R),[b]),onItemShiftTab:e.useCallback(()=>_(!0),[]),onFocusableItemAdd:e.useCallback(()=>I(R=>R+1),[]),onFocusableItemRemove:e.useCallback(()=>I(R=>R-1),[]),children:P.jsx(U7.div,{tabIndex:F||T===0?-1:0,"data-orientation":r,...f,ref:Z,style:{outline:"none",...a.style},onMouseDown:ll(a.onMouseDown,()=>{S.current=!0}),onFocus:ll(a.onFocus,R=>{const q=!S.current;if(R.target===R.currentTarget&&q&&!F){const x=new CustomEvent(cy,ST0);if(R.currentTarget.dispatchEvent(x),!x.defaultPrevented){const Q=w().filter(E0=>E0.focusable),n0=Q.find(E0=>E0.active),l0=Q.find(E0=>E0.id===V),X=[n0,l0,...Q].filter(Boolean).map(E0=>E0.ref.current);q50(X,h)}}S.current=!1}),onBlur:ll(a.onBlur,()=>_(!1))})})}),B50="RovingFocusGroupItem",U50=e.forwardRef((a,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:l=!1,tabStopId:i,children:o,...c}=a,m=$50(),u=i||m,h=wT0(B50,n),f=h.currentTabStopId===u,v=R50(n),{onFocusableItemAdd:Z,onFocusableItemRemove:H,currentTabStopId:V}=h;return e.useEffect(()=>{if(r)return Z(),()=>H()},[r,Z,H]),P.jsx(sy.ItemSlot,{scope:n,id:u,focusable:r,active:l,children:P.jsx(U7.span,{tabIndex:f?0:-1,"data-orientation":h.orientation,...c,ref:t,onMouseDown:ll(a.onMouseDown,b=>{r?h.onItemFocus(u):b.preventDefault()}),onFocus:ll(a.onFocus,()=>h.onItemFocus(u)),onKeyDown:ll(a.onKeyDown,b=>{if(b.key==="Tab"&&b.shiftKey){h.onItemShiftTab();return}if(b.target!==b.currentTarget)return;const F=PT0(b,h.orientation,h.dir);if(F!==void 0){if(b.metaKey||b.ctrlKey||b.altKey||b.shiftKey)return;b.preventDefault();let k=v().filter(w=>w.focusable).map(w=>w.ref.current);if(F==="last")k.reverse();else if(F==="prev"||F==="next"){F==="prev"&&k.reverse();const w=k.indexOf(b.currentTarget);k=h.loop?OT0(k,w+1):k.slice(w+1)}setTimeout(()=>q50(k))}}),children:typeof o=="function"?o({isCurrentTabStop:f,hasTabStop:V!=null}):o})})});U50.displayName=B50;var NT0={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function TT0(a,t){return t!=="rtl"?a:a==="ArrowLeft"?"ArrowRight":a==="ArrowRight"?"ArrowLeft":a}function PT0(a,t,n){const r=TT0(a.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return NT0[r]}function q50(a,t=!1){const n=document.activeElement;for(const r of a)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function OT0(a,t){return a.map((n,r)=>a[(t+r)%a.length])}var IT0=z50,$T0=U50;function jT0(a,t){return e.useReducer((n,r)=>t[n][r]??n,a)}var W50=a=>{const{present:t,children:n}=a,r=xT0(t),l=typeof n=="function"?n({present:r.isPresent}):e.Children.only(n),i=cA(r.ref,RT0(l));return typeof n=="function"||r.isPresent?e.cloneElement(l,{ref:i}):null};W50.displayName="Presence";function xT0(a){const[t,n]=e.useState(),r=e.useRef(null),l=e.useRef(a),i=e.useRef("none"),o=a?"mounted":"unmounted",[c,m]=jT0(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return e.useEffect(()=>{const u=mA(r.current);i.current=c==="mounted"?u:"none"},[c]),sA(()=>{const u=r.current,h=l.current;if(h!==a){const v=i.current,Z=mA(u);a?m("MOUNT"):Z==="none"||u?.display==="none"?m("UNMOUNT"):m(h&&v!==Z?"ANIMATION_OUT":"UNMOUNT"),l.current=a}},[a,m]),sA(()=>{if(t){let u;const h=t.ownerDocument.defaultView??window,f=Z=>{const V=mA(r.current).includes(CSS.escape(Z.animationName));if(Z.target===t&&V&&(m("ANIMATION_END"),!l.current)){const b=t.style.animationFillMode;t.style.animationFillMode="forwards",u=h.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=b)})}},v=Z=>{Z.target===t&&(i.current=mA(r.current))};return t.addEventListener("animationstart",v),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{h.clearTimeout(u),t.removeEventListener("animationstart",v),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else m("ANIMATION_END")},[t,m]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:e.useCallback(u=>{r.current=u?getComputedStyle(u):null,n(u)},[])}}function mA(a){return a?.animationName||"none"}function RT0(a){let t=Object.getOwnPropertyDescriptor(a.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?a.ref:(t=Object.getOwnPropertyDescriptor(a,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?a.props.ref:a.props.ref||a.ref)}var dA="Tabs",[DT0]=iy(dA,[D50]),G50=D50(),[zT0,my]=DT0(dA),BT0=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,onValueChange:l,defaultValue:i,orientation:o="horizontal",dir:c,activationMode:m="automatic",...u}=a,h=x50(c),[f,v]=j50({prop:r,onChange:l,defaultProp:i??"",caller:dA});return P.jsx(zT0,{scope:n,baseId:$50(),value:f,onValueChange:v,orientation:o,dir:h,activationMode:m,children:P.jsx(U7.div,{dir:h,"data-orientation":o,...u,ref:t})})});BT0.displayName=dA;var Y50="TabsList",K50=e.forwardRef((a,t)=>{const{__scopeTabs:n,loop:r=!0,...l}=a,i=my(Y50,n),o=G50(n);return P.jsx(IT0,{asChild:!0,...o,orientation:i.orientation,dir:i.dir,loop:r,children:P.jsx(U7.div,{role:"tablist","aria-orientation":i.orientation,...l,ref:t})})});K50.displayName=Y50;var Q50="TabsTrigger",X50=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,disabled:l=!1,...i}=a,o=my(Q50,n),c=G50(n),m=ai0(o.baseId,r),u=ti0(o.baseId,r),h=r===o.value;return P.jsx($T0,{asChild:!0,...c,focusable:!l,active:h,children:P.jsx(U7.button,{type:"button",role:"tab","aria-selected":h,"aria-controls":u,"data-state":h?"active":"inactive","data-disabled":l?"":void 0,disabled:l,id:m,...i,ref:t,onMouseDown:ll(a.onMouseDown,f=>{!l&&f.button===0&&f.ctrlKey===!1?o.onValueChange(r):f.preventDefault()}),onKeyDown:ll(a.onKeyDown,f=>{[" ","Enter"].includes(f.key)&&o.onValueChange(r)}),onFocus:ll(a.onFocus,()=>{const f=o.activationMode!=="manual";!h&&!l&&f&&o.onValueChange(r)})})})});X50.displayName=Q50;var J50="TabsContent",ei0=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,forceMount:l,children:i,...o}=a,c=my(J50,n),m=ai0(c.baseId,r),u=ti0(c.baseId,r),h=r===c.value,f=e.useRef(h);return e.useEffect(()=>{const v=requestAnimationFrame(()=>f.current=!1);return()=>cancelAnimationFrame(v)},[]),P.jsx(W50,{present:l||h,children:({present:v})=>P.jsx(U7.div,{"data-state":h?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":m,hidden:!v,id:u,tabIndex:0,...o,ref:t,style:{...a.style,animationDuration:f.current?"0s":void 0},children:v&&i})})});ei0.displayName=J50;function ai0(a,t){return`${a}-trigger-${t}`}function ti0(a,t){return`${a}-content-${t}`}var ni0=K50,ri0=X50,li0=ei0;const ii0=e.createContext("default"),UT0=e.forwardRef(({className:a,variant:t="default",...n},r)=>P.jsx(ii0.Provider,{value:t,children:P.jsx(ni0,{ref:r,className:Ee("inline-flex items-center justify-center rounded-lg bg-muted p-1",t==="default"?"h-10 bg-system-thin dark:bg-system-thin-dark":"h-11 dark:h-10 bg-system-chrome border border-system-thin dark:bg-system-thin-dark dark:border-0",a),...n})}));UT0.displayName=ni0.displayName;const qT0=e.forwardRef(({className:a,...t},n)=>{const r=e.useContext(ii0);return P.jsx(ri0,{ref:n,className:Ee("transition-all inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1.5","text-sm font-medium text-fg-secondary dark:text-fg-secondary-dark","ring-offset-system-screen dark:ring-offset-system-screen-dark focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-action focus-visible:ring-offset-2","disabled:pointer-events-none disabled:opacity-50",r==="default"?"data-[state=active]:bg-system-chrome dark:data-[state=active]:bg-system-chrome-dark data-[state=active]:text-fg-primary dark:data-[state=active]:text-fg-primary-dark data-[state=active]:shadow-sm":"data-[state=active]:bg-system-thin dark:data-[state=active]:bg-system-chrome-dark data-[state=active]:text-fg-primary dark:data-[state=active]:text-fg-primary-dark data-[state=active]:shadow-sm",a),...t})});qT0.displayName=ri0.displayName;const WT0=e.forwardRef(({className:a,tabIndex:t=-1,...n},r)=>P.jsx(li0,{ref:r,tabIndex:t,className:Ee("mt-2 ring-offset-system-screen dark:ring-offset-system-screen-dark focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-action focus-visible:ring-offset-2",a),...n}));WT0.displayName=li0.displayName;const GT0={weight:"bold",size:"24px"},w3=({icon:a,label:t,title:n,subtitle:r,summary:l,micro:i=!1,...o})=>P.jsxs("div",{...o,children:[a||t?P.jsxs("div",{className:Ee("inline-flex gap-2.5 items-center justify-start text-fg-secondary dark:text-fg-secondary-dark",i?"text-sm font-medium":"text-base font-semibold"),children:[P.jsx(nl.Provider,{value:GT0,children:a}),t]}):null,r?P.jsx(d2,{as:"h5",fg:"secondary",children:r}):null,n?P.jsx(d2,{as:"h3",fg:"primary",className:Ee(i&&"line-clamp-2"),children:n}):null,l?P.jsx(d2,{as:"p",fg:"secondary",className:Ee("line-clamp-2",i&&"text-sm"),children:l}):null]}),YT0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M117.18,188.74a12,12,0,0,1,0,17l-5.12,5.12A58.26,58.26,0,0,1,70.6,228h0A58.62,58.62,0,0,1,29.14,127.92L63.89,93.17a58.64,58.64,0,0,1,98.56,28.11,12,12,0,1,1-23.37,5.44,34.65,34.65,0,0,0-58.22-16.58L46.11,144.89A34.62,34.62,0,0,0,70.57,204h0a34.41,34.41,0,0,0,24.49-10.14l5.11-5.12A12,12,0,0,1,117.18,188.74ZM226.83,45.17a58.65,58.65,0,0,0-82.93,0l-5.11,5.11a12,12,0,0,0,17,17l5.12-5.12a34.63,34.63,0,1,1,49,49L175.1,145.86A34.39,34.39,0,0,1,150.61,156h0a34.63,34.63,0,0,1-33.69-26.72,12,12,0,0,0-23.38,5.44A58.64,58.64,0,0,0,150.56,180h.05a58.28,58.28,0,0,0,41.47-17.17l34.75-34.75a58.62,58.62,0,0,0,0-82.91Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M218.34,119.6,183.6,154.34a46.58,46.58,0,0,1-44.31,12.26c-.31.34-.62.67-.95,1L103.6,202.34A46.63,46.63,0,1,1,37.66,136.4L72.4,101.66A46.6,46.6,0,0,1,116.71,89.4c.31-.34.62-.67,1-1L152.4,53.66a46.63,46.63,0,0,1,65.94,65.94Z",opacity:"0.2"}),e.createElement("path",{d:"M240,88.23a54.43,54.43,0,0,1-16,37L189.25,160a54.27,54.27,0,0,1-38.63,16h-.05A54.63,54.63,0,0,1,96,119.84a8,8,0,0,1,16,.45A38.62,38.62,0,0,0,150.58,160h0a38.39,38.39,0,0,0,27.31-11.31l34.75-34.75a38.63,38.63,0,0,0-54.63-54.63l-11,11A8,8,0,0,1,135.7,59l11-11A54.65,54.65,0,0,1,224,48,54.86,54.86,0,0,1,240,88.23ZM109,185.66l-11,11A38.41,38.41,0,0,1,70.6,208h0a38.63,38.63,0,0,1-27.29-65.94L78,107.31A38.63,38.63,0,0,1,144,135.71a8,8,0,0,0,7.78,8.22H152a8,8,0,0,0,8-7.78A54.86,54.86,0,0,0,144,96a54.65,54.65,0,0,0-77.27,0L32,130.75A54.62,54.62,0,0,0,70.56,224h0a54.28,54.28,0,0,0,38.64-16l11-11A8,8,0,0,0,109,185.66Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM115.7,192.49a43.31,43.31,0,0,1-55-66.43l25.37-25.37a43.35,43.35,0,0,1,61.25,0,42.9,42.9,0,0,1,9.95,15.43,8,8,0,1,1-15,5.6A27.33,27.33,0,0,0,97.37,112L72,137.37a27.32,27.32,0,0,0,34.68,41.91,8,8,0,1,1,9,13.21Zm79.61-62.55-25.37,25.37A43,43,0,0,1,139.32,168h0a43.35,43.35,0,0,1-40.53-28.12,8,8,0,1,1,15-5.6A27.35,27.35,0,0,0,139.28,152h0a27.14,27.14,0,0,0,19.32-8L184,118.63a27.32,27.32,0,0,0-34.68-41.91,8,8,0,1,1-9-13.21,43.32,43.32,0,0,1,55,66.43Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M238,88.18a52.42,52.42,0,0,1-15.4,35.66l-34.75,34.75A52.28,52.28,0,0,1,150.62,174h-.05A52.63,52.63,0,0,1,98,119.9a6,6,0,0,1,6-5.84h.17a6,6,0,0,1,5.83,6.16A40.62,40.62,0,0,0,150.58,162h0a40.4,40.4,0,0,0,28.73-11.9l34.75-34.74A40.63,40.63,0,0,0,156.63,57.9l-11,11a6,6,0,0,1-8.49-8.49l11-11a52.62,52.62,0,0,1,74.43,0A52.83,52.83,0,0,1,238,88.18Zm-127.62,98.9-11,11A40.36,40.36,0,0,1,70.6,210h0a40.63,40.63,0,0,1-28.7-69.36L76.62,105.9A40.63,40.63,0,0,1,146,135.77a6,6,0,0,0,5.83,6.16H152a6,6,0,0,0,6-5.84A52.63,52.63,0,0,0,68.14,97.42L33.38,132.16A52.63,52.63,0,0,0,70.56,222h0a52.26,52.26,0,0,0,37.22-15.42l11-11a6,6,0,1,0-8.49-8.48Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M240,88.23a54.43,54.43,0,0,1-16,37L189.25,160a54.27,54.27,0,0,1-38.63,16h-.05A54.63,54.63,0,0,1,96,119.84a8,8,0,0,1,16,.45A38.62,38.62,0,0,0,150.58,160h0a38.39,38.39,0,0,0,27.31-11.31l34.75-34.75a38.63,38.63,0,0,0-54.63-54.63l-11,11A8,8,0,0,1,135.7,59l11-11A54.65,54.65,0,0,1,224,48,54.86,54.86,0,0,1,240,88.23ZM109,185.66l-11,11A38.41,38.41,0,0,1,70.6,208h0a38.63,38.63,0,0,1-27.29-65.94L78,107.31A38.63,38.63,0,0,1,144,135.71a8,8,0,0,0,16,.45A54.86,54.86,0,0,0,144,96a54.65,54.65,0,0,0-77.27,0L32,130.75A54.62,54.62,0,0,0,70.56,224h0a54.28,54.28,0,0,0,38.64-16l11-11A8,8,0,0,0,109,185.66Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M236,88.12a50.44,50.44,0,0,1-14.81,34.31l-34.75,34.74A50.33,50.33,0,0,1,150.62,172h-.05A50.63,50.63,0,0,1,100,120a4,4,0,0,1,4-3.89h.11a4,4,0,0,1,3.89,4.11A42.64,42.64,0,0,0,150.58,164h0a42.32,42.32,0,0,0,30.14-12.49l34.75-34.74a42.63,42.63,0,1,0-60.29-60.28l-11,11a4,4,0,0,1-5.66-5.65l11-11A50.64,50.64,0,0,1,236,88.12ZM111.78,188.49l-11,11A42.33,42.33,0,0,1,70.6,212h0a42.63,42.63,0,0,1-30.11-72.77l34.75-34.74A42.63,42.63,0,0,1,148,135.82a4,4,0,0,0,8,.23A50.64,50.64,0,0,0,69.55,98.83L34.8,133.57A50.63,50.63,0,0,0,70.56,220h0a50.33,50.33,0,0,0,35.81-14.83l11-11a4,4,0,1,0-5.65-5.66Z"}))]]),dy=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:YT0}));dy.displayName="LinkIcon";const uy=dy,KT0=Object.freeze(Object.defineProperty({__proto__:null,Link:uy,LinkIcon:dy},Symbol.toStringTag,{value:"Module"})),uA={base:["rounded-md object-cover max-w-full","bg-brand/[0.15] [--icon-color:theme(colors.brand)]"],constrainSizes:{w:{sm:["w-8 max-h-10 min-h-4"],md:["w-12 max-h-14 min-h-6"],lg:["w-16 max-h-20 min-h-10"]},h:{sm:["h-8 max-w-10 min-w-4"],md:["h-12 max-w-14 min-h-6"],lg:["h-16 max-w-20 min-w-10"]}},asIcon:["aspect-square"],iconWrapper:["flex items-center justify-center h-full w-full"]},QT0={color:"var(--icon-color)",weight:"bold",size:"24px"},q7=({size:a="md",constrain:t="w",className:n,src:r,children:l,...i})=>{const o=r?"img":"div";return P.jsx(o,{...i,className:Ee(uA.base,n,r?void 0:uA.asIcon,uA.constrainSizes[t][a]),src:r,children:r?void 0:P.jsx("div",{className:Ee(uA.iconWrapper),children:P.jsx(nl.Provider,{value:QT0,children:l??P.jsx(uy,{})})})})},XT0=e.createContext(null),py=a=>{if(!a)return null;a=a.replace(/^#/,"");const t=parseInt(a.substring(0,2),16),n=parseInt(a.substring(2,4),16),r=parseInt(a.substring(4,6),16);return[t,n,r]},JT0=({theme:a={},children:t,...n})=>{const r=py(a.colors?.primary),l=py(a.colors?.secondary)||r,i=py(a.colors?.tertiary),o=e.useMemo(()=>{const m={};return r&&(m["--color-brand-primary"]=r.join(" ")),l&&(m["--color-brand-secondary"]=l.join(" ")),i&&(m["--color-brand-tertiary"]=i.join(" ")),m},[r,l,i]),c=e.useMemo(()=>({primaryColor:`rgb(${r?.join(",")||"0,0,0"})`,secondaryColor:`rgb(${l?.join(",")||"0,0,0"})`,tertiaryColor:`rgb(${i?.join(",")||"0,0,0"})`}),[r,l,i]);return P.jsx(XT0.Provider,{value:c,children:P.jsx("div",{...n,style:o,children:t})})},eP0={brand:"bg-brand/20 text-brand group-data-[hover]:bg-brand/25 dark:bg-brand/10 dark:text-brand dark:group-data-[hover]:bg-brand/20",action:"bg-action/20 text-action group-data-[hover]:bg-action/25 dark:bg-action/10 dark:text-action dark:group-data-[hover]:bg-action/20",accent:"bg-accent/20 text-accent group-data-[hover]:bg-accent/30 dark:bg-accent/10 dark:text-accent dark:group-data-[hover]:bg-accent/15",system:["bg-system-regular text-fg-primary group-data-[hover]:bg-system-thick","dark:bg-system-regular-dark dark:text-fg-primary-dark dark:group-data-[hover]:bg-system-thick-dark"],material:["text-fg-primary dark:text-fg-primary-dark","bg-material-regular dark:bg-material-regular group-data-[hover]:bg-material-thick dark:group-data-[hover]:bg-material-thick-dark"],chrome:["text-fg-primary dark:text-fg-primary-dark","transition-all shadow-md group-data-[hover]:shadow-lg group-data-[hover]:-translate-y-0.5","bg-system-chrome dark:bg-system-chrome-dark group-data-[hover]:bg-system-chrome dark:group-data-[hover]:bg-system-chrome-dark"],red:"bg-red-500/15 text-red-700 group-data-[hover]:bg-red-500/25 dark:bg-red-500/10 dark:text-red-400 dark:group-data-[hover]:bg-red-500/20",orange:"bg-orange-500/15 text-orange-700 group-data-[hover]:bg-orange-500/25 dark:bg-orange-500/10 dark:text-orange-400 dark:group-data-[hover]:bg-orange-500/20",green:"bg-green-500/15 text-green-700 group-data-[hover]:bg-green-500/25 dark:bg-green-500/10 dark:text-green-400 dark:group-data-[hover]:bg-green-500/20"};function hy({color:a="brand",className:t,...n}){return P.jsx("span",{...n,className:Ee(t,"inline-flex items-center gap-x-1.5 rounded-md px-1.5 py-0.5 text-sm/5 font-medium sm:text-xs/5 forced-colors:outline backdrop-blur-lg",eP0[a])})}e.forwardRef(function({color:t="brand",className:n,children:r,...l},i){const o=Ee(n,"group relative inline-flex rounded-md","focus:outline-none data-[focus]:outline data-[focus]:outline-2 data-[focus]:outline-offset-2 data-[focus]:outline-blue-500"),c=tA();if("href"in l||"to"in l)return P.jsx(c,{...l,className:o,ref:i,children:P.jsx(nA,{children:P.jsx(hy,{color:t,children:r})})});{const m=l;return P.jsx(bl0,{...m,className:o,ref:i,children:P.jsx(nA,{children:P.jsx(hy,{color:t,children:r})})})}});const aP0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M227,168a12,12,0,0,0-4.21-5.09C207.25,152.22,204,133.68,204,120c0-16.17,12.68-30.6,20.25-37.76a12,12,0,0,0,0-17.43C210.89,52.17,188.81,44,168,44a76.29,76.29,0,0,0-40,11.37,75.59,75.59,0,0,0-93.58,11A78.64,78.64,0,0,0,12,123.51,131,131,0,0,0,53.43,216,43.81,43.81,0,0,0,83.6,228h87.69a43.87,43.87,0,0,0,32.05-13.85,127.63,127.63,0,0,0,18.4-25.39c1.57-2.88,3-5.71,4.14-8.41C227.47,176.67,229.12,172.87,227,168Zm-41.23,29.82A19.78,19.78,0,0,1,171.29,204H83.6a19.85,19.85,0,0,1-13.7-5.42A107.18,107.18,0,0,1,36,122.88,54.49,54.49,0,0,1,51.5,83.28,50.86,50.86,0,0,1,88,68h.72A51.5,51.5,0,0,1,120.48,79.4a12,12,0,0,0,15,0A51.41,51.41,0,0,1,168,68a67.24,67.24,0,0,1,29.88,7.4C186.26,89.66,180,105.13,180,120c0,23.33,7.47,42.89,21.25,56.19A103.3,103.3,0,0,1,185.76,197.81ZM128.75,13A43.83,43.83,0,0,1,142.17,1.51a12,12,0,0,1,11.64,21,19.84,19.84,0,0,0-6.11,5.24A12,12,0,0,1,128.75,13Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M216,73.52Zm0,99.26c-16.79-11.53-24-30.87-24-52.78,0-18.3,11.68-34.81,24-46.48C204.53,62.66,185,56,168,56a63.72,63.72,0,0,0-40,14h0A63.71,63.71,0,0,0,88.88,56C52,55.5,23.06,86.3,24,123.19a119.62,119.62,0,0,0,37.65,84.12A32,32,0,0,0,83.6,216h87.7a31.75,31.75,0,0,0,23.26-10c15.85-17,21.44-33.2,21.44-33.2Z",opacity:"0.2"}),e.createElement("path",{d:"M223.3,169.59a8.07,8.07,0,0,0-2.8-3.4C203.53,154.53,200,134.64,200,120c0-17.67,13.47-33.06,21.5-40.67a8,8,0,0,0,0-11.62C208.82,55.74,187.82,48,168,48a72.23,72.23,0,0,0-40,12.13,71.56,71.56,0,0,0-90.71,9.09A74.63,74.63,0,0,0,16,123.4a127,127,0,0,0,40.14,89.73A39.8,39.8,0,0,0,83.59,224h87.68a39.84,39.84,0,0,0,29.12-12.57,125,125,0,0,0,17.82-24.6C225.23,174,224.33,172,223.3,169.59Zm-34.63,30.94a23.76,23.76,0,0,1-17.4,7.47H83.59a23.82,23.82,0,0,1-16.44-6.51A111.14,111.14,0,0,1,32,123,58.5,58.5,0,0,1,48.65,80.47,54.81,54.81,0,0,1,88,64h.78A55.45,55.45,0,0,1,123,76.28a8,8,0,0,0,10,0A55.39,55.39,0,0,1,168,64a70.64,70.64,0,0,1,36,10.35c-13,14.52-20,30.47-20,45.65,0,23.77,7.64,42.73,22.18,55.3A105.52,105.52,0,0,1,188.67,200.53ZM128.23,30A40,40,0,0,1,167,0h1a8,8,0,0,1,0,16h-1a24,24,0,0,0-23.24,18,8,8,0,1,1-15.5-4Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M128.23,30A40,40,0,0,1,167,0h1a8,8,0,0,1,0,16h-1a24,24,0,0,0-23.24,18,8,8,0,1,1-15.5-4ZM223.3,169.59a8.07,8.07,0,0,0-2.8-3.4C203.53,154.53,200,134.64,200,120c0-17.67,13.47-33.06,21.5-40.67a8,8,0,0,0,0-11.62C208.82,55.74,187.82,48,168,48a72.23,72.23,0,0,0-40,12.13,71.56,71.56,0,0,0-90.71,9.09A74.63,74.63,0,0,0,16,123.4a127,127,0,0,0,40.14,89.73A39.8,39.8,0,0,0,83.59,224h87.68a39.84,39.84,0,0,0,29.12-12.57,125,125,0,0,0,17.82-24.6C225.23,174,224.33,172,223.3,169.59Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M219.4,167.84C201.71,155.69,198,135.12,198,120c0-18.42,13.86-34.29,22.12-42.12a6,6,0,0,0,0-8.71C208,57.7,187.07,50,168,50a70.23,70.23,0,0,0-40,12.55,69.6,69.6,0,0,0-89.31,8.08A72.63,72.63,0,0,0,18,123.35a125.11,125.11,0,0,0,39.53,88.33A37.85,37.85,0,0,0,83.6,222h87.7A37.83,37.83,0,0,0,199,210.07a122.6,122.6,0,0,0,17.54-24.2c6.55-12,5.77-13.75,5-15.48A6.07,6.07,0,0,0,219.4,167.84Zm-29.23,34A25.82,25.82,0,0,1,171.3,210H83.6A25.85,25.85,0,0,1,65.78,203,113.21,113.21,0,0,1,30,123a60.55,60.55,0,0,1,17.21-44A56.82,56.82,0,0,1,88,62h.81a57.35,57.35,0,0,1,35.44,12.71,6,6,0,0,0,7.5,0A57.39,57.39,0,0,1,168,62c13.89,0,28.81,4.68,39.11,12-9.44,10.14-21.1,26.59-21.1,46,0,23.78,7.81,42.6,22.66,54.77A107.33,107.33,0,0,1,190.17,201.89Zm-60-171.39A38,38,0,0,1,167,2h1a6,6,0,0,1,0,12h-1a26,26,0,0,0-25.18,19.5,6,6,0,1,1-11.62-3Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M223.3,169.59a8.07,8.07,0,0,0-2.8-3.4C203.53,154.53,200,134.64,200,120c0-17.67,13.47-33.06,21.5-40.67a8,8,0,0,0,0-11.62C208.82,55.74,187.82,48,168,48a72.2,72.2,0,0,0-40,12.13,71.56,71.56,0,0,0-90.71,9.09A74.63,74.63,0,0,0,16,123.4a127.06,127.06,0,0,0,40.14,89.73A39.8,39.8,0,0,0,83.59,224h87.68a39.84,39.84,0,0,0,29.12-12.57,125,125,0,0,0,17.82-24.6C225.23,174,224.33,172,223.3,169.59Zm-34.63,30.94a23.76,23.76,0,0,1-17.4,7.47H83.59a23.82,23.82,0,0,1-16.44-6.51A111.14,111.14,0,0,1,32,123,58.5,58.5,0,0,1,48.65,80.47,54.81,54.81,0,0,1,88,64h.78A55.45,55.45,0,0,1,123,76.28a8,8,0,0,0,10,0A55.44,55.44,0,0,1,168,64a70.64,70.64,0,0,1,36,10.35c-13,14.52-20,30.47-20,45.65,0,23.77,7.64,42.73,22.18,55.3A105.82,105.82,0,0,1,188.67,200.53ZM128.23,30A40,40,0,0,1,167,0h1a8,8,0,0,1,0,16h-1a24,24,0,0,0-23.24,18,8,8,0,1,1-15.5-4Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M218.27,169.49C199.86,156.84,196,135.6,196,120c0-19.17,14.25-35.53,22.75-43.57a4,4,0,0,0,0-5.81C207,59.48,186.59,52,168,52a68.3,68.3,0,0,0-40,13,67.61,67.61,0,0,0-87.88,7A70.65,70.65,0,0,0,20,123.3a123.11,123.11,0,0,0,38.9,86.92A35.81,35.81,0,0,0,83.6,220h87.7a35.84,35.84,0,0,0,26.19-11.3,119.93,119.93,0,0,0,17.24-23.79c6.08-11.1,5.42-12.62,4.94-13.72A4,4,0,0,0,218.27,169.49Zm-26.64,33.77A27.83,27.83,0,0,1,171.3,212H83.6a27.84,27.84,0,0,1-19.19-7.6A115.15,115.15,0,0,1,28,123.09,62.55,62.55,0,0,1,45.81,77.66,58.78,58.78,0,0,1,88,60h.84a59.37,59.37,0,0,1,36.66,13.15,4,4,0,0,0,5,0A59.35,59.35,0,0,1,168,60c15.12,0,31.45,5.41,42.11,13.73C200.68,83.42,188,100.16,188,120c0,23.79,8,42.44,23.12,54.17A107.64,107.64,0,0,1,191.63,203.26ZM132.13,31A36,36,0,0,1,167,4h1a4,4,0,0,1,0,8h-1a28,28,0,0,0-27.12,21A4,4,0,0,1,136,36a3.87,3.87,0,0,1-1-.13A4,4,0,0,1,132.13,31Z"}))]]),fy=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:aP0}));fy.displayName="AppleLogoIcon";const Ay=fy,tP0=Object.freeze(Object.defineProperty({__proto__:null,AppleLogo:Ay,AppleLogoIcon:fy},Symbol.toStringTag,{value:"Module"})),nP0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M216.49,79.52l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.52ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Zm100.49-60.49a12,12,0,0,1,0,17l-24,24a12,12,0,0,1-17,0l-24-24a12,12,0,0,1,17-17L116,155V124a12,12,0,0,1,24,0v31l3.51-3.52A12,12,0,0,1,160.49,151.51Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),e.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-42.34-61.66a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L120,164.69V120a8,8,0,0,1,16,0v44.69l10.34-10.35A8,8,0,0,1,157.66,154.34Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34Zm-56,83.32-24,24a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L120,164.69V120a8,8,0,0,1,16,0v44.69l10.34-10.35a8,8,0,0,1,11.32,11.32ZM152,88V44l44,44Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Zm-43.76-62.24a6,6,0,0,1,0,8.48l-24,24a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L122,169.51V120a6,6,0,0,1,12,0v49.51l13.76-13.75A6,6,0,0,1,156.24,155.76Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-42.34-61.66a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L120,164.69V120a8,8,0,0,1,16,0v44.69l10.34-10.35A8,8,0,0,1,157.66,154.34Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Zm-45.17-62.83a4,4,0,0,1,0,5.66l-24,24a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L124,174.34V120a4,4,0,0,1,8,0v54.34l17.17-17.17A4,4,0,0,1,154.83,157.17Z"}))]]),vy=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:nP0}));vy.displayName="FileArrowDownIcon";const oi0=vy,rP0=Object.freeze(Object.defineProperty({__proto__:null,FileArrowDown:oi0,FileArrowDownIcon:vy},Symbol.toStringTag,{value:"Module"})),lP0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M228,128a100,100,0,1,1-22.86-63.64,12,12,0,0,1-18.51,15.28A76,76,0,1,0,203.05,140H128a12,12,0,0,1,0-24h88A12,12,0,0,1,228,128Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),e.createElement("path",{d:"M224,128a96,96,0,1,1-21.95-61.09,8,8,0,1,1-12.33,10.18A80,80,0,1,0,207.6,136H128a8,8,0,0,1,0-16h88A8,8,0,0,1,224,128Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104,104,0,0,0,128,24Zm0,184A80,80,0,1,1,181.34,68.37a8,8,0,0,1-10.67,11.92A64,64,0,1,0,191.5,136H128a8,8,0,0,1,0-16h72a8,8,0,0,1,8,8A80.09,80.09,0,0,1,128,208Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M222,128a94,94,0,1,1-21.49-59.82,6,6,0,1,1-9.25,7.64A82,82,0,1,0,209.78,134H128a6,6,0,0,1,0-12h88A6,6,0,0,1,222,128Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M224,128a96,96,0,1,1-21.95-61.09,8,8,0,1,1-12.33,10.18A80,80,0,1,0,207.6,136H128a8,8,0,0,1,0-16h88A8,8,0,0,1,224,128Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M220,128a92,92,0,1,1-21-58.55,4,4,0,0,1-6.17,5.1A84,84,0,1,0,211.91,132H128a4,4,0,0,1,0-8h88A4,4,0,0,1,220,128Z"}))]]),gy=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:lP0}));gy.displayName="GoogleLogoIcon";const ci0=gy,iP0=Object.freeze(Object.defineProperty({__proto__:null,GoogleLogo:ci0,GoogleLogoIcon:gy},Symbol.toStringTag,{value:"Module"})),oP0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M124,128a36,36,0,1,0-36,36A36,36,0,0,0,124,128Zm-48,0a12,12,0,1,1,12,12A12,12,0,0,1,76,128Zm148-28H212V32a12,12,0,0,0-12-12H104A12,12,0,0,0,92,32V56H36A20,20,0,0,0,16,76V180a20,20,0,0,0,20,20H68v16a20,20,0,0,0,20,20H216a20,20,0,0,0,20-20V112A12,12,0,0,0,224,100Zm-52.45,68L212,136.54v62.92ZM116,44h72v80.8l-28,21.78V76a20,20,0,0,0-20-20H116ZM40,80h96v96H40ZM92,200h48a20,20,0,0,0,18.28-11.92L189,212H92Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M144,80v96a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8h96A8,8,0,0,1,144,80Z",opacity:"0.2"}),e.createElement("path",{d:"M120,128a32,32,0,1,0-32,32A32,32,0,0,0,120,128Zm-48,0a16,16,0,1,1,16,16A16,16,0,0,1,72,128Zm152-24H208V40a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8V64H40A16,16,0,0,0,24,80v96a16,16,0,0,0,16,16H72v16a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V112A8,8,0,0,0,224,104Zm-58.34,60L216,127.65v72.7ZM112,48h80v77.24l-40,28.89V80a16,16,0,0,0-16-16H112ZM40,80h96v77.9c0,.12,0,.24,0,.36V176H40ZM88,192h48a16,16,0,0,0,16-16v-2.13L199.26,208H88Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M88,144a16,16,0,1,1,16-16A16,16,0,0,1,88,144Zm144-32v96a16,16,0,0,1-16,16H88a16,16,0,0,1-16-16V192H40a16,16,0,0,1-16-16V80A16,16,0,0,1,40,64H96V40a8,8,0,0,1,8-8h96a8,8,0,0,1,8,8v64h16A8,8,0,0,1,232,112ZM112,64h24a16,16,0,0,1,16,16v74.13l40-28.89V48H112ZM88,160a32,32,0,1,0-32-32A32,32,0,0,0,88,160Zm111.26,48L152,173.87V176a16,16,0,0,1-16,16H88v16ZM216,127.65,165.66,164,216,200.35Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M118,128a30,30,0,1,0-30,30A30,30,0,0,0,118,128Zm-48,0a18,18,0,1,1,18,18A18,18,0,0,1,70,128Zm154-22H206V40a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6V66H40A14,14,0,0,0,26,80v96a14,14,0,0,0,14,14H74v18a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V112A6,6,0,0,0,224,106Zm-61.75,58L218,123.73v80.54ZM110,46h84v80.27L152,156.6l-2-1.45V80a14,14,0,0,0-14-14H110ZM38,176V80a2,2,0,0,1,2-2h96a2,2,0,0,1,2,2v96a2,2,0,0,1-2,2H40A2,2,0,0,1,38,176Zm48,32V190h50a14,14,0,0,0,14-14v-6l55.44,40H88A2,2,0,0,1,86,208Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M120,128a32,32,0,1,0-32,32A32,32,0,0,0,120,128Zm-48,0a16,16,0,1,1,16,16A16,16,0,0,1,72,128Zm152-24H208V40a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8V64H40A16,16,0,0,0,24,80v96a16,16,0,0,0,16,16H72v16a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V112A8,8,0,0,0,224,104Zm-58.34,60L216,127.65v72.7ZM112,48h80v77.24l-40,28.89V80a16,16,0,0,0-16-16H112ZM40,80h96v77.9c0,.12,0,.24,0,.36V176H40ZM88,192h48a16,16,0,0,0,16-16v-2.13L199.26,208H88Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M116,128a28,28,0,1,0-28,28A28,28,0,0,0,116,128Zm-48,0a20,20,0,1,1,20,20A20,20,0,0,1,68,128Zm156-20H204V40a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4V68H40A12,12,0,0,0,28,80v96a12,12,0,0,0,12,12H76v20a12,12,0,0,0,12,12H216a12,12,0,0,0,12-12V112A4,4,0,0,0,224,108Zm-4,100.17L158.83,164,220,119.82V208A1,1,0,0,1,220,208.17ZM211.63,116,204,121.51V116ZM108,44h88v83.29l-44,31.78-4-2.89V80a12,12,0,0,0-12-12H108ZM36,176V80a4,4,0,0,1,4-4h96a4,4,0,0,1,4,4v96a4,4,0,0,1-4,4H40A4,4,0,0,1,36,176Zm48,32V188h52a12,12,0,0,0,12-12v-9.95L211.63,212H88A4,4,0,0,1,84,208Z"}))]]),Zy=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:oP0}));Zy.displayName="MicrosoftOutlookLogoIcon";const si0=Zy,cP0=Object.freeze(Object.defineProperty({__proto__:null,MicrosoftOutlookLogo:si0,MicrosoftOutlookLogoIcon:Zy},Symbol.toStringTag,{value:"Module"}));function M6(a){const t=Object.prototype.toString.call(a);return a instanceof Date||typeof a=="object"&&t==="[object Date]"?new a.constructor(+a):typeof a=="number"||t==="[object Number]"||typeof a=="string"||t==="[object String]"?new Date(a):new Date(NaN)}function mi0(a,t){return a instanceof Date?new a.constructor(t):new Date(t)}function sP0(a,t){const n=+M6(a);return mi0(a,n+t)}const di0=6e4,ui0=36e5,pA=43200,pi0=1440;let mP0={};function dP0(){return mP0}function hi0(a){const t=M6(a);return t.setHours(0,0,0,0),t}function fi0(a){const t=M6(a),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+a-+n}function Hy(a,t){return sP0(a,t*1e3)}function hA(a,t){const n=M6(a),r=M6(t),l=n.getTime()-r.getTime();return l<0?-1:l>0?1:l}function uP0(a){return mi0(a,Date.now())}function Ai0(a,t){const n=hi0(a),r=hi0(t);return+n==+r}function pP0(a,t){const n=M6(a),r=M6(t),l=n.getFullYear()-r.getFullYear(),i=n.getMonth()-r.getMonth();return l*12+i}function hP0(a){return t=>{const r=(a?Math[a]:Math.trunc)(t);return r===0?0:r}}function fP0(a,t){return+M6(a)-+M6(t)}function AP0(a){const t=M6(a);return t.setHours(23,59,59,999),t}function vP0(a){const t=M6(a),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t}function gP0(a){const t=M6(a);return+AP0(t)==+vP0(t)}function ZP0(a,t){const n=M6(a),r=M6(t),l=hA(n,r),i=Math.abs(pP0(n,r));let o;if(i<1)o=0;else{n.getMonth()===1&&n.getDate()>27&&n.setDate(30),n.setMonth(n.getMonth()-l*i);let c=hA(n,r)===-l;gP0(M6(a))&&i===1&&hA(a,r)===1&&(c=!1),o=l*(i-Number(c))}return o===0?0:o}function HP0(a,t,n){const r=fP0(a,t)/1e3;return hP0(n?.roundingMethod)(r)}const MP0={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},EP0=(a,t,n)=>{let r;const l=MP0[a];return typeof l=="string"?r=l:t===1?r=l.one:r=l.other.replace("{{count}}",t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r};function My(a){return(t={})=>{const n=t.width?String(t.width):a.defaultWidth;return a.formats[n]||a.formats[a.defaultWidth]}}const VP0={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},yP0={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},bP0={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},LP0={date:My({formats:VP0,defaultWidth:"full"}),time:My({formats:yP0,defaultWidth:"full"}),dateTime:My({formats:bP0,defaultWidth:"full"})},SP0={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},FP0=(a,t,n,r)=>SP0[a];function Dm(a){return(t,n)=>{const r=n?.context?String(n.context):"standalone";let l;if(r==="formatting"&&a.formattingValues){const o=a.defaultFormattingWidth||a.defaultWidth,c=n?.width?String(n.width):o;l=a.formattingValues[c]||a.formattingValues[o]}else{const o=a.defaultWidth,c=n?.width?String(n.width):a.defaultWidth;l=a.values[c]||a.values[o]}const i=a.argumentCallback?a.argumentCallback(t):t;return l[i]}}const _P0={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},kP0={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},wP0={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},CP0={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},NP0={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},TP0={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},PP0={ordinalNumber:(a,t)=>{const n=Number(a),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:Dm({values:_P0,defaultWidth:"wide"}),quarter:Dm({values:kP0,defaultWidth:"wide",argumentCallback:a=>a-1}),month:Dm({values:wP0,defaultWidth:"wide"}),day:Dm({values:CP0,defaultWidth:"wide"}),dayPeriod:Dm({values:NP0,defaultWidth:"wide",formattingValues:TP0,defaultFormattingWidth:"wide"})};function zm(a){return(t,n={})=>{const r=n.width,l=r&&a.matchPatterns[r]||a.matchPatterns[a.defaultMatchWidth],i=t.match(l);if(!i)return null;const o=i[0],c=r&&a.parsePatterns[r]||a.parsePatterns[a.defaultParseWidth],m=Array.isArray(c)?IP0(c,f=>f.test(o)):OP0(c,f=>f.test(o));let u;u=a.valueCallback?a.valueCallback(m):m,u=n.valueCallback?n.valueCallback(u):u;const h=t.slice(o.length);return{value:u,rest:h}}}function OP0(a,t){for(const n in a)if(Object.prototype.hasOwnProperty.call(a,n)&&t(a[n]))return n}function IP0(a,t){for(let n=0;n<a.length;n++)if(t(a[n]))return n}function $P0(a){return(t,n={})=>{const r=t.match(a.matchPattern);if(!r)return null;const l=r[0],i=t.match(a.parsePattern);if(!i)return null;let o=a.valueCallback?a.valueCallback(i[0]):i[0];o=n.valueCallback?n.valueCallback(o):o;const c=t.slice(l.length);return{value:o,rest:c}}}const jP0=/^(\d+)(th|st|nd|rd)?/i,xP0=/\d+/i,RP0={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},DP0={any:[/^b/i,/^(a|c)/i]},zP0={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},BP0={any:[/1/i,/2/i,/3/i,/4/i]},UP0={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},qP0={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},WP0={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},GP0={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},YP0={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},KP0={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},QP0={ordinalNumber:$P0({matchPattern:jP0,parsePattern:xP0,valueCallback:a=>parseInt(a,10)}),era:zm({matchPatterns:RP0,defaultMatchWidth:"wide",parsePatterns:DP0,defaultParseWidth:"any"}),quarter:zm({matchPatterns:zP0,defaultMatchWidth:"wide",parsePatterns:BP0,defaultParseWidth:"any",valueCallback:a=>a+1}),month:zm({matchPatterns:UP0,defaultMatchWidth:"wide",parsePatterns:qP0,defaultParseWidth:"any"}),day:zm({matchPatterns:WP0,defaultMatchWidth:"wide",parsePatterns:GP0,defaultParseWidth:"any"}),dayPeriod:zm({matchPatterns:YP0,defaultMatchWidth:"any",parsePatterns:KP0,defaultParseWidth:"any"})},XP0={code:"en-US",formatDistance:EP0,formatLong:LP0,formatRelative:FP0,localize:PP0,match:QP0,options:{weekStartsOn:0,firstWeekContainsDate:1}};function JP0(a,t,n){const r=dP0(),l=n?.locale??r.locale??XP0,i=2520,o=hA(a,t);if(isNaN(o))throw new RangeError("Invalid time value");const c=Object.assign({},n,{addSuffix:n?.addSuffix,comparison:o});let m,u;o>0?(m=M6(t),u=M6(a)):(m=M6(a),u=M6(t));const h=HP0(u,m),f=(fi0(u)-fi0(m))/1e3,v=Math.round((h-f)/60);let Z;if(v<2)return n?.includeSeconds?h<5?l.formatDistance("lessThanXSeconds",5,c):h<10?l.formatDistance("lessThanXSeconds",10,c):h<20?l.formatDistance("lessThanXSeconds",20,c):h<40?l.formatDistance("halfAMinute",0,c):h<60?l.formatDistance("lessThanXMinutes",1,c):l.formatDistance("xMinutes",1,c):v===0?l.formatDistance("lessThanXMinutes",1,c):l.formatDistance("xMinutes",v,c);if(v<45)return l.formatDistance("xMinutes",v,c);if(v<90)return l.formatDistance("aboutXHours",1,c);if(v<pi0){const H=Math.round(v/60);return l.formatDistance("aboutXHours",H,c)}else{if(v<i)return l.formatDistance("xDays",1,c);if(v<pA){const H=Math.round(v/pi0);return l.formatDistance("xDays",H,c)}else if(v<pA*2)return Z=Math.round(v/pA),l.formatDistance("aboutXMonths",Z,c)}if(Z=ZP0(u,m),Z<12){const H=Math.round(v/pA);return l.formatDistance("xMonths",H,c)}else{const H=Z%12,V=Math.trunc(Z/12);return H<3?l.formatDistance("aboutXYears",V,c):H<9?l.formatDistance("overXYears",V,c):l.formatDistance("almostXYears",V+1,c)}}function eO0(a,t){return JP0(a,uP0(a),t)}function Ey(a,t){const r=rO0(a);let l;if(r.date){const m=lO0(r.date,2);l=iO0(m.restDateString,m.year)}if(!l||isNaN(l.getTime()))return new Date(NaN);const i=l.getTime();let o=0,c;if(r.time&&(o=oO0(r.time),isNaN(o)))return new Date(NaN);if(r.timezone){if(c=cO0(r.timezone),isNaN(c))return new Date(NaN)}else{const m=new Date(i+o),u=new Date(0);return u.setFullYear(m.getUTCFullYear(),m.getUTCMonth(),m.getUTCDate()),u.setHours(m.getUTCHours(),m.getUTCMinutes(),m.getUTCSeconds(),m.getUTCMilliseconds()),u}return new Date(i+o+c)}const fA={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},aO0=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,tO0=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,nO0=/^([+-])(\d{2})(?::?(\d{2}))?$/;function rO0(a){const t={},n=a.split(fA.dateTimeDelimiter);let r;if(n.length>2)return t;if(/:/.test(n[0])?r=n[0]:(t.date=n[0],r=n[1],fA.timeZoneDelimiter.test(t.date)&&(t.date=a.split(fA.timeZoneDelimiter)[0],r=a.substr(t.date.length,a.length))),r){const l=fA.timezone.exec(r);l?(t.time=r.replace(l[1],""),t.timezone=l[1]):t.time=r}return t}function lO0(a,t){const n=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),r=a.match(n);if(!r)return{year:NaN,restDateString:""};const l=r[1]?parseInt(r[1]):null,i=r[2]?parseInt(r[2]):null;return{year:i===null?l:i*100,restDateString:a.slice((r[1]||r[2]).length)}}function iO0(a,t){if(t===null)return new Date(NaN);const n=a.match(aO0);if(!n)return new Date(NaN);const r=!!n[4],l=Bm(n[1]),i=Bm(n[2])-1,o=Bm(n[3]),c=Bm(n[4]),m=Bm(n[5])-1;if(r)return pO0(t,c,m)?sO0(t,c,m):new Date(NaN);{const u=new Date(0);return!dO0(t,i,o)||!uO0(t,l)?new Date(NaN):(u.setUTCFullYear(t,i,Math.max(l,o)),u)}}function Bm(a){return a?parseInt(a):1}function oO0(a){const t=a.match(tO0);if(!t)return NaN;const n=Vy(t[1]),r=Vy(t[2]),l=Vy(t[3]);return hO0(n,r,l)?n*ui0+r*di0+l*1e3:NaN}function Vy(a){return a&&parseFloat(a.replace(",","."))||0}function cO0(a){if(a==="Z")return 0;const t=a.match(nO0);if(!t)return 0;const n=t[1]==="+"?-1:1,r=parseInt(t[2]),l=t[3]&&parseInt(t[3])||0;return fO0(r,l)?n*(r*ui0+l*di0):NaN}function sO0(a,t,n){const r=new Date(0);r.setUTCFullYear(a,0,4);const l=r.getUTCDay()||7,i=(t-1)*7+n+1-l;return r.setUTCDate(r.getUTCDate()+i),r}const mO0=[31,null,31,30,31,30,31,31,30,31,30,31];function vi0(a){return a%400===0||a%4===0&&a%100!==0}function dO0(a,t,n){return t>=0&&t<=11&&n>=1&&n<=(mO0[t]||(vi0(a)?29:28))}function uO0(a,t){return t>=1&&t<=(vi0(a)?366:365)}function pO0(a,t,n){return t>=1&&t<=53&&n>=0&&n<=6}function hO0(a,t,n){return a===24?t===0&&n===0:n>=0&&n<60&&t>=0&&t<60&&a>=0&&a<25}function fO0(a,t){return t>=0&&t<=59}function AO0({start:a,duration:t,location:n,allDay:r,title:l}){const i=Ey(a),o=Hy(i,t),c=i.toISOString().replace(/-|:|\.\d+/g,""),m=o.toISOString().replace(/-|:|\.\d+/g,""),u=(n||"").replace(/<[^>]+>/g," ");return`https://www.google.com/calendar/render?action=TEMPLATE&text=${l}&dates=${c}${r?"":`/${m}`}&location=${u}`}function vO0({start:a,duration:t,location:n,allDay:r,title:l}){const i=Ey(a),o=Hy(i,t),c=i.toISOString().replace(/-|:|\.\d+/g,""),m=o.toISOString().replace(/-|:|\.\d+/g,""),u=(n||"").replace(/<[^>]+>/g," ");return`https://outlook.live.com/calendar/action/compose&rru=addevent&startdt=${c}${r?"":`&enddt=${m}`}&subject=${l}&location=${u}`}function gO0({start:a,duration:t,allDay:n,icsUrl:r,location:l,title:i="Event",children:o,...c}){return P.jsxs(E50,{children:[P.jsx(V50,{...c,children:o}),P.jsxs(y50,{children:[P.jsxs(_3,{href:r,children:[P.jsx(Ay,{}),P.jsx(k3,{children:"Apple Calendar"})]}),r?P.jsxs(_3,{href:AO0({start:a,duration:t,allDay:n,location:l,title:i}),target:"blank",children:[P.jsx(ci0,{}),P.jsx(k3,{children:"Google Calendar"})]}):null,P.jsxs(_3,{href:vO0({start:a,duration:t,allDay:n,location:l,title:i}),target:"blank",children:[P.jsx(si0,{}),P.jsx(k3,{children:"Microsoft Outlook"})]}),r?P.jsxs(_3,{href:r,target:"blank",children:[P.jsx(oi0,{}),P.jsx(k3,{children:"Download .ics"})]}):null]})]})}const ZO0={"\n fragment VideoMediaFields on VideoMedia {\n __typename\n id\n key\n name\n sources {\n uri\n }\n duration\n userProgress {\n playhead\n complete\n }\n embedHtml\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}}]}}]},"\n fragment ContentCard on CardListItem {\n id\n title\n labelText\n summary\n coverImage {\n name\n sources {\n uri\n }\n }\n hasAction\n action\n actionIcon\n relatedNode {\n id\n __typename\n ... on ContentItem {\n parentItem {\n title\n }\n title\n videos {\n ...VideoMediaFields\n }\n }\n ... on Url {\n url\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentCard"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFields"}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}}]}}]},"\n fragment ContentNodeFragment on ContentNode {\n title\n htmlContent\n coverImage {\n sources {\n uri\n blurHash\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentNodeFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n fragment ContentSingleFragment on ContentItem {\n title\n htmlContent\n commentsEnabled\n comments {\n id\n isLiked\n text\n person {\n id\n firstName\n lastName\n photo {\n uri\n }\n }\n }\n coverImage {\n sources {\n uri\n blurHash\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentSingleFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n fragment eventFragment on Event {\n id\n title\n location\n start\n end\n htmlContent\n coverImage {\n id\n sources {\n uri\n blurHash\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"eventFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n mutation completeRegistrationEmbed(\n $mergeProfileId: ID\n $profileInput: [UpdateProfileInput]\n ) {\n completeRegistration(\n mergeProfileId: $mergeProfileId\n profileInput: $profileInput\n ) {\n id\n birthDate\n gender\n firstName\n lastName\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"completeRegistrationEmbed"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"mergeProfileId"}},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"profileInput"}},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"UpdateProfileInput"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"completeRegistration"},arguments:[{kind:"Argument",name:{kind:"Name",value:"mergeProfileId"},value:{kind:"Variable",name:{kind:"Name",value:"mergeProfileId"}}},{kind:"Argument",name:{kind:"Name",value:"profileInput"},value:{kind:"Variable",name:{kind:"Name",value:"profileInput"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}}]}}]}}]},"\n query getContentFeed($id: ID!, $after: String, $first: Int) {\n node(id: $id) {\n ... on ContentChannel {\n id\n childContentItemsConnection(after: $after, first: $first) {\n totalCount\n pageInfo {\n endCursor\n }\n edges {\n node {\n id\n coverImage {\n sources {\n uri\n }\n }\n title\n summary\n images {\n sources {\n uri\n }\n }\n }\n }\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getContentFeed"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"after"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"first"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentChannel"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"after"},value:{kind:"Variable",name:{kind:"Name",value:"after"}}},{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"Variable",name:{kind:"Name",value:"first"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"totalCount"}},{kind:"Field",name:{kind:"Name",value:"pageInfo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"endCursor"}}]}},{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"images"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}}]}}]}}]},"\n query getContentItemEmbeds($id: ID!) {\n content: node(id: $id) {\n id\n __typename\n ... on ContentItem {\n ...ContentItemFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getContentItemEmbeds"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"content"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"FragmentSpread",name:{kind:"Name",value:"VideoContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"audios"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AudioMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"FragmentSpread",name:{kind:"Name",value:"CommentsSheetFragment"}},{kind:"Field",name:{kind:"Name",value:"pages"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"siblingContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}}]}}]},"\n mutation CreateOrUpdateGiveIntent($input: GiveIntentInput!) {\n createOrUpdateGiveIntent(input: $input) {\n clientSecret\n customerSecret\n paymentIntentId\n setupIntentId\n onBehalfOf\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"CreateOrUpdateGiveIntent"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"input"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"GiveIntentInput"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"createOrUpdateGiveIntent"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"Variable",name:{kind:"Name",value:"input"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"clientSecret"}},{kind:"Field",name:{kind:"Name",value:"customerSecret"}},{kind:"Field",name:{kind:"Name",value:"paymentIntentId"}},{kind:"Field",name:{kind:"Name",value:"setupIntentId"}},{kind:"Field",name:{kind:"Name",value:"onBehalfOf"}}]}}]}}]},"\n query getCurrentChurchEmbeds {\n currentChurch {\n mobileAppStoreUrl\n mobilePlayStoreUrl\n webSegmentKey\n name\n slug\n theme\n logo\n wordmarkLightUrl\n givingEnabled\n givingFullPlatform\n givingWebUrl\n stripeConnectAccount {\n publishableKey\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentChurchEmbeds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"mobileAppStoreUrl"}},{kind:"Field",name:{kind:"Name",value:"mobilePlayStoreUrl"}},{kind:"Field",name:{kind:"Name",value:"webSegmentKey"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"theme"}},{kind:"Field",name:{kind:"Name",value:"logo"}},{kind:"Field",name:{kind:"Name",value:"wordmarkLightUrl"}},{kind:"Field",name:{kind:"Name",value:"givingEnabled"}},{kind:"Field",name:{kind:"Name",value:"givingFullPlatform"}},{kind:"Field",name:{kind:"Name",value:"givingWebUrl"}},{kind:"Field",name:{kind:"Name",value:"stripeConnectAccount"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"publishableKey"}}]}}]}}]}}]},"\n query getCurrentUserEmbeds {\n currentUser {\n id\n profile {\n id\n email\n firstName\n lastName\n gender\n birthDate\n photo {\n uri\n }\n }\n rock {\n authToken\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserEmbeds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"rock"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"authToken"}}]}}]}}]}}]},"\n query getFeatureFeedRoute($id: ID!) {\n featureFeed: node(id: $id) {\n id\n __typename\n ... on FeatureFeed {\n ...FeatureFeedFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getFeatureFeedRoute"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"featureFeed"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureFeed"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFeedFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFeedFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureFeed"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}}]},"\n mutation interactWithNodeEmbeds(\n $nodeId: ID!\n $action: InteractionAction!\n $data: [InteractionDataField]\n ) {\n interactWithNode(nodeId: $nodeId, action: $action, data: $data) {\n success\n node {\n id\n ... on VideoMedia {\n duration\n userProgress {\n playhead\n complete\n }\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"interactWithNodeEmbeds"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"nodeId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"action"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"InteractionAction"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"data"}},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InteractionDataField"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"interactWithNode"},arguments:[{kind:"Argument",name:{kind:"Name",value:"nodeId"},value:{kind:"Variable",name:{kind:"Name",value:"nodeId"}}},{kind:"Argument",name:{kind:"Name",value:"action"},value:{kind:"Variable",name:{kind:"Name",value:"action"}}},{kind:"Argument",name:{kind:"Name",value:"data"},value:{kind:"Variable",name:{kind:"Name",value:"data"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"success"}},{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}}]}}]}}]}}]}}]},"\n query currentUserMatches {\n currentUser {\n id\n sharedProfiles {\n id\n firstName\n lastName\n birthDate\n photo {\n uri\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"currentUserMatches"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"sharedProfiles"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]},"\n mutation requestLogin($identity: AuthenticationIdentityInput!) {\n requestLogin(identity: $identity) {\n result\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"requestLogin"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"requestLogin"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"result"}}]}}]}}]},"\n mutation requestRegister($identity: AuthenticationIdentityInput!) {\n requestRegister(identity: $identity) {\n result\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"requestRegister"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"requestRegister"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"result"}}]}}]}}]},"\n query search($query: String!, $first: Int, $after: String) {\n search(query: $query, first: $first, after: $after) {\n totalCount\n pageInfo {\n startCursor\n endCursor\n }\n edges {\n title\n summary\n coverImage {\n name\n sources {\n uri\n }\n }\n cursor\n node {\n ... on ContentItem {\n id\n __typename\n }\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"search"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"query"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"first"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"after"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"search"},arguments:[{kind:"Argument",name:{kind:"Name",value:"query"},value:{kind:"Variable",name:{kind:"Name",value:"query"}}},{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"Variable",name:{kind:"Name",value:"first"}}},{kind:"Argument",name:{kind:"Name",value:"after"},value:{kind:"Variable",name:{kind:"Name",value:"after"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"totalCount"}},{kind:"Field",name:{kind:"Name",value:"pageInfo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"startCursor"}},{kind:"Field",name:{kind:"Name",value:"endCursor"}}]}},{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"cursor"}},{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}}]}}]}}]}}]}}]}}]},"\n mutation updateProfileFields($input: [UpdateProfileInput]!) {\n updateProfileFields(input: $input) {\n id\n firstName\n lastName\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"updateProfileFields"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"input"}},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"UpdateProfileInput"}}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"updateProfileFields"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"Variable",name:{kind:"Name",value:"input"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}}]}}]}}]},"\n mutation uploadProfileImage($file: Upload!, $size: Int!) {\n uploadProfileImage(file: $file, size: $size) {\n id\n email\n firstName\n lastName\n gender\n birthDate\n photo {\n uri\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"uploadProfileImage"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"file"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Upload"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"size"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uploadProfileImage"},arguments:[{kind:"Argument",name:{kind:"Name",value:"file"},value:{kind:"Variable",name:{kind:"Name",value:"file"}}},{kind:"Argument",name:{kind:"Name",value:"size"},value:{kind:"Variable",name:{kind:"Name",value:"size"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]},"\n mutation validateLoginEmbeds(\n $identity: AuthenticationIdentityInput!\n $otp: String!\n ) {\n validateLogin(identity: $identity, otp: $otp) {\n person {\n firstName\n lastName\n email\n phone\n campus {\n name\n }\n birthDate\n gender\n id\n }\n accessToken\n refreshToken\n sharedProfiles {\n id\n firstName\n lastName\n birthDate\n photo {\n uri\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"validateLoginEmbeds"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"otp"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"validateLogin"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"otp"},value:{kind:"Variable",name:{kind:"Name",value:"otp"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"accessToken"}},{kind:"Field",name:{kind:"Name",value:"refreshToken"}},{kind:"Field",name:{kind:"Name",value:"sharedProfiles"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]},"\n mutation validateRegisterEmbeds(\n $identity: AuthenticationIdentityInput!\n $otp: String!\n ) {\n validateRegister(identity: $identity, otp: $otp) {\n person {\n firstName\n lastName\n email\n phone\n campus {\n name\n }\n birthDate\n gender\n id\n }\n accessToken\n refreshToken\n sharedProfiles {\n id\n firstName\n lastName\n birthDate\n photo {\n uri\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"validateRegisterEmbeds"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"otp"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"validateRegister"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"otp"},value:{kind:"Variable",name:{kind:"Name",value:"otp"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"accessToken"}},{kind:"Field",name:{kind:"Name",value:"refreshToken"}},{kind:"Field",name:{kind:"Name",value:"sharedProfiles"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]},"\n query getVideoMediaProgress($id: ID!) {\n node(id: $id) {\n id\n ... on VideoMedia {\n userProgress {\n playhead\n complete\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getVideoMediaProgress"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}}]}}]}}]}}]},"\n fragment NavbarUserFragment on AuthenticatedUser {\n id\n profile {\n id\n firstName\n lastName\n photo {\n uri\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarUserFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AuthenticatedUser"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]},"\n fragment NavbarChurchFragment on Church {\n slug\n name\n logo\n wordmarkLightUrl\n wordmarkDarkUrl\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarChurchFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Church"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"logo"}},{kind:"Field",name:{kind:"Name",value:"wordmarkLightUrl"}},{kind:"Field",name:{kind:"Name",value:"wordmarkDarkUrl"}}]}}]},"\n fragment ProfileFormFragment on Person {\n id\n firstName\n lastName\n email\n photo {\n uri\n }\n gender\n birthDate\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ProfileFormFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}}]},"\n query getCurrentChurchForRoot {\n currentChurch {\n mobileAppStoreUrl\n mobilePlayStoreUrl\n webSegmentKey\n name\n slug\n theme\n logo\n wordmarkLightUrl\n givingEnabled\n givingFullPlatform\n givingWebUrl\n givingDefaultFrequency\n stripeConnectAccount {\n publishableKey\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentChurchForRoot"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"mobileAppStoreUrl"}},{kind:"Field",name:{kind:"Name",value:"mobilePlayStoreUrl"}},{kind:"Field",name:{kind:"Name",value:"webSegmentKey"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"theme"}},{kind:"Field",name:{kind:"Name",value:"logo"}},{kind:"Field",name:{kind:"Name",value:"wordmarkLightUrl"}},{kind:"Field",name:{kind:"Name",value:"givingEnabled"}},{kind:"Field",name:{kind:"Name",value:"givingFullPlatform"}},{kind:"Field",name:{kind:"Name",value:"givingWebUrl"}},{kind:"Field",name:{kind:"Name",value:"givingDefaultFrequency"}},{kind:"Field",name:{kind:"Name",value:"stripeConnectAccount"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"publishableKey"}}]}}]}}]}}]},"\n query getCurrentUserForRoot($loggedIn: Boolean!, $slug: String!) {\n currentUser @include(if: $loggedIn) {\n ...NavbarUserFragment\n id\n originId\n originType\n profile {\n id\n email\n firstName\n lastName\n gender\n phone\n campus {\n id\n name\n }\n birthDate\n photo {\n uri\n }\n }\n rock {\n authToken\n }\n connectedChurchProfile(churchSlug: $slug) {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserForRoot"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},directives:[{kind:"Directive",name:{kind:"Name",value:"include"},arguments:[{kind:"Argument",name:{kind:"Name",value:"if"},value:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}}}]}],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"NavbarUserFragment"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"phone"}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"birthDate"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"rock"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"authToken"}}]}},{kind:"Field",name:{kind:"Name",value:"connectedChurchProfile"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarUserFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AuthenticatedUser"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]},"\n query getCurrentChurch {\n currentChurch {\n theme\n appleBundleId\n androidPkgId\n appleTeamId\n givingEnabled\n givingFullPlatform\n givingWebUrl\n universalLinkHost\n stripeConnectAccount {\n publishableKey\n }\n ...NavbarChurchFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentChurch"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"theme"}},{kind:"Field",name:{kind:"Name",value:"appleBundleId"}},{kind:"Field",name:{kind:"Name",value:"androidPkgId"}},{kind:"Field",name:{kind:"Name",value:"appleTeamId"}},{kind:"Field",name:{kind:"Name",value:"givingEnabled"}},{kind:"Field",name:{kind:"Name",value:"givingFullPlatform"}},{kind:"Field",name:{kind:"Name",value:"givingWebUrl"}},{kind:"Field",name:{kind:"Name",value:"universalLinkHost"}},{kind:"Field",name:{kind:"Name",value:"stripeConnectAccount"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"publishableKey"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"NavbarChurchFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarChurchFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Church"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"logo"}},{kind:"Field",name:{kind:"Name",value:"wordmarkLightUrl"}},{kind:"Field",name:{kind:"Name",value:"wordmarkDarkUrl"}}]}}]},"\n query getCurrentUserSharedProfile($loggedIn: Boolean!, $slug: String!) {\n currentUser @include(if: $loggedIn) {\n ...NavbarUserFragment\n id\n originId\n originType\n profile {\n id\n firstName\n lastName\n nickName\n email\n phone\n }\n connectedChurchProfile(churchSlug: $slug) {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserSharedProfile"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},directives:[{kind:"Directive",name:{kind:"Name",value:"include"},arguments:[{kind:"Argument",name:{kind:"Name",value:"if"},value:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}}}]}],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"NavbarUserFragment"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"nickName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}}]}},{kind:"Field",name:{kind:"Name",value:"connectedChurchProfile"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarUserFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AuthenticatedUser"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]},"\n query getCurrentUserSharedProfileWithMatches(\n $loggedIn: Boolean!\n $slug: String!\n ) {\n currentUser @include(if: $loggedIn) {\n ...NavbarUserFragment\n id\n originId\n originType\n profile {\n id\n firstName\n lastName\n nickName\n email\n phone\n }\n globalSharedProfiles(churchSlug: $slug) {\n id\n }\n connectedChurchProfile(churchSlug: $slug) {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserSharedProfileWithMatches"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},directives:[{kind:"Directive",name:{kind:"Name",value:"include"},arguments:[{kind:"Argument",name:{kind:"Name",value:"if"},value:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}}}]}],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"NavbarUserFragment"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"nickName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}}]}},{kind:"Field",name:{kind:"Name",value:"globalSharedProfiles"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"connectedChurchProfile"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"NavbarUserFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AuthenticatedUser"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]},"\n query getSignupProfile {\n currentUser {\n id\n profile {\n ...ProfileFormFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getSignupProfile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ProfileFormFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ProfileFormFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}}]},"\n mutation completeRegistration($profileFields: [UpdateProfileInput]!) {\n completeRegistration(profileInput: $profileFields) {\n ...ProfileFormFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"completeRegistration"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"profileFields"}},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"UpdateProfileInput"}}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"completeRegistration"},arguments:[{kind:"Argument",name:{kind:"Name",value:"profileInput"},value:{kind:"Variable",name:{kind:"Name",value:"profileFields"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ProfileFormFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ProfileFormFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}}]},"\n mutation connectWithChurch($churchSlug: String!, $mergeProfileId: ID) {\n connectWithChurch(\n input: { churchSlug: $churchSlug, mergeProfileId: $mergeProfileId }\n ) {\n id\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"connectWithChurch"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"mergeProfileId"}},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"connectWithChurch"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}}},{kind:"ObjectField",name:{kind:"Name",value:"mergeProfileId"},value:{kind:"Variable",name:{kind:"Name",value:"mergeProfileId"}}}]}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]},"\n query getCurrentUserSharedProfileJoin($churchSlug: String!) {\n currentUser {\n id\n profile {\n id\n email\n phone\n }\n globalSharedProfiles(churchSlug: $churchSlug) {\n id\n firstName\n lastName\n photo {\n uri\n }\n email\n phone\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserSharedProfileJoin"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}}]}},{kind:"Field",name:{kind:"Name",value:"globalSharedProfiles"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}}]}}]}}]}}]},"\n query getSignupProfileMinimal {\n currentUser {\n profile {\n firstName\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getSignupProfileMinimal"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}}]}}]}}]}}]},"\n fragment ContentItemRouteFragment on ContentItem {\n ...ContentItemFragment\n\n # Meta Tag needs:\n title\n summary\n coverImage {\n sources {\n uri\n }\n }\n parentChannel {\n id\n name\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemRouteFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parentChannel"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"FragmentSpread",name:{kind:"Name",value:"VideoContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"audios"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AudioMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"FragmentSpread",name:{kind:"Name",value:"CommentsSheetFragment"}},{kind:"Field",name:{kind:"Name",value:"pages"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"siblingContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}}]}}]},"\n query getContentItemRoute($id: ID!) {\n content: node(id: $id) {\n id\n __typename\n ... on ContentItem {\n ...ContentItemRouteFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getContentItemRoute"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"content"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemRouteFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"FragmentSpread",name:{kind:"Name",value:"VideoContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"audios"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AudioMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"FragmentSpread",name:{kind:"Name",value:"CommentsSheetFragment"}},{kind:"Field",name:{kind:"Name",value:"pages"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"siblingContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemRouteFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parentChannel"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}}]}}]},"\n mutation addComment($parentId: ID!, $text: String!) {\n addComment(parentId: $parentId, text: $text) {\n id\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"addComment"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"parentId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"text"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"addComment"},arguments:[{kind:"Argument",name:{kind:"Name",value:"parentId"},value:{kind:"Variable",name:{kind:"Name",value:"parentId"}}},{kind:"Argument",name:{kind:"Name",value:"text"},value:{kind:"Variable",name:{kind:"Name",value:"text"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]},"\n mutation UpdateLikeNode($nodeId: ID!, $operation: LIKE_OPERATION!) {\n updateLikeNode(input: { nodeId: $nodeId, operation: $operation }) {\n id\n ... on LikableNode {\n isLiked\n likedCount\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"UpdateLikeNode"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"nodeId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"operation"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"LIKE_OPERATION"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"updateLikeNode"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"nodeId"},value:{kind:"Variable",name:{kind:"Name",value:"nodeId"}}},{kind:"ObjectField",name:{kind:"Name",value:"operation"},value:{kind:"Variable",name:{kind:"Name",value:"operation"}}}]}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LikableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}}]}}]}}]}}]},"\n mutation AddPersonTagAssociation($input: PersonTagAssociationInput) {\n addPersonTagAssociation(input: $input) {\n person {\n id\n firstName\n lastName\n }\n tag {\n id\n name\n }\n successful\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"AddPersonTagAssociation"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"input"}},type:{kind:"NamedType",name:{kind:"Name",value:"PersonTagAssociationInput"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"addPersonTagAssociation"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"Variable",name:{kind:"Name",value:"input"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}}]}},{kind:"Field",name:{kind:"Name",value:"tag"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"successful"}}]}}]}}]},"\n mutation interactWithNode(\n $nodeId: ID!\n $action: InteractionAction!\n $data: [InteractionDataField]\n ) {\n interactWithNode(nodeId: $nodeId, action: $action, data: $data) {\n success\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"interactWithNode"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"nodeId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"action"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"InteractionAction"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"data"}},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InteractionDataField"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"interactWithNode"},arguments:[{kind:"Argument",name:{kind:"Name",value:"nodeId"},value:{kind:"Variable",name:{kind:"Name",value:"nodeId"}}},{kind:"Argument",name:{kind:"Name",value:"action"},value:{kind:"Variable",name:{kind:"Name",value:"action"}}},{kind:"Argument",name:{kind:"Name",value:"data"},value:{kind:"Variable",name:{kind:"Name",value:"data"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"success"}}]}}]}}]},"\n fragment EventItemRouteFragment on Event {\n id\n title\n location\n start\n end\n htmlContent\n coverImage {\n id\n sources {\n uri\n blurHash\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"EventItemRouteFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n query getEventItemRoute($id: ID!) {\n content: node(id: $id) {\n id\n __typename\n ... on Event {\n ...EventItemRouteFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getEventItemRoute"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"content"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventItemRouteFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventItemRouteFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n query getCampusesForNewGive {\n campuses {\n id\n name\n latitude\n longitude\n street1\n street2\n city\n state\n postalCode\n digital\n donationFunds {\n id\n name\n displayName\n displayOrder\n parentFund {\n id\n name\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCampusesForNewGive"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"campuses"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"latitude"}},{kind:"Field",name:{kind:"Name",value:"longitude"}},{kind:"Field",name:{kind:"Name",value:"street1"}},{kind:"Field",name:{kind:"Name",value:"street2"}},{kind:"Field",name:{kind:"Name",value:"city"}},{kind:"Field",name:{kind:"Name",value:"state"}},{kind:"Field",name:{kind:"Name",value:"postalCode"}},{kind:"Field",name:{kind:"Name",value:"digital"}},{kind:"Field",name:{kind:"Name",value:"donationFunds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}},{kind:"Field",name:{kind:"Name",value:"displayOrder"}},{kind:"Field",name:{kind:"Name",value:"parentFund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}}]}}]}}]}}]},"\n query getRecurringGivingById($id: ID!) {\n node(id: $id) {\n __typename\n ... on RecurringGiving {\n id\n stripeSubscriptionId\n nextBillDate\n endDate\n frequency {\n interval\n intervalCount\n label\n }\n createdAt\n amount\n paymentMethod {\n id\n type\n brand\n last4\n expMonth\n expYear\n isDefault\n verificationStatus\n }\n campus {\n name\n }\n fund {\n name\n displayName\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getRecurringGivingById"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"RecurringGiving"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"stripeSubscriptionId"}},{kind:"Field",name:{kind:"Name",value:"nextBillDate"}},{kind:"Field",name:{kind:"Name",value:"endDate"}},{kind:"Field",name:{kind:"Name",value:"frequency"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"interval"}},{kind:"Field",name:{kind:"Name",value:"intervalCount"}},{kind:"Field",name:{kind:"Name",value:"label"}}]}},{kind:"Field",name:{kind:"Name",value:"createdAt"}},{kind:"Field",name:{kind:"Name",value:"amount"}},{kind:"Field",name:{kind:"Name",value:"paymentMethod"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"type"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"last4"}},{kind:"Field",name:{kind:"Name",value:"expMonth"}},{kind:"Field",name:{kind:"Name",value:"expYear"}},{kind:"Field",name:{kind:"Name",value:"isDefault"}},{kind:"Field",name:{kind:"Name",value:"verificationStatus"}}]}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]}}]},"\n query getTransactionById($id: ID!) {\n node(id: $id) {\n __typename\n ... on Charge {\n id\n stripePaymentId\n stripeStatus\n createdAt\n amountCents\n brand\n last4\n paymentMethodType\n campus {\n name\n }\n fund {\n name\n displayName\n }\n }\n ... on Donation {\n id\n paymentId\n originId\n scheduleId\n status\n transactionDate\n createdAt\n amountCents\n brand\n last4\n paymentMethodType\n campus {\n name\n }\n fund {\n name\n displayName\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getTransactionById"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Charge"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"stripePaymentId"}},{kind:"Field",name:{kind:"Name",value:"stripeStatus"}},{kind:"Field",name:{kind:"Name",value:"createdAt"}},{kind:"Field",name:{kind:"Name",value:"amountCents"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"last4"}},{kind:"Field",name:{kind:"Name",value:"paymentMethodType"}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Donation"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"paymentId"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"scheduleId"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"transactionDate"}},{kind:"Field",name:{kind:"Name",value:"createdAt"}},{kind:"Field",name:{kind:"Name",value:"amountCents"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"last4"}},{kind:"Field",name:{kind:"Name",value:"paymentMethodType"}},{kind:"Field",name:{kind:"Name",value:"campus"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}}]}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]}}]},"\n mutation cancelRecurringGiving($id: ID!) {\n cancelRecurringGiving(id: $id)\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"cancelRecurringGiving"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"cancelRecurringGiving"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}]}]}}]},"\n query getGivingHistory(\n $recurringQuery: NodeConnectionQueryInput\n $historyQuery: NodeConnectionQueryInput\n $includeMigrationRecurringGifts: Boolean!\n ) {\n recurringGiving(query: $recurringQuery) {\n edges {\n node {\n id\n nextBillDate\n brand\n fund {\n name\n displayName\n }\n frequency {\n interval\n intervalCount\n label\n }\n amount\n }\n }\n }\n currentUser {\n givingHistory(query: $historyQuery) {\n totalCount\n pageInfo {\n endCursor\n }\n edges {\n node {\n __typename\n id\n ... on Charge {\n amountCents\n createdAt\n stripeStatus\n brand\n recurringCharge {\n id\n }\n refunds {\n amountCents\n }\n fund {\n name\n displayName\n }\n }\n ... on Donation {\n amountCents\n transactionDate\n createdAt\n status\n brand\n scheduleId\n fund {\n name\n displayName\n }\n }\n }\n }\n }\n recurringChargeMigrations @include(if: $includeMigrationRecurringGifts) {\n id\n scheduledDate\n frequency\n amount\n migrationStatus\n userConfirmedPaymentMethod\n paymentType\n paymentBrand\n fund {\n name\n displayName\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getGivingHistory"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"recurringQuery"}},type:{kind:"NamedType",name:{kind:"Name",value:"NodeConnectionQueryInput"}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"historyQuery"}},type:{kind:"NamedType",name:{kind:"Name",value:"NodeConnectionQueryInput"}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"includeMigrationRecurringGifts"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"recurringGiving"},arguments:[{kind:"Argument",name:{kind:"Name",value:"query"},value:{kind:"Variable",name:{kind:"Name",value:"recurringQuery"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"nextBillDate"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}},{kind:"Field",name:{kind:"Name",value:"frequency"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"interval"}},{kind:"Field",name:{kind:"Name",value:"intervalCount"}},{kind:"Field",name:{kind:"Name",value:"label"}}]}},{kind:"Field",name:{kind:"Name",value:"amount"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"givingHistory"},arguments:[{kind:"Argument",name:{kind:"Name",value:"query"},value:{kind:"Variable",name:{kind:"Name",value:"historyQuery"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"totalCount"}},{kind:"Field",name:{kind:"Name",value:"pageInfo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"endCursor"}}]}},{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Charge"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"amountCents"}},{kind:"Field",name:{kind:"Name",value:"createdAt"}},{kind:"Field",name:{kind:"Name",value:"stripeStatus"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"recurringCharge"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"refunds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"amountCents"}}]}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Donation"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"amountCents"}},{kind:"Field",name:{kind:"Name",value:"transactionDate"}},{kind:"Field",name:{kind:"Name",value:"createdAt"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"brand"}},{kind:"Field",name:{kind:"Name",value:"scheduleId"}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"recurringChargeMigrations"},directives:[{kind:"Directive",name:{kind:"Name",value:"include"},arguments:[{kind:"Argument",name:{kind:"Name",value:"if"},value:{kind:"Variable",name:{kind:"Name",value:"includeMigrationRecurringGifts"}}}]}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scheduledDate"}},{kind:"Field",name:{kind:"Name",value:"frequency"}},{kind:"Field",name:{kind:"Name",value:"amount"}},{kind:"Field",name:{kind:"Name",value:"migrationStatus"}},{kind:"Field",name:{kind:"Name",value:"userConfirmedPaymentMethod"}},{kind:"Field",name:{kind:"Name",value:"paymentType"}},{kind:"Field",name:{kind:"Name",value:"paymentBrand"}},{kind:"Field",name:{kind:"Name",value:"fund"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]}}]},"\n mutation saveProfileFields($profileFields: [UpdateProfileInput]!) {\n updateProfileFields(input: $profileFields) {\n id\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"saveProfileFields"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"profileFields"}},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"UpdateProfileInput"}}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"updateProfileFields"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"Variable",name:{kind:"Name",value:"profileFields"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]},"\n query getCurrentUserForGive($loggedIn: Boolean!, $slug: String!) {\n currentUser @include(if: $loggedIn) {\n id\n profile {\n id\n firstName\n lastName\n email\n phone\n }\n connectedChurchProfile(churchSlug: $slug) {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentUserForGive"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},directives:[{kind:"Directive",name:{kind:"Name",value:"include"},arguments:[{kind:"Argument",name:{kind:"Name",value:"if"},value:{kind:"Variable",name:{kind:"Name",value:"loggedIn"}}}]}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"phone"}}]}},{kind:"Field",name:{kind:"Name",value:"connectedChurchProfile"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]},"\n query getGratitude($gratitudeId: ID!) {\n node(id: $gratitudeId) {\n id\n __typename\n ... on Gratitude {\n prompt\n text\n submitter {\n id\n firstName\n lastName\n nickName\n photo {\n uri\n }\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getGratitude"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"gratitudeId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"gratitudeId"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Gratitude"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"prompt"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"submitter"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"nickName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]},"\n query getLivestreamRoute($id: ID!) {\n livestream: node(id: $id) {\n id\n __typename\n ... on Livestream {\n title\n summary\n coverImage {\n sources {\n uri\n }\n }\n ...LivestreamFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getLivestreamRoute"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"livestream"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"LivestreamFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LivestreamPlayerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LivestreamFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"stream"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"LivestreamPlayerFragment"}}]}}]},"\n query GetAllCampuses {\n campuses {\n id\n name\n donationFunds {\n id\n name\n displayName\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"GetAllCampuses"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"campuses"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"donationFunds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]},"\n query getPrayerRoute($id: ID!) {\n prayer: node(id: $id) {\n id\n __typename\n ... on PrayerRequest {\n id\n text\n requestor {\n ...ByLineFragment\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getPrayerRoute"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"prayer"},name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PrayerRequest"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"requestor"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n query getChurchesWithApps {\n churches {\n slug\n appleBundleId\n appleTeamId\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getChurchesWithApps"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"churches"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"appleBundleId"}},{kind:"Field",name:{kind:"Name",value:"appleTeamId"}}]}}]}}]},"\n query getAndroidChurchesWithApps {\n churches {\n slug\n appId\n androidPkgId\n fingerprintSHA256\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getAndroidChurchesWithApps"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"churches"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"appId"}},{kind:"Field",name:{kind:"Name",value:"androidPkgId"}},{kind:"Field",name:{kind:"Name",value:"fingerprintSHA256"}}]}}]}}]},"\n mutation VotePoll($pollId: ID!, $optionIds: [ID!]!) {\n votePoll(pollId: $pollId, optionIds: $optionIds) {\n id\n title\n status\n totalOptionVotes\n options {\n id\n value\n totalVotes\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"VotePoll"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"pollId"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"optionIds"}},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"votePoll"},arguments:[{kind:"Argument",name:{kind:"Name",value:"pollId"},value:{kind:"Variable",name:{kind:"Name",value:"pollId"}}},{kind:"Argument",name:{kind:"Name",value:"optionIds"},value:{kind:"Variable",name:{kind:"Name",value:"optionIds"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}}]}}]}}]},"\n mutation updateUserProfile($profileFields: [UpdateProfileInput]!) {\n updateProfileFields(input: $profileFields) {\n ...ProfileFormFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"updateUserProfile"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"profileFields"}},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"UpdateProfileInput"}}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"updateProfileFields"},arguments:[{kind:"Argument",name:{kind:"Name",value:"input"},value:{kind:"Variable",name:{kind:"Name",value:"profileFields"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ProfileFormFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ProfileFormFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}}]},"\n mutation validateLogin(\n $identity: AuthenticationIdentityInput!\n $otp: String!\n ) {\n validateLogin(identity: $identity, otp: $otp) {\n accessToken\n refreshToken\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"validateLogin"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"otp"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"validateLogin"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"otp"},value:{kind:"Variable",name:{kind:"Name",value:"otp"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"accessToken"}},{kind:"Field",name:{kind:"Name",value:"refreshToken"}}]}}]}}]},"\n mutation validateRegister(\n $identity: AuthenticationIdentityInput!\n $otp: String!\n ) {\n validateRegister(identity: $identity, otp: $otp) {\n accessToken\n refreshToken\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"validateRegister"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"otp"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"validateRegister"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"otp"},value:{kind:"Variable",name:{kind:"Name",value:"otp"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"accessToken"}},{kind:"Field",name:{kind:"Name",value:"refreshToken"}}]}}]}}]},"\n query getUserProfile {\n currentUser {\n id\n profile {\n ...ProfileFormFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getUserProfile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"profile"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ProfileFormFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ProfileFormFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"email"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"gender"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}}]},"\n query getCurrentChurchForPrivacy {\n currentChurch {\n slug\n name\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCurrentChurchForPrivacy"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"}},{kind:"Field",name:{kind:"Name",value:"name"}}]}}]}}]},"\n mutation token($refreshToken: String!) {\n refreshSession(refreshToken: $refreshToken) {\n accessToken\n refreshToken\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"token"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"refreshToken"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"refreshSession"},arguments:[{kind:"Argument",name:{kind:"Name",value:"refreshToken"},value:{kind:"Variable",name:{kind:"Name",value:"refreshToken"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"accessToken"}},{kind:"Field",name:{kind:"Name",value:"refreshToken"}}]}}]}}]},"\n mutation requestRegisterWithChurch(\n $identity: AuthenticationIdentityInput!\n $forChurch: String\n ) {\n requestRegister(identity: $identity, forChurch: $forChurch) {\n result\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"requestRegisterWithChurch"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"forChurch"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"requestRegister"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"forChurch"},value:{kind:"Variable",name:{kind:"Name",value:"forChurch"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"result"}}]}}]}}]},"\n mutation requestLoginWithChurch(\n $identity: AuthenticationIdentityInput!\n $forChurch: String\n ) {\n requestLogin(identity: $identity, forChurch: $forChurch) {\n result\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"requestLoginWithChurch"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"identity"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthenticationIdentityInput"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"forChurch"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"requestLogin"},arguments:[{kind:"Argument",name:{kind:"Name",value:"identity"},value:{kind:"Variable",name:{kind:"Name",value:"identity"}}},{kind:"Argument",name:{kind:"Name",value:"forChurch"},value:{kind:"Variable",name:{kind:"Name",value:"forChurch"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"result"}}]}}]}}]},"\n query churchMatchesForVerify($churchSlug: String!) {\n currentUser {\n id\n globalSharedProfiles(churchSlug: $churchSlug) {\n id\n firstName\n lastName\n nickName\n birthDate\n }\n connectedChurchProfile(churchSlug: $churchSlug) {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"churchMatchesForVerify"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentUser"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"globalSharedProfiles"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"nickName"}},{kind:"Field",name:{kind:"Name",value:"birthDate"}}]}},{kind:"Field",name:{kind:"Name",value:"connectedChurchProfile"},arguments:[{kind:"Argument",name:{kind:"Name",value:"churchSlug"},value:{kind:"Variable",name:{kind:"Name",value:"churchSlug"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]},"\n query GetCampusesForFallbackRedirect {\n campuses {\n id\n name\n donationFunds {\n id\n name\n displayName\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"GetCampusesForFallbackRedirect"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"campuses"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"donationFunds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]},"\n query getCampusesForPayment {\n campuses {\n id\n donationFunds {\n id\n name\n displayName\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getCampusesForPayment"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"campuses"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"donationFunds"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"displayName"}}]}}]}}]}}]},"\n fragment AvatarFragment on Person {\n id\n firstName\n lastName\n photo {\n uri\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment ByLineFragment on Person {\n id\n firstName\n lastName\n photo {\n uri\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment CommentFragment on Comment {\n id\n text\n person {\n ...ByLineFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment CommentsSheetFragment on ContentItem {\n id\n comments {\n ...CommentFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}}]},"\n fragment ContentItemFragment on ContentItem {\n id\n title\n summary\n htmlContent\n ...VideoContentItemFragment\n coverImage {\n ...ImageMediaFragment\n }\n videos {\n ...VideoMediaFragment\n }\n audios {\n ...AudioMediaFragment\n }\n commentsEnabled\n # New engagement fields for non-authenticated access\n likedCount\n isLiked\n commentCount\n ...CommentsSheetFragment\n pages {\n id\n features {\n ...FeatureFragment\n }\n }\n sharing {\n ...ShareButtonFragment\n }\n parentItem {\n ...ContentItemCardFragment\n }\n childContentItemsConnection {\n edges {\n node {\n ...ContentItemCardFragment\n }\n }\n }\n siblingContentItemsConnection {\n edges {\n node {\n ...ContentItemCardFragment\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"FragmentSpread",name:{kind:"Name",value:"VideoContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"audios"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AudioMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"FragmentSpread",name:{kind:"Name",value:"CommentsSheetFragment"}},{kind:"Field",name:{kind:"Name",value:"pages"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"siblingContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}}]},"\n fragment ContentItemCardFragment on ContentItem {\n id\n title\n summary\n coverImage {\n ...ImageMediaFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment EventItemFragment on Event {\n id\n title\n location\n start\n end\n htmlContent\n coverImage {\n id\n sources {\n uri\n blurHash\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"EventItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}},{kind:"Field",name:{kind:"Name",value:"blurHash"}}]}}]}}]}}]},"\n fragment ActionHandlerFragment on Node {\n id\n __typename\n ... on Url {\n url\n }\n ... on ShareableNode {\n sharing {\n url\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment ActionListItemFragment on ActionListAction {\n id\n title\n subtitle\n icon\n action\n image {\n ...ImageMediaFragment\n }\n relatedNode {\n id\n ...ActionHandlerFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment FeatureActionButtonFragment on FeatureAction {\n relatedNode {\n id\n ...ActionHandlerFragment\n }\n action\n title\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment FeatureContentCardFragment on CardListItem {\n id\n action\n title\n hasAction\n actionIcon\n labelText\n summary\n coverImage {\n ...ImageMediaFragment\n }\n relatedNode {\n id\n ... on Event {\n start\n end\n }\n ...ActionHandlerFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment FeatureFeedFragment on FeatureFeed {\n id\n features {\n ...FeatureFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFeedFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureFeed"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}}]},"\n fragment FeatureFragment on Feature {\n id\n __typename\n ... on HtmlFeature {\n ...HtmlFeatureFragment\n }\n ... on ScriptureFeature {\n ...ScriptureFeatureFragment\n }\n ... on ActionBarFeature {\n ...ActionBarFeatureFragment\n }\n ... on ActionListFeature {\n ...ActionListFeatureFragment\n }\n ... on EventBlockFeature {\n ...EventBlockFeatureFragment\n }\n ... on ButtonFeature {\n ...ButtonFeatureFragment\n }\n ... on ConnectButtonFeature {\n ...ConnectButtonFeatureFragment\n }\n ... on ChipListFeature {\n ...ChipListFeatureFragment\n }\n ... on VerticalCardListFeature {\n ...VerticalCardListFeatureFragment\n }\n ... on HeroListFeature {\n ...HeroListFeatureFragment\n }\n ... on HorizontalCardListFeature {\n ...HorizontalCardListFeatureFragment\n }\n ... on HorizontalMediaListFeature {\n ...HorizontalMediaListFeatureFragment\n }\n ... on QuestionBlockFeature {\n ...QuestionBlockFeatureFragment\n }\n ... on LinkEmbedFeature {\n ...LinkEmbedFeatureFragment\n }\n ... on WebviewFeature {\n ...WebviewFeatureFragment\n }\n ... on PollFeature {\n ...PollFeatureFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}}]},"\n fragment ActionBarFeatureFragment on ActionBarFeature {\n title\n actions {\n id\n icon\n title\n action\n image {\n ...ImageMediaFragment\n }\n relatedNode {\n id\n ...ActionHandlerFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment ActionListFeatureFragment on ActionListFeature {\n title\n subtitle\n actions {\n ...ActionListItemFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]},"\n fragment ButtonFeatureFragment on ButtonFeature {\n id\n action {\n ...FeatureActionButtonFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}}]},"\n fragment ChipListFeatureFragment on ChipListFeature {\n title\n subtitle\n chips {\n title\n action\n iconName\n id\n relatedNode {\n id\n ...ActionHandlerFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}}]},"\n fragment ConnectButtonFeatureFragment on ConnectButtonFeature {\n id\n title\n confirmationMessage\n tags\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}}]},"\n fragment EventBlockFeatureFragment on EventBlockFeature {\n id\n start\n duration\n allDay\n location\n title\n icsUrl\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}}]},"\n fragment HeroListFeatureFragment on HeroListFeature {\n title\n subtitle\n\n heroCard {\n ...FeatureContentCardFragment\n }\n\n actions {\n ...ActionListItemFragment\n }\n\n primaryAction {\n ...FeatureActionButtonFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}}]},"\n fragment HorizontalCardListFeatureFragment on HorizontalCardListFeature {\n title\n subtitle\n cards {\n ...FeatureContentCardFragment\n }\n primaryAction {\n ...FeatureActionButtonFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}}]},"\n fragment HorizontalMediaListFeatureFragment on HorizontalMediaListFeature {\n title\n subtitle\n items {\n ...FeatureContentCardFragment\n relatedNode {\n ... on Livestream {\n id\n start\n durationInSeconds\n }\n }\n }\n primaryAction {\n ...FeatureActionButtonFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}}]},"\n fragment HtmlFeatureFragment on HtmlFeature {\n content\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}}]},"\n fragment LinkEmbedFeatureFragment on LinkEmbedFeature {\n id\n title\n url\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}}]},"\n fragment PollFeatureFragment on PollFeature {\n poll {\n id\n title\n status\n options {\n id\n value\n totalVotes\n }\n totalOptionVotes\n startAt\n endAt\n currentUserVotes {\n option {\n id\n }\n person {\n id\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}}]},"\n fragment QuestionBlockFeatureFragment on QuestionBlockFeature {\n content\n # Engagement fields for non-authenticated access\n likedCount\n commentCount\n comments {\n id\n text\n person {\n ...AvatarFragment\n }\n }\n parent {\n ... on ContentItem {\n id\n title\n commentCount\n comments {\n id\n text\n person {\n firstName\n lastName\n photo {\n uri\n }\n }\n }\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment ScriptureFeatureFragment on ScriptureFeature {\n id\n scriptures {\n id\n ...ScriptureItemFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}}]},"\n fragment VerticalCardListFeatureFragment on VerticalCardListFeature {\n title\n subtitle\n cards {\n ...FeatureContentCardFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]},"\n fragment WebviewFeatureFragment on WebviewFeature {\n id\n title\n height\n url\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}}]},"\n fragment ImageMediaFragment on ImageMedia {\n sources {\n uri\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment LivestreamFragment on Livestream {\n id\n title\n summary\n htmlContent\n coverImage {\n ...ImageMediaFragment\n }\n stream {\n ...VideoMediaFragment\n }\n ...LivestreamPlayerFragment\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"LivestreamFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"stream"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"LivestreamPlayerFragment"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LivestreamPlayerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]},"\n fragment ScriptureItemFragment on Scripture {\n id\n html\n reference\n copyright\n version\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}}]},"\n fragment ShareButtonFragment on SharableContentItem {\n message\n title\n url\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}}]},"\n fragment VideoMediaFragment on VideoMedia {\n __typename\n id\n key\n name\n sources {\n uri\n }\n duration\n userProgress {\n playhead\n complete\n }\n embedHtml\n originId\n originType\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}}]},"\n fragment AudioMediaFragment on AudioMedia {\n __typename\n id\n key\n name\n sources {\n uri\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]},"\n fragment LivestreamPlayerFragment on Livestream {\n start\n durationInSeconds\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"LivestreamPlayerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]},"\n fragment VideoContentItemFragment on ContentItem {\n title\n id\n originId\n originType\n publishDate\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}}]},"\n query getContentItem($id: ID!) {\n node(id: $id) {\n id\n __typename\n ... on ContentItem {\n ...ContentItemFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getContentItem"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}},{kind:"Field",name:{kind:"Name",value:"publishDate"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ImageMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ImageMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VideoMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VideoMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"userProgress"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"playhead"}},{kind:"Field",name:{kind:"Name",value:"complete"}}]}},{kind:"Field",name:{kind:"Name",value:"embedHtml"}},{kind:"Field",name:{kind:"Name",value:"originId"}},{kind:"Field",name:{kind:"Name",value:"originType"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AudioMediaFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AudioMedia"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"key"}},{kind:"Field",name:{kind:"Name",value:"name"}},{kind:"Field",name:{kind:"Name",value:"sources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ByLineFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Comment"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ByLineFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"CommentsSheetFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"CommentFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HtmlFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"scriptures"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionHandlerFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Node"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Url"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ShareableNode"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionBarFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"icon"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"image"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"duration"}},{kind:"Field",name:{kind:"Name",value:"allDay"}},{kind:"Field",name:{kind:"Name",value:"location"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureActionButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"FeatureAction"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ConnectButtonFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"confirmationMessage"}},{kind:"Field",name:{kind:"Name",value:"tags"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ChipListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"chips"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"iconName"}},{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureContentCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CardListItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"hasAction"}},{kind:"Field",name:{kind:"Name",value:"actionIcon"}},{kind:"Field",name:{kind:"Name",value:"labelText"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"end"}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"ActionHandlerFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"VerticalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HeroListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"heroCard"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"actions"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListItemFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"cards"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"subtitle"}},{kind:"Field",name:{kind:"Name",value:"items"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureContentCardFragment"}},{kind:"Field",name:{kind:"Name",value:"relatedNode"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Livestream"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"start"}},{kind:"Field",name:{kind:"Name",value:"durationInSeconds"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"AvatarFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Person"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"QuestionBlockFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"content"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AvatarFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"parent"},selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"Field",name:{kind:"Name",value:"comments"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"text"}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"firstName"}},{kind:"Field",name:{kind:"Name",value:"lastName"}},{kind:"Field",name:{kind:"Name",value:"photo"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"uri"}}]}}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"LinkEmbedFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"WebviewFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"height"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"PollFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"poll"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"status"}},{kind:"Field",name:{kind:"Name",value:"options"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"value"}},{kind:"Field",name:{kind:"Name",value:"totalVotes"}}]}},{kind:"Field",name:{kind:"Name",value:"totalOptionVotes"}},{kind:"Field",name:{kind:"Name",value:"startAt"}},{kind:"Field",name:{kind:"Name",value:"endAt"}},{kind:"Field",name:{kind:"Name",value:"currentUserVotes"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"option"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}},{kind:"Field",name:{kind:"Name",value:"person"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"FeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Feature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HtmlFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HtmlFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ScriptureFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionBarFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionBarFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"EventBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ConnectButtonFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ConnectButtonFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ChipListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ChipListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"VerticalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VerticalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HeroListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HeroListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalCardListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalCardListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"HorizontalMediaListFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"HorizontalMediaListFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"QuestionBlockFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"QuestionBlockFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LinkEmbedFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"LinkEmbedFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"WebviewFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"WebviewFeatureFragment"}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PollFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"PollFeatureFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ShareButtonFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SharableContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"message"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"url"}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemCardFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ContentItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ContentItem"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"title"}},{kind:"Field",name:{kind:"Name",value:"summary"}},{kind:"Field",name:{kind:"Name",value:"htmlContent"}},{kind:"FragmentSpread",name:{kind:"Name",value:"VideoContentItemFragment"}},{kind:"Field",name:{kind:"Name",value:"coverImage"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ImageMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"VideoMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"audios"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"AudioMediaFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"}},{kind:"Field",name:{kind:"Name",value:"likedCount"}},{kind:"Field",name:{kind:"Name",value:"isLiked"}},{kind:"Field",name:{kind:"Name",value:"commentCount"}},{kind:"FragmentSpread",name:{kind:"Name",value:"CommentsSheetFragment"}},{kind:"Field",name:{kind:"Name",value:"pages"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"features"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureFragment"}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"parentItem"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}},{kind:"Field",name:{kind:"Name",value:"childContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"siblingContentItemsConnection"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edges"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"node"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ContentItemCardFragment"}}]}}]}}]}}]}}]},"\n query getScriptures($query: String!, $version: String) {\n scriptures(query: $query, version: $version) {\n id\n ...ScriptureItemFragment\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getScriptures"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"query"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"version"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"scriptures"},arguments:[{kind:"Argument",name:{kind:"Name",value:"query"},value:{kind:"Variable",name:{kind:"Name",value:"query"}}},{kind:"Argument",name:{kind:"Name",value:"version"},value:{kind:"Variable",name:{kind:"Name",value:"version"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"FragmentSpread",name:{kind:"Name",value:"ScriptureItemFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ScriptureItemFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Scripture"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"html"}},{kind:"Field",name:{kind:"Name",value:"reference"}},{kind:"Field",name:{kind:"Name",value:"copyright"}},{kind:"Field",name:{kind:"Name",value:"version"}}]}}]}};function c2(a){return ZO0[a]??{}}c2(`
210
210
  query getContentItem($id: ID!) {
211
211
  node(id: $id) {
212
212
  id
@@ -675,7 +675,7 @@ Valid keys: `+JSON.stringify(Object.keys(Y),null," "));var z=Z0(r0,L0,y0,u0,G0+
675
675
  }
676
676
  ...LivestreamPlayerFragment
677
677
  }
678
- `);var lU0={};const iU0=typeof process<"u"&&lU0.NODE_ENV==="development"?"http://localhost:4000":"https://l.apollos.app";function oU0({church:a,accessToken:t,children:n}){const r=e.useCallback(i=>{const o=new URLSearchParams({link:i,church:a});return t&&o.append("token",`Bearer ${t}`),`${iU0}/r?${o.toString()}`},[a,t]),l=i=>{const o=i.target;if(o&&o.tagName==="A"){const c=o.href,m=o.getAttribute("to"),u=c||m;if(u){if(u.includes("/auth/logout")||u.startsWith("http"))return;i.preventDefault();try{const h=r(u);window.location.href=h}catch(h){console.error("Error during redirection:",h),window.location.href=u}}}};return P.jsx(B70.Provider,{value:{church:a,accessToken:t},children:P.jsx("div",{onClick:l,children:n})})}function kL(){return Math.random().toString(36).slice(2)}function cU0(a){const{churchSlug:t,onAsk:n,onTrack:r,initialTurns:l,buildOptions:i}=a,[o,c]=e.useState(l||[]),[m,u]=e.useState(!1),[h,f]=e.useState(null),[v,Z]=e.useState(()=>kL()),H=e.useCallback(()=>{c(l||[]),f(null),Z(kL())},[l]),V=e.useCallback(_=>{c(_||[]),f(null),Z(kL())},[]),b=e.useCallback((_,k)=>{Z(_),c(Array.isArray(k)?k:[]),f(null)},[]),F=e.useCallback(async _=>{const k=(_||"").trim();if(!k)return;u(!0),f(null);const w=i?.()??{},S={search_id:v,type:"user",data:{prompt:k,options:w}};c(I=>[...I,S]),r?.("ask_submit",{churchSlug:t});const T={churchSlug:t,search_id:v,options:{...w,prompt:k}};try{const R=(await n(T)||[]).filter(q=>q.type==="assistant");c(q=>[...q,...R]),r?.("ask_response",{churchSlug:t})}catch(I){const R=I instanceof Error?I.message:"Unknown error";f(R)}finally{u(!1)}},[t,n,r,v]);return{turns:o,loading:m,error:h,submit:F,reset:H,sessionId:v,newSession:V,loadSession:b}}const sU0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M228,128a100,100,0,0,1-98.66,100H128a99.39,99.39,0,0,1-68.62-27.29,12,12,0,0,1,16.48-17.45,76,76,0,1,0-1.57-109c-.13.13-.25.25-.39.37L54.89,92H72a12,12,0,0,1,0,24H24a12,12,0,0,1-12-12V56a12,12,0,0,1,24,0V76.72L57.48,57.06A100,100,0,0,1,228,128Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),e.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L60.63,81.29l17,17A8,8,0,0,1,72,112H24a8,8,0,0,1-8-8V56A8,8,0,0,1,29.66,50.3L49.31,70,60.25,60A96,96,0,0,1,224,128Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M222,128a94,94,0,0,1-92.74,94H128a93.43,93.43,0,0,1-64.5-25.65,6,6,0,1,1,8.24-8.72A82,82,0,1,0,70,70l-.19.19L39.44,98H72a6,6,0,0,1,0,12H24a6,6,0,0,1-6-6V56a6,6,0,0,1,12,0V90.34L61.63,61.4A94,94,0,0,1,222,128Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M220,128a92,92,0,0,1-90.77,92H128a91.47,91.47,0,0,1-63.13-25.1,4,4,0,1,1,5.5-5.82A84,84,0,1,0,68.6,68.57l-.13.12L34.3,100H72a4,4,0,0,1,0,8H24a4,4,0,0,1-4-4V56a4,4,0,0,1,8,0V94.89l35-32A92,92,0,0,1,220,128Z"}))]]),wL=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:sU0}));wL.displayName="ArrowCounterClockwiseIcon";const Ac0=wL,mU0=Object.freeze(Object.defineProperty({__proto__:null,ArrowCounterClockwise:Ac0,ArrowCounterClockwiseIcon:wL},Symbol.toStringTag,{value:"Module"})),dU0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M232.49,215.51,185,168a92.12,92.12,0,1,0-17,17l47.53,47.54a12,12,0,0,0,17-17ZM44,112a68,68,0,1,1,68,68A68.07,68.07,0,0,1,44,112Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M192,112a80,80,0,1,1-80-80A80,80,0,0,1,192,112Z",opacity:"0.2"}),e.createElement("path",{d:"M229.66,218.34,179.6,168.28a88.21,88.21,0,1,0-11.32,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M168,112a56,56,0,1,1-56-56A56,56,0,0,1,168,112Zm61.66,117.66a8,8,0,0,1-11.32,0l-50.06-50.07a88,88,0,1,1,11.32-11.31l50.06,50.06A8,8,0,0,1,229.66,229.66ZM112,184a72,72,0,1,0-72-72A72.08,72.08,0,0,0,112,184Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M228.24,219.76l-51.38-51.38a86.15,86.15,0,1,0-8.48,8.48l51.38,51.38a6,6,0,0,0,8.48-8.48ZM38,112a74,74,0,1,1,74,74A74.09,74.09,0,0,1,38,112Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M226.83,221.17l-52.7-52.7a84.1,84.1,0,1,0-5.66,5.66l52.7,52.7a4,4,0,0,0,5.66-5.66ZM36,112a76,76,0,1,1,76,76A76.08,76.08,0,0,1,36,112Z"}))]]),CL=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:dU0}));CL.displayName="MagnifyingGlassIcon";const nv=CL,uU0=Object.freeze(Object.defineProperty({__proto__:null,MagnifyingGlass:nv,MagnifyingGlassIcon:CL},Symbol.toStringTag,{value:"Module"}));function pU0({placeholder:a,disabled:t,onSubmit:n,onReset:r,showReset:l,value:i,onValueChange:o,autoFocus:c,rightAdornment:m,loading:u}){const[h,f]=e.useState(""),v=e.useMemo(()=>i!==void 0?i:h,[i,h]),Z=H=>{H.key==="Enter"&&(H.preventDefault(),!t&&v.trim()&&n(v))};return P.jsx("div",{className:"w-full",children:P.jsx("div",{className:["relative w-full h-[60px] rounded-3xl shadow-md dark:shadow-none","border border-system-thin dark:border-system-regular-dark","bg-system-chrome dark:bg-material-regular-dark","transition-colors",t?"opacity-90":""].filter(Boolean).join(" "),children:P.jsxs("div",{className:"flex items-center h-full w-full",children:[P.jsx("div",{className:"px-3",children:P.jsx("div",{className:"bg-brand text-white rounded-full p-2 leading-none",children:P.jsx(nv,{size:18,weight:"bold"})})}),P.jsx("input",{type:"text",className:["flex-1 h-full bg-transparent border-none outline-none","text-[20px] text-fg-primary dark:text-fg-primary-dark","placeholder:text-fg-tertiary dark:placeholder:text-fg-tertiary-dark","px-1"].join(" "),placeholder:a||"What are you looking for?",value:v,onChange:H=>o?o(H.target.value):f(H.target.value),onKeyDown:Z,disabled:t,autoComplete:"off",autoFocus:c}),P.jsxs("div",{className:"pr-3 flex items-center gap-1",children:[m,u?P.jsx(io0,{size:18,className:"text-brand animate-spin"}):null,l&&r?P.jsx("button",{type:"button","aria-label":"Start over",className:["p-2 rounded-full transition-colors","hover:bg-system-ultrathin dark:hover:bg-system-ultrathin-dark"].join(" "),onClick:r,children:P.jsx(Ac0,{size:18,className:"text-fg-secondary dark:text-fg-secondary-dark"})}):null]})]})})})}function v3e(){}function g3e(){}function hU0(a,t){const n={};return(a[a.length-1]===""?[...a,""]:a).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const fU0=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,AU0=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,vU0={};function vc0(a,t){return(vU0.jsx?AU0:fU0).test(a)}const gU0=/[ \t\n\f\r]/g;function ZU0(a){return typeof a=="object"?a.type==="text"?gc0(a.value):!1:gc0(a)}function gc0(a){return a.replace(gU0,"")===""}class hd{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}}hd.prototype.normal={},hd.prototype.property={},hd.prototype.space=void 0;function Zc0(a,t){const n={},r={};for(const l of a)Object.assign(n,l.property),Object.assign(r,l.normal);return new hd(n,r,t)}function NL(a){return a.toLowerCase()}class ya{constructor(t,n){this.attribute=n,this.property=t}}ya.prototype.attribute="",ya.prototype.booleanish=!1,ya.prototype.boolean=!1,ya.prototype.commaOrSpaceSeparated=!1,ya.prototype.commaSeparated=!1,ya.prototype.defined=!1,ya.prototype.mustUseProperty=!1,ya.prototype.number=!1,ya.prototype.overloadedBoolean=!1,ya.prototype.property="",ya.prototype.spaceSeparated=!1,ya.prototype.space=void 0;let HU0=0;const Re=Oi(),m6=Oi(),TL=Oi(),Z1=Oi(),p8=Oi(),u9=Oi(),Qa=Oi();function Oi(){return 2**++HU0}const PL=Object.freeze(Object.defineProperty({__proto__:null,boolean:Re,booleanish:m6,commaOrSpaceSeparated:Qa,commaSeparated:u9,number:Z1,overloadedBoolean:TL,spaceSeparated:p8},Symbol.toStringTag,{value:"Module"})),OL=Object.keys(PL);class IL extends ya{constructor(t,n,r,l){let i=-1;if(super(t,n),Hc0(this,"space",l),typeof r=="number")for(;++i<OL.length;){const o=OL[i];Hc0(this,OL[i],(r&PL[o])===PL[o])}}}IL.prototype.defined=!0;function Hc0(a,t,n){n&&(a[t]=n)}function p9(a){const t={},n={};for(const[r,l]of Object.entries(a.properties)){const i=new IL(r,a.transform(a.attributes||{},r),l,a.space);a.mustUseProperty&&a.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[NL(r)]=r,n[NL(i.attribute)]=r}return new hd(t,n,a.space)}const Mc0=p9({properties:{ariaActiveDescendant:null,ariaAtomic:m6,ariaAutoComplete:null,ariaBusy:m6,ariaChecked:m6,ariaColCount:Z1,ariaColIndex:Z1,ariaColSpan:Z1,ariaControls:p8,ariaCurrent:null,ariaDescribedBy:p8,ariaDetails:null,ariaDisabled:m6,ariaDropEffect:p8,ariaErrorMessage:null,ariaExpanded:m6,ariaFlowTo:p8,ariaGrabbed:m6,ariaHasPopup:null,ariaHidden:m6,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:p8,ariaLevel:Z1,ariaLive:null,ariaModal:m6,ariaMultiLine:m6,ariaMultiSelectable:m6,ariaOrientation:null,ariaOwns:p8,ariaPlaceholder:null,ariaPosInSet:Z1,ariaPressed:m6,ariaReadOnly:m6,ariaRelevant:null,ariaRequired:m6,ariaRoleDescription:p8,ariaRowCount:Z1,ariaRowIndex:Z1,ariaRowSpan:Z1,ariaSelected:m6,ariaSetSize:Z1,ariaSort:null,ariaValueMax:Z1,ariaValueMin:Z1,ariaValueNow:Z1,ariaValueText:null,role:null},transform(a,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function Ec0(a,t){return t in a?a[t]:t}function Vc0(a,t){return Ec0(a,t.toLowerCase())}const MU0=p9({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:u9,acceptCharset:p8,accessKey:p8,action:null,allow:null,allowFullScreen:Re,allowPaymentRequest:Re,allowUserMedia:Re,alt:null,as:null,async:Re,autoCapitalize:null,autoComplete:p8,autoFocus:Re,autoPlay:Re,blocking:p8,capture:null,charSet:null,checked:Re,cite:null,className:p8,cols:Z1,colSpan:null,content:null,contentEditable:m6,controls:Re,controlsList:p8,coords:Z1|u9,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Re,defer:Re,dir:null,dirName:null,disabled:Re,download:TL,draggable:m6,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Re,formTarget:null,headers:p8,height:Z1,hidden:TL,high:Z1,href:null,hrefLang:null,htmlFor:p8,httpEquiv:p8,id:null,imageSizes:null,imageSrcSet:null,inert:Re,inputMode:null,integrity:null,is:null,isMap:Re,itemId:null,itemProp:p8,itemRef:p8,itemScope:Re,itemType:p8,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Re,low:Z1,manifest:null,max:null,maxLength:Z1,media:null,method:null,min:null,minLength:Z1,multiple:Re,muted:Re,name:null,nonce:null,noModule:Re,noValidate:Re,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:Re,optimum:Z1,pattern:null,ping:p8,placeholder:null,playsInline:Re,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Re,referrerPolicy:null,rel:p8,required:Re,reversed:Re,rows:Z1,rowSpan:Z1,sandbox:p8,scope:null,scoped:Re,seamless:Re,selected:Re,shadowRootClonable:Re,shadowRootDelegatesFocus:Re,shadowRootMode:null,shape:null,size:Z1,sizes:null,slot:null,span:Z1,spellCheck:m6,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Z1,step:null,style:null,tabIndex:Z1,target:null,title:null,translate:null,type:null,typeMustMatch:Re,useMap:null,value:m6,width:Z1,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:p8,axis:null,background:null,bgColor:null,border:Z1,borderColor:null,bottomMargin:Z1,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Re,declare:Re,event:null,face:null,frame:null,frameBorder:null,hSpace:Z1,leftMargin:Z1,link:null,longDesc:null,lowSrc:null,marginHeight:Z1,marginWidth:Z1,noResize:Re,noHref:Re,noShade:Re,noWrap:Re,object:null,profile:null,prompt:null,rev:null,rightMargin:Z1,rules:null,scheme:null,scrolling:m6,standby:null,summary:null,text:null,topMargin:Z1,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Z1,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Re,disableRemotePlayback:Re,prefix:null,property:null,results:Z1,security:null,unselectable:null},space:"html",transform:Vc0}),EU0=p9({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:Qa,accentHeight:Z1,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Z1,amplitude:Z1,arabicForm:null,ascent:Z1,attributeName:null,attributeType:null,azimuth:Z1,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Z1,by:null,calcMode:null,capHeight:Z1,className:p8,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:Z1,diffuseConstant:Z1,direction:null,display:null,dur:null,divisor:Z1,dominantBaseline:null,download:Re,dx:null,dy:null,edgeMode:null,editable:null,elevation:Z1,enableBackground:null,end:null,event:null,exponent:Z1,externalResourcesRequired:null,fill:null,fillOpacity:Z1,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:u9,g2:u9,glyphName:u9,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Z1,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Z1,horizOriginX:Z1,horizOriginY:Z1,id:null,ideographic:Z1,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Z1,k:Z1,k1:Z1,k2:Z1,k3:Z1,k4:Z1,kernelMatrix:Qa,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Z1,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:Z1,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:Z1,overlineThickness:Z1,paintOrder:null,panose1:null,path:null,pathLength:Z1,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:p8,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Z1,pointsAtY:Z1,pointsAtZ:Z1,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Qa,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Qa,rev:Qa,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Qa,requiredFeatures:Qa,requiredFonts:Qa,requiredFormats:Qa,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:Z1,specularExponent:Z1,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Z1,strikethroughThickness:Z1,string:null,stroke:null,strokeDashArray:Qa,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Z1,strokeOpacity:Z1,strokeWidth:null,style:null,surfaceScale:Z1,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Qa,tabIndex:Z1,tableValues:null,target:null,targetX:Z1,targetY:Z1,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Qa,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Z1,underlineThickness:Z1,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Z1,values:null,vAlphabetic:Z1,vMathematical:Z1,vectorEffect:null,vHanging:Z1,vIdeographic:Z1,version:null,vertAdvY:Z1,vertOriginX:Z1,vertOriginY:Z1,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Z1,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Ec0}),yc0=p9({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(a,t){return"xlink:"+t.slice(5).toLowerCase()}}),bc0=p9({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:Vc0}),Lc0=p9({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(a,t){return"xml:"+t.slice(3).toLowerCase()}}),VU0={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},yU0=/[A-Z]/g,Sc0=/-[a-z]/g,bU0=/^data[-\w.:]+$/i;function LU0(a,t){const n=NL(t);let r=t,l=ya;if(n in a.normal)return a.property[a.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&bU0.test(t)){if(t.charAt(4)==="-"){const i=t.slice(5).replace(Sc0,FU0);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=t.slice(4);if(!Sc0.test(i)){let o=i.replace(yU0,SU0);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}l=IL}return new l(r,t)}function SU0(a){return"-"+a.toLowerCase()}function FU0(a){return a.charAt(1).toUpperCase()}const _U0=Zc0([Mc0,MU0,yc0,bc0,Lc0],"html"),$L=Zc0([Mc0,EU0,yc0,bc0,Lc0],"svg");function kU0(a){return a.join(" ").trim()}var h9={},jL,Fc0;function wU0(){if(Fc0)return jL;Fc0=1;var a=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,l=/^:\s*/,i=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,o=/^[;\s]*/,c=/^\s+|\s+$/g,m=`
678
+ `);var lU0={};const iU0=typeof process<"u"&&lU0.NODE_ENV==="development"?"http://localhost:4000":"https://l.apollos.app";function oU0({church:a,accessToken:t,children:n}){const r=e.useCallback(i=>{const o=new URLSearchParams({link:i,church:a});return t&&o.append("token",`Bearer ${t}`),`${iU0}/r?${o.toString()}`},[a,t]),l=i=>{const o=i.target;if(o&&o.tagName==="A"){const c=o.href,m=o.getAttribute("to"),u=c||m;if(u){if(u.includes("/auth/logout")||u.startsWith("http"))return;i.preventDefault();try{const h=r(u);window.location.href=h}catch(h){console.error("Error during redirection:",h),window.location.href=u}}}};return P.jsx(B70.Provider,{value:{church:a,accessToken:t},children:P.jsx("div",{onClick:l,children:n})})}function kL(){return Math.random().toString(36).slice(2)}function cU0(a){const{churchSlug:t,onAsk:n,onTrack:r,initialTurns:l,buildOptions:i}=a,[o,c]=e.useState(l||[]),[m,u]=e.useState(!1),[h,f]=e.useState(null),[v,Z]=e.useState(()=>kL()),H=e.useCallback(()=>{c(l||[]),f(null),Z(kL())},[l]),V=e.useCallback(_=>{c(_||[]),f(null),Z(kL())},[]),b=e.useCallback((_,k)=>{Z(_),c(Array.isArray(k)?k:[]),f(null)},[]),F=e.useCallback(async _=>{const k=(_||"").trim();if(!k)return;u(!0),f(null);const w=i?.()??{},S={search_id:v,type:"user",data:{prompt:k,options:w}};c(I=>[...I,S]),r?.("ask_submit",{churchSlug:t});const T={churchSlug:t,search_id:v,options:{...w,prompt:k}};try{const R=(await n(T)||[]).filter(q=>q.type==="assistant");c(q=>[...q,...R]),r?.("ask_response",{churchSlug:t})}catch(I){const R=I instanceof Error?I.message:"Unknown error";f(R)}finally{u(!1)}},[t,n,r,v]);return{turns:o,loading:m,error:h,submit:F,reset:H,sessionId:v,newSession:V,loadSession:b}}const sU0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M228,128a100,100,0,0,1-98.66,100H128a99.39,99.39,0,0,1-68.62-27.29,12,12,0,0,1,16.48-17.45,76,76,0,1,0-1.57-109c-.13.13-.25.25-.39.37L54.89,92H72a12,12,0,0,1,0,24H24a12,12,0,0,1-12-12V56a12,12,0,0,1,24,0V76.72L57.48,57.06A100,100,0,0,1,228,128Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),e.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L60.63,81.29l17,17A8,8,0,0,1,72,112H24a8,8,0,0,1-8-8V56A8,8,0,0,1,29.66,50.3L49.31,70,60.25,60A96,96,0,0,1,224,128Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M222,128a94,94,0,0,1-92.74,94H128a93.43,93.43,0,0,1-64.5-25.65,6,6,0,1,1,8.24-8.72A82,82,0,1,0,70,70l-.19.19L39.44,98H72a6,6,0,0,1,0,12H24a6,6,0,0,1-6-6V56a6,6,0,0,1,12,0V90.34L61.63,61.4A94,94,0,0,1,222,128Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M220,128a92,92,0,0,1-90.77,92H128a91.47,91.47,0,0,1-63.13-25.1,4,4,0,1,1,5.5-5.82A84,84,0,1,0,68.6,68.57l-.13.12L34.3,100H72a4,4,0,0,1,0,8H24a4,4,0,0,1-4-4V56a4,4,0,0,1,8,0V94.89l35-32A92,92,0,0,1,220,128Z"}))]]),wL=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:sU0}));wL.displayName="ArrowCounterClockwiseIcon";const Ac0=wL,mU0=Object.freeze(Object.defineProperty({__proto__:null,ArrowCounterClockwise:Ac0,ArrowCounterClockwiseIcon:wL},Symbol.toStringTag,{value:"Module"})),dU0=new Map([["bold",e.createElement(e.Fragment,null,e.createElement("path",{d:"M232.49,215.51,185,168a92.12,92.12,0,1,0-17,17l47.53,47.54a12,12,0,0,0,17-17ZM44,112a68,68,0,1,1,68,68A68.07,68.07,0,0,1,44,112Z"}))],["duotone",e.createElement(e.Fragment,null,e.createElement("path",{d:"M192,112a80,80,0,1,1-80-80A80,80,0,0,1,192,112Z",opacity:"0.2"}),e.createElement("path",{d:"M229.66,218.34,179.6,168.28a88.21,88.21,0,1,0-11.32,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"}))],["fill",e.createElement(e.Fragment,null,e.createElement("path",{d:"M168,112a56,56,0,1,1-56-56A56,56,0,0,1,168,112Zm61.66,117.66a8,8,0,0,1-11.32,0l-50.06-50.07a88,88,0,1,1,11.32-11.31l50.06,50.06A8,8,0,0,1,229.66,229.66ZM112,184a72,72,0,1,0-72-72A72.08,72.08,0,0,0,112,184Z"}))],["light",e.createElement(e.Fragment,null,e.createElement("path",{d:"M228.24,219.76l-51.38-51.38a86.15,86.15,0,1,0-8.48,8.48l51.38,51.38a6,6,0,0,0,8.48-8.48ZM38,112a74,74,0,1,1,74,74A74.09,74.09,0,0,1,38,112Z"}))],["regular",e.createElement(e.Fragment,null,e.createElement("path",{d:"M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"}))],["thin",e.createElement(e.Fragment,null,e.createElement("path",{d:"M226.83,221.17l-52.7-52.7a84.1,84.1,0,1,0-5.66,5.66l52.7,52.7a4,4,0,0,0,5.66-5.66ZM36,112a76,76,0,1,1,76,76A76.08,76.08,0,0,1,36,112Z"}))]]),CL=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:dU0}));CL.displayName="MagnifyingGlassIcon";const nv=CL,uU0=Object.freeze(Object.defineProperty({__proto__:null,MagnifyingGlass:nv,MagnifyingGlassIcon:CL},Symbol.toStringTag,{value:"Module"}));function pU0({placeholder:a,disabled:t,onSubmit:n,onReset:r,showReset:l,value:i,onValueChange:o,autoFocus:c,rightAdornment:m,loading:u}){const[h,f]=e.useState(""),v=e.useMemo(()=>i!==void 0?i:h,[i,h]),Z=H=>{H.key==="Enter"&&(H.preventDefault(),!t&&v.trim()&&n(v))};return P.jsx("div",{className:"w-full",children:P.jsx("div",{className:["relative w-full h-[60px] rounded-3xl shadow-md dark:shadow-none","border border-system-thin dark:border-system-regular-dark","bg-system-chrome dark:bg-material-regular-dark","transition-colors",t?"opacity-90":""].filter(Boolean).join(" "),children:P.jsxs("div",{className:"flex items-center h-full w-full",children:[P.jsx("div",{className:"px-3",children:P.jsx("div",{className:"bg-brand text-white rounded-full p-2 leading-none",children:P.jsx(nv,{size:18,weight:"bold"})})}),P.jsx("input",{type:"text",className:["flex-1 h-full bg-transparent border-none outline-none","text-[20px] text-fg-primary dark:text-fg-primary-dark","placeholder:text-fg-tertiary dark:placeholder:text-fg-tertiary-dark","px-1"].join(" "),placeholder:a||"What are you looking for?",value:v,onChange:H=>o?o(H.target.value):f(H.target.value),onKeyDown:Z,disabled:t,autoComplete:"off",autoFocus:c}),P.jsxs("div",{className:"pr-3 flex items-center gap-1",children:[m,u?P.jsx(io0,{size:18,className:"text-brand animate-spin"}):null,l&&r?P.jsx("button",{type:"button","aria-label":"Start over",className:["p-2 rounded-full transition-colors","hover:bg-system-ultrathin dark:hover:bg-system-ultrathin-dark"].join(" "),onClick:r,children:P.jsx(Ac0,{size:18,className:"text-fg-secondary dark:text-fg-secondary-dark"})}):null]})]})})})}function A3e(){}function v3e(){}function hU0(a,t){const n={};return(a[a.length-1]===""?[...a,""]:a).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const fU0=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,AU0=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,vU0={};function vc0(a,t){return(vU0.jsx?AU0:fU0).test(a)}const gU0=/[ \t\n\f\r]/g;function ZU0(a){return typeof a=="object"?a.type==="text"?gc0(a.value):!1:gc0(a)}function gc0(a){return a.replace(gU0,"")===""}class hd{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}}hd.prototype.normal={},hd.prototype.property={},hd.prototype.space=void 0;function Zc0(a,t){const n={},r={};for(const l of a)Object.assign(n,l.property),Object.assign(r,l.normal);return new hd(n,r,t)}function NL(a){return a.toLowerCase()}class ya{constructor(t,n){this.attribute=n,this.property=t}}ya.prototype.attribute="",ya.prototype.booleanish=!1,ya.prototype.boolean=!1,ya.prototype.commaOrSpaceSeparated=!1,ya.prototype.commaSeparated=!1,ya.prototype.defined=!1,ya.prototype.mustUseProperty=!1,ya.prototype.number=!1,ya.prototype.overloadedBoolean=!1,ya.prototype.property="",ya.prototype.spaceSeparated=!1,ya.prototype.space=void 0;let HU0=0;const Re=Oi(),m6=Oi(),TL=Oi(),Z1=Oi(),p8=Oi(),u9=Oi(),Qa=Oi();function Oi(){return 2**++HU0}const PL=Object.freeze(Object.defineProperty({__proto__:null,boolean:Re,booleanish:m6,commaOrSpaceSeparated:Qa,commaSeparated:u9,number:Z1,overloadedBoolean:TL,spaceSeparated:p8},Symbol.toStringTag,{value:"Module"})),OL=Object.keys(PL);class IL extends ya{constructor(t,n,r,l){let i=-1;if(super(t,n),Hc0(this,"space",l),typeof r=="number")for(;++i<OL.length;){const o=OL[i];Hc0(this,OL[i],(r&PL[o])===PL[o])}}}IL.prototype.defined=!0;function Hc0(a,t,n){n&&(a[t]=n)}function p9(a){const t={},n={};for(const[r,l]of Object.entries(a.properties)){const i=new IL(r,a.transform(a.attributes||{},r),l,a.space);a.mustUseProperty&&a.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[NL(r)]=r,n[NL(i.attribute)]=r}return new hd(t,n,a.space)}const Mc0=p9({properties:{ariaActiveDescendant:null,ariaAtomic:m6,ariaAutoComplete:null,ariaBusy:m6,ariaChecked:m6,ariaColCount:Z1,ariaColIndex:Z1,ariaColSpan:Z1,ariaControls:p8,ariaCurrent:null,ariaDescribedBy:p8,ariaDetails:null,ariaDisabled:m6,ariaDropEffect:p8,ariaErrorMessage:null,ariaExpanded:m6,ariaFlowTo:p8,ariaGrabbed:m6,ariaHasPopup:null,ariaHidden:m6,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:p8,ariaLevel:Z1,ariaLive:null,ariaModal:m6,ariaMultiLine:m6,ariaMultiSelectable:m6,ariaOrientation:null,ariaOwns:p8,ariaPlaceholder:null,ariaPosInSet:Z1,ariaPressed:m6,ariaReadOnly:m6,ariaRelevant:null,ariaRequired:m6,ariaRoleDescription:p8,ariaRowCount:Z1,ariaRowIndex:Z1,ariaRowSpan:Z1,ariaSelected:m6,ariaSetSize:Z1,ariaSort:null,ariaValueMax:Z1,ariaValueMin:Z1,ariaValueNow:Z1,ariaValueText:null,role:null},transform(a,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function Ec0(a,t){return t in a?a[t]:t}function Vc0(a,t){return Ec0(a,t.toLowerCase())}const MU0=p9({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:u9,acceptCharset:p8,accessKey:p8,action:null,allow:null,allowFullScreen:Re,allowPaymentRequest:Re,allowUserMedia:Re,alt:null,as:null,async:Re,autoCapitalize:null,autoComplete:p8,autoFocus:Re,autoPlay:Re,blocking:p8,capture:null,charSet:null,checked:Re,cite:null,className:p8,cols:Z1,colSpan:null,content:null,contentEditable:m6,controls:Re,controlsList:p8,coords:Z1|u9,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Re,defer:Re,dir:null,dirName:null,disabled:Re,download:TL,draggable:m6,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Re,formTarget:null,headers:p8,height:Z1,hidden:TL,high:Z1,href:null,hrefLang:null,htmlFor:p8,httpEquiv:p8,id:null,imageSizes:null,imageSrcSet:null,inert:Re,inputMode:null,integrity:null,is:null,isMap:Re,itemId:null,itemProp:p8,itemRef:p8,itemScope:Re,itemType:p8,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Re,low:Z1,manifest:null,max:null,maxLength:Z1,media:null,method:null,min:null,minLength:Z1,multiple:Re,muted:Re,name:null,nonce:null,noModule:Re,noValidate:Re,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:Re,optimum:Z1,pattern:null,ping:p8,placeholder:null,playsInline:Re,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Re,referrerPolicy:null,rel:p8,required:Re,reversed:Re,rows:Z1,rowSpan:Z1,sandbox:p8,scope:null,scoped:Re,seamless:Re,selected:Re,shadowRootClonable:Re,shadowRootDelegatesFocus:Re,shadowRootMode:null,shape:null,size:Z1,sizes:null,slot:null,span:Z1,spellCheck:m6,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Z1,step:null,style:null,tabIndex:Z1,target:null,title:null,translate:null,type:null,typeMustMatch:Re,useMap:null,value:m6,width:Z1,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:p8,axis:null,background:null,bgColor:null,border:Z1,borderColor:null,bottomMargin:Z1,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Re,declare:Re,event:null,face:null,frame:null,frameBorder:null,hSpace:Z1,leftMargin:Z1,link:null,longDesc:null,lowSrc:null,marginHeight:Z1,marginWidth:Z1,noResize:Re,noHref:Re,noShade:Re,noWrap:Re,object:null,profile:null,prompt:null,rev:null,rightMargin:Z1,rules:null,scheme:null,scrolling:m6,standby:null,summary:null,text:null,topMargin:Z1,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Z1,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Re,disableRemotePlayback:Re,prefix:null,property:null,results:Z1,security:null,unselectable:null},space:"html",transform:Vc0}),EU0=p9({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:Qa,accentHeight:Z1,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Z1,amplitude:Z1,arabicForm:null,ascent:Z1,attributeName:null,attributeType:null,azimuth:Z1,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Z1,by:null,calcMode:null,capHeight:Z1,className:p8,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:Z1,diffuseConstant:Z1,direction:null,display:null,dur:null,divisor:Z1,dominantBaseline:null,download:Re,dx:null,dy:null,edgeMode:null,editable:null,elevation:Z1,enableBackground:null,end:null,event:null,exponent:Z1,externalResourcesRequired:null,fill:null,fillOpacity:Z1,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:u9,g2:u9,glyphName:u9,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Z1,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Z1,horizOriginX:Z1,horizOriginY:Z1,id:null,ideographic:Z1,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Z1,k:Z1,k1:Z1,k2:Z1,k3:Z1,k4:Z1,kernelMatrix:Qa,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Z1,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:Z1,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:Z1,overlineThickness:Z1,paintOrder:null,panose1:null,path:null,pathLength:Z1,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:p8,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Z1,pointsAtY:Z1,pointsAtZ:Z1,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Qa,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Qa,rev:Qa,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Qa,requiredFeatures:Qa,requiredFonts:Qa,requiredFormats:Qa,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:Z1,specularExponent:Z1,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Z1,strikethroughThickness:Z1,string:null,stroke:null,strokeDashArray:Qa,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Z1,strokeOpacity:Z1,strokeWidth:null,style:null,surfaceScale:Z1,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Qa,tabIndex:Z1,tableValues:null,target:null,targetX:Z1,targetY:Z1,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Qa,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Z1,underlineThickness:Z1,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Z1,values:null,vAlphabetic:Z1,vMathematical:Z1,vectorEffect:null,vHanging:Z1,vIdeographic:Z1,version:null,vertAdvY:Z1,vertOriginX:Z1,vertOriginY:Z1,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Z1,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Ec0}),yc0=p9({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(a,t){return"xlink:"+t.slice(5).toLowerCase()}}),bc0=p9({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:Vc0}),Lc0=p9({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(a,t){return"xml:"+t.slice(3).toLowerCase()}}),VU0={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},yU0=/[A-Z]/g,Sc0=/-[a-z]/g,bU0=/^data[-\w.:]+$/i;function LU0(a,t){const n=NL(t);let r=t,l=ya;if(n in a.normal)return a.property[a.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&bU0.test(t)){if(t.charAt(4)==="-"){const i=t.slice(5).replace(Sc0,FU0);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=t.slice(4);if(!Sc0.test(i)){let o=i.replace(yU0,SU0);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}l=IL}return new l(r,t)}function SU0(a){return"-"+a.toLowerCase()}function FU0(a){return a.charAt(1).toUpperCase()}const _U0=Zc0([Mc0,MU0,yc0,bc0,Lc0],"html"),$L=Zc0([Mc0,EU0,yc0,bc0,Lc0],"svg");function kU0(a){return a.join(" ").trim()}var h9={},jL,Fc0;function wU0(){if(Fc0)return jL;Fc0=1;var a=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,l=/^:\s*/,i=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,o=/^[;\s]*/,c=/^\s+|\s+$/g,m=`
679
679
  `,u="/",h="*",f="",v="comment",Z="declaration";jL=function(V,b){if(typeof V!="string")throw new TypeError("First argument must be a string");if(!V)return[];b=b||{};var F=1,_=1;function k(l0){var K=l0.match(t);K&&(F+=K.length);var X=l0.lastIndexOf(m);_=~X?l0.length-X:_+l0.length}function w(){var l0={line:F,column:_};return function(K){return K.position=new S(l0),R(),K}}function S(l0){this.start=l0,this.end={line:F,column:_},this.source=b.source}S.prototype.content=V;function T(l0){var K=new Error(b.source+":"+F+":"+_+": "+l0);if(K.reason=l0,K.filename=b.source,K.line=F,K.column=_,K.source=V,!b.silent)throw K}function I(l0){var K=l0.exec(V);if(K){var X=K[0];return k(X),V=V.slice(X.length),K}}function R(){I(n)}function q(l0){var K;for(l0=l0||[];K=x();)K!==!1&&l0.push(K);return l0}function x(){var l0=w();if(!(u!=V.charAt(0)||h!=V.charAt(1))){for(var K=2;f!=V.charAt(K)&&(h!=V.charAt(K)||u!=V.charAt(K+1));)++K;if(K+=2,f===V.charAt(K-1))return T("End of comment missing");var X=V.slice(2,K-2);return _+=2,k(X),V=V.slice(K),_+=2,l0({type:v,comment:X})}}function Q(){var l0=w(),K=I(r);if(K){if(x(),!I(l))return T("property missing ':'");var X=I(i),E0=l0({type:Z,property:H(K[0].replace(a,f)),value:X?H(X[0].replace(a,f)):f});return I(o),E0}}function n0(){var l0=[];q(l0);for(var K;K=Q();)K!==!1&&(l0.push(K),q(l0));return l0}return R(),n0()};function H(V){return V?V.replace(c,f):f}return jL}var _c0;function CU0(){if(_c0)return h9;_c0=1;var a=h9&&h9.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(h9,"__esModule",{value:!0}),h9.default=n;var t=a(wU0());function n(r,l){var i=null;if(!r||typeof r!="string")return i;var o=(0,t.default)(r),c=typeof l=="function";return o.forEach(function(m){if(m.type==="declaration"){var u=m.property,h=m.value;c?l(u,h,m):h&&(i=i||{},i[u]=h)}}),i}return h9}var fd={},kc0;function NU0(){if(kc0)return fd;kc0=1,Object.defineProperty(fd,"__esModule",{value:!0}),fd.camelCase=void 0;var a=/^--[a-zA-Z0-9_-]+$/,t=/-([a-z])/g,n=/^[^-]+$/,r=/^-(webkit|moz|ms|o|khtml)-/,l=/^-(ms)-/,i=function(u){return!u||n.test(u)||a.test(u)},o=function(u,h){return h.toUpperCase()},c=function(u,h){return"".concat(h,"-")},m=function(u,h){return h===void 0&&(h={}),i(u)?u:(u=u.toLowerCase(),h.reactCompat?u=u.replace(l,c):u=u.replace(r,c),u.replace(t,o))};return fd.camelCase=m,fd}var Ad,wc0;function TU0(){if(wc0)return Ad;wc0=1;var a=Ad&&Ad.__importDefault||function(l){return l&&l.__esModule?l:{default:l}},t=a(CU0()),n=NU0();function r(l,i){var o={};return!l||typeof l!="string"||(0,t.default)(l,function(c,m){c&&m&&(o[(0,n.camelCase)(c,i)]=m)}),o}return r.default=r,Ad=r,Ad}var PU0=TU0();const OU0=h2(PU0),IU0=$U0("start");function $U0(a){return t;function t(n){const r=n&&n.position&&n.position[a]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function jU0(a){return!a||typeof a!="object"?"":"position"in a||"type"in a?Cc0(a.position):"start"in a||"end"in a?Cc0(a):"line"in a||"column"in a?xL(a):""}function xL(a){return Nc0(a&&a.line)+":"+Nc0(a&&a.column)}function Cc0(a){return xL(a&&a.start)+"-"+xL(a&&a.end)}function Nc0(a){return a&&typeof a=="number"?a:1}let W4=class extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let l="",i={},o=!1;if(n&&("line"in n&&"column"in n?i={place:n}:"start"in n&&"end"in n?i={place:n}:"type"in n?i={ancestors:[n],place:n.position}:i={...n}),typeof t=="string"?l=t:!i.cause&&t&&(o=!0,l=t.message,i.cause=t),!i.ruleId&&!i.source&&typeof r=="string"){const m=r.indexOf(":");m===-1?i.ruleId=r:(i.source=r.slice(0,m),i.ruleId=r.slice(m+1))}if(!i.place&&i.ancestors&&i.ancestors){const m=i.ancestors[i.ancestors.length-1];m&&(i.place=m.position)}const c=i.place&&"start"in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=c?c.column:void 0,this.fatal=void 0,this.file="",this.message=l,this.line=c?c.line:void 0,this.name=jU0(i.place)||"1:1",this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=o&&i.cause&&typeof i.cause.stack=="string"?i.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};W4.prototype.file="",W4.prototype.name="",W4.prototype.reason="",W4.prototype.message="",W4.prototype.stack="",W4.prototype.column=void 0,W4.prototype.line=void 0,W4.prototype.ancestors=void 0,W4.prototype.cause=void 0,W4.prototype.fatal=void 0,W4.prototype.place=void 0,W4.prototype.ruleId=void 0,W4.prototype.source=void 0;const RL={}.hasOwnProperty,xU0=new Map,RU0=/[A-Z]/g,DU0=new Set(["table","tbody","thead","tfoot","tr"]),zU0=new Set(["td","th"]),Tc0="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function BU0(a,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=XU0(n,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");r=QU0(n,t.jsx,t.jsxs)}const l={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?$L:_U0,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},i=Pc0(l,a,void 0);return i&&typeof i!="string"?i:l.create(a,l.Fragment,{children:i||void 0},void 0)}function Pc0(a,t,n){if(t.type==="element")return UU0(a,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return qU0(a,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return GU0(a,t,n);if(t.type==="mdxjsEsm")return WU0(a,t);if(t.type==="root")return YU0(a,t,n);if(t.type==="text")return KU0(a,t)}function UU0(a,t,n){const r=a.schema;let l=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(l=$L,a.schema=l),a.ancestors.push(t);const i=Ic0(a,t.tagName,!1),o=JU0(a,t);let c=zL(a,t);return DU0.has(t.tagName)&&(c=c.filter(function(m){return typeof m=="string"?!ZU0(m):!0})),Oc0(a,o,i,t),DL(o,c),a.ancestors.pop(),a.schema=r,a.create(t,i,o,n)}function qU0(a,t){if(t.data&&t.data.estree&&a.evaluater){const r=t.data.estree.body[0];return r.type,a.evaluater.evaluateExpression(r.expression)}vd(a,t.position)}function WU0(a,t){if(t.data&&t.data.estree&&a.evaluater)return a.evaluater.evaluateProgram(t.data.estree);vd(a,t.position)}function GU0(a,t,n){const r=a.schema;let l=r;t.name==="svg"&&r.space==="html"&&(l=$L,a.schema=l),a.ancestors.push(t);const i=t.name===null?a.Fragment:Ic0(a,t.name,!0),o=eq0(a,t),c=zL(a,t);return Oc0(a,o,i,t),DL(o,c),a.ancestors.pop(),a.schema=r,a.create(t,i,o,n)}function YU0(a,t,n){const r={};return DL(r,zL(a,t)),a.create(t,a.Fragment,r,n)}function KU0(a,t){return t.value}function Oc0(a,t,n,r){typeof n!="string"&&n!==a.Fragment&&a.passNode&&(t.node=r)}function DL(a,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(a.children=n)}}function QU0(a,t,n){return r;function r(l,i,o,c){const u=Array.isArray(o.children)?n:t;return c?u(i,o,c):u(i,o)}}function XU0(a,t){return n;function n(r,l,i,o){const c=Array.isArray(i.children),m=IU0(r);return t(l,i,o,c,{columnNumber:m?m.column-1:void 0,fileName:a,lineNumber:m?m.line:void 0},void 0)}}function JU0(a,t){const n={};let r,l;for(l in t.properties)if(l!=="children"&&RL.call(t.properties,l)){const i=aq0(a,l,t.properties[l]);if(i){const[o,c]=i;a.tableCellAlignToStyle&&o==="align"&&typeof c=="string"&&zU0.has(t.tagName)?r=c:n[o]=c}}if(r){const i=n.style||(n.style={});i[a.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function eq0(a,t){const n={};for(const r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&a.evaluater){const i=r.data.estree.body[0];i.type;const o=i.expression;o.type;const c=o.properties[0];c.type,Object.assign(n,a.evaluater.evaluateExpression(c.argument))}else vd(a,t.position);else{const l=r.name;let i;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&a.evaluater){const c=r.value.data.estree.body[0];c.type,i=a.evaluater.evaluateExpression(c.expression)}else vd(a,t.position);else i=r.value===null?!0:r.value;n[l]=i}return n}function zL(a,t){const n=[];let r=-1;const l=a.passKeys?new Map:xU0;for(;++r<t.children.length;){const i=t.children[r];let o;if(a.passKeys){const m=i.type==="element"?i.tagName:i.type==="mdxJsxFlowElement"||i.type==="mdxJsxTextElement"?i.name:void 0;if(m){const u=l.get(m)||0;o=m+"-"+u,l.set(m,u+1)}}const c=Pc0(a,i,o);c!==void 0&&n.push(c)}return n}function aq0(a,t,n){const r=LU0(a.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?hU0(n):kU0(n)),r.property==="style"){let l=typeof n=="object"?n:tq0(a,String(n));return a.stylePropertyNameCase==="css"&&(l=nq0(l)),["style",l]}return[a.elementAttributeNameCase==="react"&&r.space?VU0[r.property]||r.property:r.attribute,n]}}function tq0(a,t){try{return OU0(t,{reactCompat:!0})}catch(n){if(a.ignoreInvalidStyle)return{};const r=n,l=new W4("Cannot parse `style` attribute",{ancestors:a.ancestors,cause:r,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw l.file=a.filePath||void 0,l.url=Tc0+"#cannot-parse-style-attribute",l}}function Ic0(a,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){const l=t.split(".");let i=-1,o;for(;++i<l.length;){const c=vc0(l[i])?{type:"Identifier",name:l[i]}:{type:"Literal",value:l[i]};o=o?{type:"MemberExpression",object:o,property:c,computed:!!(i&&c.type==="Literal"),optional:!1}:c}r=o}else r=vc0(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const l=r.value;return RL.call(a.components,l)?a.components[l]:l}if(a.evaluater)return a.evaluater.evaluateExpression(r);vd(a)}function vd(a,t){const n=new W4("Cannot handle MDX estrees without `createEvaluater`",{ancestors:a.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=a.filePath||void 0,n.url=Tc0+"#cannot-handle-mdx-estrees-without-createevaluater",n}function nq0(a){const t={};let n;for(n in a)RL.call(a,n)&&(t[rq0(n)]=a[n]);return t}function rq0(a){let t=a.replace(RU0,lq0);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function lq0(a){return"-"+a.toLowerCase()}const BL={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},iq0={};function oq0(a,t){const n=iq0,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,l=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return $c0(a,r,l)}function $c0(a,t,n){if(cq0(a)){if("value"in a)return a.type==="html"&&!n?"":a.value;if(t&&"alt"in a&&a.alt)return a.alt;if("children"in a)return jc0(a.children,t,n)}return Array.isArray(a)?jc0(a,t,n):""}function jc0(a,t,n){const r=[];let l=-1;for(;++l<a.length;)r[l]=$c0(a[l],t,n);return r.join("")}function cq0(a){return!!(a&&typeof a=="object")}const xc0=document.createElement("i");function UL(a){const t="&"+a+";";xc0.innerHTML=t;const n=xc0.textContent;return n.charCodeAt(n.length-1)===59&&a!=="semi"||n===t?!1:n}function ba(a,t,n,r){const l=a.length;let i=0,o;if(t<0?t=-t>l?0:l+t:t=t>l?l:t,n=n>0?n:0,r.length<1e4)o=Array.from(r),o.unshift(t,n),a.splice(...o);else for(n&&a.splice(t,n);i<r.length;)o=r.slice(i,i+1e4),o.unshift(t,0),a.splice(...o),i+=1e4,t+=1e4}function Et(a,t){return a.length>0?(ba(a,a.length,0,t),a):t}const Rc0={}.hasOwnProperty;function sq0(a){const t={};let n=-1;for(;++n<a.length;)mq0(t,a[n]);return t}function mq0(a,t){let n;for(n in t){const l=(Rc0.call(a,n)?a[n]:void 0)||(a[n]={}),i=t[n];let o;if(i)for(o in i){Rc0.call(l,o)||(l[o]=[]);const c=i[o];dq0(l[o],Array.isArray(c)?c:c?[c]:[])}}}function dq0(a,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?a:r).push(t[n]);ba(a,0,0,r)}function Dc0(a,t){const n=Number.parseInt(a,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"�":String.fromCodePoint(n)}function tn(a){return a.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const zc0=uq0(/[\dA-Za-z]/);function uq0(a){return t;function t(n){return n!==null&&n>-1&&a.test(String.fromCharCode(n))}}function f9(a){const t=[];let n=-1,r=0,l=0;for(;++n<a.length;){const i=a.charCodeAt(n);let o="";if(i===37&&zc0(a.charCodeAt(n+1))&&zc0(a.charCodeAt(n+2)))l=2;else if(i<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(i))||(o=String.fromCharCode(i));else if(i>55295&&i<57344){const c=a.charCodeAt(n+1);i<56320&&c>56319&&c<57344?(o=String.fromCharCode(i,c),l=1):o="�"}else o=String.fromCharCode(i);o&&(t.push(a.slice(r,n),encodeURIComponent(o)),r=n+l+1,o=""),l&&(n+=l,l=0)}return t.join("")+a.slice(r)}function Bc0(a){return a===-2||a===-1||a===32}function u2(a,t,n,r){const l=r?r-1:Number.POSITIVE_INFINITY;let i=0;return o;function o(m){return Bc0(m)?(a.enter(n),c(m)):t(m)}function c(m){return Bc0(m)&&i++<l?(a.consume(m),c):(a.exit(n),t(m))}}const Jn=A9(/[A-Za-z]/),nn=A9(/[\dA-Za-z]/),pq0=A9(/[#-'*+\--9=?A-Z^-~]/);function qL(a){return a!==null&&(a<32||a===127)}const WL=A9(/\d/),hq0=A9(/[\dA-Fa-f]/),fq0=A9(/[!-/:-@[-`{-~]/);function Fe(a){return a!==null&&a<-2}function Xa(a){return a!==null&&(a<0||a===32)}function Y2(a){return a===-2||a===-1||a===32}function A9(a){return t;function t(n){return n!==null&&n>-1&&a.test(String.fromCharCode(n))}}const Aq0={tokenize:vq0};function vq0(a){const t=a.attempt(this.parser.constructs.contentInitial,r,l);let n;return t;function r(c){if(c===null){a.consume(c);return}return a.enter("lineEnding"),a.consume(c),a.exit("lineEnding"),u2(a,t,"linePrefix")}function l(c){return a.enter("paragraph"),i(c)}function i(c){const m=a.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=m),n=m,o(c)}function o(c){if(c===null){a.exit("chunkText"),a.exit("paragraph"),a.consume(c);return}return Fe(c)?(a.consume(c),a.exit("chunkText"),i):(a.consume(c),o)}}const gq0={tokenize:Zq0},Uc0={tokenize:Hq0};function Zq0(a){const t=this,n=[];let r=0,l,i,o;return c;function c(k){if(r<n.length){const w=n[r];return t.containerState=w[1],a.attempt(w[0].continuation,m,u)(k)}return u(k)}function m(k){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,l&&_();const w=t.events.length;let S=w,T;for(;S--;)if(t.events[S][0]==="exit"&&t.events[S][1].type==="chunkFlow"){T=t.events[S][1].end;break}F(r);let I=w;for(;I<t.events.length;)t.events[I][1].end={...T},I++;return ba(t.events,S+1,0,t.events.slice(w)),t.events.length=I,u(k)}return c(k)}function u(k){if(r===n.length){if(!l)return v(k);if(l.currentConstruct&&l.currentConstruct.concrete)return H(k);t.interrupt=!!(l.currentConstruct&&!l._gfmTableDynamicInterruptHack)}return t.containerState={},a.check(Uc0,h,f)(k)}function h(k){return l&&_(),F(r),v(k)}function f(k){return t.parser.lazy[t.now().line]=r!==n.length,o=t.now().offset,H(k)}function v(k){return t.containerState={},a.attempt(Uc0,Z,H)(k)}function Z(k){return r++,n.push([t.currentConstruct,t.containerState]),v(k)}function H(k){if(k===null){l&&_(),F(0),a.consume(k);return}return l=l||t.parser.flow(t.now()),a.enter("chunkFlow",{_tokenizer:l,contentType:"flow",previous:i}),V(k)}function V(k){if(k===null){b(a.exit("chunkFlow"),!0),F(0),a.consume(k);return}return Fe(k)?(a.consume(k),b(a.exit("chunkFlow")),r=0,t.interrupt=void 0,c):(a.consume(k),V)}function b(k,w){const S=t.sliceStream(k);if(w&&S.push(null),k.previous=i,i&&(i.next=k),i=k,l.defineSkip(k.start),l.write(S),t.parser.lazy[k.start.line]){let T=l.events.length;for(;T--;)if(l.events[T][1].start.offset<o&&(!l.events[T][1].end||l.events[T][1].end.offset>o))return;const I=t.events.length;let R=I,q,x;for(;R--;)if(t.events[R][0]==="exit"&&t.events[R][1].type==="chunkFlow"){if(q){x=t.events[R][1].end;break}q=!0}for(F(r),T=I;T<t.events.length;)t.events[T][1].end={...x},T++;ba(t.events,R+1,0,t.events.slice(I)),t.events.length=T}}function F(k){let w=n.length;for(;w-- >k;){const S=n[w];t.containerState=S[1],S[0].exit.call(t,a)}n.length=k}function _(){l.write([null]),i=void 0,l=void 0,t.containerState._closeFlow=void 0}}function Hq0(a,t,n){return u2(a,a.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function Mq0(a){return a!==null&&(a<0||a===32)}const Eq0=qc0(new RegExp("\\p{P}|\\p{S}","u")),Vq0=qc0(/\s/);function qc0(a){return t;function t(n){return n!==null&&n>-1&&a.test(String.fromCharCode(n))}}function v9(a){if(a===null||Mq0(a)||Vq0(a))return 1;if(Eq0(a))return 2}function rv(a,t,n){const r=[];let l=-1;for(;++l<a.length;){const i=a[l].resolveAll;i&&!r.includes(i)&&(t=i(t,n),r.push(i))}return t}const GL={name:"attention",resolveAll:yq0,tokenize:bq0};function yq0(a,t){let n=-1,r,l,i,o,c,m,u,h;for(;++n<a.length;)if(a[n][0]==="enter"&&a[n][1].type==="attentionSequence"&&a[n][1]._close){for(r=n;r--;)if(a[r][0]==="exit"&&a[r][1].type==="attentionSequence"&&a[r][1]._open&&t.sliceSerialize(a[r][1]).charCodeAt(0)===t.sliceSerialize(a[n][1]).charCodeAt(0)){if((a[r][1]._close||a[n][1]._open)&&(a[n][1].end.offset-a[n][1].start.offset)%3&&!((a[r][1].end.offset-a[r][1].start.offset+a[n][1].end.offset-a[n][1].start.offset)%3))continue;m=a[r][1].end.offset-a[r][1].start.offset>1&&a[n][1].end.offset-a[n][1].start.offset>1?2:1;const f={...a[r][1].end},v={...a[n][1].start};Wc0(f,-m),Wc0(v,m),o={type:m>1?"strongSequence":"emphasisSequence",start:f,end:{...a[r][1].end}},c={type:m>1?"strongSequence":"emphasisSequence",start:{...a[n][1].start},end:v},i={type:m>1?"strongText":"emphasisText",start:{...a[r][1].end},end:{...a[n][1].start}},l={type:m>1?"strong":"emphasis",start:{...o.start},end:{...c.end}},a[r][1].end={...o.start},a[n][1].start={...c.end},u=[],a[r][1].end.offset-a[r][1].start.offset&&(u=Et(u,[["enter",a[r][1],t],["exit",a[r][1],t]])),u=Et(u,[["enter",l,t],["enter",o,t],["exit",o,t],["enter",i,t]]),u=Et(u,rv(t.parser.constructs.insideSpan.null,a.slice(r+1,n),t)),u=Et(u,[["exit",i,t],["enter",c,t],["exit",c,t],["exit",l,t]]),a[n][1].end.offset-a[n][1].start.offset?(h=2,u=Et(u,[["enter",a[n][1],t],["exit",a[n][1],t]])):h=0,ba(a,r-1,n-r+3,u),n=r+u.length-h-2;break}}for(n=-1;++n<a.length;)a[n][1].type==="attentionSequence"&&(a[n][1].type="data");return a}function bq0(a,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,l=v9(r);let i;return o;function o(m){return i=m,a.enter("attentionSequence"),c(m)}function c(m){if(m===i)return a.consume(m),c;const u=a.exit("attentionSequence"),h=v9(m),f=!h||h===2&&l||n.includes(m),v=!l||l===2&&h||n.includes(r);return u._open=!!(i===42?f:f&&(l||!v)),u._close=!!(i===42?v:v&&(h||!f)),t(m)}}function Wc0(a,t){a.column+=t,a.offset+=t,a._bufferIndex+=t}const Lq0={name:"autolink",tokenize:Sq0};function Sq0(a,t,n){let r=0;return l;function l(Z){return a.enter("autolink"),a.enter("autolinkMarker"),a.consume(Z),a.exit("autolinkMarker"),a.enter("autolinkProtocol"),i}function i(Z){return Jn(Z)?(a.consume(Z),o):Z===64?n(Z):u(Z)}function o(Z){return Z===43||Z===45||Z===46||nn(Z)?(r=1,c(Z)):u(Z)}function c(Z){return Z===58?(a.consume(Z),r=0,m):(Z===43||Z===45||Z===46||nn(Z))&&r++<32?(a.consume(Z),c):(r=0,u(Z))}function m(Z){return Z===62?(a.exit("autolinkProtocol"),a.enter("autolinkMarker"),a.consume(Z),a.exit("autolinkMarker"),a.exit("autolink"),t):Z===null||Z===32||Z===60||qL(Z)?n(Z):(a.consume(Z),m)}function u(Z){return Z===64?(a.consume(Z),h):pq0(Z)?(a.consume(Z),u):n(Z)}function h(Z){return nn(Z)?f(Z):n(Z)}function f(Z){return Z===46?(a.consume(Z),r=0,h):Z===62?(a.exit("autolinkProtocol").type="autolinkEmail",a.enter("autolinkMarker"),a.consume(Z),a.exit("autolinkMarker"),a.exit("autolink"),t):v(Z)}function v(Z){if((Z===45||nn(Z))&&r++<63){const H=Z===45?v:f;return a.consume(Z),H}return n(Z)}}const lv={partial:!0,tokenize:Fq0};function Fq0(a,t,n){return r;function r(i){return Y2(i)?u2(a,l,"linePrefix")(i):l(i)}function l(i){return i===null||Fe(i)?t(i):n(i)}}const Gc0={continuation:{tokenize:kq0},exit:wq0,name:"blockQuote",tokenize:_q0};function _q0(a,t,n){const r=this;return l;function l(o){if(o===62){const c=r.containerState;return c.open||(a.enter("blockQuote",{_container:!0}),c.open=!0),a.enter("blockQuotePrefix"),a.enter("blockQuoteMarker"),a.consume(o),a.exit("blockQuoteMarker"),i}return n(o)}function i(o){return Y2(o)?(a.enter("blockQuotePrefixWhitespace"),a.consume(o),a.exit("blockQuotePrefixWhitespace"),a.exit("blockQuotePrefix"),t):(a.exit("blockQuotePrefix"),t(o))}}function kq0(a,t,n){const r=this;return l;function l(o){return Y2(o)?u2(a,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o):i(o)}function i(o){return a.attempt(Gc0,t,n)(o)}}function wq0(a){a.exit("blockQuote")}const Yc0={name:"characterEscape",tokenize:Cq0};function Cq0(a,t,n){return r;function r(i){return a.enter("characterEscape"),a.enter("escapeMarker"),a.consume(i),a.exit("escapeMarker"),l}function l(i){return fq0(i)?(a.enter("characterEscapeValue"),a.consume(i),a.exit("characterEscapeValue"),a.exit("characterEscape"),t):n(i)}}const Kc0={name:"characterReference",tokenize:Nq0};function Nq0(a,t,n){const r=this;let l=0,i,o;return c;function c(f){return a.enter("characterReference"),a.enter("characterReferenceMarker"),a.consume(f),a.exit("characterReferenceMarker"),m}function m(f){return f===35?(a.enter("characterReferenceMarkerNumeric"),a.consume(f),a.exit("characterReferenceMarkerNumeric"),u):(a.enter("characterReferenceValue"),i=31,o=nn,h(f))}function u(f){return f===88||f===120?(a.enter("characterReferenceMarkerHexadecimal"),a.consume(f),a.exit("characterReferenceMarkerHexadecimal"),a.enter("characterReferenceValue"),i=6,o=hq0,h):(a.enter("characterReferenceValue"),i=7,o=WL,h(f))}function h(f){if(f===59&&l){const v=a.exit("characterReferenceValue");return o===nn&&!UL(r.sliceSerialize(v))?n(f):(a.enter("characterReferenceMarker"),a.consume(f),a.exit("characterReferenceMarker"),a.exit("characterReference"),t)}return o(f)&&l++<i?(a.consume(f),h):n(f)}}const Qc0={partial:!0,tokenize:Pq0},Xc0={concrete:!0,name:"codeFenced",tokenize:Tq0};function Tq0(a,t,n){const r=this,l={partial:!0,tokenize:S};let i=0,o=0,c;return m;function m(T){return u(T)}function u(T){const I=r.events[r.events.length-1];return i=I&&I[1].type==="linePrefix"?I[2].sliceSerialize(I[1],!0).length:0,c=T,a.enter("codeFenced"),a.enter("codeFencedFence"),a.enter("codeFencedFenceSequence"),h(T)}function h(T){return T===c?(o++,a.consume(T),h):o<3?n(T):(a.exit("codeFencedFenceSequence"),Y2(T)?u2(a,f,"whitespace")(T):f(T))}function f(T){return T===null||Fe(T)?(a.exit("codeFencedFence"),r.interrupt?t(T):a.check(Qc0,V,w)(T)):(a.enter("codeFencedFenceInfo"),a.enter("chunkString",{contentType:"string"}),v(T))}function v(T){return T===null||Fe(T)?(a.exit("chunkString"),a.exit("codeFencedFenceInfo"),f(T)):Y2(T)?(a.exit("chunkString"),a.exit("codeFencedFenceInfo"),u2(a,Z,"whitespace")(T)):T===96&&T===c?n(T):(a.consume(T),v)}function Z(T){return T===null||Fe(T)?f(T):(a.enter("codeFencedFenceMeta"),a.enter("chunkString",{contentType:"string"}),H(T))}function H(T){return T===null||Fe(T)?(a.exit("chunkString"),a.exit("codeFencedFenceMeta"),f(T)):T===96&&T===c?n(T):(a.consume(T),H)}function V(T){return a.attempt(l,w,b)(T)}function b(T){return a.enter("lineEnding"),a.consume(T),a.exit("lineEnding"),F}function F(T){return i>0&&Y2(T)?u2(a,_,"linePrefix",i+1)(T):_(T)}function _(T){return T===null||Fe(T)?a.check(Qc0,V,w)(T):(a.enter("codeFlowValue"),k(T))}function k(T){return T===null||Fe(T)?(a.exit("codeFlowValue"),_(T)):(a.consume(T),k)}function w(T){return a.exit("codeFenced"),t(T)}function S(T,I,R){let q=0;return x;function x(X){return T.enter("lineEnding"),T.consume(X),T.exit("lineEnding"),Q}function Q(X){return T.enter("codeFencedFence"),Y2(X)?u2(T,n0,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(X):n0(X)}function n0(X){return X===c?(T.enter("codeFencedFenceSequence"),l0(X)):R(X)}function l0(X){return X===c?(q++,T.consume(X),l0):q>=o?(T.exit("codeFencedFenceSequence"),Y2(X)?u2(T,K,"whitespace")(X):K(X)):R(X)}function K(X){return X===null||Fe(X)?(T.exit("codeFencedFence"),I(X)):R(X)}}}function Pq0(a,t,n){const r=this;return l;function l(o){return o===null?n(o):(a.enter("lineEnding"),a.consume(o),a.exit("lineEnding"),i)}function i(o){return r.parser.lazy[r.now().line]?n(o):t(o)}}const YL={name:"codeIndented",tokenize:Iq0},Oq0={partial:!0,tokenize:$q0};function Iq0(a,t,n){const r=this;return l;function l(u){return a.enter("codeIndented"),u2(a,i,"linePrefix",5)(u)}function i(u){const h=r.events[r.events.length-1];return h&&h[1].type==="linePrefix"&&h[2].sliceSerialize(h[1],!0).length>=4?o(u):n(u)}function o(u){return u===null?m(u):Fe(u)?a.attempt(Oq0,o,m)(u):(a.enter("codeFlowValue"),c(u))}function c(u){return u===null||Fe(u)?(a.exit("codeFlowValue"),o(u)):(a.consume(u),c)}function m(u){return a.exit("codeIndented"),t(u)}}function $q0(a,t,n){const r=this;return l;function l(o){return r.parser.lazy[r.now().line]?n(o):Fe(o)?(a.enter("lineEnding"),a.consume(o),a.exit("lineEnding"),l):u2(a,i,"linePrefix",5)(o)}function i(o){const c=r.events[r.events.length-1];return c&&c[1].type==="linePrefix"&&c[2].sliceSerialize(c[1],!0).length>=4?t(o):Fe(o)?l(o):n(o)}}const jq0={name:"codeText",previous:Rq0,resolve:xq0,tokenize:Dq0};function xq0(a){let t=a.length-4,n=3,r,l;if((a[n][1].type==="lineEnding"||a[n][1].type==="space")&&(a[t][1].type==="lineEnding"||a[t][1].type==="space")){for(r=n;++r<t;)if(a[r][1].type==="codeTextData"){a[n][1].type="codeTextPadding",a[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)l===void 0?r!==t&&a[r][1].type!=="lineEnding"&&(l=r):(r===t||a[r][1].type==="lineEnding")&&(a[l][1].type="codeTextData",r!==l+2&&(a[l][1].end=a[r-1][1].end,a.splice(l+2,r-l-2),t-=r-l-2,r=l+2),l=void 0);return a}function Rq0(a){return a!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Dq0(a,t,n){let r=0,l,i;return o;function o(f){return a.enter("codeText"),a.enter("codeTextSequence"),c(f)}function c(f){return f===96?(a.consume(f),r++,c):(a.exit("codeTextSequence"),m(f))}function m(f){return f===null?n(f):f===32?(a.enter("space"),a.consume(f),a.exit("space"),m):f===96?(i=a.enter("codeTextSequence"),l=0,h(f)):Fe(f)?(a.enter("lineEnding"),a.consume(f),a.exit("lineEnding"),m):(a.enter("codeTextData"),u(f))}function u(f){return f===null||f===32||f===96||Fe(f)?(a.exit("codeTextData"),m(f)):(a.consume(f),u)}function h(f){return f===96?(a.consume(f),l++,h):l===r?(a.exit("codeTextSequence"),a.exit("codeText"),t(f)):(i.type="codeTextData",u(f))}}class zq0{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,n){const r=n??Number.POSITIVE_INFINITY;return r<this.left.length?this.left.slice(t,r):t>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(t,n,r){const l=n||0;this.setCursor(Math.trunc(t));const i=this.right.splice(this.right.length-l,Number.POSITIVE_INFINITY);return r&&gd(this.left,r),i.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),gd(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),gd(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){const n=this.left.splice(t,Number.POSITIVE_INFINITY);gd(this.right,n.reverse())}else{const n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);gd(this.left,n.reverse())}}}function gd(a,t){let n=0;if(t.length<1e4)a.push(...t);else for(;n<t.length;)a.push(...t.slice(n,n+1e4)),n+=1e4}function Jc0(a){const t={};let n=-1,r,l,i,o,c,m,u;const h=new zq0(a);for(;++n<h.length;){for(;n in t;)n=t[n];if(r=h.get(n),n&&r[1].type==="chunkFlow"&&h.get(n-1)[1].type==="listItemPrefix"&&(m=r[1]._tokenizer.events,i=0,i<m.length&&m[i][1].type==="lineEndingBlank"&&(i+=2),i<m.length&&m[i][1].type==="content"))for(;++i<m.length&&m[i][1].type!=="content";)m[i][1].type==="chunkText"&&(m[i][1]._isInFirstContentOfListItem=!0,i++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,Bq0(h,n)),n=t[n],u=!0);else if(r[1]._container){for(i=n,l=void 0;i--;)if(o=h.get(i),o[1].type==="lineEnding"||o[1].type==="lineEndingBlank")o[0]==="enter"&&(l&&(h.get(l)[1].type="lineEndingBlank"),o[1].type="lineEnding",l=i);else if(!(o[1].type==="linePrefix"||o[1].type==="listItemIndent"))break;l&&(r[1].end={...h.get(l)[1].start},c=h.slice(l,n),c.unshift(r),h.splice(l,n-l+1,c))}}return ba(a,0,Number.POSITIVE_INFINITY,h.slice(0)),!u}function Bq0(a,t){const n=a.get(t)[1],r=a.get(t)[2];let l=t-1;const i=[];let o=n._tokenizer;o||(o=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(o._contentTypeTextTrailing=!0));const c=o.events,m=[],u={};let h,f,v=-1,Z=n,H=0,V=0;const b=[V];for(;Z;){for(;a.get(++l)[1]!==Z;);i.push(l),Z._tokenizer||(h=r.sliceStream(Z),Z.next||h.push(null),f&&o.defineSkip(Z.start),Z._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(h),Z._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),f=Z,Z=Z.next}for(Z=n;++v<c.length;)c[v][0]==="exit"&&c[v-1][0]==="enter"&&c[v][1].type===c[v-1][1].type&&c[v][1].start.line!==c[v][1].end.line&&(V=v+1,b.push(V),Z._tokenizer=void 0,Z.previous=void 0,Z=Z.next);for(o.events=[],Z?(Z._tokenizer=void 0,Z.previous=void 0):b.pop(),v=b.length;v--;){const F=c.slice(b[v],b[v+1]),_=i.pop();m.push([_,_+F.length-1]),a.splice(_,2,F)}for(m.reverse(),v=-1;++v<m.length;)u[H+m[v][0]]=H+m[v][1],H+=m[v][1]-m[v][0]-1;return u}const Uq0={resolve:Wq0,tokenize:Gq0},qq0={partial:!0,tokenize:Yq0};function Wq0(a){return Jc0(a),a}function Gq0(a,t){let n;return r;function r(c){return a.enter("content"),n=a.enter("chunkContent",{contentType:"content"}),l(c)}function l(c){return c===null?i(c):Fe(c)?a.check(qq0,o,i)(c):(a.consume(c),l)}function i(c){return a.exit("chunkContent"),a.exit("content"),t(c)}function o(c){return a.consume(c),a.exit("chunkContent"),n.next=a.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,l}}function Yq0(a,t,n){const r=this;return l;function l(o){return a.exit("chunkContent"),a.enter("lineEnding"),a.consume(o),a.exit("lineEnding"),u2(a,i,"linePrefix")}function i(o){if(o===null||Fe(o))return n(o);const c=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&c&&c[1].type==="linePrefix"&&c[2].sliceSerialize(c[1],!0).length>=4?t(o):a.interrupt(r.parser.constructs.flow,n,t)(o)}}function es0(a,t,n,r,l,i,o,c,m){const u=m||Number.POSITIVE_INFINITY;let h=0;return f;function f(F){return F===60?(a.enter(r),a.enter(l),a.enter(i),a.consume(F),a.exit(i),v):F===null||F===32||F===41||qL(F)?n(F):(a.enter(r),a.enter(o),a.enter(c),a.enter("chunkString",{contentType:"string"}),V(F))}function v(F){return F===62?(a.enter(i),a.consume(F),a.exit(i),a.exit(l),a.exit(r),t):(a.enter(c),a.enter("chunkString",{contentType:"string"}),Z(F))}function Z(F){return F===62?(a.exit("chunkString"),a.exit(c),v(F)):F===null||F===60||Fe(F)?n(F):(a.consume(F),F===92?H:Z)}function H(F){return F===60||F===62||F===92?(a.consume(F),Z):Z(F)}function V(F){return!h&&(F===null||F===41||Xa(F))?(a.exit("chunkString"),a.exit(c),a.exit(o),a.exit(r),t(F)):h<u&&F===40?(a.consume(F),h++,V):F===41?(a.consume(F),h--,V):F===null||F===32||F===40||qL(F)?n(F):(a.consume(F),F===92?b:V)}function b(F){return F===40||F===41||F===92?(a.consume(F),V):V(F)}}function as0(a,t,n,r,l,i){const o=this;let c=0,m;return u;function u(Z){return a.enter(r),a.enter(l),a.consume(Z),a.exit(l),a.enter(i),h}function h(Z){return c>999||Z===null||Z===91||Z===93&&!m||Z===94&&!c&&"_hiddenFootnoteSupport"in o.parser.constructs?n(Z):Z===93?(a.exit(i),a.enter(l),a.consume(Z),a.exit(l),a.exit(r),t):Fe(Z)?(a.enter("lineEnding"),a.consume(Z),a.exit("lineEnding"),h):(a.enter("chunkString",{contentType:"string"}),f(Z))}function f(Z){return Z===null||Z===91||Z===93||Fe(Z)||c++>999?(a.exit("chunkString"),h(Z)):(a.consume(Z),m||(m=!Y2(Z)),Z===92?v:f)}function v(Z){return Z===91||Z===92||Z===93?(a.consume(Z),c++,f):f(Z)}}function ts0(a,t,n,r,l,i){let o;return c;function c(v){return v===34||v===39||v===40?(a.enter(r),a.enter(l),a.consume(v),a.exit(l),o=v===40?41:v,m):n(v)}function m(v){return v===o?(a.enter(l),a.consume(v),a.exit(l),a.exit(r),t):(a.enter(i),u(v))}function u(v){return v===o?(a.exit(i),m(o)):v===null?n(v):Fe(v)?(a.enter("lineEnding"),a.consume(v),a.exit("lineEnding"),u2(a,u,"linePrefix")):(a.enter("chunkString",{contentType:"string"}),h(v))}function h(v){return v===o||v===null||Fe(v)?(a.exit("chunkString"),u(v)):(a.consume(v),v===92?f:h)}function f(v){return v===o||v===92?(a.consume(v),h):h(v)}}function Zd(a,t){let n;return r;function r(l){return Fe(l)?(a.enter("lineEnding"),a.consume(l),a.exit("lineEnding"),n=!0,r):Y2(l)?u2(a,r,n?"linePrefix":"lineSuffix")(l):t(l)}}const Kq0={name:"definition",tokenize:Xq0},Qq0={partial:!0,tokenize:Jq0};function Xq0(a,t,n){const r=this;let l;return i;function i(Z){return a.enter("definition"),o(Z)}function o(Z){return as0.call(r,a,c,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(Z)}function c(Z){return l=tn(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),Z===58?(a.enter("definitionMarker"),a.consume(Z),a.exit("definitionMarker"),m):n(Z)}function m(Z){return Xa(Z)?Zd(a,u)(Z):u(Z)}function u(Z){return es0(a,h,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(Z)}function h(Z){return a.attempt(Qq0,f,f)(Z)}function f(Z){return Y2(Z)?u2(a,v,"whitespace")(Z):v(Z)}function v(Z){return Z===null||Fe(Z)?(a.exit("definition"),r.parser.defined.push(l),t(Z)):n(Z)}}function Jq0(a,t,n){return r;function r(c){return Xa(c)?Zd(a,l)(c):n(c)}function l(c){return ts0(a,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(c)}function i(c){return Y2(c)?u2(a,o,"whitespace")(c):o(c)}function o(c){return c===null||Fe(c)?t(c):n(c)}}const eW0={name:"hardBreakEscape",tokenize:aW0};function aW0(a,t,n){return r;function r(i){return a.enter("hardBreakEscape"),a.consume(i),l}function l(i){return Fe(i)?(a.exit("hardBreakEscape"),t(i)):n(i)}}const tW0={name:"headingAtx",resolve:nW0,tokenize:rW0};function nW0(a,t){let n=a.length-2,r=3,l,i;return a[r][1].type==="whitespace"&&(r+=2),n-2>r&&a[n][1].type==="whitespace"&&(n-=2),a[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&a[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(l={type:"atxHeadingText",start:a[r][1].start,end:a[n][1].end},i={type:"chunkText",start:a[r][1].start,end:a[n][1].end,contentType:"text"},ba(a,r,n-r+1,[["enter",l,t],["enter",i,t],["exit",i,t],["exit",l,t]])),a}function rW0(a,t,n){let r=0;return l;function l(h){return a.enter("atxHeading"),i(h)}function i(h){return a.enter("atxHeadingSequence"),o(h)}function o(h){return h===35&&r++<6?(a.consume(h),o):h===null||Xa(h)?(a.exit("atxHeadingSequence"),c(h)):n(h)}function c(h){return h===35?(a.enter("atxHeadingSequence"),m(h)):h===null||Fe(h)?(a.exit("atxHeading"),t(h)):Y2(h)?u2(a,c,"whitespace")(h):(a.enter("atxHeadingText"),u(h))}function m(h){return h===35?(a.consume(h),m):(a.exit("atxHeadingSequence"),c(h))}function u(h){return h===null||h===35||Xa(h)?(a.exit("atxHeadingText"),c(h)):(a.consume(h),u)}}const lW0=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],ns0=["pre","script","style","textarea"],iW0={concrete:!0,name:"htmlFlow",resolveTo:sW0,tokenize:mW0},oW0={partial:!0,tokenize:uW0},cW0={partial:!0,tokenize:dW0};function sW0(a){let t=a.length;for(;t--&&!(a[t][0]==="enter"&&a[t][1].type==="htmlFlow"););return t>1&&a[t-2][1].type==="linePrefix"&&(a[t][1].start=a[t-2][1].start,a[t+1][1].start=a[t-2][1].start,a.splice(t-2,2)),a}function mW0(a,t,n){const r=this;let l,i,o,c,m;return u;function u(B){return h(B)}function h(B){return a.enter("htmlFlow"),a.enter("htmlFlowData"),a.consume(B),f}function f(B){return B===33?(a.consume(B),v):B===47?(a.consume(B),i=!0,V):B===63?(a.consume(B),l=3,r.interrupt?t:G):Jn(B)?(a.consume(B),o=String.fromCharCode(B),b):n(B)}function v(B){return B===45?(a.consume(B),l=2,Z):B===91?(a.consume(B),l=5,c=0,H):Jn(B)?(a.consume(B),l=4,r.interrupt?t:G):n(B)}function Z(B){return B===45?(a.consume(B),r.interrupt?t:G):n(B)}function H(B){const V0="CDATA[";return B===V0.charCodeAt(c++)?(a.consume(B),c===V0.length?r.interrupt?t:n0:H):n(B)}function V(B){return Jn(B)?(a.consume(B),o=String.fromCharCode(B),b):n(B)}function b(B){if(B===null||B===47||B===62||Xa(B)){const V0=B===47,y0=o.toLowerCase();return!V0&&!i&&ns0.includes(y0)?(l=1,r.interrupt?t(B):n0(B)):lW0.includes(o.toLowerCase())?(l=6,V0?(a.consume(B),F):r.interrupt?t(B):n0(B)):(l=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(B):i?_(B):k(B))}return B===45||nn(B)?(a.consume(B),o+=String.fromCharCode(B),b):n(B)}function F(B){return B===62?(a.consume(B),r.interrupt?t:n0):n(B)}function _(B){return Y2(B)?(a.consume(B),_):x(B)}function k(B){return B===47?(a.consume(B),x):B===58||B===95||Jn(B)?(a.consume(B),w):Y2(B)?(a.consume(B),k):x(B)}function w(B){return B===45||B===46||B===58||B===95||nn(B)?(a.consume(B),w):S(B)}function S(B){return B===61?(a.consume(B),T):Y2(B)?(a.consume(B),S):k(B)}function T(B){return B===null||B===60||B===61||B===62||B===96?n(B):B===34||B===39?(a.consume(B),m=B,I):Y2(B)?(a.consume(B),T):R(B)}function I(B){return B===m?(a.consume(B),m=null,q):B===null||Fe(B)?n(B):(a.consume(B),I)}function R(B){return B===null||B===34||B===39||B===47||B===60||B===61||B===62||B===96||Xa(B)?S(B):(a.consume(B),R)}function q(B){return B===47||B===62||Y2(B)?k(B):n(B)}function x(B){return B===62?(a.consume(B),Q):n(B)}function Q(B){return B===null||Fe(B)?n0(B):Y2(B)?(a.consume(B),Q):n(B)}function n0(B){return B===45&&l===2?(a.consume(B),E0):B===60&&l===1?(a.consume(B),b0):B===62&&l===4?(a.consume(B),Y):B===63&&l===3?(a.consume(B),G):B===93&&l===5?(a.consume(B),h0):Fe(B)&&(l===6||l===7)?(a.exit("htmlFlowData"),a.check(oW0,e0,l0)(B)):B===null||Fe(B)?(a.exit("htmlFlowData"),l0(B)):(a.consume(B),n0)}function l0(B){return a.check(cW0,K,e0)(B)}function K(B){return a.enter("lineEnding"),a.consume(B),a.exit("lineEnding"),X}function X(B){return B===null||Fe(B)?l0(B):(a.enter("htmlFlowData"),n0(B))}function E0(B){return B===45?(a.consume(B),G):n0(B)}function b0(B){return B===47?(a.consume(B),o="",i0):n0(B)}function i0(B){if(B===62){const V0=o.toLowerCase();return ns0.includes(V0)?(a.consume(B),Y):n0(B)}return Jn(B)&&o.length<8?(a.consume(B),o+=String.fromCharCode(B),i0):n0(B)}function h0(B){return B===93?(a.consume(B),G):n0(B)}function G(B){return B===62?(a.consume(B),Y):B===45&&l===2?(a.consume(B),G):n0(B)}function Y(B){return B===null||Fe(B)?(a.exit("htmlFlowData"),e0(B)):(a.consume(B),Y)}function e0(B){return a.exit("htmlFlow"),t(B)}}function dW0(a,t,n){const r=this;return l;function l(o){return Fe(o)?(a.enter("lineEnding"),a.consume(o),a.exit("lineEnding"),i):n(o)}function i(o){return r.parser.lazy[r.now().line]?n(o):t(o)}}function uW0(a,t,n){return r;function r(l){return a.enter("lineEnding"),a.consume(l),a.exit("lineEnding"),a.attempt(lv,t,n)}}const pW0={name:"htmlText",tokenize:hW0};function hW0(a,t,n){const r=this;let l,i,o;return c;function c(G){return a.enter("htmlText"),a.enter("htmlTextData"),a.consume(G),m}function m(G){return G===33?(a.consume(G),u):G===47?(a.consume(G),S):G===63?(a.consume(G),k):Jn(G)?(a.consume(G),R):n(G)}function u(G){return G===45?(a.consume(G),h):G===91?(a.consume(G),i=0,H):Jn(G)?(a.consume(G),_):n(G)}function h(G){return G===45?(a.consume(G),Z):n(G)}function f(G){return G===null?n(G):G===45?(a.consume(G),v):Fe(G)?(o=f,b0(G)):(a.consume(G),f)}function v(G){return G===45?(a.consume(G),Z):f(G)}function Z(G){return G===62?E0(G):G===45?v(G):f(G)}function H(G){const Y="CDATA[";return G===Y.charCodeAt(i++)?(a.consume(G),i===Y.length?V:H):n(G)}function V(G){return G===null?n(G):G===93?(a.consume(G),b):Fe(G)?(o=V,b0(G)):(a.consume(G),V)}function b(G){return G===93?(a.consume(G),F):V(G)}function F(G){return G===62?E0(G):G===93?(a.consume(G),F):V(G)}function _(G){return G===null||G===62?E0(G):Fe(G)?(o=_,b0(G)):(a.consume(G),_)}function k(G){return G===null?n(G):G===63?(a.consume(G),w):Fe(G)?(o=k,b0(G)):(a.consume(G),k)}function w(G){return G===62?E0(G):k(G)}function S(G){return Jn(G)?(a.consume(G),T):n(G)}function T(G){return G===45||nn(G)?(a.consume(G),T):I(G)}function I(G){return Fe(G)?(o=I,b0(G)):Y2(G)?(a.consume(G),I):E0(G)}function R(G){return G===45||nn(G)?(a.consume(G),R):G===47||G===62||Xa(G)?q(G):n(G)}function q(G){return G===47?(a.consume(G),E0):G===58||G===95||Jn(G)?(a.consume(G),x):Fe(G)?(o=q,b0(G)):Y2(G)?(a.consume(G),q):E0(G)}function x(G){return G===45||G===46||G===58||G===95||nn(G)?(a.consume(G),x):Q(G)}function Q(G){return G===61?(a.consume(G),n0):Fe(G)?(o=Q,b0(G)):Y2(G)?(a.consume(G),Q):q(G)}function n0(G){return G===null||G===60||G===61||G===62||G===96?n(G):G===34||G===39?(a.consume(G),l=G,l0):Fe(G)?(o=n0,b0(G)):Y2(G)?(a.consume(G),n0):(a.consume(G),K)}function l0(G){return G===l?(a.consume(G),l=void 0,X):G===null?n(G):Fe(G)?(o=l0,b0(G)):(a.consume(G),l0)}function K(G){return G===null||G===34||G===39||G===60||G===61||G===96?n(G):G===47||G===62||Xa(G)?q(G):(a.consume(G),K)}function X(G){return G===47||G===62||Xa(G)?q(G):n(G)}function E0(G){return G===62?(a.consume(G),a.exit("htmlTextData"),a.exit("htmlText"),t):n(G)}function b0(G){return a.exit("htmlTextData"),a.enter("lineEnding"),a.consume(G),a.exit("lineEnding"),i0}function i0(G){return Y2(G)?u2(a,h0,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(G):h0(G)}function h0(G){return a.enter("htmlTextData"),o(G)}}const KL={name:"labelEnd",resolveAll:gW0,resolveTo:ZW0,tokenize:HW0},fW0={tokenize:MW0},AW0={tokenize:EW0},vW0={tokenize:VW0};function gW0(a){let t=-1;const n=[];for(;++t<a.length;){const r=a[t][1];if(n.push(a[t]),r.type==="labelImage"||r.type==="labelLink"||r.type==="labelEnd"){const l=r.type==="labelImage"?4:2;r.type="data",t+=l}}return a.length!==n.length&&ba(a,0,a.length,n),a}function ZW0(a,t){let n=a.length,r=0,l,i,o,c;for(;n--;)if(l=a[n][1],i){if(l.type==="link"||l.type==="labelLink"&&l._inactive)break;a[n][0]==="enter"&&l.type==="labelLink"&&(l._inactive=!0)}else if(o){if(a[n][0]==="enter"&&(l.type==="labelImage"||l.type==="labelLink")&&!l._balanced&&(i=n,l.type!=="labelLink")){r=2;break}}else l.type==="labelEnd"&&(o=n);const m={type:a[i][1].type==="labelLink"?"link":"image",start:{...a[i][1].start},end:{...a[a.length-1][1].end}},u={type:"label",start:{...a[i][1].start},end:{...a[o][1].end}},h={type:"labelText",start:{...a[i+r+2][1].end},end:{...a[o-2][1].start}};return c=[["enter",m,t],["enter",u,t]],c=Et(c,a.slice(i+1,i+r+3)),c=Et(c,[["enter",h,t]]),c=Et(c,rv(t.parser.constructs.insideSpan.null,a.slice(i+r+4,o-3),t)),c=Et(c,[["exit",h,t],a[o-2],a[o-1],["exit",u,t]]),c=Et(c,a.slice(o+1)),c=Et(c,[["exit",m,t]]),ba(a,i,a.length,c),a}function HW0(a,t,n){const r=this;let l=r.events.length,i,o;for(;l--;)if((r.events[l][1].type==="labelImage"||r.events[l][1].type==="labelLink")&&!r.events[l][1]._balanced){i=r.events[l][1];break}return c;function c(v){return i?i._inactive?f(v):(o=r.parser.defined.includes(tn(r.sliceSerialize({start:i.end,end:r.now()}))),a.enter("labelEnd"),a.enter("labelMarker"),a.consume(v),a.exit("labelMarker"),a.exit("labelEnd"),m):n(v)}function m(v){return v===40?a.attempt(fW0,h,o?h:f)(v):v===91?a.attempt(AW0,h,o?u:f)(v):o?h(v):f(v)}function u(v){return a.attempt(vW0,h,f)(v)}function h(v){return t(v)}function f(v){return i._balanced=!0,n(v)}}function MW0(a,t,n){return r;function r(f){return a.enter("resource"),a.enter("resourceMarker"),a.consume(f),a.exit("resourceMarker"),l}function l(f){return Xa(f)?Zd(a,i)(f):i(f)}function i(f){return f===41?h(f):es0(a,o,c,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(f)}function o(f){return Xa(f)?Zd(a,m)(f):h(f)}function c(f){return n(f)}function m(f){return f===34||f===39||f===40?ts0(a,u,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(f):h(f)}function u(f){return Xa(f)?Zd(a,h)(f):h(f)}function h(f){return f===41?(a.enter("resourceMarker"),a.consume(f),a.exit("resourceMarker"),a.exit("resource"),t):n(f)}}function EW0(a,t,n){const r=this;return l;function l(c){return as0.call(r,a,i,o,"reference","referenceMarker","referenceString")(c)}function i(c){return r.parser.defined.includes(tn(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(c):n(c)}function o(c){return n(c)}}function VW0(a,t,n){return r;function r(i){return a.enter("reference"),a.enter("referenceMarker"),a.consume(i),a.exit("referenceMarker"),l}function l(i){return i===93?(a.enter("referenceMarker"),a.consume(i),a.exit("referenceMarker"),a.exit("reference"),t):n(i)}}const yW0={name:"labelStartImage",resolveAll:KL.resolveAll,tokenize:bW0};function bW0(a,t,n){const r=this;return l;function l(c){return a.enter("labelImage"),a.enter("labelImageMarker"),a.consume(c),a.exit("labelImageMarker"),i}function i(c){return c===91?(a.enter("labelMarker"),a.consume(c),a.exit("labelMarker"),a.exit("labelImage"),o):n(c)}function o(c){return c===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(c):t(c)}}const LW0={name:"labelStartLink",resolveAll:KL.resolveAll,tokenize:SW0};function SW0(a,t,n){const r=this;return l;function l(o){return a.enter("labelLink"),a.enter("labelMarker"),a.consume(o),a.exit("labelMarker"),a.exit("labelLink"),i}function i(o){return o===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(o):t(o)}}const QL={name:"lineEnding",tokenize:FW0};function FW0(a,t){return n;function n(r){return a.enter("lineEnding"),a.consume(r),a.exit("lineEnding"),u2(a,t,"linePrefix")}}const iv={name:"thematicBreak",tokenize:_W0};function _W0(a,t,n){let r=0,l;return i;function i(u){return a.enter("thematicBreak"),o(u)}function o(u){return l=u,c(u)}function c(u){return u===l?(a.enter("thematicBreakSequence"),m(u)):r>=3&&(u===null||Fe(u))?(a.exit("thematicBreak"),t(u)):n(u)}function m(u){return u===l?(a.consume(u),r++,m):(a.exit("thematicBreakSequence"),Y2(u)?u2(a,c,"whitespace")(u):c(u))}}const La={continuation:{tokenize:NW0},exit:PW0,name:"list",tokenize:CW0},kW0={partial:!0,tokenize:OW0},wW0={partial:!0,tokenize:TW0};function CW0(a,t,n){const r=this,l=r.events[r.events.length-1];let i=l&&l[1].type==="linePrefix"?l[2].sliceSerialize(l[1],!0).length:0,o=0;return c;function c(Z){const H=r.containerState.type||(Z===42||Z===43||Z===45?"listUnordered":"listOrdered");if(H==="listUnordered"?!r.containerState.marker||Z===r.containerState.marker:WL(Z)){if(r.containerState.type||(r.containerState.type=H,a.enter(H,{_container:!0})),H==="listUnordered")return a.enter("listItemPrefix"),Z===42||Z===45?a.check(iv,n,u)(Z):u(Z);if(!r.interrupt||Z===49)return a.enter("listItemPrefix"),a.enter("listItemValue"),m(Z)}return n(Z)}function m(Z){return WL(Z)&&++o<10?(a.consume(Z),m):(!r.interrupt||o<2)&&(r.containerState.marker?Z===r.containerState.marker:Z===41||Z===46)?(a.exit("listItemValue"),u(Z)):n(Z)}function u(Z){return a.enter("listItemMarker"),a.consume(Z),a.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||Z,a.check(lv,r.interrupt?n:h,a.attempt(kW0,v,f))}function h(Z){return r.containerState.initialBlankLine=!0,i++,v(Z)}function f(Z){return Y2(Z)?(a.enter("listItemPrefixWhitespace"),a.consume(Z),a.exit("listItemPrefixWhitespace"),v):n(Z)}function v(Z){return r.containerState.size=i+r.sliceSerialize(a.exit("listItemPrefix"),!0).length,t(Z)}}function NW0(a,t,n){const r=this;return r.containerState._closeFlow=void 0,a.check(lv,l,i);function l(c){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,u2(a,t,"listItemIndent",r.containerState.size+1)(c)}function i(c){return r.containerState.furtherBlankLines||!Y2(c)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,o(c)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,a.attempt(wW0,t,o)(c))}function o(c){return r.containerState._closeFlow=!0,r.interrupt=void 0,u2(a,a.attempt(La,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(c)}}function TW0(a,t,n){const r=this;return u2(a,l,"listItemIndent",r.containerState.size+1);function l(i){const o=r.events[r.events.length-1];return o&&o[1].type==="listItemIndent"&&o[2].sliceSerialize(o[1],!0).length===r.containerState.size?t(i):n(i)}}function PW0(a){a.exit(this.containerState.type)}function OW0(a,t,n){const r=this;return u2(a,l,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function l(i){const o=r.events[r.events.length-1];return!Y2(i)&&o&&o[1].type==="listItemPrefixWhitespace"?t(i):n(i)}}const rs0={name:"setextUnderline",resolveTo:IW0,tokenize:$W0};function IW0(a,t){let n=a.length,r,l,i;for(;n--;)if(a[n][0]==="enter"){if(a[n][1].type==="content"){r=n;break}a[n][1].type==="paragraph"&&(l=n)}else a[n][1].type==="content"&&a.splice(n,1),!i&&a[n][1].type==="definition"&&(i=n);const o={type:"setextHeading",start:{...a[r][1].start},end:{...a[a.length-1][1].end}};return a[l][1].type="setextHeadingText",i?(a.splice(l,0,["enter",o,t]),a.splice(i+1,0,["exit",a[r][1],t]),a[r][1].end={...a[i][1].end}):a[r][1]=o,a.push(["exit",o,t]),a}function $W0(a,t,n){const r=this;let l;return i;function i(u){let h=r.events.length,f;for(;h--;)if(r.events[h][1].type!=="lineEnding"&&r.events[h][1].type!=="linePrefix"&&r.events[h][1].type!=="content"){f=r.events[h][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||f)?(a.enter("setextHeadingLine"),l=u,o(u)):n(u)}function o(u){return a.enter("setextHeadingLineSequence"),c(u)}function c(u){return u===l?(a.consume(u),c):(a.exit("setextHeadingLineSequence"),Y2(u)?u2(a,m,"lineSuffix")(u):m(u))}function m(u){return u===null||Fe(u)?(a.exit("setextHeadingLine"),t(u)):n(u)}}const jW0={tokenize:xW0};function xW0(a){const t=this,n=a.attempt(lv,r,a.attempt(this.parser.constructs.flowInitial,l,u2(a,a.attempt(this.parser.constructs.flow,l,a.attempt(Uq0,l)),"linePrefix")));return n;function r(i){if(i===null){a.consume(i);return}return a.enter("lineEndingBlank"),a.consume(i),a.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function l(i){if(i===null){a.consume(i);return}return a.enter("lineEnding"),a.consume(i),a.exit("lineEnding"),t.currentConstruct=void 0,n}}const RW0={resolveAll:is0()},DW0=ls0("string"),zW0=ls0("text");function ls0(a){return{resolveAll:is0(a==="text"?BW0:void 0),tokenize:t};function t(n){const r=this,l=this.parser.constructs[a],i=n.attempt(l,o,c);return o;function o(h){return u(h)?i(h):c(h)}function c(h){if(h===null){n.consume(h);return}return n.enter("data"),n.consume(h),m}function m(h){return u(h)?(n.exit("data"),i(h)):(n.consume(h),m)}function u(h){if(h===null)return!0;const f=l[h];let v=-1;if(f)for(;++v<f.length;){const Z=f[v];if(!Z.previous||Z.previous.call(r,r.previous))return!0}return!1}}}function is0(a){return t;function t(n,r){let l=-1,i;for(;++l<=n.length;)i===void 0?n[l]&&n[l][1].type==="data"&&(i=l,l++):(!n[l]||n[l][1].type!=="data")&&(l!==i+2&&(n[i][1].end=n[l-1][1].end,n.splice(i+2,l-i-2),l=i+2),i=void 0);return a?a(n,r):n}}function BW0(a,t){let n=0;for(;++n<=a.length;)if((n===a.length||a[n][1].type==="lineEnding")&&a[n-1][1].type==="data"){const r=a[n-1][1],l=t.sliceStream(r);let i=l.length,o=-1,c=0,m;for(;i--;){const u=l[i];if(typeof u=="string"){for(o=u.length;u.charCodeAt(o-1)===32;)c++,o--;if(o)break;o=-1}else if(u===-2)m=!0,c++;else if(u!==-1){i++;break}}if(t._contentTypeTextTrailing&&n===a.length&&(c=0),c){const u={type:n===a.length||m||c<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:i?o:r.start._bufferIndex+o,_index:r.start._index+i,line:r.end.line,column:r.end.column-c,offset:r.end.offset-c},end:{...r.end}};r.end={...u.start},r.start.offset===r.end.offset?Object.assign(r,u):(a.splice(n,0,["enter",u,t],["exit",u,t]),n+=2)}n++}return a}const UW0=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:{null:[42,95]},contentInitial:{91:Kq0},disable:{null:[]},document:{42:La,43:La,45:La,48:La,49:La,50:La,51:La,52:La,53:La,54:La,55:La,56:La,57:La,62:Gc0},flow:{35:tW0,42:iv,45:[rs0,iv],60:iW0,61:rs0,95:iv,96:Xc0,126:Xc0},flowInitial:{[-2]:YL,[-1]:YL,32:YL},insideSpan:{null:[GL,RW0]},string:{38:Kc0,92:Yc0},text:{[-5]:QL,[-4]:QL,[-3]:QL,33:yW0,38:Kc0,42:GL,60:[Lq0,pW0],91:LW0,92:[eW0,Yc0],93:KL,95:GL,96:jq0}},Symbol.toStringTag,{value:"Module"}));function qW0(a,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0};const l={},i=[];let o=[],c=[];const m={attempt:I(S),check:I(T),consume:_,enter:k,exit:w,interrupt:I(T,{interrupt:!0})},u={code:null,containerState:{},defineSkip:V,events:[],now:H,parser:a,previous:null,sliceSerialize:v,sliceStream:Z,write:f};let h=t.tokenize.call(u,m);return t.resolveAll&&i.push(t),u;function f(Q){return o=Et(o,Q),b(),o[o.length-1]!==null?[]:(R(t,0),u.events=rv(i,u.events,u),u.events)}function v(Q,n0){return GW0(Z(Q),n0)}function Z(Q){return WW0(o,Q)}function H(){const{_bufferIndex:Q,_index:n0,line:l0,column:K,offset:X}=r;return{_bufferIndex:Q,_index:n0,line:l0,column:K,offset:X}}function V(Q){l[Q.line]=Q.column,x()}function b(){let Q;for(;r._index<o.length;){const n0=o[r._index];if(typeof n0=="string")for(Q=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===Q&&r._bufferIndex<n0.length;)F(n0.charCodeAt(r._bufferIndex));else F(n0)}}function F(Q){h=h(Q)}function _(Q){Fe(Q)?(r.line++,r.column=1,r.offset+=Q===-3?2:1,x()):Q!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===o[r._index].length&&(r._bufferIndex=-1,r._index++)),u.previous=Q}function k(Q,n0){const l0=n0||{};return l0.type=Q,l0.start=H(),u.events.push(["enter",l0,u]),c.push(l0),l0}function w(Q){const n0=c.pop();return n0.end=H(),u.events.push(["exit",n0,u]),n0}function S(Q,n0){R(Q,n0.from)}function T(Q,n0){n0.restore()}function I(Q,n0){return l0;function l0(K,X,E0){let b0,i0,h0,G;return Array.isArray(K)?e0(K):"tokenize"in K?e0([K]):Y(K);function Y(u0){return G0;function G0(r0){const d0=r0!==null&&u0[r0],v0=r0!==null&&u0.null,L0=[...Array.isArray(d0)?d0:d0?[d0]:[],...Array.isArray(v0)?v0:v0?[v0]:[]];return e0(L0)(r0)}}function e0(u0){return b0=u0,i0=0,u0.length===0?E0:B(u0[i0])}function B(u0){return G0;function G0(r0){return G=q(),h0=u0,u0.partial||(u.currentConstruct=u0),u0.name&&u.parser.constructs.disable.null.includes(u0.name)?y0():u0.tokenize.call(n0?Object.assign(Object.create(u),n0):u,m,V0,y0)(r0)}}function V0(u0){return Q(h0,G),X}function y0(u0){return G.restore(),++i0<b0.length?B(b0[i0]):E0}}}function R(Q,n0){Q.resolveAll&&!i.includes(Q)&&i.push(Q),Q.resolve&&ba(u.events,n0,u.events.length-n0,Q.resolve(u.events.slice(n0),u)),Q.resolveTo&&(u.events=Q.resolveTo(u.events,u))}function q(){const Q=H(),n0=u.previous,l0=u.currentConstruct,K=u.events.length,X=Array.from(c);return{from:K,restore:E0};function E0(){r=Q,u.previous=n0,u.currentConstruct=l0,u.events.length=K,c=X,x()}}function x(){r.line in l&&r.column<2&&(r.column=l[r.line],r.offset+=l[r.line]-1)}}function WW0(a,t){const n=t.start._index,r=t.start._bufferIndex,l=t.end._index,i=t.end._bufferIndex;let o;if(n===l)o=[a[n].slice(r,i)];else{if(o=a.slice(n,l),r>-1){const c=o[0];typeof c=="string"?o[0]=c.slice(r):o.shift()}i>0&&o.push(a[l].slice(0,i))}return o}function GW0(a,t){let n=-1;const r=[];let l;for(;++n<a.length;){const i=a[n];let o;if(typeof i=="string")o=i;else switch(i){case-5:{o="\r";break}case-4:{o=`
680
680
  `;break}case-3:{o=`\r
681
681
  `;break}case-2:{o=t?" ":" ";break}case-1:{if(!t&&l)continue;o=" ";break}default:o=String.fromCharCode(i)}l=i===-2,r.push(o)}return r.join("")}function YW0(a){const r={constructs:sq0([UW0,...(a||{}).extensions||[]]),content:l(Aq0),defined:[],document:l(gq0),flow:l(jW0),lazy:{},string:l(DW0),text:l(zW0)};return r;function l(i){return o;function o(c){return qW0(r,i,c)}}}function KW0(a){for(;!Jc0(a););return a}const os0=/[\0\t\n\r]/g;function QW0(){let a=1,t="",n=!0,r;return l;function l(i,o,c){const m=[];let u,h,f,v,Z;for(i=t+(typeof i=="string"?i.toString():new TextDecoder(o||void 0).decode(i)),f=0,t="",n&&(i.charCodeAt(0)===65279&&f++,n=void 0);f<i.length;){if(os0.lastIndex=f,u=os0.exec(i),v=u&&u.index!==void 0?u.index:i.length,Z=i.charCodeAt(v),!u){t=i.slice(f);break}if(Z===10&&f===v&&r)m.push(-3),r=void 0;else switch(r&&(m.push(-5),r=void 0),f<v&&(m.push(i.slice(f,v)),a+=v-f),Z){case 0:{m.push(65533),a++;break}case 9:{for(h=Math.ceil(a/4)*4,m.push(-2);a++<h;)m.push(-1);break}case 10:{m.push(-4),a=1;break}default:r=!0,a=1}f=v+1}return c&&(r&&m.push(-5),t&&m.push(t),m.push(null)),m}}const XW0=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function JW0(a){return a.replace(XW0,eG0)}function eG0(a,t,n){if(t)return t;if(n.charCodeAt(0)===35){const l=n.charCodeAt(1),i=l===120||l===88;return Dc0(n.slice(i?2:1),i?16:10)}return UL(n)||a}function ov(a){return!a||typeof a!="object"?"":"position"in a||"type"in a?cs0(a.position):"start"in a||"end"in a?cs0(a):"line"in a||"column"in a?XL(a):""}function XL(a){return ss0(a&&a.line)+":"+ss0(a&&a.column)}function cs0(a){return XL(a&&a.start)+"-"+XL(a&&a.end)}function ss0(a){return a&&typeof a=="number"?a:1}const ms0={}.hasOwnProperty;function aG0(a,t,n){return typeof t!="string"&&(n=t,t=void 0),tG0(n)(KW0(YW0(n).document().write(QW0()(a,t,!0))))}function tG0(a){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:i(F1),autolinkProtocol:q,autolinkEmail:q,atxHeading:i(s0),blockQuote:i(v0),characterEscape:q,characterReference:q,codeFenced:i(L0),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:i(L0,o),codeText:i(Z0,o),codeTextData:q,data:q,codeFlowValue:q,definition:i(z),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:i(a0),hardBreakEscape:i(_0),hardBreakTrailing:i(_0),htmlFlow:i(T0,o),htmlFlowData:q,htmlText:i(T0,o),htmlTextData:q,image:i(e1),label:o,link:i(F1),listItem:i(W1),listItemValue:v,listOrdered:i(V1,f),listUnordered:i(V1),paragraph:i(m1),reference:B,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:i(s0),strong:i(t1),thematicBreak:i(c1)},exit:{atxHeading:m(),atxHeadingSequence:S,autolink:m(),autolinkEmail:d0,autolinkProtocol:r0,blockQuote:m(),characterEscapeValue:x,characterReferenceMarkerHexadecimal:y0,characterReferenceMarkerNumeric:y0,characterReferenceValue:u0,characterReference:G0,codeFenced:m(b),codeFencedFence:V,codeFencedFenceInfo:Z,codeFencedFenceMeta:H,codeFlowValue:x,codeIndented:m(F),codeText:m(X),codeTextData:x,data:x,definition:m(),definitionDestinationString:w,definitionLabelString:_,definitionTitleString:k,emphasis:m(),hardBreakEscape:m(n0),hardBreakTrailing:m(n0),htmlFlow:m(l0),htmlFlowData:x,htmlText:m(K),htmlTextData:x,image:m(b0),label:h0,labelText:i0,lineEnding:Q,link:m(E0),listItem:m(),listOrdered:m(),listUnordered:m(),paragraph:m(),referenceString:V0,resourceDestinationString:G,resourceTitleString:Y,resource:e0,setextHeading:m(R),setextHeadingLineSequence:I,setextHeadingText:T,strong:m(),thematicBreak:m()}};ds0(t,(a||{}).mdastExtensions||[]);const n={};return r;function r(N0){let R0={type:"root",children:[]};const l1={stack:[R0],tokenStack:[],config:t,enter:c,exit:u,buffer:o,resume:h,data:n},C1=[];let re=-1;for(;++re<N0.length;)if(N0[re][1].type==="listOrdered"||N0[re][1].type==="listUnordered")if(N0[re][0]==="enter")C1.push(re);else{const a1=C1.pop();re=l(N0,a1,re)}for(re=-1;++re<N0.length;){const a1=t[N0[re][0]];ms0.call(a1,N0[re][1].type)&&a1[N0[re][1].type].call(Object.assign({sliceSerialize:N0[re][2].sliceSerialize},l1),N0[re][1])}if(l1.tokenStack.length>0){const a1=l1.tokenStack[l1.tokenStack.length-1];(a1[1]||us0).call(l1,void 0,a1[0])}for(R0.position={start:$3(N0.length>0?N0[0][1].start:{line:1,column:1,offset:0}),end:$3(N0.length>0?N0[N0.length-2][1].end:{line:1,column:1,offset:0})},re=-1;++re<t.transforms.length;)R0=t.transforms[re](R0)||R0;return R0}function l(N0,R0,l1){let C1=R0-1,re=-1,a1=!1,_1,N1,he,fe;for(;++C1<=l1;){const me=N0[C1];switch(me[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{me[0]==="enter"?re++:re--,fe=void 0;break}case"lineEndingBlank":{me[0]==="enter"&&(_1&&!fe&&!re&&!he&&(he=C1),fe=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:fe=void 0}if(!re&&me[0]==="enter"&&me[1].type==="listItemPrefix"||re===-1&&me[0]==="exit"&&(me[1].type==="listUnordered"||me[1].type==="listOrdered")){if(_1){let $e=C1;for(N1=void 0;$e--;){const Ye=N0[$e];if(Ye[1].type==="lineEnding"||Ye[1].type==="lineEndingBlank"){if(Ye[0]==="exit")continue;N1&&(N0[N1][1].type="lineEndingBlank",a1=!0),Ye[1].type="lineEnding",N1=$e}else if(!(Ye[1].type==="linePrefix"||Ye[1].type==="blockQuotePrefix"||Ye[1].type==="blockQuotePrefixWhitespace"||Ye[1].type==="blockQuoteMarker"||Ye[1].type==="listItemIndent"))break}he&&(!N1||he<N1)&&(_1._spread=!0),_1.end=Object.assign({},N1?N0[N1][1].start:me[1].end),N0.splice(N1||C1,0,["exit",_1,me[2]]),C1++,l1++}if(me[1].type==="listItemPrefix"){const $e={type:"listItem",_spread:!1,start:Object.assign({},me[1].start),end:void 0};_1=$e,N0.splice(C1,0,["enter",$e,me[2]]),C1++,l1++,he=void 0,fe=!0}}}return N0[R0][1]._spread=a1,l1}function i(N0,R0){return l1;function l1(C1){c.call(this,N0(C1),C1),R0&&R0.call(this,C1)}}function o(){this.stack.push({type:"fragment",children:[]})}function c(N0,R0,l1){this.stack[this.stack.length-1].children.push(N0),this.stack.push(N0),this.tokenStack.push([R0,l1||void 0]),N0.position={start:$3(R0.start),end:void 0}}function m(N0){return R0;function R0(l1){N0&&N0.call(this,l1),u.call(this,l1)}}function u(N0,R0){const l1=this.stack.pop(),C1=this.tokenStack.pop();if(C1)C1[0].type!==N0.type&&(R0?R0.call(this,N0,C1[0]):(C1[1]||us0).call(this,N0,C1[0]));else throw new Error("Cannot close `"+N0.type+"` ("+ov({start:N0.start,end:N0.end})+"): it’s not open");l1.position.end=$3(N0.end)}function h(){return oq0(this.stack.pop())}function f(){this.data.expectingFirstListItemValue=!0}function v(N0){if(this.data.expectingFirstListItemValue){const R0=this.stack[this.stack.length-2];R0.start=Number.parseInt(this.sliceSerialize(N0),10),this.data.expectingFirstListItemValue=void 0}}function Z(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.lang=N0}function H(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.meta=N0}function V(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function b(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.value=N0.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function F(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.value=N0.replace(/(\r?\n|\r)$/g,"")}function _(N0){const R0=this.resume(),l1=this.stack[this.stack.length-1];l1.label=R0,l1.identifier=tn(this.sliceSerialize(N0)).toLowerCase()}function k(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.title=N0}function w(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.url=N0}function S(N0){const R0=this.stack[this.stack.length-1];if(!R0.depth){const l1=this.sliceSerialize(N0).length;R0.depth=l1}}function T(){this.data.setextHeadingSlurpLineEnding=!0}function I(N0){const R0=this.stack[this.stack.length-1];R0.depth=this.sliceSerialize(N0).codePointAt(0)===61?1:2}function R(){this.data.setextHeadingSlurpLineEnding=void 0}function q(N0){const l1=this.stack[this.stack.length-1].children;let C1=l1[l1.length-1];(!C1||C1.type!=="text")&&(C1=Y0(),C1.position={start:$3(N0.start),end:void 0},l1.push(C1)),this.stack.push(C1)}function x(N0){const R0=this.stack.pop();R0.value+=this.sliceSerialize(N0),R0.position.end=$3(N0.end)}function Q(N0){const R0=this.stack[this.stack.length-1];if(this.data.atHardBreak){const l1=R0.children[R0.children.length-1];l1.position.end=$3(N0.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(R0.type)&&(q.call(this,N0),x.call(this,N0))}function n0(){this.data.atHardBreak=!0}function l0(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.value=N0}function K(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.value=N0}function X(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.value=N0}function E0(){const N0=this.stack[this.stack.length-1];if(this.data.inReference){const R0=this.data.referenceType||"shortcut";N0.type+="Reference",N0.referenceType=R0,delete N0.url,delete N0.title}else delete N0.identifier,delete N0.label;this.data.referenceType=void 0}function b0(){const N0=this.stack[this.stack.length-1];if(this.data.inReference){const R0=this.data.referenceType||"shortcut";N0.type+="Reference",N0.referenceType=R0,delete N0.url,delete N0.title}else delete N0.identifier,delete N0.label;this.data.referenceType=void 0}function i0(N0){const R0=this.sliceSerialize(N0),l1=this.stack[this.stack.length-2];l1.label=JW0(R0),l1.identifier=tn(R0).toLowerCase()}function h0(){const N0=this.stack[this.stack.length-1],R0=this.resume(),l1=this.stack[this.stack.length-1];if(this.data.inReference=!0,l1.type==="link"){const C1=N0.children;l1.children=C1}else l1.alt=R0}function G(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.url=N0}function Y(){const N0=this.resume(),R0=this.stack[this.stack.length-1];R0.title=N0}function e0(){this.data.inReference=void 0}function B(){this.data.referenceType="collapsed"}function V0(N0){const R0=this.resume(),l1=this.stack[this.stack.length-1];l1.label=R0,l1.identifier=tn(this.sliceSerialize(N0)).toLowerCase(),this.data.referenceType="full"}function y0(N0){this.data.characterReferenceType=N0.type}function u0(N0){const R0=this.sliceSerialize(N0),l1=this.data.characterReferenceType;let C1;l1?(C1=Dc0(R0,l1==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):C1=UL(R0);const re=this.stack[this.stack.length-1];re.value+=C1}function G0(N0){const R0=this.stack.pop();R0.position.end=$3(N0.end)}function r0(N0){x.call(this,N0);const R0=this.stack[this.stack.length-1];R0.url=this.sliceSerialize(N0)}function d0(N0){x.call(this,N0);const R0=this.stack[this.stack.length-1];R0.url="mailto:"+this.sliceSerialize(N0)}function v0(){return{type:"blockquote",children:[]}}function L0(){return{type:"code",lang:null,meta:null,value:""}}function Z0(){return{type:"inlineCode",value:""}}function z(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function a0(){return{type:"emphasis",children:[]}}function s0(){return{type:"heading",depth:0,children:[]}}function _0(){return{type:"break"}}function T0(){return{type:"html",value:""}}function e1(){return{type:"image",title:null,url:"",alt:null}}function F1(){return{type:"link",title:null,url:"",children:[]}}function V1(N0){return{type:"list",ordered:N0.type==="listOrdered",start:null,spread:N0._spread,children:[]}}function W1(N0){return{type:"listItem",spread:N0._spread,checked:null,children:[]}}function m1(){return{type:"paragraph",children:[]}}function t1(){return{type:"strong",children:[]}}function Y0(){return{type:"text",value:""}}function c1(){return{type:"thematicBreak"}}}function $3(a){return{line:a.line,column:a.column,offset:a.offset}}function ds0(a,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?ds0(a,r):nG0(a,r)}}function nG0(a,t){let n;for(n in t)if(ms0.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&a[n].push(...r);break}case"transforms":{const r=t[n];r&&a[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(a[n],r);break}}}function us0(a,t){throw a?new Error("Cannot close `"+a.type+"` ("+ov({start:a.start,end:a.end})+"): a different token (`"+t.type+"`, "+ov({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+ov({start:t.start,end:t.end})+") is still open")}function rG0(a){const t=this;t.parser=n;function n(r){return aG0(r,{...t.data("settings"),...a,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function lG0(a,t){const n={type:"element",tagName:"blockquote",properties:{},children:a.wrap(a.all(t),!0)};return a.patch(t,n),a.applyData(t,n)}function iG0(a,t){const n={type:"element",tagName:"br",properties:{},children:[]};return a.patch(t,n),[a.applyData(t,n),{type:"text",value:`
@@ -684,7 +684,7 @@ Valid keys: `+JSON.stringify(Object.keys(Y),null," "));var z=Z0(r0,L0,y0,u0,G0+
684
684
  `}),h.type==="element"&&h.tagName==="p"&&!l?o.push(...h.children):o.push(h)}const m=r[r.length-1];m&&(l||m.type!=="element"||m.tagName!=="p")&&o.push({type:"text",value:`
685
685
  `});const u={type:"element",tagName:"li",properties:i,children:o};return a.patch(t,u),a.applyData(t,u)}function ZG0(a){let t=!1;if(a.type==="list"){t=a.spread||!1;const n=a.children;let r=-1;for(;!t&&++r<n.length;)t=hs0(n[r])}return t}function hs0(a){const t=a.spread;return t??a.children.length>1}function HG0(a,t){const n={},r=a.all(t);let l=-1;for(typeof t.start=="number"&&t.start!==1&&(n.start=t.start);++l<r.length;){const o=r[l];if(o.type==="element"&&o.tagName==="li"&&o.properties&&Array.isArray(o.properties.className)&&o.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}const i={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:a.wrap(r,!0)};return a.patch(t,i),a.applyData(t,i)}function MG0(a,t){const n={type:"element",tagName:"p",properties:{},children:a.all(t)};return a.patch(t,n),a.applyData(t,n)}function EG0(a,t){const n={type:"root",children:a.wrap(a.all(t))};return a.patch(t,n),a.applyData(t,n)}function VG0(a,t){const n={type:"element",tagName:"strong",properties:{},children:a.all(t)};return a.patch(t,n),a.applyData(t,n)}const fs0=vs0("end"),As0=vs0("start");function vs0(a){return t;function t(n){const r=n&&n.position&&n.position[a]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function yG0(a){const t=As0(a),n=fs0(a);if(t&&n)return{start:t,end:n}}function bG0(a,t){const n=a.all(t),r=n.shift(),l=[];if(r){const o={type:"element",tagName:"thead",properties:{},children:a.wrap([r],!0)};a.patch(t.children[0],o),l.push(o)}if(n.length>0){const o={type:"element",tagName:"tbody",properties:{},children:a.wrap(n,!0)},c=As0(t.children[1]),m=fs0(t.children[t.children.length-1]);c&&m&&(o.position={start:c,end:m}),l.push(o)}const i={type:"element",tagName:"table",properties:{},children:a.wrap(l,!0)};return a.patch(t,i),a.applyData(t,i)}function LG0(a,t,n){const r=n?n.children:void 0,i=(r?r.indexOf(t):1)===0?"th":"td",o=n&&n.type==="table"?n.align:void 0,c=o?o.length:t.children.length;let m=-1;const u=[];for(;++m<c;){const f=t.children[m],v={},Z=o?o[m]:void 0;Z&&(v.align=Z);let H={type:"element",tagName:i,properties:v,children:[]};f&&(H.children=a.all(f),a.patch(f,H),H=a.applyData(f,H)),u.push(H)}const h={type:"element",tagName:"tr",properties:{},children:a.wrap(u,!0)};return a.patch(t,h),a.applyData(t,h)}function SG0(a,t){const n={type:"element",tagName:"td",properties:{},children:a.all(t)};return a.patch(t,n),a.applyData(t,n)}const gs0=9,Zs0=32;function FG0(a){const t=String(a),n=/\r?\n|\r/g;let r=n.exec(t),l=0;const i=[];for(;r;)i.push(Hs0(t.slice(l,r.index),l>0,!0),r[0]),l=r.index+r[0].length,r=n.exec(t);return i.push(Hs0(t.slice(l),l>0,!1)),i.join("")}function Hs0(a,t,n){let r=0,l=a.length;if(t){let i=a.codePointAt(r);for(;i===gs0||i===Zs0;)r++,i=a.codePointAt(r)}if(n){let i=a.codePointAt(l-1);for(;i===gs0||i===Zs0;)l--,i=a.codePointAt(l-1)}return l>r?a.slice(r,l):""}function _G0(a,t){const n={type:"text",value:FG0(String(t.value))};return a.patch(t,n),a.applyData(t,n)}function kG0(a,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return a.patch(t,n),a.applyData(t,n)}const wG0={blockquote:lG0,break:iG0,code:oG0,delete:cG0,emphasis:sG0,footnoteReference:mG0,heading:dG0,html:uG0,imageReference:pG0,image:hG0,inlineCode:fG0,linkReference:AG0,link:vG0,listItem:gG0,list:HG0,paragraph:MG0,root:EG0,strong:VG0,table:bG0,tableCell:SG0,tableRow:LG0,text:_G0,thematicBreak:kG0,toml:cv,yaml:cv,definition:cv,footnoteDefinition:cv};function cv(){}const Ms0=-1,sv=0,mv=1,dv=2,JL=3,eS=4,aS=5,tS=6,Es0=7,Vs0=8,ys0=typeof self=="object"?self:globalThis,CG0=(a,t)=>{const n=(l,i)=>(a.set(i,l),l),r=l=>{if(a.has(l))return a.get(l);const[i,o]=t[l];switch(i){case sv:case Ms0:return n(o,l);case mv:{const c=n([],l);for(const m of o)c.push(r(m));return c}case dv:{const c=n({},l);for(const[m,u]of o)c[r(m)]=r(u);return c}case JL:return n(new Date(o),l);case eS:{const{source:c,flags:m}=o;return n(new RegExp(c,m),l)}case aS:{const c=n(new Map,l);for(const[m,u]of o)c.set(r(m),r(u));return c}case tS:{const c=n(new Set,l);for(const m of o)c.add(r(m));return c}case Es0:{const{name:c,message:m}=o;return n(new ys0[c](m),l)}case Vs0:return n(BigInt(o),l);case"BigInt":return n(Object(BigInt(o)),l)}return n(new ys0[i](o),l)};return r},bs0=a=>CG0(new Map,a)(0),g9="",{toString:NG0}={},{keys:TG0}=Object,Hd=a=>{const t=typeof a;if(t!=="object"||!a)return[sv,t];const n=NG0.call(a).slice(8,-1);switch(n){case"Array":return[mv,g9];case"Object":return[dv,g9];case"Date":return[JL,g9];case"RegExp":return[eS,g9];case"Map":return[aS,g9];case"Set":return[tS,g9]}return n.includes("Array")?[mv,n]:n.includes("Error")?[Es0,n]:[dv,n]},uv=([a,t])=>a===sv&&(t==="function"||t==="symbol"),PG0=(a,t,n,r)=>{const l=(o,c)=>{const m=r.push(o)-1;return n.set(c,m),m},i=o=>{if(n.has(o))return n.get(o);let[c,m]=Hd(o);switch(c){case sv:{let h=o;switch(m){case"bigint":c=Vs0,h=o.toString();break;case"function":case"symbol":if(a)throw new TypeError("unable to serialize "+m);h=null;break;case"undefined":return l([Ms0],o)}return l([c,h],o)}case mv:{if(m)return l([m,[...o]],o);const h=[],f=l([c,h],o);for(const v of o)h.push(i(v));return f}case dv:{if(m)switch(m){case"BigInt":return l([m,o.toString()],o);case"Boolean":case"Number":case"String":return l([m,o.valueOf()],o)}if(t&&"toJSON"in o)return i(o.toJSON());const h=[],f=l([c,h],o);for(const v of TG0(o))(a||!uv(Hd(o[v])))&&h.push([i(v),i(o[v])]);return f}case JL:return l([c,o.toISOString()],o);case eS:{const{source:h,flags:f}=o;return l([c,{source:h,flags:f}],o)}case aS:{const h=[],f=l([c,h],o);for(const[v,Z]of o)(a||!(uv(Hd(v))||uv(Hd(Z))))&&h.push([i(v),i(Z)]);return f}case tS:{const h=[],f=l([c,h],o);for(const v of o)(a||!uv(Hd(v)))&&h.push(i(v));return f}}const{message:u}=o;return l([c,{name:m,message:u}],o)};return i},Ls0=(a,{json:t,lossy:n}={})=>{const r=[];return PG0(!(t||n),!!t,new Map,r)(a),r},pv=typeof structuredClone=="function"?(a,t)=>t&&("json"in t||"lossy"in t)?bs0(Ls0(a,t)):structuredClone(a):(a,t)=>bs0(Ls0(a,t));function OG0(a,t){const n=[{type:"text",value:"↩"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function IG0(a,t){return"Back to reference "+(a+1)+(t>1?"-"+t:"")}function $G0(a){const t=typeof a.options.clobberPrefix=="string"?a.options.clobberPrefix:"user-content-",n=a.options.footnoteBackContent||OG0,r=a.options.footnoteBackLabel||IG0,l=a.options.footnoteLabel||"Footnotes",i=a.options.footnoteLabelTagName||"h2",o=a.options.footnoteLabelProperties||{className:["sr-only"]},c=[];let m=-1;for(;++m<a.footnoteOrder.length;){const u=a.footnoteById.get(a.footnoteOrder[m]);if(!u)continue;const h=a.all(u),f=String(u.identifier).toUpperCase(),v=f9(f.toLowerCase());let Z=0;const H=[],V=a.footnoteCounts.get(f);for(;V!==void 0&&++Z<=V;){H.length>0&&H.push({type:"text",value:" "});let _=typeof n=="string"?n:n(m,Z);typeof _=="string"&&(_={type:"text",value:_}),H.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+v+(Z>1?"-"+Z:""),dataFootnoteBackref:"",ariaLabel:typeof r=="string"?r:r(m,Z),className:["data-footnote-backref"]},children:Array.isArray(_)?_:[_]})}const b=h[h.length-1];if(b&&b.type==="element"&&b.tagName==="p"){const _=b.children[b.children.length-1];_&&_.type==="text"?_.value+=" ":b.children.push({type:"text",value:" "}),b.children.push(...H)}else h.push(...H);const F={type:"element",tagName:"li",properties:{id:t+"fn-"+v},children:a.wrap(h,!0)};a.patch(u,F),c.push(F)}if(c.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:i,properties:{...pv(o),id:"footnote-label"},children:[{type:"text",value:l}]},{type:"text",value:`
686
686
  `},{type:"element",tagName:"ol",properties:{},children:a.wrap(c,!0)},{type:"text",value:`
687
- `}]}}const hv=(function(a){if(a==null)return DG0;if(typeof a=="function")return fv(a);if(typeof a=="object")return Array.isArray(a)?jG0(a):xG0(a);if(typeof a=="string")return RG0(a);throw new Error("Expected function, string, or object as test")});function jG0(a){const t=[];let n=-1;for(;++n<a.length;)t[n]=hv(a[n]);return fv(r);function r(...l){let i=-1;for(;++i<t.length;)if(t[i].apply(this,l))return!0;return!1}}function xG0(a){const t=a;return fv(n);function n(r){const l=r;let i;for(i in a)if(l[i]!==t[i])return!1;return!0}}function RG0(a){return fv(t);function t(n){return n&&n.type===a}}function fv(a){return t;function t(n,r,l){return!!(zG0(n)&&a.call(this,n,typeof r=="number"?r:void 0,l||void 0))}}function DG0(){return!0}function zG0(a){return a!==null&&typeof a=="object"&&"type"in a}function F3e(a){return a}const Ss0=[],BG0=!0,nS=!1,UG0="skip";function Av(a,t,n,r){let l;typeof t=="function"&&typeof n!="function"?(r=n,n=t):l=t;const i=hv(l),o=r?-1:1;c(a,void 0,[])();function c(m,u,h){const f=m&&typeof m=="object"?m:{};if(typeof f.type=="string"){const Z=typeof f.tagName=="string"?f.tagName:typeof f.name=="string"?f.name:void 0;Object.defineProperty(v,"name",{value:"node ("+(m.type+(Z?"<"+Z+">":""))+")"})}return v;function v(){let Z=Ss0,H,V,b;if((!t||i(m,u,h[h.length-1]||void 0))&&(Z=qG0(n(m,h)),Z[0]===nS))return Z;if("children"in m&&m.children){const F=m;if(F.children&&Z[0]!==UG0)for(V=(r?F.children.length:-1)+o,b=h.concat(F);V>-1&&V<F.children.length;){const _=F.children[V];if(H=c(_,V,b)(),H[0]===nS)return H;V=typeof H[1]=="number"?H[1]:V+o}}return Z}}}function qG0(a){return Array.isArray(a)?a:typeof a=="number"?[BG0,a]:a==null?Ss0:[a]}function WG0(a,t,n,r){let l,i,o;typeof t=="function"&&typeof n!="function"?(i=void 0,o=t,l=n):(i=t,o=n,l=r),Av(a,i,c,l);function c(m,u){const h=u[u.length-1],f=h?h.children.indexOf(m):void 0;return o(m,f,h)}}const rS={}.hasOwnProperty,GG0={};function YG0(a,t){const n=t||GG0,r=new Map,l=new Map,i=new Map,o={...wG0,...n.handlers},c={all:u,applyData:QG0,definitionById:r,footnoteById:l,footnoteCounts:i,footnoteOrder:[],handlers:o,one:m,options:n,patch:KG0,wrap:JG0};return WG0(a,function(h){if(h.type==="definition"||h.type==="footnoteDefinition"){const f=h.type==="definition"?r:l,v=String(h.identifier).toUpperCase();f.has(v)||f.set(v,h)}}),c;function m(h,f){const v=h.type,Z=c.handlers[v];if(rS.call(c.handlers,v)&&Z)return Z(c,h,f);if(c.options.passThrough&&c.options.passThrough.includes(v)){if("children"in h){const{children:V,...b}=h,F=pv(b);return F.children=c.all(h),F}return pv(h)}return(c.options.unknownHandler||XG0)(c,h,f)}function u(h){const f=[];if("children"in h){const v=h.children;let Z=-1;for(;++Z<v.length;){const H=c.one(v[Z],h);if(H){if(Z&&v[Z-1].type==="break"&&(!Array.isArray(H)&&H.type==="text"&&(H.value=Fs0(H.value)),!Array.isArray(H)&&H.type==="element")){const V=H.children[0];V&&V.type==="text"&&(V.value=Fs0(V.value))}Array.isArray(H)?f.push(...H):f.push(H)}}}return f}}function KG0(a,t){a.position&&(t.position=yG0(a))}function QG0(a,t){let n=t;if(a&&a.data){const r=a.data.hName,l=a.data.hChildren,i=a.data.hProperties;if(typeof r=="string")if(n.type==="element")n.tagName=r;else{const o="children"in n?n.children:[n];n={type:"element",tagName:r,properties:{},children:o}}n.type==="element"&&i&&Object.assign(n.properties,pv(i)),"children"in n&&n.children&&l!==null&&l!==void 0&&(n.children=l)}return n}function XG0(a,t){const n=t.data||{},r="value"in t&&!(rS.call(n,"hProperties")||rS.call(n,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:a.all(t)};return a.patch(t,r),a.applyData(t,r)}function JG0(a,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:`
687
+ `}]}}const hv=(function(a){if(a==null)return DG0;if(typeof a=="function")return fv(a);if(typeof a=="object")return Array.isArray(a)?jG0(a):xG0(a);if(typeof a=="string")return RG0(a);throw new Error("Expected function, string, or object as test")});function jG0(a){const t=[];let n=-1;for(;++n<a.length;)t[n]=hv(a[n]);return fv(r);function r(...l){let i=-1;for(;++i<t.length;)if(t[i].apply(this,l))return!0;return!1}}function xG0(a){const t=a;return fv(n);function n(r){const l=r;let i;for(i in a)if(l[i]!==t[i])return!1;return!0}}function RG0(a){return fv(t);function t(n){return n&&n.type===a}}function fv(a){return t;function t(n,r,l){return!!(zG0(n)&&a.call(this,n,typeof r=="number"?r:void 0,l||void 0))}}function DG0(){return!0}function zG0(a){return a!==null&&typeof a=="object"&&"type"in a}function S3e(a){return a}const Ss0=[],BG0=!0,nS=!1,UG0="skip";function Av(a,t,n,r){let l;typeof t=="function"&&typeof n!="function"?(r=n,n=t):l=t;const i=hv(l),o=r?-1:1;c(a,void 0,[])();function c(m,u,h){const f=m&&typeof m=="object"?m:{};if(typeof f.type=="string"){const Z=typeof f.tagName=="string"?f.tagName:typeof f.name=="string"?f.name:void 0;Object.defineProperty(v,"name",{value:"node ("+(m.type+(Z?"<"+Z+">":""))+")"})}return v;function v(){let Z=Ss0,H,V,b;if((!t||i(m,u,h[h.length-1]||void 0))&&(Z=qG0(n(m,h)),Z[0]===nS))return Z;if("children"in m&&m.children){const F=m;if(F.children&&Z[0]!==UG0)for(V=(r?F.children.length:-1)+o,b=h.concat(F);V>-1&&V<F.children.length;){const _=F.children[V];if(H=c(_,V,b)(),H[0]===nS)return H;V=typeof H[1]=="number"?H[1]:V+o}}return Z}}}function qG0(a){return Array.isArray(a)?a:typeof a=="number"?[BG0,a]:a==null?Ss0:[a]}function WG0(a,t,n,r){let l,i,o;typeof t=="function"&&typeof n!="function"?(i=void 0,o=t,l=n):(i=t,o=n,l=r),Av(a,i,c,l);function c(m,u){const h=u[u.length-1],f=h?h.children.indexOf(m):void 0;return o(m,f,h)}}const rS={}.hasOwnProperty,GG0={};function YG0(a,t){const n=t||GG0,r=new Map,l=new Map,i=new Map,o={...wG0,...n.handlers},c={all:u,applyData:QG0,definitionById:r,footnoteById:l,footnoteCounts:i,footnoteOrder:[],handlers:o,one:m,options:n,patch:KG0,wrap:JG0};return WG0(a,function(h){if(h.type==="definition"||h.type==="footnoteDefinition"){const f=h.type==="definition"?r:l,v=String(h.identifier).toUpperCase();f.has(v)||f.set(v,h)}}),c;function m(h,f){const v=h.type,Z=c.handlers[v];if(rS.call(c.handlers,v)&&Z)return Z(c,h,f);if(c.options.passThrough&&c.options.passThrough.includes(v)){if("children"in h){const{children:V,...b}=h,F=pv(b);return F.children=c.all(h),F}return pv(h)}return(c.options.unknownHandler||XG0)(c,h,f)}function u(h){const f=[];if("children"in h){const v=h.children;let Z=-1;for(;++Z<v.length;){const H=c.one(v[Z],h);if(H){if(Z&&v[Z-1].type==="break"&&(!Array.isArray(H)&&H.type==="text"&&(H.value=Fs0(H.value)),!Array.isArray(H)&&H.type==="element")){const V=H.children[0];V&&V.type==="text"&&(V.value=Fs0(V.value))}Array.isArray(H)?f.push(...H):f.push(H)}}}return f}}function KG0(a,t){a.position&&(t.position=yG0(a))}function QG0(a,t){let n=t;if(a&&a.data){const r=a.data.hName,l=a.data.hChildren,i=a.data.hProperties;if(typeof r=="string")if(n.type==="element")n.tagName=r;else{const o="children"in n?n.children:[n];n={type:"element",tagName:r,properties:{},children:o}}n.type==="element"&&i&&Object.assign(n.properties,pv(i)),"children"in n&&n.children&&l!==null&&l!==void 0&&(n.children=l)}return n}function XG0(a,t){const n=t.data||{},r="value"in t&&!(rS.call(n,"hProperties")||rS.call(n,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:a.all(t)};return a.patch(t,r),a.applyData(t,r)}function JG0(a,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:`
688
688
  `});++r<a.length;)r&&n.push({type:"text",value:`
689
689
  `}),n.push(a[r]);return t&&a.length>0&&n.push({type:"text",value:`
690
690
  `}),n}function Fs0(a){let t=0,n=a.charCodeAt(t);for(;n===9||n===32;)t++,n=a.charCodeAt(t);return a.slice(t)}function _s0(a,t){const n=YG0(a,t),r=n.one(a,void 0),l=$G0(n),i=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return l&&i.children.push({type:"text",value:`
@@ -751,7 +751,7 @@ spurious results.`)}}return!1};class iu0{constructor(t,n="GraphQL request",r={li
751
751
  `)),`
752
752
  }`)}function s2(a,t,n=""){return t!=null&&t!==""?a+t+n:""}function Ov(a){return s2(" ",a.replace(/\n/g,`
753
753
  `))}function cu0(a){var t;return(t=a?.some(n=>n.includes(`
754
- `)))!==null&&t!==void 0?t:!1}function su0(a){return a.kind===R1.FIELD||a.kind===R1.FRAGMENT_SPREAD||a.kind===R1.INLINE_FRAGMENT}function _d(a,t){var n=a.directives;return!n||!n.length?!0:KJ0(n).every(function(r){var l=r.directive,i=r.ifArgument,o=!1;return i.value.kind==="Variable"?(o=t&&t[i.value.name.value],y1(o!==void 0,106,l.name.value)):o=i.value.value,l.name.value==="skip"?!o:o})}function kd(a,t,n){var r=new Set(a),l=r.size;return cn(t,{Directive:function(i){if(r.delete(i.name.value)&&(!n||!r.size))return Pv}}),n?!r.size:r.size<l}function GJ0(a){return a&&kd(["client","export"],a,!0)}function YJ0(a){var t=a.name.value;return t==="skip"||t==="include"}function KJ0(a){var t=[];return a&&a.length&&a.forEach(function(n){if(YJ0(n)){var r=n.arguments,l=n.name.value;y1(r&&r.length===1,107,l);var i=r[0];y1(i.name&&i.name.value==="if",108,l);var o=i.value;y1(o&&(o.kind==="Variable"||o.kind==="BooleanValue"),109,l),t.push({directive:n,ifArgument:i})}}),t}function QJ0(a){var t,n,r=(t=a.directives)===null||t===void 0?void 0:t.find(function(i){var o=i.name;return o.value==="unmask"});if(!r)return"mask";var l=(n=r.arguments)===null||n===void 0?void 0:n.find(function(i){var o=i.name;return o.value==="mode"});return globalThis.__DEV__!==!1&&l&&(l.value.kind===R1.VARIABLE?globalThis.__DEV__!==!1&&y1.warn(110):l.value.kind!==R1.STRING?globalThis.__DEV__!==!1&&y1.warn(111):l.value.value!=="migrate"&&globalThis.__DEV__!==!1&&y1.warn(112,l.value.value)),l&&"value"in l.value&&l.value.value==="migrate"?"migrate":"unmask"}const XJ0=()=>Object.create(null),{forEach:JJ0,slice:mu0}=Array.prototype,{hasOwnProperty:e01}=Object.prototype;let y9=class gV0{constructor(t=!0,n=XJ0){this.weakness=t,this.makeData=n}lookup(){return this.lookupArray(arguments)}lookupArray(t){let n=this;return JJ0.call(t,r=>n=n.getChildTrie(r)),e01.call(n,"data")?n.data:n.data=this.makeData(mu0.call(t))}peek(){return this.peekArray(arguments)}peekArray(t){let n=this;for(let r=0,l=t.length;n&&r<l;++r){const i=n.mapFor(t[r],!1);n=i&&i.get(t[r])}return n&&n.data}remove(){return this.removeArray(arguments)}removeArray(t){let n;if(t.length){const r=t[0],l=this.mapFor(r,!1),i=l&&l.get(r);i&&(n=i.removeArray(mu0.call(t,1)),!i.data&&!i.weak&&!(i.strong&&i.strong.size)&&l.delete(r))}else n=this.data,delete this.data;return n}getChildTrie(t){const n=this.mapFor(t,!0);let r=n.get(t);return r||n.set(t,r=new gV0(this.weakness,this.makeData)),r}mapFor(t,n){return this.weakness&&a01(t)?this.weak||(n?this.weak=new WeakMap:void 0):this.strong||(n?this.strong=new Map:void 0)}};function a01(a){switch(typeof a){case"object":if(a===null)break;case"function":return!0}return!1}var du0=on(function(){return navigator.product})=="ReactNative",zi=typeof WeakMap=="function"&&!(du0&&!global.HermesInternal),WS=typeof WeakSet=="function",GS=typeof Symbol=="function"&&typeof Symbol.for=="function",Iv=GS&&Symbol.asyncIterator,uu0=typeof on(function(){return window.document.createElement})=="function",t01=on(function(){return navigator.userAgent.indexOf("jsdom")>=0})||!1,n01=(uu0||du0)&&!t01;function D8(a){return a!==null&&typeof a=="object"}function r01(a,t){var n=t,r=[];a.definitions.forEach(function(i){if(i.kind==="OperationDefinition")throw G4(113,i.operation,i.name?" named '".concat(i.name.value,"'"):"");i.kind==="FragmentDefinition"&&r.push(i)}),typeof n>"u"&&(y1(r.length===1,114,r.length),n=r[0].name.value);var l=m0(m0({},a),{definitions:Be([{kind:"OperationDefinition",operation:"query",selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:n}}]}}],a.definitions,!0)});return l}function b9(a){a===void 0&&(a=[]);var t={};return a.forEach(function(n){t[n.name.value]=n}),t}function $v(a,t){switch(a.kind){case"InlineFragment":return a;case"FragmentSpread":{var n=a.name.value;if(typeof t=="function")return t(n);var r=t&&t[n];return y1(r,115,n),r||null}default:return null}}function l01(a){var t=!0;return cn(a,{FragmentSpread:function(n){if(t=!!n.directives&&n.directives.some(function(r){return r.name.value==="unmask"}),!t)return Pv}}),t}function i01(){}class YS{constructor(t=1/0,n=i01){this.max=t,this.dispose=n,this.map=new Map,this.newest=null,this.oldest=null}has(t){return this.map.has(t)}get(t){const n=this.getNode(t);return n&&n.value}get size(){return this.map.size}getNode(t){const n=this.map.get(t);if(n&&n!==this.newest){const{older:r,newer:l}=n;l&&(l.older=r),r&&(r.newer=l),n.older=this.newest,n.older.newer=n,n.newer=null,this.newest=n,n===this.oldest&&(this.oldest=l)}return n}set(t,n){let r=this.getNode(t);return r?r.value=n:(r={key:t,value:n,newer:null,older:this.newest},this.newest&&(this.newest.newer=r),this.newest=r,this.oldest=this.oldest||r,this.map.set(t,r),r.value)}clean(){for(;this.oldest&&this.map.size>this.max;)this.delete(this.oldest.key)}delete(t){const n=this.map.get(t);return n?(n===this.newest&&(this.newest=n.older),n===this.oldest&&(this.oldest=n.newer),n.newer&&(n.newer.older=n.older),n.older&&(n.older.newer=n.newer),this.map.delete(t),this.dispose(n.value,t),!0):!1}}function KS(){}const o01=KS,c01=typeof WeakRef<"u"?WeakRef:function(a){return{deref:()=>a}},s01=typeof WeakMap<"u"?WeakMap:Map,m01=typeof FinalizationRegistry<"u"?FinalizationRegistry:function(){return{register:KS,unregister:KS}},d01=10024;class jv{constructor(t=1/0,n=o01){this.max=t,this.dispose=n,this.map=new s01,this.newest=null,this.oldest=null,this.unfinalizedNodes=new Set,this.finalizationScheduled=!1,this.size=0,this.finalize=()=>{const r=this.unfinalizedNodes.values();for(let l=0;l<d01;l++){const i=r.next().value;if(!i)break;this.unfinalizedNodes.delete(i);const o=i.key;delete i.key,i.keyRef=new c01(o),this.registry.register(o,i,i)}this.unfinalizedNodes.size>0?queueMicrotask(this.finalize):this.finalizationScheduled=!1},this.registry=new m01(this.deleteNode.bind(this))}has(t){return this.map.has(t)}get(t){const n=this.getNode(t);return n&&n.value}getNode(t){const n=this.map.get(t);if(n&&n!==this.newest){const{older:r,newer:l}=n;l&&(l.older=r),r&&(r.newer=l),n.older=this.newest,n.older.newer=n,n.newer=null,this.newest=n,n===this.oldest&&(this.oldest=l)}return n}set(t,n){let r=this.getNode(t);return r?r.value=n:(r={key:t,value:n,newer:null,older:this.newest},this.newest&&(this.newest.newer=r),this.newest=r,this.oldest=this.oldest||r,this.scheduleFinalization(r),this.map.set(t,r),this.size++,r.value)}clean(){for(;this.oldest&&this.size>this.max;)this.deleteNode(this.oldest)}deleteNode(t){t===this.newest&&(this.newest=t.older),t===this.oldest&&(this.oldest=t.newer),t.newer&&(t.newer.older=t.older),t.older&&(t.older.newer=t.newer),this.size--;const n=t.key||t.keyRef&&t.keyRef.deref();this.dispose(t.value,n),t.keyRef?this.registry.unregister(t):this.unfinalizedNodes.delete(t),n&&this.map.delete(n)}delete(t){const n=this.map.get(t);return n?(this.deleteNode(n),!0):!1}scheduleFinalization(t){this.unfinalizedNodes.add(t),this.finalizationScheduled||(this.finalizationScheduled=!0,queueMicrotask(this.finalize))}}var QS=new WeakSet;function pu0(a){a.size<=(a.max||-1)||QS.has(a)||(QS.add(a),setTimeout(function(){a.clean(),QS.delete(a)},100))}var XS=function(a,t){var n=new jv(a,t);return n.set=function(r,l){var i=jv.prototype.set.call(this,r,l);return pu0(this),i},n},u01=function(a,t){var n=new YS(a,t);return n.set=function(r,l){var i=YS.prototype.set.call(this,r,l);return pu0(this),i},n},p01=Symbol.for("apollo.cacheSize"),lr=m0({},_v[p01]),Bi={};function JS(a,t){Bi[a]=t}var h01=globalThis.__DEV__!==!1?g01:void 0,f01=globalThis.__DEV__!==!1?Z01:void 0,A01=globalThis.__DEV__!==!1?hu0:void 0;function v01(){var a={parser:1e3,canonicalStringify:1e3,print:2e3,"documentTransform.cache":2e3,"queryManager.getDocumentInfo":2e3,"PersistedQueryLink.persistedQueryHashes":2e3,"fragmentRegistry.transform":2e3,"fragmentRegistry.lookup":1e3,"fragmentRegistry.findFragmentSpreads":4e3,"cache.fragmentQueryDocuments":1e3,"removeTypenameFromVariables.getVariableDefinitions":2e3,"inMemoryCache.maybeBroadcastWatch":5e3,"inMemoryCache.executeSelectionSet":5e4,"inMemoryCache.executeSubSelectedArray":1e4};return Object.fromEntries(Object.entries(a).map(function(t){var n=t[0],r=t[1];return[n,lr[n]||r]}))}function g01(){var a,t,n,r,l;if(globalThis.__DEV__===!1)throw new Error("only supported in development mode");return{limits:v01(),sizes:m0({print:(a=Bi.print)===null||a===void 0?void 0:a.call(Bi),parser:(t=Bi.parser)===null||t===void 0?void 0:t.call(Bi),canonicalStringify:(n=Bi.canonicalStringify)===null||n===void 0?void 0:n.call(Bi),links:aF(this.link),queryManager:{getDocumentInfo:this.queryManager.transformCache.size,documentTransforms:Au0(this.queryManager.documentTransform)}},(l=(r=this.cache).getMemoryInternals)===null||l===void 0?void 0:l.call(r))}}function hu0(){return{cache:{fragmentQueryDocuments:j3(this.getFragmentDoc)}}}function Z01(){var a=this.config.fragments;return m0(m0({},hu0.apply(this)),{addTypenameDocumentTransform:Au0(this.addTypenameTransform),inMemoryCache:{executeSelectionSet:j3(this.storeReader.executeSelectionSet),executeSubSelectedArray:j3(this.storeReader.executeSubSelectedArray),maybeBroadcastWatch:j3(this.maybeBroadcastWatch)},fragmentRegistry:{findFragmentSpreads:j3(a?.findFragmentSpreads),lookup:j3(a?.lookup),transform:j3(a?.transform)}})}function H01(a){return!!a&&"dirtyKey"in a}function j3(a){return H01(a)?a.size:void 0}function fu0(a){return a!=null}function Au0(a){return eF(a).map(function(t){return{cache:t}})}function eF(a){return a?Be(Be([j3(a?.performWork)],eF(a?.left),!0),eF(a?.right),!0).filter(fu0):[]}function aF(a){var t;return a?Be(Be([(t=a?.getMemoryInternals)===null||t===void 0?void 0:t.call(a)],aF(a?.left),!0),aF(a?.right),!0).filter(fu0):[]}var x3=Object.assign(function(t){return JSON.stringify(t,M01)},{reset:function(){L9=new u01(lr.canonicalStringify||1e3)}});globalThis.__DEV__!==!1&&JS("canonicalStringify",function(){return L9.size});var L9;x3.reset();function M01(a,t){if(t&&typeof t=="object"){var n=Object.getPrototypeOf(t);if(n===Object.prototype||n===null){var r=Object.keys(t);if(r.every(E01))return t;var l=JSON.stringify(r),i=L9.get(l);if(!i){r.sort();var o=JSON.stringify(r);i=L9.get(o)||r,L9.set(l,i),L9.set(o,i)}var c=Object.create(n);return i.forEach(function(m){c[m]=t[m]}),c}}return t}function E01(a,t,n){return t===0||n[t-1]<=a}function Ui(a){return{__ref:String(a)}}function F2(a){return!!(a&&typeof a=="object"&&typeof a.__ref=="string")}function V01(a){return D8(a)&&a.kind==="Document"&&Array.isArray(a.definitions)}function y01(a){return a.kind==="StringValue"}function b01(a){return a.kind==="BooleanValue"}function L01(a){return a.kind==="IntValue"}function S01(a){return a.kind==="FloatValue"}function F01(a){return a.kind==="Variable"}function _01(a){return a.kind==="ObjectValue"}function k01(a){return a.kind==="ListValue"}function w01(a){return a.kind==="EnumValue"}function C01(a){return a.kind==="NullValue"}function S9(a,t,n,r){if(L01(n)||S01(n))a[t.value]=Number(n.value);else if(b01(n)||y01(n))a[t.value]=n.value;else if(_01(n)){var l={};n.fields.map(function(o){return S9(l,o.name,o.value,r)}),a[t.value]=l}else if(F01(n)){var i=(r||{})[n.name.value];a[t.value]=i}else if(k01(n))a[t.value]=n.values.map(function(o){var c={};return S9(c,t,o,r),c[t.value]});else if(w01(n))a[t.value]=n.value;else if(C01(n))a[t.value]=null;else throw G4(124,t.value,n.kind)}function N01(a,t){var n=null;a.directives&&(n={},a.directives.forEach(function(l){n[l.name.value]={},l.arguments&&l.arguments.forEach(function(i){var o=i.name,c=i.value;return S9(n[l.name.value],o,c,t)})}));var r=null;return a.arguments&&a.arguments.length&&(r={},a.arguments.forEach(function(l){var i=l.name,o=l.value;return S9(r,i,o,t)})),vu0(a.name.value,r,n)}var T01=["connection","include","skip","client","rest","export","nonreactive"],wd=x3,vu0=Object.assign(function(a,t,n){if(t&&n&&n.connection&&n.connection.key)if(n.connection.filter&&n.connection.filter.length>0){var r=n.connection.filter?n.connection.filter:[];r.sort();var l={};return r.forEach(function(c){l[c]=t[c]}),"".concat(n.connection.key,"(").concat(wd(l),")")}else return n.connection.key;var i=a;if(t){var o=wd(t);i+="(".concat(o,")")}return n&&Object.keys(n).forEach(function(c){T01.indexOf(c)===-1&&(n[c]&&Object.keys(n[c]).length?i+="@".concat(c,"(").concat(wd(n[c]),")"):i+="@".concat(c))}),i},{setStringify:function(a){var t=wd;return wd=a,t}});function xv(a,t){if(a.arguments&&a.arguments.length){var n={};return a.arguments.forEach(function(r){var l=r.name,i=r.value;return S9(n,l,i,t)}),n}return null}function Al(a){return a.alias?a.alias.value:a.name.value}function tF(a,t,n){for(var r,l=0,i=t.selections;l<i.length;l++){var o=i[l];if(R3(o)){if(o.name.value==="__typename")return a[Al(o)]}else r?r.push(o):r=[o]}if(typeof a.__typename=="string")return a.__typename;if(r)for(var c=0,m=r;c<m.length;c++){var o=m[c],u=tF(a,$v(o,n).selectionSet,n);if(typeof u=="string")return u}}function R3(a){return a.kind==="Field"}function P01(a){return a.kind==="InlineFragment"}function F9(a){y1(a&&a.kind==="Document",116);var t=a.definitions.filter(function(n){return n.kind!=="FragmentDefinition"}).map(function(n){if(n.kind!=="OperationDefinition")throw G4(117,n.kind);return n});return y1(t.length<=1,118,t.length),a}function qi(a){return F9(a),a.definitions.filter(function(t){return t.kind==="OperationDefinition"})[0]}function Cd(a){return a.definitions.filter(function(t){return t.kind==="OperationDefinition"&&!!t.name}).map(function(t){return t.name.value})[0]||null}function _9(a){return a.definitions.filter(function(t){return t.kind==="FragmentDefinition"})}function gu0(a){var t=qi(a);return y1(t&&t.operation==="query",119),t}function Zu0(a){y1(a.kind==="Document",120),y1(a.definitions.length<=1,121);var t=a.definitions[0];return y1(t.kind==="FragmentDefinition",122),t}function k9(a){F9(a);for(var t,n=0,r=a.definitions;n<r.length;n++){var l=r[n];if(l.kind==="OperationDefinition"){var i=l.operation;if(i==="query"||i==="mutation"||i==="subscription")return l}l.kind==="FragmentDefinition"&&!t&&(t=l)}if(t)return t;throw G4(123)}function nF(a){var t=Object.create(null),n=a&&a.variableDefinitions;return n&&n.length&&n.forEach(function(r){r.defaultValue&&S9(t,r.variable.name,r.defaultValue)}),t}const O01=()=>Object.create(null),{forEach:I01,slice:$01}=Array.prototype,{hasOwnProperty:j01}=Object.prototype;class rF{constructor(t=!0,n=O01){this.weakness=t,this.makeData=n}lookup(...t){return this.lookupArray(t)}lookupArray(t){let n=this;return I01.call(t,r=>n=n.getChildTrie(r)),j01.call(n,"data")?n.data:n.data=this.makeData($01.call(t))}peek(...t){return this.peekArray(t)}peekArray(t){let n=this;for(let r=0,l=t.length;n&&r<l;++r){const i=this.weakness&&Hu0(t[r])?n.weak:n.strong;n=i&&i.get(t[r])}return n&&n.data}getChildTrie(t){const n=this.weakness&&Hu0(t)?this.weak||(this.weak=new WeakMap):this.strong||(this.strong=new Map);let r=n.get(t);return r||n.set(t,r=new rF(this.weakness,this.makeData)),r}}function Hu0(a){switch(typeof a){case"object":if(a===null)break;case"function":return!0}return!1}let t4=null;const Mu0={};let x01=1;const R01=()=>class{constructor(){this.id=["slot",x01++,Date.now(),Math.random().toString(36).slice(2)].join(":")}hasValue(){for(let t=t4;t;t=t.parent)if(this.id in t.slots){const n=t.slots[this.id];if(n===Mu0)break;return t!==t4&&(t4.slots[this.id]=n),!0}return t4&&(t4.slots[this.id]=Mu0),!1}getValue(){if(this.hasValue())return t4.slots[this.id]}withValue(t,n,r,l){const i={__proto__:null,[this.id]:t},o=t4;t4={parent:o,slots:i};try{return n.apply(l,r)}finally{t4=o}}static bind(t){const n=t4;return function(){const r=t4;try{return t4=n,t.apply(this,arguments)}finally{t4=r}}}static noContext(t,n,r){if(t4){const l=t4;try{return t4=null,t.apply(r,n)}finally{t4=l}}else return t.apply(r,n)}};function Eu0(a){try{return a()}catch{}}const lF="@wry/context:Slot",Vu0=Eu0(()=>globalThis)||Eu0(()=>global)||Object.create(null),w9=Vu0[lF]||Array[lF]||(function(a){try{Object.defineProperty(Vu0,lF,{value:a,enumerable:!1,writable:!1,configurable:!0})}finally{return a}})(R01()),{bind:w3e,noContext:C3e}=w9,Rv=new w9,{hasOwnProperty:D01}=Object.prototype,iF=Array.from||function(a){const t=[];return a.forEach(n=>t.push(n)),t};function oF(a){const{unsubscribe:t}=a;typeof t=="function"&&(a.unsubscribe=void 0,t())}const Nd=[],z01=100;function C9(a,t){if(!a)throw new Error(t||"assertion failure")}function yu0(a,t){const n=a.length;return n>0&&n===t.length&&a[n-1]===t[n-1]}function bu0(a){switch(a.length){case 0:throw new Error("unknown value");case 1:return a[0];case 2:throw a[1]}}function Lu0(a){return a.slice(0)}class Dv{constructor(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,++Dv.count}peek(){if(this.value.length===1&&!D3(this))return Su0(this),this.value[0]}recompute(t){return C9(!this.recomputing,"already recomputing"),Su0(this),D3(this)?B01(this,t):bu0(this.value)}setDirty(){this.dirty||(this.dirty=!0,Fu0(this),oF(this))}dispose(){this.setDirty(),Nu0(this),cF(this,(t,n)=>{t.setDirty(),Tu0(t,this)})}forget(){this.dispose()}dependOn(t){t.add(this),this.deps||(this.deps=Nd.pop()||new Set),this.deps.add(t)}forgetDeps(){this.deps&&(iF(this.deps).forEach(t=>t.delete(this)),this.deps.clear(),Nd.push(this.deps),this.deps=null)}}Dv.count=0;function Su0(a){const t=Rv.getValue();if(t)return a.parents.add(t),t.childValues.has(a)||t.childValues.set(a,[]),D3(a)?ku0(t,a):wu0(t,a),t}function B01(a,t){return Nu0(a),Rv.withValue(a,U01,[a,t]),W01(a,t)&&q01(a),bu0(a.value)}function U01(a,t){a.recomputing=!0;const{normalizeResult:n}=a;let r;n&&a.value.length===1&&(r=Lu0(a.value)),a.value.length=0;try{if(a.value[0]=a.fn.apply(null,t),n&&r&&!yu0(r,a.value))try{a.value[0]=n(a.value[0],r[0])}catch{}}catch(l){a.value[1]=l}a.recomputing=!1}function D3(a){return a.dirty||!!(a.dirtyChildren&&a.dirtyChildren.size)}function q01(a){a.dirty=!1,!D3(a)&&_u0(a)}function Fu0(a){cF(a,ku0)}function _u0(a){cF(a,wu0)}function cF(a,t){const n=a.parents.size;if(n){const r=iF(a.parents);for(let l=0;l<n;++l)t(r[l],a)}}function ku0(a,t){C9(a.childValues.has(t)),C9(D3(t));const n=!D3(a);if(!a.dirtyChildren)a.dirtyChildren=Nd.pop()||new Set;else if(a.dirtyChildren.has(t))return;a.dirtyChildren.add(t),n&&Fu0(a)}function wu0(a,t){C9(a.childValues.has(t)),C9(!D3(t));const n=a.childValues.get(t);n.length===0?a.childValues.set(t,Lu0(t.value)):yu0(n,t.value)||a.setDirty(),Cu0(a,t),!D3(a)&&_u0(a)}function Cu0(a,t){const n=a.dirtyChildren;n&&(n.delete(t),n.size===0&&(Nd.length<z01&&Nd.push(n),a.dirtyChildren=null))}function Nu0(a){a.childValues.size>0&&a.childValues.forEach((t,n)=>{Tu0(a,n)}),a.forgetDeps(),C9(a.dirtyChildren===null)}function Tu0(a,t){t.parents.delete(a),a.childValues.delete(t),Cu0(a,t)}function W01(a,t){if(typeof a.subscribe=="function")try{oF(a),a.unsubscribe=a.subscribe.apply(null,t)}catch{return a.setDirty(),!1}return!0}const G01={setDirty:!0,dispose:!0,forget:!0};function Pu0(a){const t=new Map;function n(r){const l=Rv.getValue();if(l){let i=t.get(r);i||t.set(r,i=new Set),l.dependOn(i)}}return n.dirty=function(l,i){const o=t.get(l);if(o){const c=i&&D01.call(G01,i)?i:"setDirty";iF(o).forEach(m=>m[c]()),t.delete(l),oF(o)}},n}let Ou0;function Y01(...a){return(Ou0||(Ou0=new rF(typeof WeakMap=="function"))).lookupArray(a)}const sF=new Set;function Td(a,{max:t=Math.pow(2,16),keyArgs:n,makeCacheKey:r=Y01,normalizeResult:l,subscribe:i,cache:o=YS}=Object.create(null)){const c=typeof o=="function"?new o(t,v=>v.dispose()):o,m=function(){const v=r.apply(null,n?n.apply(null,arguments):arguments);if(v===void 0)return a.apply(null,arguments);let Z=c.get(v);Z||(c.set(v,Z=new Dv(a)),Z.normalizeResult=l,Z.subscribe=i,Z.forget=()=>c.delete(v));const H=Z.recompute(Array.prototype.slice.call(arguments));return c.set(v,Z),sF.add(c),Rv.hasValue()||(sF.forEach(V=>V.clean()),sF.clear()),H};Object.defineProperty(m,"size",{get:()=>c.size,configurable:!1,enumerable:!1}),Object.freeze(m.options={max:t,keyArgs:n,makeCacheKey:r,normalizeResult:l,subscribe:i,cache:c});function u(v){const Z=v&&c.get(v);Z&&Z.setDirty()}m.dirtyKey=u,m.dirty=function(){u(r.apply(null,arguments))};function h(v){const Z=v&&c.get(v);if(Z)return Z.peek()}m.peekKey=h,m.peek=function(){return h(r.apply(null,arguments))};function f(v){return v?c.delete(v):!1}return m.forgetKey=f,m.forget=function(){return f(r.apply(null,arguments))},m.makeCacheKey=r,m.getKey=n?function(){return r.apply(null,n.apply(null,arguments))}:r,Object.freeze(m)}function K01(a){return a}var mF=(function(){function a(t,n){n===void 0&&(n=Object.create(null)),this.resultCache=WS?new WeakSet:new Set,this.transform=t,n.getCacheKey&&(this.getCacheKey=n.getCacheKey),this.cached=n.cache!==!1,this.resetCache()}return a.prototype.getCacheKey=function(t){return[t]},a.identity=function(){return new a(K01,{cache:!1})},a.split=function(t,n,r){return r===void 0&&(r=a.identity()),Object.assign(new a(function(l){var i=t(l)?n:r;return i.transformDocument(l)},{cache:!1}),{left:n,right:r})},a.prototype.resetCache=function(){var t=this;if(this.cached){var n=new y9(zi);this.performWork=Td(a.prototype.performWork.bind(this),{makeCacheKey:function(r){var l=t.getCacheKey(r);if(l)return y1(Array.isArray(l),105),n.lookupArray(l)},max:lr["documentTransform.cache"],cache:jv})}},a.prototype.performWork=function(t){return F9(t),this.transform(t)},a.prototype.transformDocument=function(t){if(this.resultCache.has(t))return t;var n=this.performWork(t);return this.resultCache.add(n),n},a.prototype.concat=function(t){var n=this;return Object.assign(new a(function(r){return t.transformDocument(n.transformDocument(r))},{cache:!1}),{left:this,right:t})},a})(),Pd,Wi=Object.assign(function(a){var t=Pd.get(a);return t||(t=UJ0(a),Pd.set(a,t)),t},{reset:function(){Pd=new XS(lr.print||2e3)}});Wi.reset(),globalThis.__DEV__!==!1&&JS("print",function(){return Pd?Pd.size:0});var z8=Array.isArray;function bt(a){return Array.isArray(a)&&a.length>0}var Iu0={kind:R1.FIELD,name:{kind:R1.NAME,value:"__typename"}};function $u0(a,t){return!a||a.selectionSet.selections.every(function(n){return n.kind===R1.FRAGMENT_SPREAD&&$u0(t[n.name.value],t)})}function Q01(a){return $u0(qi(a)||Zu0(a),b9(_9(a)))?null:a}function X01(a){var t=new Map,n=new Map;return a.forEach(function(r){r&&(r.name?t.set(r.name,r):r.test&&n.set(r.test,r))}),function(r){var l=t.get(r.name.value);return!l&&n.size&&n.forEach(function(i,o){o(r)&&(l=i)}),l}}function ju0(a){var t=new Map;return function(r){r===void 0&&(r=a);var l=t.get(r);return l||t.set(r,l={variables:new Set,fragmentSpreads:new Set}),l}}function xu0(a,t){F9(t);for(var n=ju0(""),r=ju0(""),l=function(F){for(var _=0,k=void 0;_<F.length&&(k=F[_]);++_)if(!z8(k)){if(k.kind===R1.OPERATION_DEFINITION)return n(k.name&&k.name.value);if(k.kind===R1.FRAGMENT_DEFINITION)return r(k.name.value)}return globalThis.__DEV__!==!1&&y1.error(125),null},i=0,o=t.definitions.length-1;o>=0;--o)t.definitions[o].kind===R1.OPERATION_DEFINITION&&++i;var c=X01(a),m=function(F){return bt(F)&&F.map(c).some(function(_){return _&&_.remove})},u=new Map,h=!1,f={enter:function(F){if(m(F.directives))return h=!0,null}},v=cn(t,{Field:f,InlineFragment:f,VariableDefinition:{enter:function(){return!1}},Variable:{enter:function(F,_,k,w,S){var T=l(S);T&&T.variables.add(F.name.value)}},FragmentSpread:{enter:function(F,_,k,w,S){if(m(F.directives))return h=!0,null;var T=l(S);T&&T.fragmentSpreads.add(F.name.value)}},FragmentDefinition:{enter:function(F,_,k,w){u.set(JSON.stringify(w),F)},leave:function(F,_,k,w){var S=u.get(JSON.stringify(w));if(F===S)return F;if(i>0&&F.selectionSet.selections.every(function(T){return T.kind===R1.FIELD&&T.name.value==="__typename"}))return r(F.name.value).removed=!0,h=!0,null}},Directive:{leave:function(F){if(c(F))return h=!0,null}}});if(!h)return t;var Z=function(F){return F.transitiveVars||(F.transitiveVars=new Set(F.variables),F.removed||F.fragmentSpreads.forEach(function(_){Z(r(_)).transitiveVars.forEach(function(k){F.transitiveVars.add(k)})})),F},H=new Set;v.definitions.forEach(function(F){F.kind===R1.OPERATION_DEFINITION?Z(n(F.name&&F.name.value)).fragmentSpreads.forEach(function(_){H.add(_)}):F.kind===R1.FRAGMENT_DEFINITION&&i===0&&!r(F.name.value).removed&&H.add(F.name.value)}),H.forEach(function(F){Z(r(F)).fragmentSpreads.forEach(function(_){H.add(_)})});var V=function(F){return!!(!H.has(F)||r(F).removed)},b={enter:function(F){if(V(F.name.value))return null}};return Q01(cn(v,{FragmentSpread:b,FragmentDefinition:b,OperationDefinition:{leave:function(F){if(F.variableDefinitions){var _=Z(n(F.name&&F.name.value)).transitiveVars;if(_.size<F.variableDefinitions.length)return m0(m0({},F),{variableDefinitions:F.variableDefinitions.filter(function(k){return _.has(k.variable.name.value)})})}}}}))}var dF=Object.assign(function(a){return cn(a,{SelectionSet:{enter:function(t,n,r){if(!(r&&r.kind===R1.OPERATION_DEFINITION)){var l=t.selections;if(l){var i=l.some(function(c){return R3(c)&&(c.name.value==="__typename"||c.name.value.lastIndexOf("__",0)===0)});if(!i){var o=r;if(!(R3(o)&&o.directives&&o.directives.some(function(c){return c.name.value==="export"})))return m0(m0({},t),{selections:Be(Be([],l,!0),[Iu0],!1)})}}}}}})},{added:function(a){return a===Iu0}});function J01(a){var t=k9(a),n=t.operation;if(n==="query")return a;var r=cn(a,{OperationDefinition:{enter:function(l){return m0(m0({},l),{operation:"query"})}}});return r}function Ru0(a){F9(a);var t=xu0([{test:function(n){return n.name.value==="client"},remove:!0}],a);return t}function e11(a){return F9(a),cn(a,{FragmentSpread:function(t){var n;if(!(!((n=t.directives)===null||n===void 0)&&n.some(function(r){return r.name.value==="unmask"})))return m0(m0({},t),{directives:Be(Be([],t.directives||[],!0),[{kind:R1.DIRECTIVE,name:{kind:R1.NAME,value:"nonreactive"}}],!1)})}})}var a11=Object.prototype.hasOwnProperty;function Du0(){for(var a=[],t=0;t<arguments.length;t++)a[t]=arguments[t];return zv(a)}function zv(a){var t=a[0]||{},n=a.length;if(n>1)for(var r=new z3,l=1;l<n;++l)t=r.merge(t,a[l]);return t}var t11=function(a,t,n){return this.merge(a[n],t[n])},z3=(function(){function a(t){t===void 0&&(t=t11),this.reconciler=t,this.isObject=D8,this.pastCopies=new Set}return a.prototype.merge=function(t,n){for(var r=this,l=[],i=2;i<arguments.length;i++)l[i-2]=arguments[i];return D8(n)&&D8(t)?(Object.keys(n).forEach(function(o){if(a11.call(t,o)){var c=t[o];if(n[o]!==c){var m=r.reconciler.apply(r,Be([t,n,o],l,!1));m!==c&&(t=r.shallowCopyForMerge(t),t[o]=m)}}else t=r.shallowCopyForMerge(t),t[o]=n[o]}),t):n},a.prototype.shallowCopyForMerge=function(t){return D8(t)&&(this.pastCopies.has(t)||(Array.isArray(t)?t=t.slice(0):t=m0({__proto__:Object.getPrototypeOf(t)},t),this.pastCopies.add(t))),t},a})();function n11(a,t){var n=typeof Symbol<"u"&&a[Symbol.iterator]||a["@@iterator"];if(n)return(n=n.call(a)).next.bind(n);if(Array.isArray(a)||(n=r11(a))||t){n&&(a=n);var r=0;return function(){return r>=a.length?{done:!0}:{done:!1,value:a[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
754
+ `)))!==null&&t!==void 0?t:!1}function su0(a){return a.kind===R1.FIELD||a.kind===R1.FRAGMENT_SPREAD||a.kind===R1.INLINE_FRAGMENT}function _d(a,t){var n=a.directives;return!n||!n.length?!0:KJ0(n).every(function(r){var l=r.directive,i=r.ifArgument,o=!1;return i.value.kind==="Variable"?(o=t&&t[i.value.name.value],y1(o!==void 0,106,l.name.value)):o=i.value.value,l.name.value==="skip"?!o:o})}function kd(a,t,n){var r=new Set(a),l=r.size;return cn(t,{Directive:function(i){if(r.delete(i.name.value)&&(!n||!r.size))return Pv}}),n?!r.size:r.size<l}function GJ0(a){return a&&kd(["client","export"],a,!0)}function YJ0(a){var t=a.name.value;return t==="skip"||t==="include"}function KJ0(a){var t=[];return a&&a.length&&a.forEach(function(n){if(YJ0(n)){var r=n.arguments,l=n.name.value;y1(r&&r.length===1,107,l);var i=r[0];y1(i.name&&i.name.value==="if",108,l);var o=i.value;y1(o&&(o.kind==="Variable"||o.kind==="BooleanValue"),109,l),t.push({directive:n,ifArgument:i})}}),t}function QJ0(a){var t,n,r=(t=a.directives)===null||t===void 0?void 0:t.find(function(i){var o=i.name;return o.value==="unmask"});if(!r)return"mask";var l=(n=r.arguments)===null||n===void 0?void 0:n.find(function(i){var o=i.name;return o.value==="mode"});return globalThis.__DEV__!==!1&&l&&(l.value.kind===R1.VARIABLE?globalThis.__DEV__!==!1&&y1.warn(110):l.value.kind!==R1.STRING?globalThis.__DEV__!==!1&&y1.warn(111):l.value.value!=="migrate"&&globalThis.__DEV__!==!1&&y1.warn(112,l.value.value)),l&&"value"in l.value&&l.value.value==="migrate"?"migrate":"unmask"}const XJ0=()=>Object.create(null),{forEach:JJ0,slice:mu0}=Array.prototype,{hasOwnProperty:e01}=Object.prototype;let y9=class gV0{constructor(t=!0,n=XJ0){this.weakness=t,this.makeData=n}lookup(){return this.lookupArray(arguments)}lookupArray(t){let n=this;return JJ0.call(t,r=>n=n.getChildTrie(r)),e01.call(n,"data")?n.data:n.data=this.makeData(mu0.call(t))}peek(){return this.peekArray(arguments)}peekArray(t){let n=this;for(let r=0,l=t.length;n&&r<l;++r){const i=n.mapFor(t[r],!1);n=i&&i.get(t[r])}return n&&n.data}remove(){return this.removeArray(arguments)}removeArray(t){let n;if(t.length){const r=t[0],l=this.mapFor(r,!1),i=l&&l.get(r);i&&(n=i.removeArray(mu0.call(t,1)),!i.data&&!i.weak&&!(i.strong&&i.strong.size)&&l.delete(r))}else n=this.data,delete this.data;return n}getChildTrie(t){const n=this.mapFor(t,!0);let r=n.get(t);return r||n.set(t,r=new gV0(this.weakness,this.makeData)),r}mapFor(t,n){return this.weakness&&a01(t)?this.weak||(n?this.weak=new WeakMap:void 0):this.strong||(n?this.strong=new Map:void 0)}};function a01(a){switch(typeof a){case"object":if(a===null)break;case"function":return!0}return!1}var du0=on(function(){return navigator.product})=="ReactNative",zi=typeof WeakMap=="function"&&!(du0&&!global.HermesInternal),WS=typeof WeakSet=="function",GS=typeof Symbol=="function"&&typeof Symbol.for=="function",Iv=GS&&Symbol.asyncIterator,uu0=typeof on(function(){return window.document.createElement})=="function",t01=on(function(){return navigator.userAgent.indexOf("jsdom")>=0})||!1,n01=(uu0||du0)&&!t01;function D8(a){return a!==null&&typeof a=="object"}function r01(a,t){var n=t,r=[];a.definitions.forEach(function(i){if(i.kind==="OperationDefinition")throw G4(113,i.operation,i.name?" named '".concat(i.name.value,"'"):"");i.kind==="FragmentDefinition"&&r.push(i)}),typeof n>"u"&&(y1(r.length===1,114,r.length),n=r[0].name.value);var l=m0(m0({},a),{definitions:Be([{kind:"OperationDefinition",operation:"query",selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:n}}]}}],a.definitions,!0)});return l}function b9(a){a===void 0&&(a=[]);var t={};return a.forEach(function(n){t[n.name.value]=n}),t}function $v(a,t){switch(a.kind){case"InlineFragment":return a;case"FragmentSpread":{var n=a.name.value;if(typeof t=="function")return t(n);var r=t&&t[n];return y1(r,115,n),r||null}default:return null}}function l01(a){var t=!0;return cn(a,{FragmentSpread:function(n){if(t=!!n.directives&&n.directives.some(function(r){return r.name.value==="unmask"}),!t)return Pv}}),t}function i01(){}class YS{constructor(t=1/0,n=i01){this.max=t,this.dispose=n,this.map=new Map,this.newest=null,this.oldest=null}has(t){return this.map.has(t)}get(t){const n=this.getNode(t);return n&&n.value}get size(){return this.map.size}getNode(t){const n=this.map.get(t);if(n&&n!==this.newest){const{older:r,newer:l}=n;l&&(l.older=r),r&&(r.newer=l),n.older=this.newest,n.older.newer=n,n.newer=null,this.newest=n,n===this.oldest&&(this.oldest=l)}return n}set(t,n){let r=this.getNode(t);return r?r.value=n:(r={key:t,value:n,newer:null,older:this.newest},this.newest&&(this.newest.newer=r),this.newest=r,this.oldest=this.oldest||r,this.map.set(t,r),r.value)}clean(){for(;this.oldest&&this.map.size>this.max;)this.delete(this.oldest.key)}delete(t){const n=this.map.get(t);return n?(n===this.newest&&(this.newest=n.older),n===this.oldest&&(this.oldest=n.newer),n.newer&&(n.newer.older=n.older),n.older&&(n.older.newer=n.newer),this.map.delete(t),this.dispose(n.value,t),!0):!1}}function KS(){}const o01=KS,c01=typeof WeakRef<"u"?WeakRef:function(a){return{deref:()=>a}},s01=typeof WeakMap<"u"?WeakMap:Map,m01=typeof FinalizationRegistry<"u"?FinalizationRegistry:function(){return{register:KS,unregister:KS}},d01=10024;class jv{constructor(t=1/0,n=o01){this.max=t,this.dispose=n,this.map=new s01,this.newest=null,this.oldest=null,this.unfinalizedNodes=new Set,this.finalizationScheduled=!1,this.size=0,this.finalize=()=>{const r=this.unfinalizedNodes.values();for(let l=0;l<d01;l++){const i=r.next().value;if(!i)break;this.unfinalizedNodes.delete(i);const o=i.key;delete i.key,i.keyRef=new c01(o),this.registry.register(o,i,i)}this.unfinalizedNodes.size>0?queueMicrotask(this.finalize):this.finalizationScheduled=!1},this.registry=new m01(this.deleteNode.bind(this))}has(t){return this.map.has(t)}get(t){const n=this.getNode(t);return n&&n.value}getNode(t){const n=this.map.get(t);if(n&&n!==this.newest){const{older:r,newer:l}=n;l&&(l.older=r),r&&(r.newer=l),n.older=this.newest,n.older.newer=n,n.newer=null,this.newest=n,n===this.oldest&&(this.oldest=l)}return n}set(t,n){let r=this.getNode(t);return r?r.value=n:(r={key:t,value:n,newer:null,older:this.newest},this.newest&&(this.newest.newer=r),this.newest=r,this.oldest=this.oldest||r,this.scheduleFinalization(r),this.map.set(t,r),this.size++,r.value)}clean(){for(;this.oldest&&this.size>this.max;)this.deleteNode(this.oldest)}deleteNode(t){t===this.newest&&(this.newest=t.older),t===this.oldest&&(this.oldest=t.newer),t.newer&&(t.newer.older=t.older),t.older&&(t.older.newer=t.newer),this.size--;const n=t.key||t.keyRef&&t.keyRef.deref();this.dispose(t.value,n),t.keyRef?this.registry.unregister(t):this.unfinalizedNodes.delete(t),n&&this.map.delete(n)}delete(t){const n=this.map.get(t);return n?(this.deleteNode(n),!0):!1}scheduleFinalization(t){this.unfinalizedNodes.add(t),this.finalizationScheduled||(this.finalizationScheduled=!0,queueMicrotask(this.finalize))}}var QS=new WeakSet;function pu0(a){a.size<=(a.max||-1)||QS.has(a)||(QS.add(a),setTimeout(function(){a.clean(),QS.delete(a)},100))}var XS=function(a,t){var n=new jv(a,t);return n.set=function(r,l){var i=jv.prototype.set.call(this,r,l);return pu0(this),i},n},u01=function(a,t){var n=new YS(a,t);return n.set=function(r,l){var i=YS.prototype.set.call(this,r,l);return pu0(this),i},n},p01=Symbol.for("apollo.cacheSize"),lr=m0({},_v[p01]),Bi={};function JS(a,t){Bi[a]=t}var h01=globalThis.__DEV__!==!1?g01:void 0,f01=globalThis.__DEV__!==!1?Z01:void 0,A01=globalThis.__DEV__!==!1?hu0:void 0;function v01(){var a={parser:1e3,canonicalStringify:1e3,print:2e3,"documentTransform.cache":2e3,"queryManager.getDocumentInfo":2e3,"PersistedQueryLink.persistedQueryHashes":2e3,"fragmentRegistry.transform":2e3,"fragmentRegistry.lookup":1e3,"fragmentRegistry.findFragmentSpreads":4e3,"cache.fragmentQueryDocuments":1e3,"removeTypenameFromVariables.getVariableDefinitions":2e3,"inMemoryCache.maybeBroadcastWatch":5e3,"inMemoryCache.executeSelectionSet":5e4,"inMemoryCache.executeSubSelectedArray":1e4};return Object.fromEntries(Object.entries(a).map(function(t){var n=t[0],r=t[1];return[n,lr[n]||r]}))}function g01(){var a,t,n,r,l;if(globalThis.__DEV__===!1)throw new Error("only supported in development mode");return{limits:v01(),sizes:m0({print:(a=Bi.print)===null||a===void 0?void 0:a.call(Bi),parser:(t=Bi.parser)===null||t===void 0?void 0:t.call(Bi),canonicalStringify:(n=Bi.canonicalStringify)===null||n===void 0?void 0:n.call(Bi),links:aF(this.link),queryManager:{getDocumentInfo:this.queryManager.transformCache.size,documentTransforms:Au0(this.queryManager.documentTransform)}},(l=(r=this.cache).getMemoryInternals)===null||l===void 0?void 0:l.call(r))}}function hu0(){return{cache:{fragmentQueryDocuments:j3(this.getFragmentDoc)}}}function Z01(){var a=this.config.fragments;return m0(m0({},hu0.apply(this)),{addTypenameDocumentTransform:Au0(this.addTypenameTransform),inMemoryCache:{executeSelectionSet:j3(this.storeReader.executeSelectionSet),executeSubSelectedArray:j3(this.storeReader.executeSubSelectedArray),maybeBroadcastWatch:j3(this.maybeBroadcastWatch)},fragmentRegistry:{findFragmentSpreads:j3(a?.findFragmentSpreads),lookup:j3(a?.lookup),transform:j3(a?.transform)}})}function H01(a){return!!a&&"dirtyKey"in a}function j3(a){return H01(a)?a.size:void 0}function fu0(a){return a!=null}function Au0(a){return eF(a).map(function(t){return{cache:t}})}function eF(a){return a?Be(Be([j3(a?.performWork)],eF(a?.left),!0),eF(a?.right),!0).filter(fu0):[]}function aF(a){var t;return a?Be(Be([(t=a?.getMemoryInternals)===null||t===void 0?void 0:t.call(a)],aF(a?.left),!0),aF(a?.right),!0).filter(fu0):[]}var x3=Object.assign(function(t){return JSON.stringify(t,M01)},{reset:function(){L9=new u01(lr.canonicalStringify||1e3)}});globalThis.__DEV__!==!1&&JS("canonicalStringify",function(){return L9.size});var L9;x3.reset();function M01(a,t){if(t&&typeof t=="object"){var n=Object.getPrototypeOf(t);if(n===Object.prototype||n===null){var r=Object.keys(t);if(r.every(E01))return t;var l=JSON.stringify(r),i=L9.get(l);if(!i){r.sort();var o=JSON.stringify(r);i=L9.get(o)||r,L9.set(l,i),L9.set(o,i)}var c=Object.create(n);return i.forEach(function(m){c[m]=t[m]}),c}}return t}function E01(a,t,n){return t===0||n[t-1]<=a}function Ui(a){return{__ref:String(a)}}function F2(a){return!!(a&&typeof a=="object"&&typeof a.__ref=="string")}function V01(a){return D8(a)&&a.kind==="Document"&&Array.isArray(a.definitions)}function y01(a){return a.kind==="StringValue"}function b01(a){return a.kind==="BooleanValue"}function L01(a){return a.kind==="IntValue"}function S01(a){return a.kind==="FloatValue"}function F01(a){return a.kind==="Variable"}function _01(a){return a.kind==="ObjectValue"}function k01(a){return a.kind==="ListValue"}function w01(a){return a.kind==="EnumValue"}function C01(a){return a.kind==="NullValue"}function S9(a,t,n,r){if(L01(n)||S01(n))a[t.value]=Number(n.value);else if(b01(n)||y01(n))a[t.value]=n.value;else if(_01(n)){var l={};n.fields.map(function(o){return S9(l,o.name,o.value,r)}),a[t.value]=l}else if(F01(n)){var i=(r||{})[n.name.value];a[t.value]=i}else if(k01(n))a[t.value]=n.values.map(function(o){var c={};return S9(c,t,o,r),c[t.value]});else if(w01(n))a[t.value]=n.value;else if(C01(n))a[t.value]=null;else throw G4(124,t.value,n.kind)}function N01(a,t){var n=null;a.directives&&(n={},a.directives.forEach(function(l){n[l.name.value]={},l.arguments&&l.arguments.forEach(function(i){var o=i.name,c=i.value;return S9(n[l.name.value],o,c,t)})}));var r=null;return a.arguments&&a.arguments.length&&(r={},a.arguments.forEach(function(l){var i=l.name,o=l.value;return S9(r,i,o,t)})),vu0(a.name.value,r,n)}var T01=["connection","include","skip","client","rest","export","nonreactive"],wd=x3,vu0=Object.assign(function(a,t,n){if(t&&n&&n.connection&&n.connection.key)if(n.connection.filter&&n.connection.filter.length>0){var r=n.connection.filter?n.connection.filter:[];r.sort();var l={};return r.forEach(function(c){l[c]=t[c]}),"".concat(n.connection.key,"(").concat(wd(l),")")}else return n.connection.key;var i=a;if(t){var o=wd(t);i+="(".concat(o,")")}return n&&Object.keys(n).forEach(function(c){T01.indexOf(c)===-1&&(n[c]&&Object.keys(n[c]).length?i+="@".concat(c,"(").concat(wd(n[c]),")"):i+="@".concat(c))}),i},{setStringify:function(a){var t=wd;return wd=a,t}});function xv(a,t){if(a.arguments&&a.arguments.length){var n={};return a.arguments.forEach(function(r){var l=r.name,i=r.value;return S9(n,l,i,t)}),n}return null}function Al(a){return a.alias?a.alias.value:a.name.value}function tF(a,t,n){for(var r,l=0,i=t.selections;l<i.length;l++){var o=i[l];if(R3(o)){if(o.name.value==="__typename")return a[Al(o)]}else r?r.push(o):r=[o]}if(typeof a.__typename=="string")return a.__typename;if(r)for(var c=0,m=r;c<m.length;c++){var o=m[c],u=tF(a,$v(o,n).selectionSet,n);if(typeof u=="string")return u}}function R3(a){return a.kind==="Field"}function P01(a){return a.kind==="InlineFragment"}function F9(a){y1(a&&a.kind==="Document",116);var t=a.definitions.filter(function(n){return n.kind!=="FragmentDefinition"}).map(function(n){if(n.kind!=="OperationDefinition")throw G4(117,n.kind);return n});return y1(t.length<=1,118,t.length),a}function qi(a){return F9(a),a.definitions.filter(function(t){return t.kind==="OperationDefinition"})[0]}function Cd(a){return a.definitions.filter(function(t){return t.kind==="OperationDefinition"&&!!t.name}).map(function(t){return t.name.value})[0]||null}function _9(a){return a.definitions.filter(function(t){return t.kind==="FragmentDefinition"})}function gu0(a){var t=qi(a);return y1(t&&t.operation==="query",119),t}function Zu0(a){y1(a.kind==="Document",120),y1(a.definitions.length<=1,121);var t=a.definitions[0];return y1(t.kind==="FragmentDefinition",122),t}function k9(a){F9(a);for(var t,n=0,r=a.definitions;n<r.length;n++){var l=r[n];if(l.kind==="OperationDefinition"){var i=l.operation;if(i==="query"||i==="mutation"||i==="subscription")return l}l.kind==="FragmentDefinition"&&!t&&(t=l)}if(t)return t;throw G4(123)}function nF(a){var t=Object.create(null),n=a&&a.variableDefinitions;return n&&n.length&&n.forEach(function(r){r.defaultValue&&S9(t,r.variable.name,r.defaultValue)}),t}const O01=()=>Object.create(null),{forEach:I01,slice:$01}=Array.prototype,{hasOwnProperty:j01}=Object.prototype;class rF{constructor(t=!0,n=O01){this.weakness=t,this.makeData=n}lookup(...t){return this.lookupArray(t)}lookupArray(t){let n=this;return I01.call(t,r=>n=n.getChildTrie(r)),j01.call(n,"data")?n.data:n.data=this.makeData($01.call(t))}peek(...t){return this.peekArray(t)}peekArray(t){let n=this;for(let r=0,l=t.length;n&&r<l;++r){const i=this.weakness&&Hu0(t[r])?n.weak:n.strong;n=i&&i.get(t[r])}return n&&n.data}getChildTrie(t){const n=this.weakness&&Hu0(t)?this.weak||(this.weak=new WeakMap):this.strong||(this.strong=new Map);let r=n.get(t);return r||n.set(t,r=new rF(this.weakness,this.makeData)),r}}function Hu0(a){switch(typeof a){case"object":if(a===null)break;case"function":return!0}return!1}let t4=null;const Mu0={};let x01=1;const R01=()=>class{constructor(){this.id=["slot",x01++,Date.now(),Math.random().toString(36).slice(2)].join(":")}hasValue(){for(let t=t4;t;t=t.parent)if(this.id in t.slots){const n=t.slots[this.id];if(n===Mu0)break;return t!==t4&&(t4.slots[this.id]=n),!0}return t4&&(t4.slots[this.id]=Mu0),!1}getValue(){if(this.hasValue())return t4.slots[this.id]}withValue(t,n,r,l){const i={__proto__:null,[this.id]:t},o=t4;t4={parent:o,slots:i};try{return n.apply(l,r)}finally{t4=o}}static bind(t){const n=t4;return function(){const r=t4;try{return t4=n,t.apply(this,arguments)}finally{t4=r}}}static noContext(t,n,r){if(t4){const l=t4;try{return t4=null,t.apply(r,n)}finally{t4=l}}else return t.apply(r,n)}};function Eu0(a){try{return a()}catch{}}const lF="@wry/context:Slot",Vu0=Eu0(()=>globalThis)||Eu0(()=>global)||Object.create(null),w9=Vu0[lF]||Array[lF]||(function(a){try{Object.defineProperty(Vu0,lF,{value:a,enumerable:!1,writable:!1,configurable:!0})}finally{return a}})(R01()),{bind:k3e,noContext:w3e}=w9,Rv=new w9,{hasOwnProperty:D01}=Object.prototype,iF=Array.from||function(a){const t=[];return a.forEach(n=>t.push(n)),t};function oF(a){const{unsubscribe:t}=a;typeof t=="function"&&(a.unsubscribe=void 0,t())}const Nd=[],z01=100;function C9(a,t){if(!a)throw new Error(t||"assertion failure")}function yu0(a,t){const n=a.length;return n>0&&n===t.length&&a[n-1]===t[n-1]}function bu0(a){switch(a.length){case 0:throw new Error("unknown value");case 1:return a[0];case 2:throw a[1]}}function Lu0(a){return a.slice(0)}class Dv{constructor(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,++Dv.count}peek(){if(this.value.length===1&&!D3(this))return Su0(this),this.value[0]}recompute(t){return C9(!this.recomputing,"already recomputing"),Su0(this),D3(this)?B01(this,t):bu0(this.value)}setDirty(){this.dirty||(this.dirty=!0,Fu0(this),oF(this))}dispose(){this.setDirty(),Nu0(this),cF(this,(t,n)=>{t.setDirty(),Tu0(t,this)})}forget(){this.dispose()}dependOn(t){t.add(this),this.deps||(this.deps=Nd.pop()||new Set),this.deps.add(t)}forgetDeps(){this.deps&&(iF(this.deps).forEach(t=>t.delete(this)),this.deps.clear(),Nd.push(this.deps),this.deps=null)}}Dv.count=0;function Su0(a){const t=Rv.getValue();if(t)return a.parents.add(t),t.childValues.has(a)||t.childValues.set(a,[]),D3(a)?ku0(t,a):wu0(t,a),t}function B01(a,t){return Nu0(a),Rv.withValue(a,U01,[a,t]),W01(a,t)&&q01(a),bu0(a.value)}function U01(a,t){a.recomputing=!0;const{normalizeResult:n}=a;let r;n&&a.value.length===1&&(r=Lu0(a.value)),a.value.length=0;try{if(a.value[0]=a.fn.apply(null,t),n&&r&&!yu0(r,a.value))try{a.value[0]=n(a.value[0],r[0])}catch{}}catch(l){a.value[1]=l}a.recomputing=!1}function D3(a){return a.dirty||!!(a.dirtyChildren&&a.dirtyChildren.size)}function q01(a){a.dirty=!1,!D3(a)&&_u0(a)}function Fu0(a){cF(a,ku0)}function _u0(a){cF(a,wu0)}function cF(a,t){const n=a.parents.size;if(n){const r=iF(a.parents);for(let l=0;l<n;++l)t(r[l],a)}}function ku0(a,t){C9(a.childValues.has(t)),C9(D3(t));const n=!D3(a);if(!a.dirtyChildren)a.dirtyChildren=Nd.pop()||new Set;else if(a.dirtyChildren.has(t))return;a.dirtyChildren.add(t),n&&Fu0(a)}function wu0(a,t){C9(a.childValues.has(t)),C9(!D3(t));const n=a.childValues.get(t);n.length===0?a.childValues.set(t,Lu0(t.value)):yu0(n,t.value)||a.setDirty(),Cu0(a,t),!D3(a)&&_u0(a)}function Cu0(a,t){const n=a.dirtyChildren;n&&(n.delete(t),n.size===0&&(Nd.length<z01&&Nd.push(n),a.dirtyChildren=null))}function Nu0(a){a.childValues.size>0&&a.childValues.forEach((t,n)=>{Tu0(a,n)}),a.forgetDeps(),C9(a.dirtyChildren===null)}function Tu0(a,t){t.parents.delete(a),a.childValues.delete(t),Cu0(a,t)}function W01(a,t){if(typeof a.subscribe=="function")try{oF(a),a.unsubscribe=a.subscribe.apply(null,t)}catch{return a.setDirty(),!1}return!0}const G01={setDirty:!0,dispose:!0,forget:!0};function Pu0(a){const t=new Map;function n(r){const l=Rv.getValue();if(l){let i=t.get(r);i||t.set(r,i=new Set),l.dependOn(i)}}return n.dirty=function(l,i){const o=t.get(l);if(o){const c=i&&D01.call(G01,i)?i:"setDirty";iF(o).forEach(m=>m[c]()),t.delete(l),oF(o)}},n}let Ou0;function Y01(...a){return(Ou0||(Ou0=new rF(typeof WeakMap=="function"))).lookupArray(a)}const sF=new Set;function Td(a,{max:t=Math.pow(2,16),keyArgs:n,makeCacheKey:r=Y01,normalizeResult:l,subscribe:i,cache:o=YS}=Object.create(null)){const c=typeof o=="function"?new o(t,v=>v.dispose()):o,m=function(){const v=r.apply(null,n?n.apply(null,arguments):arguments);if(v===void 0)return a.apply(null,arguments);let Z=c.get(v);Z||(c.set(v,Z=new Dv(a)),Z.normalizeResult=l,Z.subscribe=i,Z.forget=()=>c.delete(v));const H=Z.recompute(Array.prototype.slice.call(arguments));return c.set(v,Z),sF.add(c),Rv.hasValue()||(sF.forEach(V=>V.clean()),sF.clear()),H};Object.defineProperty(m,"size",{get:()=>c.size,configurable:!1,enumerable:!1}),Object.freeze(m.options={max:t,keyArgs:n,makeCacheKey:r,normalizeResult:l,subscribe:i,cache:c});function u(v){const Z=v&&c.get(v);Z&&Z.setDirty()}m.dirtyKey=u,m.dirty=function(){u(r.apply(null,arguments))};function h(v){const Z=v&&c.get(v);if(Z)return Z.peek()}m.peekKey=h,m.peek=function(){return h(r.apply(null,arguments))};function f(v){return v?c.delete(v):!1}return m.forgetKey=f,m.forget=function(){return f(r.apply(null,arguments))},m.makeCacheKey=r,m.getKey=n?function(){return r.apply(null,n.apply(null,arguments))}:r,Object.freeze(m)}function K01(a){return a}var mF=(function(){function a(t,n){n===void 0&&(n=Object.create(null)),this.resultCache=WS?new WeakSet:new Set,this.transform=t,n.getCacheKey&&(this.getCacheKey=n.getCacheKey),this.cached=n.cache!==!1,this.resetCache()}return a.prototype.getCacheKey=function(t){return[t]},a.identity=function(){return new a(K01,{cache:!1})},a.split=function(t,n,r){return r===void 0&&(r=a.identity()),Object.assign(new a(function(l){var i=t(l)?n:r;return i.transformDocument(l)},{cache:!1}),{left:n,right:r})},a.prototype.resetCache=function(){var t=this;if(this.cached){var n=new y9(zi);this.performWork=Td(a.prototype.performWork.bind(this),{makeCacheKey:function(r){var l=t.getCacheKey(r);if(l)return y1(Array.isArray(l),105),n.lookupArray(l)},max:lr["documentTransform.cache"],cache:jv})}},a.prototype.performWork=function(t){return F9(t),this.transform(t)},a.prototype.transformDocument=function(t){if(this.resultCache.has(t))return t;var n=this.performWork(t);return this.resultCache.add(n),n},a.prototype.concat=function(t){var n=this;return Object.assign(new a(function(r){return t.transformDocument(n.transformDocument(r))},{cache:!1}),{left:this,right:t})},a})(),Pd,Wi=Object.assign(function(a){var t=Pd.get(a);return t||(t=UJ0(a),Pd.set(a,t)),t},{reset:function(){Pd=new XS(lr.print||2e3)}});Wi.reset(),globalThis.__DEV__!==!1&&JS("print",function(){return Pd?Pd.size:0});var z8=Array.isArray;function bt(a){return Array.isArray(a)&&a.length>0}var Iu0={kind:R1.FIELD,name:{kind:R1.NAME,value:"__typename"}};function $u0(a,t){return!a||a.selectionSet.selections.every(function(n){return n.kind===R1.FRAGMENT_SPREAD&&$u0(t[n.name.value],t)})}function Q01(a){return $u0(qi(a)||Zu0(a),b9(_9(a)))?null:a}function X01(a){var t=new Map,n=new Map;return a.forEach(function(r){r&&(r.name?t.set(r.name,r):r.test&&n.set(r.test,r))}),function(r){var l=t.get(r.name.value);return!l&&n.size&&n.forEach(function(i,o){o(r)&&(l=i)}),l}}function ju0(a){var t=new Map;return function(r){r===void 0&&(r=a);var l=t.get(r);return l||t.set(r,l={variables:new Set,fragmentSpreads:new Set}),l}}function xu0(a,t){F9(t);for(var n=ju0(""),r=ju0(""),l=function(F){for(var _=0,k=void 0;_<F.length&&(k=F[_]);++_)if(!z8(k)){if(k.kind===R1.OPERATION_DEFINITION)return n(k.name&&k.name.value);if(k.kind===R1.FRAGMENT_DEFINITION)return r(k.name.value)}return globalThis.__DEV__!==!1&&y1.error(125),null},i=0,o=t.definitions.length-1;o>=0;--o)t.definitions[o].kind===R1.OPERATION_DEFINITION&&++i;var c=X01(a),m=function(F){return bt(F)&&F.map(c).some(function(_){return _&&_.remove})},u=new Map,h=!1,f={enter:function(F){if(m(F.directives))return h=!0,null}},v=cn(t,{Field:f,InlineFragment:f,VariableDefinition:{enter:function(){return!1}},Variable:{enter:function(F,_,k,w,S){var T=l(S);T&&T.variables.add(F.name.value)}},FragmentSpread:{enter:function(F,_,k,w,S){if(m(F.directives))return h=!0,null;var T=l(S);T&&T.fragmentSpreads.add(F.name.value)}},FragmentDefinition:{enter:function(F,_,k,w){u.set(JSON.stringify(w),F)},leave:function(F,_,k,w){var S=u.get(JSON.stringify(w));if(F===S)return F;if(i>0&&F.selectionSet.selections.every(function(T){return T.kind===R1.FIELD&&T.name.value==="__typename"}))return r(F.name.value).removed=!0,h=!0,null}},Directive:{leave:function(F){if(c(F))return h=!0,null}}});if(!h)return t;var Z=function(F){return F.transitiveVars||(F.transitiveVars=new Set(F.variables),F.removed||F.fragmentSpreads.forEach(function(_){Z(r(_)).transitiveVars.forEach(function(k){F.transitiveVars.add(k)})})),F},H=new Set;v.definitions.forEach(function(F){F.kind===R1.OPERATION_DEFINITION?Z(n(F.name&&F.name.value)).fragmentSpreads.forEach(function(_){H.add(_)}):F.kind===R1.FRAGMENT_DEFINITION&&i===0&&!r(F.name.value).removed&&H.add(F.name.value)}),H.forEach(function(F){Z(r(F)).fragmentSpreads.forEach(function(_){H.add(_)})});var V=function(F){return!!(!H.has(F)||r(F).removed)},b={enter:function(F){if(V(F.name.value))return null}};return Q01(cn(v,{FragmentSpread:b,FragmentDefinition:b,OperationDefinition:{leave:function(F){if(F.variableDefinitions){var _=Z(n(F.name&&F.name.value)).transitiveVars;if(_.size<F.variableDefinitions.length)return m0(m0({},F),{variableDefinitions:F.variableDefinitions.filter(function(k){return _.has(k.variable.name.value)})})}}}}))}var dF=Object.assign(function(a){return cn(a,{SelectionSet:{enter:function(t,n,r){if(!(r&&r.kind===R1.OPERATION_DEFINITION)){var l=t.selections;if(l){var i=l.some(function(c){return R3(c)&&(c.name.value==="__typename"||c.name.value.lastIndexOf("__",0)===0)});if(!i){var o=r;if(!(R3(o)&&o.directives&&o.directives.some(function(c){return c.name.value==="export"})))return m0(m0({},t),{selections:Be(Be([],l,!0),[Iu0],!1)})}}}}}})},{added:function(a){return a===Iu0}});function J01(a){var t=k9(a),n=t.operation;if(n==="query")return a;var r=cn(a,{OperationDefinition:{enter:function(l){return m0(m0({},l),{operation:"query"})}}});return r}function Ru0(a){F9(a);var t=xu0([{test:function(n){return n.name.value==="client"},remove:!0}],a);return t}function e11(a){return F9(a),cn(a,{FragmentSpread:function(t){var n;if(!(!((n=t.directives)===null||n===void 0)&&n.some(function(r){return r.name.value==="unmask"})))return m0(m0({},t),{directives:Be(Be([],t.directives||[],!0),[{kind:R1.DIRECTIVE,name:{kind:R1.NAME,value:"nonreactive"}}],!1)})}})}var a11=Object.prototype.hasOwnProperty;function Du0(){for(var a=[],t=0;t<arguments.length;t++)a[t]=arguments[t];return zv(a)}function zv(a){var t=a[0]||{},n=a.length;if(n>1)for(var r=new z3,l=1;l<n;++l)t=r.merge(t,a[l]);return t}var t11=function(a,t,n){return this.merge(a[n],t[n])},z3=(function(){function a(t){t===void 0&&(t=t11),this.reconciler=t,this.isObject=D8,this.pastCopies=new Set}return a.prototype.merge=function(t,n){for(var r=this,l=[],i=2;i<arguments.length;i++)l[i-2]=arguments[i];return D8(n)&&D8(t)?(Object.keys(n).forEach(function(o){if(a11.call(t,o)){var c=t[o];if(n[o]!==c){var m=r.reconciler.apply(r,Be([t,n,o],l,!1));m!==c&&(t=r.shallowCopyForMerge(t),t[o]=m)}}else t=r.shallowCopyForMerge(t),t[o]=n[o]}),t):n},a.prototype.shallowCopyForMerge=function(t){return D8(t)&&(this.pastCopies.has(t)||(Array.isArray(t)?t=t.slice(0):t=m0({__proto__:Object.getPrototypeOf(t)},t),this.pastCopies.add(t))),t},a})();function n11(a,t){var n=typeof Symbol<"u"&&a[Symbol.iterator]||a["@@iterator"];if(n)return(n=n.call(a)).next.bind(n);if(Array.isArray(a)||(n=r11(a))||t){n&&(a=n);var r=0;return function(){return r>=a.length?{done:!0}:{done:!1,value:a[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
755
755
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function r11(a,t){if(a){if(typeof a=="string")return zu0(a,t);var n=Object.prototype.toString.call(a).slice(8,-1);if(n==="Object"&&a.constructor&&(n=a.constructor.name),n==="Map"||n==="Set")return Array.from(a);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return zu0(a,t)}}function zu0(a,t){(t==null||t>a.length)&&(t=a.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=a[n];return r}function Bu0(a,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(a,r.key,r)}}function uF(a,t,n){return t&&Bu0(a.prototype,t),n&&Bu0(a,n),Object.defineProperty(a,"prototype",{writable:!1}),a}var pF=function(){return typeof Symbol=="function"},hF=function(a){return pF()&&!!Symbol[a]},fF=function(a){return hF(a)?Symbol[a]:"@@"+a};pF()&&!hF("observable")&&(Symbol.observable=Symbol("observable"));var l11=fF("iterator"),AF=fF("observable"),Uu0=fF("species");function Bv(a,t){var n=a[t];if(n!=null){if(typeof n!="function")throw new TypeError(n+" is not a function");return n}}function Od(a){var t=a.constructor;return t!==void 0&&(t=t[Uu0],t===null&&(t=void 0)),t!==void 0?t:j2}function i11(a){return a instanceof j2}function N9(a){N9.log?N9.log(a):setTimeout(function(){throw a})}function Uv(a){Promise.resolve().then(function(){try{a()}catch(t){N9(t)}})}function qu0(a){var t=a._cleanup;if(t!==void 0&&(a._cleanup=void 0,!!t))try{if(typeof t=="function")t();else{var n=Bv(t,"unsubscribe");n&&n.call(t)}}catch(r){N9(r)}}function vF(a){a._observer=void 0,a._queue=void 0,a._state="closed"}function o11(a){var t=a._queue;if(t){a._queue=void 0,a._state="ready";for(var n=0;n<t.length&&(Wu0(a,t[n].type,t[n].value),a._state!=="closed");++n);}}function Wu0(a,t,n){a._state="running";var r=a._observer;try{var l=Bv(r,t);switch(t){case"next":l&&l.call(r,n);break;case"error":if(vF(a),l)l.call(r,n);else throw n;break;case"complete":vF(a),l&&l.call(r);break}}catch(i){N9(i)}a._state==="closed"?qu0(a):a._state==="running"&&(a._state="ready")}function gF(a,t,n){if(a._state!=="closed"){if(a._state==="buffering"){a._queue.push({type:t,value:n});return}if(a._state!=="ready"){a._state="buffering",a._queue=[{type:t,value:n}],Uv(function(){return o11(a)});return}Wu0(a,t,n)}}var c11=(function(){function a(n,r){this._cleanup=void 0,this._observer=n,this._queue=void 0,this._state="initializing";var l=new s11(this);try{this._cleanup=r.call(void 0,l)}catch(i){l.error(i)}this._state==="initializing"&&(this._state="ready")}var t=a.prototype;return t.unsubscribe=function(){this._state!=="closed"&&(vF(this),qu0(this))},uF(a,[{key:"closed",get:function(){return this._state==="closed"}}]),a})(),s11=(function(){function a(n){this._subscription=n}var t=a.prototype;return t.next=function(r){gF(this._subscription,"next",r)},t.error=function(r){gF(this._subscription,"error",r)},t.complete=function(){gF(this._subscription,"complete")},uF(a,[{key:"closed",get:function(){return this._subscription._state==="closed"}}]),a})(),j2=(function(){function a(n){if(!(this instanceof a))throw new TypeError("Observable cannot be called as a function");if(typeof n!="function")throw new TypeError("Observable initializer must be a function");this._subscriber=n}var t=a.prototype;return t.subscribe=function(r){return(typeof r!="object"||r===null)&&(r={next:r,error:arguments[1],complete:arguments[2]}),new c11(r,this._subscriber)},t.forEach=function(r){var l=this;return new Promise(function(i,o){if(typeof r!="function"){o(new TypeError(r+" is not a function"));return}function c(){m.unsubscribe(),i()}var m=l.subscribe({next:function(u){try{r(u,c)}catch(h){o(h),m.unsubscribe()}},error:o,complete:i})})},t.map=function(r){var l=this;if(typeof r!="function")throw new TypeError(r+" is not a function");var i=Od(this);return new i(function(o){return l.subscribe({next:function(c){try{c=r(c)}catch(m){return o.error(m)}o.next(c)},error:function(c){o.error(c)},complete:function(){o.complete()}})})},t.filter=function(r){var l=this;if(typeof r!="function")throw new TypeError(r+" is not a function");var i=Od(this);return new i(function(o){return l.subscribe({next:function(c){try{if(!r(c))return}catch(m){return o.error(m)}o.next(c)},error:function(c){o.error(c)},complete:function(){o.complete()}})})},t.reduce=function(r){var l=this;if(typeof r!="function")throw new TypeError(r+" is not a function");var i=Od(this),o=arguments.length>1,c=!1,m=arguments[1],u=m;return new i(function(h){return l.subscribe({next:function(f){var v=!c;if(c=!0,!v||o)try{u=r(u,f)}catch(Z){return h.error(Z)}else u=f},error:function(f){h.error(f)},complete:function(){if(!c&&!o)return h.error(new TypeError("Cannot reduce an empty sequence"));h.next(u),h.complete()}})})},t.concat=function(){for(var r=this,l=arguments.length,i=new Array(l),o=0;o<l;o++)i[o]=arguments[o];var c=Od(this);return new c(function(m){var u,h=0;function f(v){u=v.subscribe({next:function(Z){m.next(Z)},error:function(Z){m.error(Z)},complete:function(){h===i.length?(u=void 0,m.complete()):f(c.from(i[h++]))}})}return f(r),function(){u&&(u.unsubscribe(),u=void 0)}})},t.flatMap=function(r){var l=this;if(typeof r!="function")throw new TypeError(r+" is not a function");var i=Od(this);return new i(function(o){var c=[],m=l.subscribe({next:function(h){if(r)try{h=r(h)}catch(v){return o.error(v)}var f=i.from(h).subscribe({next:function(v){o.next(v)},error:function(v){o.error(v)},complete:function(){var v=c.indexOf(f);v>=0&&c.splice(v,1),u()}});c.push(f)},error:function(h){o.error(h)},complete:function(){u()}});function u(){m.closed&&c.length===0&&o.complete()}return function(){c.forEach(function(h){return h.unsubscribe()}),m.unsubscribe()}})},t[AF]=function(){return this},a.from=function(r){var l=typeof this=="function"?this:a;if(r==null)throw new TypeError(r+" is not an object");var i=Bv(r,AF);if(i){var o=i.call(r);if(Object(o)!==o)throw new TypeError(o+" is not an object");return i11(o)&&o.constructor===l?o:new l(function(c){return o.subscribe(c)})}if(hF("iterator")&&(i=Bv(r,l11),i))return new l(function(c){Uv(function(){if(!c.closed){for(var m=n11(i.call(r)),u;!(u=m()).done;){var h=u.value;if(c.next(h),c.closed)return}c.complete()}})});if(Array.isArray(r))return new l(function(c){Uv(function(){if(!c.closed){for(var m=0;m<r.length;++m)if(c.next(r[m]),c.closed)return;c.complete()}})});throw new TypeError(r+" is not observable")},a.of=function(){for(var r=arguments.length,l=new Array(r),i=0;i<r;i++)l[i]=arguments[i];var o=typeof this=="function"?this:a;return new o(function(c){Uv(function(){if(!c.closed){for(var m=0;m<l.length;++m)if(c.next(l[m]),c.closed)return;c.complete()}})})},uF(a,null,[{key:Uu0,get:function(){return this}}]),a})();pF()&&Object.defineProperty(j2,Symbol("extensions"),{value:{symbol:AF,hostReportError:N9},configurable:!0});function m11(a){var t,n=a.Symbol;if(typeof n=="function")if(n.observable)t=n.observable;else{typeof n.for=="function"?t=n.for("https://github.com/benlesh/symbol-observable"):t=n("https://github.com/benlesh/symbol-observable");try{n.observable=t}catch{}}else t="@@observable";return t}var T9;typeof self<"u"?T9=self:typeof window<"u"?T9=window:typeof global<"u"?T9=global:typeof module<"u"?T9=module:T9=Function("return this")(),m11(T9);var Gu0=j2.prototype,Yu0="@@observable";Gu0[Yu0]||(Gu0[Yu0]=function(){return this});function d11(a){return a.catch(function(){}),a}var u11=Object.prototype.toString;function Ku0(a){return ZF(a)}function ZF(a,t){switch(u11.call(a)){case"[object Array]":{if(t=t||new Map,t.has(a))return t.get(a);var n=a.slice(0);return t.set(a,n),n.forEach(function(l,i){n[i]=ZF(l,t)}),n}case"[object Object]":{if(t=t||new Map,t.has(a))return t.get(a);var r=Object.create(Object.getPrototypeOf(a));return t.set(a,r),Object.keys(a).forEach(function(l){r[l]=ZF(a[l],t)}),r}default:return a}}function p11(a){var t=new Set([a]);return t.forEach(function(n){D8(n)&&h11(n)===n&&Object.getOwnPropertyNames(n).forEach(function(r){D8(n[r])&&t.add(n[r])})}),a}function h11(a){if(globalThis.__DEV__!==!1&&!Object.isFrozen(a))try{Object.freeze(a)}catch(t){if(t instanceof TypeError)return null;throw t}return a}function P9(a){return globalThis.__DEV__!==!1&&p11(a),a}function Id(a,t,n){var r=[];a.forEach(function(l){return l[t]&&r.push(l)}),r.forEach(function(l){return l[t](n)})}function HF(a,t,n){return new j2(function(r){var l={then:function(m){return new Promise(function(u){return u(m())})}};function i(m,u){return function(h){if(m){var f=function(){return r.closed?0:m(h)};l=l.then(f,f).then(function(v){return r.next(v)},function(v){return r.error(v)})}else r[u](h)}}var o={next:i(t,"next"),error:i(n,"error"),complete:function(){l.then(function(){return r.complete()})}},c=a.subscribe(o);return function(){return c.unsubscribe()}})}function Qu0(a){function t(n){Object.defineProperty(a,n,{value:j2})}return GS&&Symbol.species&&t(Symbol.species),t("@@species"),a}function Xu0(a){return a&&typeof a.then=="function"}var O9=(function(a){H8(t,a);function t(n){var r=a.call(this,function(l){return r.addObserver(l),function(){return r.removeObserver(l)}})||this;return r.observers=new Set,r.promise=new Promise(function(l,i){r.resolve=l,r.reject=i}),r.handlers={next:function(l){r.sub!==null&&(r.latest=["next",l],r.notify("next",l),Id(r.observers,"next",l))},error:function(l){var i=r.sub;i!==null&&(i&&setTimeout(function(){return i.unsubscribe()}),r.sub=null,r.latest=["error",l],r.reject(l),r.notify("error",l),Id(r.observers,"error",l))},complete:function(){var l=r,i=l.sub,o=l.sources,c=o===void 0?[]:o;if(i!==null){var m=c.shift();m?Xu0(m)?m.then(function(u){return r.sub=u.subscribe(r.handlers)},r.handlers.error):r.sub=m.subscribe(r.handlers):(i&&setTimeout(function(){return i.unsubscribe()}),r.sub=null,r.latest&&r.latest[0]==="next"?r.resolve(r.latest[1]):r.resolve(),r.notify("complete"),Id(r.observers,"complete"))}}},r.nextResultListeners=new Set,r.cancel=function(l){r.reject(l),r.sources=[],r.handlers.error(l)},r.promise.catch(function(l){}),typeof n=="function"&&(n=[new j2(n)]),Xu0(n)?n.then(function(l){return r.start(l)},r.handlers.error):r.start(n),r}return t.prototype.start=function(n){this.sub===void 0&&(this.sources=Array.from(n),this.handlers.complete())},t.prototype.deliverLastMessage=function(n){if(this.latest){var r=this.latest[0],l=n[r];l&&l.call(n,this.latest[1]),this.sub===null&&r==="next"&&n.complete&&n.complete()}},t.prototype.addObserver=function(n){this.observers.has(n)||(this.deliverLastMessage(n),this.observers.add(n))},t.prototype.removeObserver=function(n){this.observers.delete(n)&&this.observers.size<1&&this.handlers.complete()},t.prototype.notify=function(n,r){var l=this.nextResultListeners;l.size&&(this.nextResultListeners=new Set,l.forEach(function(i){return i(n,r)}))},t.prototype.beforeNext=function(n){var r=!1;this.nextResultListeners.add(function(l,i){r||(r=!0,n(l,i))})},t})(j2);Qu0(O9);function I9(a){return"incremental"in a}function f11(a){return"hasNext"in a&&"data"in a}function A11(a){return I9(a)||f11(a)}function v11(a){return D8(a)&&"payload"in a}function Ju0(a,t){var n=a,r=new z3;return I9(t)&&bt(t.incremental)&&t.incremental.forEach(function(l){for(var i=l.data,o=l.path,c=o.length-1;c>=0;--c){var m=o[c],u=!isNaN(+m),h=u?[]:{};h[m]=i,i=h}n=r.merge(n,i)}),n}function qv(a){var t=MF(a);return bt(t)}function MF(a){var t=bt(a.errors)?a.errors.slice(0):[];return I9(a)&&bt(a.incremental)&&a.incremental.forEach(function(n){n.errors&&t.push.apply(t,n.errors)}),t}function Gi(){for(var a=[],t=0;t<arguments.length;t++)a[t]=arguments[t];var n=Object.create(null);return a.forEach(function(r){r&&Object.keys(r).forEach(function(l){var i=r[l];i!==void 0&&(n[l]=i)})}),n}function $9(a,t){return Gi(a,t,t.variables&&{variables:Gi(m0(m0({},a&&a.variables),t.variables))})}function Wv(a){return new j2(function(t){t.error(a)})}function g11(a){var t=!1;return new Promise(function(n,r){a.subscribe({next:function(l){t?globalThis.__DEV__!==!1&&y1.warn(57):(t=!0,n(l))},error:r})})}function EF(a){return new j2(function(t){a.then(function(n){t.next(n),t.complete()}).catch(t.error.bind(t))})}var VF=function(a,t,n){var r=new Error(n);throw r.name="ServerError",r.response=a,r.statusCode=a.status,r.result=t,r};function Z11(a){for(var t=["query","operationName","variables","extensions","context"],n=0,r=Object.keys(a);n<r.length;n++){var l=r[n];if(t.indexOf(l)<0)throw G4(58,l)}return a}function H11(a,t){var n=m0({},a),r=function(i){typeof i=="function"?n=m0(m0({},n),i(n)):n=m0(m0({},n),i)},l=function(){return m0({},n)};return Object.defineProperty(t,"setContext",{enumerable:!1,value:r}),Object.defineProperty(t,"getContext",{enumerable:!1,value:l}),t}function M11(a){var t={variables:a.variables||{},extensions:a.extensions||{},operationName:a.operationName,query:a.query};return t.operationName||(t.operationName=typeof t.query!="string"?Cd(t.query)||void 0:""),t}function E11(a,t){var n=m0({},a),r=new Set(Object.keys(a));return cn(t,{Variable:function(l,i,o){o&&o.kind!=="VariableDefinition"&&r.delete(l.name.value)}}),r.forEach(function(l){delete n[l]}),n}var V11=Symbol.for("apollo.deprecations"),y11=_v,yF=new w9;function b11(a){return y11[V11]||(yF.getValue()||[]).includes(a)}function z6(a){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return yF.withValue.apply(yF,Be([Array.isArray(a)?a:[a]],t,!1))}function J8(a,t,n,r){r===void 0&&(r="Please remove this option."),B3(t,function(){t in a&&globalThis.__DEV__!==!1&&y1.warn(104,n,t,r)})}function B3(a,t){b11(a)||t()}function ep0(a,t){return t?t(a):j2.of()}function $d(a){return typeof a=="function"?new Y4(a):a}function Gv(a){return a.request.length<=1}var Y4=(function(){function a(t){t&&(this.request=t)}return a.empty=function(){return new a(function(){return j2.of()})},a.from=function(t){return t.length===0?a.empty():t.map($d).reduce(function(n,r){return n.concat(r)})},a.split=function(t,n,r){var l=$d(n),i=$d(r||new a(ep0)),o;return Gv(l)&&Gv(i)?o=new a(function(c){return t(c)?l.request(c)||j2.of():i.request(c)||j2.of()}):o=new a(function(c,m){return t(c)?l.request(c,m)||j2.of():i.request(c,m)||j2.of()}),Object.assign(o,{left:l,right:i})},a.execute=function(t,n){return t.request(H11(n.context,M11(Z11(n))))||j2.of()},a.concat=function(t,n){var r=$d(t);if(Gv(r))return globalThis.__DEV__!==!1&&y1.warn(47,r),r;var l=$d(n),i;return Gv(l)?i=new a(function(o){return r.request(o,function(c){return l.request(c)||j2.of()})||j2.of()}):i=new a(function(o,c){return r.request(o,function(m){return l.request(m,c)||j2.of()})||j2.of()}),Object.assign(i,{left:r,right:l})},a.prototype.split=function(t,n,r){return this.concat(a.split(t,n,r||new a(ep0)))},a.prototype.concat=function(t){return a.concat(this,t)},a.prototype.request=function(t,n){throw G4(48)},a.prototype.onError=function(t,n){if(globalThis.__DEV__!==!1&&B3("onError",function(){globalThis.__DEV__!==!1&&y1.warn(49)}),n&&n.error)return n.error(t),!1;throw t},a.prototype.setOnError=function(t){return globalThis.__DEV__!==!1&&globalThis.__DEV__!==!1&&y1.warn(50),this.onError=t,this},a})(),L11=Y4.empty,S11=Y4.from,ap0=Y4.split,F11=Y4.concat,Yv=Y4.execute;function _11(a){var t,n=a[Symbol.asyncIterator]();return t={next:function(){return n.next()}},t[Symbol.asyncIterator]=function(){return this},t}function k11(a){var t=null,n=null,r=!1,l=[],i=[];function o(f){if(!n){if(i.length){var v=i.shift();if(Array.isArray(v)&&v[0])return v[0]({value:f,done:!1})}l.push(f)}}function c(f){n=f;var v=i.slice();v.forEach(function(Z){Z[1](f)}),!t||t()}function m(){r=!0;var f=i.slice();f.forEach(function(v){v[0]({value:void 0,done:!0})}),!t||t()}t=function(){t=null,a.removeListener("data",o),a.removeListener("error",c),a.removeListener("end",m),a.removeListener("finish",m),a.removeListener("close",m)},a.on("data",o),a.on("error",c),a.on("end",m),a.on("finish",m),a.on("close",m);function u(){return new Promise(function(f,v){if(n)return v(n);if(l.length)return f({value:l.shift(),done:!1});if(r)return f({value:void 0,done:!0});i.push([f,v])})}var h={next:function(){return u()}};return Iv&&(h[Symbol.asyncIterator]=function(){return this}),h}function w11(a){var t=!1,n={next:function(){return t?Promise.resolve({value:void 0,done:!0}):(t=!0,new Promise(function(r,l){a.then(function(i){r({value:i,done:!1})}).catch(l)}))}};return Iv&&(n[Symbol.asyncIterator]=function(){return this}),n}function tp0(a){var t={next:function(){return a.read()}};return Iv&&(t[Symbol.asyncIterator]=function(){return this}),t}function C11(a){return!!a.body}function N11(a){return!!a.getReader}function T11(a){return!!(Iv&&a[Symbol.asyncIterator])}function P11(a){return!!a.stream}function O11(a){return!!a.arrayBuffer}function I11(a){return!!a.pipe}function $11(a){var t=a;if(C11(a)&&(t=a.body),T11(t))return _11(t);if(N11(t))return tp0(t.getReader());if(P11(t))return tp0(t.stream().getReader());if(O11(t))return w11(t.arrayBuffer());if(I11(t))return k11(t);throw new Error("Unknown body type for responseIterator. Please pass a streamable response.")}var Kv=Symbol();function np0(a){return a.extensions?Array.isArray(a.extensions[Kv]):!1}function bF(a){return a.hasOwnProperty("graphQLErrors")}var j11=function(a){var t=Be(Be(Be([],a.graphQLErrors,!0),a.clientErrors,!0),a.protocolErrors,!0);return a.networkError&&t.push(a.networkError),t.map(function(n){return D8(n)&&n.message||"Error message not found."}).join(`
756
756
  `)},mn=(function(a){H8(t,a);function t(n){var r=n.graphQLErrors,l=n.protocolErrors,i=n.clientErrors,o=n.networkError,c=n.errorMessage,m=n.extraInfo,u=a.call(this,c)||this;return u.name="ApolloError",u.graphQLErrors=r||[],u.protocolErrors=l||[],u.clientErrors=i||[],u.networkError=o||null,u.message=c||j11(u),u.extraInfo=m,u.cause=Be(Be(Be([o],r||[],!0),l||[],!0),i||[],!0).find(function(h){return!!h})||null,u.__proto__=t.prototype,u}return t})(Error),rp0=Object.prototype.hasOwnProperty;function x11(a,t){return b1(this,void 0,void 0,function(){var n,r,l,i,o,c,m,u,h,f,v,Z,H,V,b,F,_,k,w,S,T,I,R,q;return L1(this,function(x){switch(x.label){case 0:if(TextDecoder===void 0)throw new Error("TextDecoder must be defined in the environment: please import a polyfill.");n=new TextDecoder("utf-8"),r=(q=a.headers)===null||q===void 0?void 0:q.get("content-type"),l="boundary=",i=r?.includes(l)?r?.substring(r?.indexOf(l)+l.length).replace(/['"]/g,"").replace(/\;(.*)/gm,"").trim():"-",o=`\r
757
757
  --`.concat(i),c="",m=$11(a),u=!0,x.label=1;case 1:return u?[4,m.next()]:[3,3];case 2:for(h=x.sent(),f=h.value,v=h.done,Z=typeof f=="string"?f:n.decode(f),H=c.length-o.length+1,u=!v,c+=Z,V=c.indexOf(o,H);V>-1;){if(b=void 0,I=[c.slice(0,V),c.slice(V+o.length)],b=I[0],c=I[1],F=b.indexOf(`\r