@apollosproject/canvas-embeds 2.1.1549 → 2.1.1551
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.
- package/package.json +1 -1
- package/widget/index.js +5 -5
package/widget/index.js
CHANGED
|
@@ -36,7 +36,7 @@ Error generating stack: `+M.message+`
|
|
|
36
36
|
`+M.stack}}function Vt(s,d,g){var M=s.displayName;if(M)return M;var k=d.displayName||d.name||"";return k!==""?g+"("+k+")":g}function Ya(s){return s.displayName||"Context"}function ze(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 a1:return"Fragment";case O0:return"Portal";case x1:return"Profiler";case g1:return"StrictMode";case q0:return"Suspense";case D0:return"SuspenseList"}if(typeof s=="object")switch(s.$$typeof){case s0:var d=s;return Ya(d)+".Consumer";case ee:var g=s;return Ya(g._context)+".Provider";case b0:return Vt(s,s.render,"ForwardRef");case M1:var M=s.displayName||null;return M!==null?M:ze(s.type)||"Memo";case o1:{var k=s,N=k._payload,$=k._init;try{return ze($(N))}catch{return null}}}return null}function yt(s,d,g){var M=d.displayName||d.name||"";return s.displayName||(M!==""?g+"("+M+")":g)}function ka(s){return s.displayName||"Context"}function ue(s){var d=s.tag,g=s.type;switch(d){case g0:return"Cache";case b:var M=g;return ka(M)+".Consumer";case _:var k=g;return ka(k._context)+".Provider";case J:return"DehydratedFragment";case w:return yt(g,g.render,"ForwardRef");case F:return"Fragment";case H:return g;case Z:return"Portal";case v:return"Root";case V:return"Text";case z:return ze(g);case S:return g===g1?"StrictMode":"Mode";case X:return"Offscreen";case L:return"Profiler";case i0:return"Scope";case T:return"Suspense";case t0:return"SuspenseList";case y0:return"TracingMarker";case h:case u:case x:case f:case O:case R:if(typeof g=="function")return g.displayName||g.name||null;if(typeof g=="string")return g;break}return null}var B2=r.ReactDebugCurrentFrame,J2=null,z6=!1;function c6(){{if(J2===null)return null;var s=J2._debugOwner;if(s!==null&&typeof s<"u")return ue(s)}return null}function y4(){return J2===null?"":De(J2)}function e8(){B2.getCurrentStack=null,J2=null,z6=!1}function v2(s){B2.getCurrentStack=s===null?null:y4,J2=s,z6=!1}function Q4(){return J2}function g8(s){z6=s}function c8(s){return""+s}function s6(s){switch(typeof s){case"boolean":case"number":case"string":case"undefined":return s;case"object":return l1(s),s;default:return""}}var G3={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function Ft(s,d){G3[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 St(s){var d=s.type,g=s.nodeName;return g&&g.toLowerCase()==="input"&&(d==="checkbox"||d==="radio")}function B6(s){return s._valueTracker}function un(s){s._valueTracker=null}function kt(s){var d="";return s&&(St(s)?d=s.checked?"true":"false":d=s.value),d}function n4(s){var d=St(s)?"checked":"value",g=Object.getOwnPropertyDescriptor(s.constructor.prototype,d);l1(s[d]);var M=""+s[d];if(!(s.hasOwnProperty(d)||typeof g>"u"||typeof g.get!="function"||typeof g.set!="function")){var k=g.get,N=g.set;Object.defineProperty(s,d,{configurable:!0,get:function(){return k.call(this)},set:function(D){l1(D),M=""+D,N.call(this,D)}}),Object.defineProperty(s,d,{enumerable:g.enumerable});var $={getValue:function(){return M},setValue:function(D){l1(D),M=""+D},stopTracking:function(){un(s),delete s[d]}};return $}}function r4(s){B6(s)||(s._valueTracker=n4(s))}function Lt(s){if(!s)return!1;var d=B6(s);if(!d)return!0;var g=d.getValue(),M=kt(s);return M!==g?(d.setValue(M),!0):!1}function z1(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 H0=!1,d1=!1,T1=!1,g2=!1;function E8(s){var d=s.type==="checkbox"||s.type==="radio";return d?s.checked!=null:s.value!=null}function m2(s,d){var g=s,M=d.checked,k=ae({},d,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:M??g._wrapperState.initialChecked});return k}function b8(s,d){Ft("input",d),d.checked!==void 0&&d.defaultChecked!==void 0&&!d1&&(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",c6()||"A component",d.type),d1=!0),d.value!==void 0&&d.defaultValue!==void 0&&!H0&&(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",c6()||"A component",d.type),H0=!0);var g=s,M=d.defaultValue==null?"":d.defaultValue;g._wrapperState={initialChecked:d.checked!=null?d.checked:d.defaultChecked,initialValue:s6(d.value!=null?d.value:M),controlled:E8(d)}}function W(s,d){var g=s,M=d.checked;M!=null&&v0(g,"checked",M,!1)}function f0(s,d){var g=s;{var M=E8(d);!g._wrapperState.controlled&&M&&!g2&&(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"),g2=!0),g._wrapperState.controlled&&!M&&!T1&&(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"),T1=!0)}W(s,d);var k=s6(d.value),N=d.type;if(k!=null)N==="number"?(k===0&&g.value===""||g.value!=k)&&(g.value=c8(k)):g.value!==c8(k)&&(g.value=c8(k));else if(N==="submit"||N==="reset"){g.removeAttribute("value");return}d.hasOwnProperty("value")?R1(g,d.type,k):d.hasOwnProperty("defaultValue")&&R1(g,d.type,s6(d.defaultValue)),d.checked==null&&d.defaultChecked!=null&&(g.defaultChecked=!!d.defaultChecked)}function j0(s,d,g){var M=s;if(d.hasOwnProperty("value")||d.hasOwnProperty("defaultValue")){var k=d.type,N=k==="submit"||k==="reset";if(N&&(d.value===void 0||d.value===null))return;var $=c8(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 x0(s,d){var g=s;f0(g,d),h1(g,d)}function h1(s,d){var g=d.name;if(d.type==="radio"&&g!=null){for(var M=s;M.parentNode;)M=M.parentNode;I0(g,"name");for(var k=M.querySelectorAll("input[name="+JSON.stringify(""+g)+'][type="radio"]'),N=0;N<k.length;N++){var $=k[N];if(!($===s||$.form!==s.form)){var D=MH($);if(!D)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");Lt($),f0($,D)}}}}function R1(s,d,g){(d!=="number"||z1(s.ownerDocument)!==s)&&(g==null?s.defaultValue=c8(s._wrapperState.initialValue):s.defaultValue!==c8(g)&&(s.defaultValue=c8(g)))}var I1=!1,pe=!1,Ce=!1;function H2(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"||pe||(pe=!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&&(Ce||(Ce=!0,c("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),d.selected!=null&&!I1&&(c("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),I1=!0)}function O2(s,d){d.value!=null&&s.setAttribute("value",c8(s6(d.value)))}var $2=Array.isArray;function be(s){return $2(s)}var U2;U2=!1;function _8(){var s=c6();return s?`
|
|
37
37
|
|
|
38
38
|
Check the render method of \``+s+"`.":""}var Zl=["value","defaultValue"];function no(s){{Ft("select",s);for(var d=0;d<Zl.length;d++){var g=Zl[d];if(s[g]!=null){var M=be(s[g]);s.multiple&&!M?c("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",g,_8()):!s.multiple&&M&&c("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",g,_8())}}}}function pn(s,d,g,M){var k=s.options;if(d){for(var N=g,$={},D=0;D<N.length;D++)$["$"+N[D]]=!0;for(var U=0;U<k.length;U++){var n0=$.hasOwnProperty("$"+k[U].value);k[U].selected!==n0&&(k[U].selected=n0),n0&&M&&(k[U].defaultSelected=!0)}}else{for(var c0=c8(s6(g)),k0=null,V0=0;V0<k.length;V0++){if(k[V0].value===c0){k[V0].selected=!0,M&&(k[V0].defaultSelected=!0);return}k0===null&&!k[V0].disabled&&(k0=k[V0])}k0!==null&&(k0.selected=!0)}}function Hl(s,d){return ae({},d,{value:void 0})}function ro(s,d){var g=s;no(d),g._wrapperState={wasMultiple:!!d.multiple},d.value!==void 0&&d.defaultValue!==void 0&&!U2&&(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"),U2=!0)}function yu(s,d){var g=s;g.multiple=!!d.multiple;var M=d.value;M!=null?pn(g,!!d.multiple,M,!1):d.defaultValue!=null&&pn(g,!!d.multiple,d.defaultValue,!0)}function ic(s,d){var g=s,M=g._wrapperState.wasMultiple;g._wrapperState.wasMultiple=!!d.multiple;var k=d.value;k!=null?pn(g,!!d.multiple,k,!1):M!==!!d.multiple&&(d.defaultValue!=null?pn(g,!!d.multiple,d.defaultValue,!0):pn(g,!!d.multiple,d.multiple?[]:"",!1))}function Fu(s,d){var g=s,M=d.value;M!=null&&pn(g,!!d.multiple,M,!1)}var Bg=!1;function oc(s,d){var g=s;if(d.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var M=ae({},d,{value:void 0,defaultValue:void 0,children:c8(g._wrapperState.initialValue)});return M}function Ug(s,d){var g=s;Ft("textarea",d),d.value!==void 0&&d.defaultValue!==void 0&&!Bg&&(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",c6()||"A component"),Bg=!0);var M=d.value;if(M==null){var k=d.children,N=d.defaultValue;if(k!=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(be(k)){if(k.length>1)throw new Error("<textarea> can only have at most one child.");k=k[0]}N=k}}N==null&&(N=""),M=N}g._wrapperState={initialValue:s6(M)}}function qg(s,d){var g=s,M=s6(d.value),k=s6(d.defaultValue);if(M!=null){var N=c8(M);N!==g.value&&(g.value=N),d.defaultValue==null&&g.defaultValue!==N&&(g.defaultValue=N)}k!=null&&(g.defaultValue=c8(k))}function Wg(s,d){var g=s,M=g.textContent;M===g._wrapperState.initialValue&&M!==""&&M!==null&&(g.value=M)}function i80(s,d){qg(s,d)}var Qa="http://www.w3.org/1999/xhtml",o80="http://www.w3.org/1998/Math/MathML",Su="http://www.w3.org/2000/svg";function ku(s){switch(s){case"svg":return Su;case"math":return o80;default:return Qa}}function cc(s,d){return s==null||s===Qa?ku(d):s===Su&&d==="foreignObject"?Qa:s}var c80=function(s){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(d,g,M,k){MSApp.execUnsafeLocalFunction(function(){return s(d,g,M,k)})}:s},sc,Gg=c80(function(s,d){if(s.namespaceURI===Su&&!("innerHTML"in s)){sc=sc||document.createElement("div"),sc.innerHTML="<svg>"+d.valueOf().toString()+"</svg>";for(var g=sc.firstChild;s.firstChild;)s.removeChild(s.firstChild);for(;g.firstChild;)s.appendChild(g.firstChild);return}s.innerHTML=d}),F4=1,hn=3,x8=8,fn=9,lo=11,dr=function(s,d){if(d){var g=s.firstChild;if(g&&g===s.lastChild&&g.nodeType===hn){g.nodeValue=d;return}}s.textContent=d},s80={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"]},K3={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 Kg(s,d){return s+d.charAt(0).toUpperCase()+d.substring(1)}var Yg=["Webkit","ms","Moz","O"];Object.keys(K3).forEach(function(s){Yg.forEach(function(d){K3[Kg(d,s)]=K3[s]})});function mc(s,d,g){var M=d==null||typeof d=="boolean"||d==="";return M?"":!g&&typeof d=="number"&&d!==0&&!(K3.hasOwnProperty(s)&&K3[s])?d+"px":(Z1(d,s),(""+d).trim())}var Qg=/([A-Z])/g,Y3=/^ms-/;function m80(s){return s.replace(Qg,"-$1").toLowerCase().replace(Y3,"-ms-")}var Xg=function(){};{var d80=/^(?:webkit|moz|o)[A-Z]/,Jg=/^-ms-/,eZ=/-(.)/g,Q3=/;\s*$/,bt={},Lu={},io=!1,aZ=!1,tZ=function(s){return s.replace(eZ,function(d,g){return g.toUpperCase()})},bu=function(s){bt.hasOwnProperty(s)&&bt[s]||(bt[s]=!0,c("Unsupported style property %s. Did you mean %s?",s,tZ(s.replace(Jg,"ms-"))))},_u=function(s){bt.hasOwnProperty(s)&&bt[s]||(bt[s]=!0,c("Unsupported vendor-prefixed style property %s. Did you mean %s?",s,s.charAt(0).toUpperCase()+s.slice(1)))},nZ=function(s,d){Lu.hasOwnProperty(d)&&Lu[d]||(Lu[d]=!0,c(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,s,d.replace(Q3,"")))},rZ=function(s,d){io||(io=!0,c("`NaN` is an invalid value for the `%s` css style property.",s))},lZ=function(s,d){aZ||(aZ=!0,c("`Infinity` is an invalid value for the `%s` css style property.",s))};Xg=function(s,d){s.indexOf("-")>-1?bu(s):d80.test(s)?_u(s):Q3.test(d)&&nZ(s,d),typeof d=="number"&&(isNaN(d)?rZ(s,d):isFinite(d)||lZ(s,d))}}var u80=Xg;function p80(s){{var d="",g="";for(var M in s)if(s.hasOwnProperty(M)){var k=s[M];if(k!=null){var N=M.indexOf("--")===0;d+=g+(N?M:m80(M))+":",d+=mc(M,k,N),g=";"}}return d||null}}function iZ(s,d){var g=s.style;for(var M in d)if(d.hasOwnProperty(M)){var k=M.indexOf("--")===0;k||u80(M,d[M]);var N=mc(M,d[M],k);M==="float"&&(M="cssFloat"),k?g.setProperty(M,N):g[M]=N}}function h80(s){return s==null||typeof s=="boolean"||s===""}function oZ(s){var d={};for(var g in s)for(var M=s80[g]||[g],k=0;k<M.length;k++)d[M[k]]=g;return d}function Xa(s,d){{if(!d)return;var g=oZ(s),M=oZ(d),k={};for(var N in g){var $=g[N],D=M[N];if(D&&$!==D){var U=$+","+D;if(k[U])continue;k[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.",h80(s[$])?"Removing":"Updating",$,D)}}}}var oo={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},cZ=ae({menuitem:!0},oo),sZ="__html";function dc(s,d){if(d){if(cZ[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"||!(sZ 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 ur(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 X3={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"},mZ={"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},J3={},ei=new RegExp("^(aria)-["+n1+"]*$"),wu=new RegExp("^(aria)[A-Z]["+n1+"]*$");function co(s,d){{if(q.call(J3,d)&&J3[d])return!0;if(wu.test(d)){var g="aria-"+d.slice(4).toLowerCase(),M=mZ.hasOwnProperty(g)?g:null;if(M==null)return c("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",d),J3[d]=!0,!0;if(d!==M)return c("Invalid ARIA attribute `%s`. Did you mean `%s`?",d,M),J3[d]=!0,!0}if(ei.test(d)){var k=d.toLowerCase(),N=mZ.hasOwnProperty(k)?k:null;if(N==null)return J3[d]=!0,!1;if(d!==N)return c("Unknown ARIA attribute `%s`. Did you mean `%s`?",d,N),J3[d]=!0,!0}}return!0}function Cu(s,d){{var g=[];for(var M in d){var k=co(s,M);k||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 dZ(s,d){ur(s,d)||Cu(s,d)}var so=!1;function ai(s,d){{if(s!=="input"&&s!=="textarea"&&s!=="select")return;d!=null&&d.value===null&&!so&&(so=!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 uc=function(){};{var U6={},mo=/^on./,uZ=/^on[^A-Z]/,pZ=new RegExp("^(aria)-["+n1+"]*$"),hZ=new RegExp("^(aria)[A-Z]["+n1+"]*$");uc=function(s,d,g,M){if(q.call(U6,d)&&U6[d])return!0;var k=d.toLowerCase();if(k==="onfocusin"||k==="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."),U6[d]=!0,!0;if(M!=null){var N=M.registrationNameDependencies,$=M.possibleRegistrationNames;if(N.hasOwnProperty(d))return!0;var D=$.hasOwnProperty(k)?$[k]:null;if(D!=null)return c("Invalid event handler property `%s`. Did you mean `%s`?",d,D),U6[d]=!0,!0;if(mo.test(d))return c("Unknown event handler property `%s`. It will be ignored.",d),U6[d]=!0,!0}else if(mo.test(d))return uZ.test(d)&&c("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",d),U6[d]=!0,!0;if(pZ.test(d)||hZ.test(d))return!0;if(k==="innerhtml")return c("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),U6[d]=!0,!0;if(k==="aria")return c("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),U6[d]=!0,!0;if(k==="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),U6[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),U6[d]=!0,!0;var U=i2(d),n0=U!==null&&U.type===X0;if(X3.hasOwnProperty(k)){var c0=X3[k];if(c0!==d)return c("Invalid DOM property `%s`. Did you mean `%s`?",d,c0),U6[d]=!0,!0}else if(!n0&&d!==k)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,k),U6[d]=!0,!0;return typeof g=="boolean"&&Ke(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),U6[d]=!0,!0):n0?!0:Ke(d,g,U,!1)?(U6[d]=!0,!1):((g==="false"||g==="true")&&U!==null&&U.type===w0&&(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),U6[d]=!0),!0)}}var fZ=function(s,d,g){{var M=[];for(var k in d){var N=uc(s,k,d[k],g);N||M.push(k)}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 AZ(s,d,g){ur(s,d)||fZ(s,d,g)}var Nu=1,_t=2,Ml=4,Tu=Nu|_t|Ml,uo=null;function f80(s){uo!==null&&c("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),uo=s}function po(){uo===null&&c("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),uo=null}function A80(s){return s===uo}function pc(s){var d=s.target||s.srcElement||window;return d.correspondingUseElement&&(d=d.correspondingUseElement),d.nodeType===hn?d.parentNode:d}var hc=null,M2=null,pr=null;function ho(s){var d=Li(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=MH(g);hc(d.stateNode,d.type,M)}}}function fo(s){hc=s}function Pu(s){M2?pr?pr.push(s):pr=[s]:M2=s}function Iu(){return M2!==null||pr!==null}function ti(){if(M2){var s=M2,d=pr;if(M2=null,pr=null,ho(s),d)for(var g=0;g<d.length;g++)ho(d[g])}}var Ao=function(s,d){return s(d)},El=function(){},fc=!1;function v80(){var s=Iu();s&&(El(),ti())}function vZ(s,d,g){if(fc)return s(d,g);fc=!0;try{return Ao(s,d,g)}finally{fc=!1,v80()}}function gZ(s,d,g){Ao=s,El=g}function Ac(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&&Ac(d));default:return!1}}function Vl(s,d){var g=s.stateNode;if(g===null)return null;var M=MH(g);if(M===null)return null;var k=M[d];if(vc(d,s.type,M))return null;if(k&&typeof k!="function")throw new Error("Expected `"+d+"` listener to be a function, instead got a value of `"+typeof k+"` type.");return k}var vo=!1;if(C0)try{var yl={};Object.defineProperty(yl,"passive",{get:function(){vo=!0}}),window.addEventListener("test",yl,yl),window.removeEventListener("test",yl,yl)}catch{vo=!1}function gc(s,d,g,M,k,N,$,D,U){var n0=Array.prototype.slice.call(arguments,3);try{d.apply(g,n0)}catch(c0){this.onError(c0)}}var ZZ=gc;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var Zc=document.createElement("react");ZZ=function(d,g,M,k,N,$,D,U,n0){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"),k0=!1,V0=!0,R0=window.event,U0=Object.getOwnPropertyDescriptor(window,"event");function K0(){Zc.removeEventListener(Y0,le,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=R0)}var b1=Array.prototype.slice.call(arguments,3);function le(){k0=!0,K0(),g.apply(M,b1),V0=!1}var X1,e2=!1,Be=!1;function T0(P0){if(X1=P0.error,e2=!0,X1===null&&P0.colno===0&&P0.lineno===0&&(Be=!0),P0.defaultPrevented&&X1!=null&&typeof X1=="object")try{X1._suppressLogging=!0}catch{}}var Y0="react-"+(d||"invokeguardedcallback");if(window.addEventListener("error",T0),Zc.addEventListener(Y0,le,!1),c0.initEvent(Y0,!1,!1),Zc.dispatchEvent(c0),U0&&Object.defineProperty(window,"event",U0),k0&&V0&&(e2?Be&&(X1=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.")):X1=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(X1)),window.removeEventListener("error",T0),!k0)return K0(),gc.apply(this,arguments)}}var g80=ZZ,ni=!1,ri=null,Ja=!1,Hc=null,li={onError:function(s){ni=!0,ri=s}};function La(s,d,g,M,k,N,$,D,U){ni=!1,ri=null,g80.apply(li,arguments)}function go(s,d,g,M,k,N,$,D,U){if(La.apply(this,arguments),ni){var n0=$u();Ja||(Ja=!0,Hc=n0)}}function An(){if(Ja){var s=Hc;throw Ja=!1,Hc=null,s}}function Ou(){return ni}function $u(){if(ni){var s=ri;return ni=!1,ri=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 ii(s){return s._reactInternals}function Fl(s){return s._reactInternals!==void 0}function Zo(s,d){s._reactInternals=d}var te=0,vn=1,V8=2,xe=4,S4=16,S2=32,q2=64,Te=128,s8=256,R8=512,ba=1024,X4=2048,y8=4096,wt=8192,Mc=16384,HZ=32767,Sl=32768,q6=65536,et=131072,Ho=1048576,Mo=2097152,hr=4194304,ju=8388608,l4=16777216,fr=33554432,Ar=xe|ba|0,oi=V8|xe|S4|S2|R8|y8|wt,vr=xe|q2|R8|wt,Z6=X4|S4,D8=hr|ju|Mo,kl=r.ReactCurrentOwner;function i4(s){var d=s,g=s;if(s.alternate)for(;d.return;)d=d.return;else{var M=d;do d=M,(d.flags&(V8|y8))!==te&&(g=d.return),M=d.return;while(M)}return d.tag===v?g:null}function Ct(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 gr(s){return s.tag===v?s.stateNode.containerInfo:null}function MZ(s){return i4(s)===s}function xu(s){{var d=kl.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.",ue(g)||"A component"),M._warnedAboutRefsInRender=!0}}var k=ii(s);return k?i4(k)===k:!1}function Ec(s){if(i4(s)!==s)throw new Error("Unable to find node on an unmounted component.")}function k4(s){var d=s.alternate;if(!d){var g=i4(s);if(g===null)throw new Error("Unable to find node on an unmounted component.");return g!==s?null:s}for(var M=s,k=d;;){var N=M.return;if(N===null)break;var $=N.alternate;if($===null){var D=N.return;if(D!==null){M=k=D;continue}break}if(N.child===$.child){for(var U=N.child;U;){if(U===M)return Ec(N),s;if(U===k)return Ec(N),d;U=U.sibling}throw new Error("Unable to find node on an unmounted component.")}if(M.return!==k.return)M=N,k=$;else{for(var n0=!1,c0=N.child;c0;){if(c0===M){n0=!0,M=N,k=$;break}if(c0===k){n0=!0,k=N,M=$;break}c0=c0.sibling}if(!n0){for(c0=$.child;c0;){if(c0===M){n0=!0,M=$,k=N;break}if(c0===k){n0=!0,k=$,M=N;break}c0=c0.sibling}if(!n0)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!==k)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 L4(s){var d=k4(s);return d!==null?a8(d):null}function a8(s){if(s.tag===H||s.tag===V)return s;for(var d=s.child;d!==null;){var g=a8(d);if(g!==null)return g;d=d.sibling}return null}function at(s){var d=k4(s);return d!==null?Ru(d):null}function Ru(s){if(s.tag===H||s.tag===V)return s;for(var d=s.child;d!==null;){if(d.tag!==Z){var g=Ru(d);if(g!==null)return g}d=d.sibling}return null}var Du=n.unstable_scheduleCallback,zu=n.unstable_cancelCallback,Bu=n.unstable_shouldYield,EZ=n.unstable_requestPaint,w8=n.unstable_now,VZ=n.unstable_getCurrentPriorityLevel,gn=n.unstable_ImmediatePriority,Eo=n.unstable_UserBlockingPriority,Ll=n.unstable_NormalPriority,Vo=n.unstable_LowPriority,ci=n.unstable_IdlePriority,yZ=n.unstable_yieldValue,FZ=n.unstable_setDisableYieldValue,tt=null,H6=null,k1=null,J4=!1,W6=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function Uu(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{M0&&(s=ae({},s,{getLaneLabelMap:Ku,injectProfilingHooks:bl})),tt=d.inject(s),H6=d}catch(g){c("React instrumentation encountered an error: %s.",g)}return!!d.checkDCE}function qu(s,d){if(H6&&typeof H6.onScheduleFiberRoot=="function")try{H6.onScheduleFiberRoot(tt,s,d)}catch(g){J4||(J4=!0,c("React instrumentation encountered an error: %s",g))}}function Wu(s,d){if(H6&&typeof H6.onCommitFiberRoot=="function")try{var g=(s.current.flags&Te)===Te;if(_0){var M;switch(d){case N4:M=gn;break;case wa:M=Eo;break;case M6:M=Ll;break;case Xc:M=ci;break;default:M=Ll;break}H6.onCommitFiberRoot(tt,s,M,g)}}catch(k){J4||(J4=!0,c("React instrumentation encountered an error: %s",k))}}function Gu(s){if(H6&&typeof H6.onPostCommitFiberRoot=="function")try{H6.onPostCommitFiberRoot(tt,s)}catch(d){J4||(J4=!0,c("React instrumentation encountered an error: %s",d))}}function si(s){if(H6&&typeof H6.onCommitFiberUnmount=="function")try{H6.onCommitFiberUnmount(tt,s)}catch(d){J4||(J4=!0,c("React instrumentation encountered an error: %s",d))}}function k2(s){if(typeof yZ=="function"&&(FZ(s),i(s)),H6&&typeof H6.setStrictMode=="function")try{H6.setStrictMode(tt,s)}catch(d){J4||(J4=!0,c("React instrumentation encountered an error: %s",d))}}function bl(s){k1=s}function Ku(){{for(var s=new Map,d=1,g=0;g<ap;g++){var M=wZ(d);s.set(d,M),d*=2}return s}}function SZ(s){k1!==null&&typeof k1.markCommitStarted=="function"&&k1.markCommitStarted(s)}function Nt(){k1!==null&&typeof k1.markCommitStopped=="function"&&k1.markCommitStopped()}function _a(s){k1!==null&&typeof k1.markComponentRenderStarted=="function"&&k1.markComponentRenderStarted(s)}function Zr(){k1!==null&&typeof k1.markComponentRenderStopped=="function"&&k1.markComponentRenderStopped()}function kZ(s){k1!==null&&typeof k1.markComponentPassiveEffectMountStarted=="function"&&k1.markComponentPassiveEffectMountStarted(s)}function Zn(){k1!==null&&typeof k1.markComponentPassiveEffectMountStopped=="function"&&k1.markComponentPassiveEffectMountStopped()}function Hr(s){k1!==null&&typeof k1.markComponentPassiveEffectUnmountStarted=="function"&&k1.markComponentPassiveEffectUnmountStarted(s)}function Vc(){k1!==null&&typeof k1.markComponentPassiveEffectUnmountStopped=="function"&&k1.markComponentPassiveEffectUnmountStopped()}function LZ(s){k1!==null&&typeof k1.markComponentLayoutEffectMountStarted=="function"&&k1.markComponentLayoutEffectMountStarted(s)}function yc(){k1!==null&&typeof k1.markComponentLayoutEffectMountStopped=="function"&&k1.markComponentLayoutEffectMountStopped()}function Yu(s){k1!==null&&typeof k1.markComponentLayoutEffectUnmountStarted=="function"&&k1.markComponentLayoutEffectUnmountStarted(s)}function mi(){k1!==null&&typeof k1.markComponentLayoutEffectUnmountStopped=="function"&&k1.markComponentLayoutEffectUnmountStopped()}function Tt(s,d,g){k1!==null&&typeof k1.markComponentErrored=="function"&&k1.markComponentErrored(s,d,g)}function yo(s,d,g){k1!==null&&typeof k1.markComponentSuspended=="function"&&k1.markComponentSuspended(s,d,g)}function Fo(s){k1!==null&&typeof k1.markLayoutEffectsStarted=="function"&&k1.markLayoutEffectsStarted(s)}function _l(){k1!==null&&typeof k1.markLayoutEffectsStopped=="function"&&k1.markLayoutEffectsStopped()}function Qu(s){k1!==null&&typeof k1.markPassiveEffectsStarted=="function"&&k1.markPassiveEffectsStarted(s)}function di(){k1!==null&&typeof k1.markPassiveEffectsStopped=="function"&&k1.markPassiveEffectsStopped()}function Xu(s){k1!==null&&typeof k1.markRenderStarted=="function"&&k1.markRenderStarted(s)}function Ju(){k1!==null&&typeof k1.markRenderYielded=="function"&&k1.markRenderYielded()}function m8(){k1!==null&&typeof k1.markRenderStopped=="function"&&k1.markRenderStopped()}function Fc(s){k1!==null&&typeof k1.markRenderScheduled=="function"&&k1.markRenderScheduled(s)}function ep(s,d){k1!==null&&typeof k1.markForceUpdateScheduled=="function"&&k1.markForceUpdateScheduled(s,d)}function So(s,d){k1!==null&&typeof k1.markStateUpdateScheduled=="function"&&k1.markStateUpdateScheduled(s,d)}var ne=0,Oe=1,Xe=2,ye=8,j2=16,Q8=Math.clz32?Math.clz32:Lo,Sc=Math.log,ko=Math.LN2;function Lo(s){var d=s>>>0;return d===0?32:31-(Sc(d)/ko|0)|0}var ap=31,Q0=0,z8=0,me=1,Mr=2,m6=4,d6=8,b4=16,wl=32,Er=4194240,ui=64,kc=128,Lc=256,bc=512,_c=1024,wc=2048,Cc=4096,Nc=8192,Cl=16384,Tc=32768,pi=65536,hi=131072,Pc=262144,bo=524288,Ic=1048576,Oc=2097152,_o=130023424,Nl=4194304,wo=8388608,$c=16777216,jc=33554432,xc=67108864,bZ=Nl,fi=134217728,_Z=268435455,Co=268435456,Vr=536870912,_4=1073741824;function wZ(s){{if(s&me)return"Sync";if(s&Mr)return"InputContinuousHydration";if(s&m6)return"InputContinuous";if(s&d6)return"DefaultHydration";if(s&b4)return"Default";if(s&wl)return"TransitionHydration";if(s&Er)return"Transition";if(s&_o)return"Retry";if(s&fi)return"SelectiveHydration";if(s&Co)return"IdleHydration";if(s&Vr)return"Idle";if(s&_4)return"Offscreen"}}var L2=-1,Rc=ui,Dc=Nl;function No(s){switch(Tl(s)){case me:return me;case Mr:return Mr;case m6:return m6;case d6:return d6;case b4:return b4;case wl:return wl;case ui:case kc:case Lc:case bc:case _c:case wc:case Cc:case Nc:case Cl:case Tc:case pi:case hi:case Pc:case bo:case Ic:case Oc:return s&Er;case Nl:case wo:case $c:case jc:case xc:return s&_o;case fi:return fi;case Co:return Co;case Vr:return Vr;case _4:return _4;default:return c("Should have found matching lanes. This is a bug in React."),s}}function w4(s,d){var g=s.pendingLanes;if(g===Q0)return Q0;var M=Q0,k=s.suspendedLanes,N=s.pingedLanes,$=g&_Z;if($!==Q0){var D=$&~k;if(D!==Q0)M=No(D);else{var U=$&N;U!==Q0&&(M=No(U))}}else{var n0=g&~k;n0!==Q0?M=No(n0):N!==Q0&&(M=No(N))}if(M===Q0)return Q0;if(d!==Q0&&d!==M&&(d&k)===Q0){var c0=Tl(M),k0=Tl(d);if(c0>=k0||c0===b4&&(k0&Er)!==Q0)return d}(M&m6)!==Q0&&(M|=g&b4);var V0=s.entangledLanes;if(V0!==Q0)for(var R0=s.entanglements,U0=M&V0;U0>0;){var K0=C8(U0),b1=1<<K0;M|=R0[K0],U0&=~b1}return M}function tp(s,d){for(var g=s.eventTimes,M=L2;d>0;){var k=C8(d),N=1<<k,$=g[k];$>M&&(M=$),d&=~N}return M}function zc(s,d){switch(s){case me:case Mr:case m6:return d+250;case d6:case b4:case wl:case ui:case kc:case Lc:case bc:case _c:case wc:case Cc:case Nc:case Cl:case Tc:case pi:case hi:case Pc:case bo:case Ic:case Oc:return d+5e3;case Nl:case wo:case $c:case jc:case xc:return L2;case fi:case Co:case Vr:case _4:return L2;default:return c("Should have found matching lanes. This is a bug in React."),L2}}function CZ(s,d){for(var g=s.pendingLanes,M=s.suspendedLanes,k=s.pingedLanes,N=s.expirationTimes,$=g;$>0;){var D=C8($),U=1<<D,n0=N[D];n0===L2?((U&M)===Q0||(U&k)!==Q0)&&(N[D]=zc(U,d)):n0<=d&&(s.expiredLanes|=U),$&=~U}}function NZ(s){return No(s.pendingLanes)}function Bc(s){var d=s.pendingLanes&~_4;return d!==Q0?d:d&_4?_4:Q0}function np(s){return(s&me)!==Q0}function yr(s){return(s&_Z)!==Q0}function Uc(s){return(s&_o)===s}function rp(s){var d=me|m6|b4;return(s&d)===Q0}function Z80(s){return(s&Er)===s}function To(s,d){var g=Mr|m6|d6|b4;return(d&g)!==Q0}function TZ(s,d){return(d&s.expiredLanes)!==Q0}function lp(s){return(s&Er)!==Q0}function ip(){var s=Rc;return Rc<<=1,(Rc&Er)===Q0&&(Rc=ui),s}function PZ(){var s=Dc;return Dc<<=1,(Dc&_o)===Q0&&(Dc=Nl),s}function Tl(s){return s&-s}function u6(s){return Tl(s)}function C8(s){return 31-Q8(s)}function qc(s){return C8(s)}function C4(s,d){return(s&d)!==Q0}function Pl(s,d){return(s&d)===d}function _e(s,d){return s|d}function Po(s,d){return s&~d}function Wc(s,d){return s&d}function H80(s){return s}function op(s,d){return s!==z8&&s<d?s:d}function Gc(s){for(var d=[],g=0;g<ap;g++)d.push(s);return d}function Ai(s,d,g){s.pendingLanes|=d,d!==Vr&&(s.suspendedLanes=Q0,s.pingedLanes=Q0);var M=s.eventTimes,k=qc(d);M[k]=g}function cp(s,d){s.suspendedLanes|=d,s.pingedLanes&=~d;for(var g=s.expirationTimes,M=d;M>0;){var k=C8(M),N=1<<k;g[k]=L2,M&=~N}}function Kc(s,d,g){s.pingedLanes|=s.suspendedLanes&d}function IZ(s,d){var g=s.pendingLanes&~d;s.pendingLanes=d,s.suspendedLanes=Q0,s.pingedLanes=Q0,s.expiredLanes&=d,s.mutableReadLanes&=d,s.entangledLanes&=d;for(var M=s.entanglements,k=s.eventTimes,N=s.expirationTimes,$=g;$>0;){var D=C8($),U=1<<D;M[D]=Q0,k[D]=L2,N[D]=L2,$&=~U}}function Io(s,d){for(var g=s.entangledLanes|=d,M=s.entanglements,k=g;k;){var N=C8(k),$=1<<N;$&d|M[N]&d&&(M[N]|=d),k&=~$}}function Yc(s,d){var g=Tl(d),M;switch(g){case m6:M=Mr;break;case b4:M=d6;break;case ui:case kc:case Lc:case bc:case _c:case wc:case Cc:case Nc:case Cl:case Tc:case pi:case hi:case Pc:case bo:case Ic:case Oc:case Nl:case wo:case $c:case jc:case xc:M=wl;break;case Vr:M=Co;break;default:M=z8;break}return(M&(s.suspendedLanes|d))!==z8?z8:M}function OZ(s,d,g){if(W6)for(var M=s.pendingUpdatersLaneMap;g>0;){var k=qc(g),N=1<<k,$=M[k];$.add(d),g&=~N}}function sp(s,d){if(W6)for(var g=s.pendingUpdatersLaneMap,M=s.memoizedUpdaters;d>0;){var k=qc(d),N=1<<k,$=g[k];$.size>0&&($.forEach(function(D){var U=D.alternate;(U===null||!M.has(U))&&M.add(D)}),$.clear()),d&=~N}}function Qc(s,d){return null}var N4=me,wa=m6,M6=b4,Xc=Vr,vi=z8;function ea(){return vi}function X8(s){vi=s}function $Z(s,d){var g=vi;try{return vi=s,d()}finally{vi=g}}function Oo(s,d){return s!==0&&s<d?s:d}function G6(s,d){return s>d?s:d}function mp(s,d){return s!==0&&s<d}function jZ(s){var d=Tl(s);return mp(N4,d)?mp(wa,d)?yr(d)?M6:Xc:wa:N4}function Il(s){var d=s.current.memoizedState;return d.isDehydrated}var E6;function M80(s){E6=s}function D1(s){E6(s)}var Fr;function dp(s){Fr=s}var up;function E80(s){up=s}var gi;function Jc(s){gi=s}var es;function xZ(s){es=s}var as=!1,$o=[],Pt=null,It=null,d8=null,o4=new Map,Ca=new Map,Hn=[],RZ=["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 nt(s){return RZ.indexOf(s)>-1}function DZ(s,d,g,M,k){return{blockedOn:s,domEventName:d,eventSystemFlags:g,nativeEvent:k,targetContainers:[M]}}function rt(s,d){switch(s){case"focusin":case"focusout":Pt=null;break;case"dragenter":case"dragleave":It=null;break;case"mouseover":case"mouseout":d8=null;break;case"pointerover":case"pointerout":{var g=d.pointerId;o4.delete(g);break}case"gotpointercapture":case"lostpointercapture":{var M=d.pointerId;Ca.delete(M);break}}}function jo(s,d,g,M,k,N){if(s===null||s.nativeEvent!==N){var $=DZ(d,g,M,k,N);if(d!==null){var D=Li(d);D!==null&&Fr(D)}return $}s.eventSystemFlags|=M;var U=s.targetContainers;return k!==null&&U.indexOf(k)===-1&&U.push(k),s}function zZ(s,d,g,M,k){switch(d){case"focusin":{var N=k;return Pt=jo(Pt,s,d,g,M,N),!0}case"dragenter":{var $=k;return It=jo(It,s,d,g,M,$),!0}case"mouseover":{var D=k;return d8=jo(d8,s,d,g,M,D),!0}case"pointerover":{var U=k,n0=U.pointerId;return o4.set(n0,jo(o4.get(n0)||null,s,d,g,M,U)),!0}case"gotpointercapture":{var c0=k,k0=c0.pointerId;return Ca.set(k0,jo(Ca.get(k0)||null,s,d,g,M,c0)),!0}}return!1}function pp(s){var d=Jo(s.target);if(d!==null){var g=i4(d);if(g!==null){var M=g.tag;if(M===T){var k=Ct(g);if(k!==null){s.blockedOn=k,es(s.priority,function(){up(g)});return}}else if(M===v){var N=g.stateNode;if(Il(N)){s.blockedOn=gr(g);return}}}}s.blockedOn=null}function BZ(s){for(var d=gi(),g={blockedOn:null,target:s,priority:d},M=0;M<Hn.length&&mp(d,Hn[M].priority);M++);Hn.splice(M,0,g),M===0&&pp(g)}function xo(s){if(s.blockedOn!==null)return!1;for(var d=s.targetContainers;d.length>0;){var g=d[0],M=Ro(s.domEventName,s.eventSystemFlags,g,s.nativeEvent);if(M===null){var k=s.nativeEvent,N=new k.constructor(k.type,k);f80(N),k.target.dispatchEvent(N),po()}else{var $=Li(M);return $!==null&&Fr($),s.blockedOn=M,!1}d.shift()}return!0}function UZ(s,d,g){xo(s)&&g.delete(d)}function ts(){as=!1,Pt!==null&&xo(Pt)&&(Pt=null),It!==null&&xo(It)&&(It=null),d8!==null&&xo(d8)&&(d8=null),o4.forEach(UZ),Ca.forEach(UZ)}function Ol(s,d){s.blockedOn===d&&(s.blockedOn=null,as||(as=!0,n.unstable_scheduleCallback(n.unstable_NormalPriority,ts)))}function K6(s){if($o.length>0){Ol($o[0],s);for(var d=1;d<$o.length;d++){var g=$o[d];g.blockedOn===s&&(g.blockedOn=null)}}Pt!==null&&Ol(Pt,s),It!==null&&Ol(It,s),d8!==null&&Ol(d8,s);var M=function(D){return Ol(D,s)};o4.forEach(M),Ca.forEach(M);for(var k=0;k<Hn.length;k++){var N=Hn[k];N.blockedOn===s&&(N.blockedOn=null)}for(;Hn.length>0;){var $=Hn[0];if($.blockedOn!==null)break;pp($),$.blockedOn===null&&Hn.shift()}}var Re=r.ReactCurrentBatchConfig,B8=!0;function N8(s){B8=!!s}function V6(){return B8}function aa(s,d,g){var M=Hi(d),k;switch(M){case N4:k=Zi;break;case wa:k=J8;break;case M6:default:k=$l;break}return k.bind(null,d,g,s)}function Zi(s,d,g,M){var k=ea(),N=Re.transition;Re.transition=null;try{X8(N4),$l(s,d,g,M)}finally{X8(k),Re.transition=N}}function J8(s,d,g,M){var k=ea(),N=Re.transition;Re.transition=null;try{X8(wa),$l(s,d,g,M)}finally{X8(k),Re.transition=N}}function $l(s,d,g,M){B8&&jl(s,d,g,M)}function jl(s,d,g,M){var k=Ro(s,d,g,M);if(k===null){j80(s,d,M,xl,g),rt(s,M);return}if(zZ(k,s,d,g,M)){M.stopPropagation();return}if(rt(s,M),d&Ml&&nt(s)){for(;k!==null;){var N=Li(k);N!==null&&D1(N);var $=Ro(s,d,g,M);if($===null&&j80(s,d,M,xl,g),$===k)break;k=$}k!==null&&M.stopPropagation();return}j80(s,d,M,null,g)}var xl=null;function Ro(s,d,g,M){xl=null;var k=pc(M),N=Jo(k);if(N!==null){var $=i4(N);if($===null)N=null;else{var D=$.tag;if(D===T){var U=Ct($);if(U!==null)return U;N=null}else if(D===v){var n0=$.stateNode;if(Il(n0))return gr($);N=null}else $!==N&&(N=null)}}return xl=N,null}function Hi(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 N4;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 wa;case"message":{var d=VZ();switch(d){case gn:return N4;case Eo:return wa;case Ll:case Vo:return M6;case ci:return Xc;default:return M6}}default:return M6}}function T4(s,d,g){return s.addEventListener(d,g,!1),g}function hp(s,d,g){return s.addEventListener(d,g,!0),g}function Mi(s,d,g,M){return s.addEventListener(d,g,{capture:!0,passive:M}),g}function Mn(s,d,g,M){return s.addEventListener(d,g,{passive:M}),g}var Sr=null,Do=null,Na=null;function ns(s){return Sr=s,Do=Ei(),!0}function kr(){Sr=null,Do=null,Na=null}function zo(){if(Na)return Na;var s,d=Do,g=d.length,M,k=Ei(),N=k.length;for(s=0;s<g&&d[s]===k[s];s++);var $=g-s;for(M=1;M<=$&&d[g-M]===k[N-M];M++);var D=M>1?1-M:void 0;return Na=k.slice(s,D),Na}function Ei(){return"value"in Sr?Sr.value:Sr.textContent}function Vi(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 Rl(){return!0}function Bo(){return!1}function W2(s){function d(g,M,k,N,$){this._reactName=g,this._targetInst=k,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 n0=N.defaultPrevented!=null?N.defaultPrevented:N.returnValue===!1;return n0?this.isDefaultPrevented=Rl:this.isDefaultPrevented=Bo,this.isPropagationStopped=Bo,this}return ae(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=Rl)},stopPropagation:function(){var g=this.nativeEvent;g&&(g.stopPropagation?g.stopPropagation():typeof g.cancelBubble!="unknown"&&(g.cancelBubble=!0),this.isPropagationStopped=Rl)},persist:function(){},isPersistent:Rl}),d}var ta={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(s){return s.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},na=W2(ta),p6=ae({},ta,{view:0,detail:0}),qZ=W2(p6),Uo,qo,Wo;function Lr(s){s!==Wo&&(Wo&&s.type==="mousemove"?(Uo=s.screenX-Wo.screenX,qo=s.screenY-Wo.screenY):(Uo=0,qo=0),Wo=s)}var Go=ae({},p6,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:gp,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:(Lr(s),Uo)},movementY:function(s){return"movementY"in s?s.movementY:qo}}),rs=W2(Go),Dl=ae({},Go,{dataTransfer:0}),fp=W2(Dl),zl=ae({},p6,{relatedTarget:0}),ls=W2(zl),WZ=ae({},ta,{animationName:0,elapsedTime:0,pseudoElement:0}),Ap=W2(WZ),is=ae({},ta,{clipboardData:function(s){return"clipboardData"in s?s.clipboardData:window.clipboardData}}),V80=W2(is),y80=ae({},ta,{data:0}),vp=W2(y80),GZ=vp,Bl={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},F80={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 yi(s){if(s.key){var d=Bl[s.key]||s.key;if(d!=="Unidentified")return d}if(s.type==="keypress"){var g=Vi(s);return g===13?"Enter":String.fromCharCode(g)}return s.type==="keydown"||s.type==="keyup"?F80[s.keyCode]||"Unidentified":""}var KZ={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function F8(s){var d=this,g=d.nativeEvent;if(g.getModifierState)return g.getModifierState(s);var M=KZ[s];return M?!!g[M]:!1}function gp(s){return F8}var YZ=ae({},p6,{key:yi,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:gp,charCode:function(s){return s.type==="keypress"?Vi(s):0},keyCode:function(s){return s.type==="keydown"||s.type==="keyup"?s.keyCode:0},which:function(s){return s.type==="keypress"?Vi(s):s.type==="keydown"||s.type==="keyup"?s.keyCode:0}}),S80=W2(YZ),k80=ae({},Go,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Zp=W2(k80),QZ=ae({},p6,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:gp}),L80=W2(QZ),Ta=ae({},ta,{propertyName:0,elapsedTime:0,pseudoElement:0}),Hp=W2(Ta),b80=ae({},Go,{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}),br=W2(b80),os=[9,13,27,32],_r=229,Fi=C0&&"CompositionEvent"in window,Ul=null;C0&&"documentMode"in document&&(Ul=document.documentMode);var Mp=C0&&"TextEvent"in window&&!Ul,XZ=C0&&(!Fi||Ul&&Ul>8&&Ul<=11),cs=32,JZ=String.fromCharCode(cs);function eH(){A0("onBeforeInput",["compositionend","keypress","textInput","paste"]),A0("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),A0("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),A0("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var Ep=!1;function ss(s){return(s.ctrlKey||s.altKey||s.metaKey)&&!(s.ctrlKey&&s.altKey)}function ms(s){switch(s){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function aH(s,d){return s==="keydown"&&d.keyCode===_r}function ds(s,d){switch(s){case"keyup":return os.indexOf(d.keyCode)!==-1;case"keydown":return d.keyCode!==_r;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function tH(s){var d=s.detail;return typeof d=="object"&&"data"in d?d.data:null}function Vp(s){return s.locale==="ko"}var wr=!1;function us(s,d,g,M,k){var N,$;if(Fi?N=ms(d):wr?ds(d,M)&&(N="onCompositionEnd"):aH(d,M)&&(N="onCompositionStart"),!N)return null;XZ&&!Vp(M)&&(!wr&&N==="onCompositionStart"?wr=ns(k):N==="onCompositionEnd"&&wr&&($=zo()));var D=cH(g,N);if(D.length>0){var U=new vp(N,d,null,M,k);if(s.push({event:U,listeners:D}),$)U.data=$;else{var n0=tH(M);n0!==null&&(U.data=n0)}}}function yp(s,d){switch(s){case"compositionend":return tH(d);case"keypress":var g=d.which;return g!==cs?null:(Ep=!0,JZ);case"textInput":var M=d.data;return M===JZ&&Ep?null:M;default:return null}}function ps(s,d){if(wr){if(s==="compositionend"||!Fi&&ds(s,d)){var g=zo();return kr(),wr=!1,g}return null}switch(s){case"paste":return null;case"keypress":if(!ss(d)){if(d.char&&d.char.length>1)return d.char;if(d.which)return String.fromCharCode(d.which)}return null;case"compositionend":return XZ&&!Vp(d)?null:d.data;default:return null}}function nH(s,d,g,M,k){var N;if(Mp?N=yp(d,M):N=ps(d,M),!N)return null;var $=cH(g,"onBeforeInput");if($.length>0){var D=new GZ("onBeforeInput","beforeinput",null,M,k);s.push({event:D,listeners:$}),D.data=N}}function _80(s,d,g,M,k,N,$){us(s,d,g,M,k),nH(s,d,g,M,k)}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 rH(s){var d=s&&s.nodeName&&s.nodeName.toLowerCase();return d==="input"?!!hs[s.type]:d==="textarea"}function Ko(s){if(!C0)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 w80(){A0("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function Yo(s,d,g,M){Pu(M);var k=cH(d,"onChange");if(k.length>0){var N=new na("onChange","change",null,g,M);s.push({event:N,listeners:k})}}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=[];Yo(d,A,s,pc(s)),vZ(I,d)}function I(s){Pg0(s,0)}function j(s){var d=Hs(s);if(Lt(d))return s}function Q(s,d){if(s==="change")return d}var h0=!1;C0&&(h0=Ko("input")&&(!document.documentMode||document.documentMode>9));function Z0(s,d){p=s,A=d,p.attachEvent("onpropertychange",m1)}function B0(){p&&(p.detachEvent("onpropertychange",m1),p=null,A=null)}function m1(s){s.propertyName==="value"&&j(A)&&C(s)}function u1(s,d,g){s==="focusin"?(B0(),Z0(d,g)):s==="focusout"&&B0()}function c1(s,d){if(s==="selectionchange"||s==="keyup"||s==="keydown")return j(A)}function O1(s){var d=s.nodeName;return d&&d.toLowerCase()==="input"&&(s.type==="checkbox"||s.type==="radio")}function B1(s,d){if(s==="click")return j(d)}function G1(s,d){if(s==="input"||s==="change")return j(d)}function T8(s){var d=s._wrapperState;!d||!d.controlled||s.type!=="number"||R1(s,"number",s.value)}function N0(s,d,g,M,k,N,$){var D=g?Hs(g):window,U,n0;if(y(D)?U=Q:rH(D)?h0?U=G1:(U=c1,n0=u1):O1(D)&&(U=B1),U){var c0=U(d,g);if(c0){Yo(s,c0,M,k);return}}n0&&n0(d,D,g),d==="focusout"&&T8(D)}function S0(){F0("onMouseEnter",["mouseout","mouseover"]),F0("onMouseLeave",["mouseout","mouseover"]),F0("onPointerEnter",["pointerout","pointerover"]),F0("onPointerLeave",["pointerout","pointerover"])}function $0(s,d,g,M,k,N,$){var D=d==="mouseover"||d==="pointerover",U=d==="mouseout"||d==="pointerout";if(D&&!A80(M)){var n0=M.relatedTarget||M.fromElement;if(n0&&(Jo(n0)||$p(n0)))return}if(!(!U&&!D)){var c0;if(k.window===k)c0=k;else{var k0=k.ownerDocument;k0?c0=k0.defaultView||k0.parentWindow:c0=window}var V0,R0;if(U){var U0=M.relatedTarget||M.toElement;if(V0=g,R0=U0?Jo(U0):null,R0!==null){var K0=i4(R0);(R0!==K0||R0.tag!==H&&R0.tag!==V)&&(R0=null)}}else V0=null,R0=g;if(V0!==R0){var b1=rs,le="onMouseLeave",X1="onMouseEnter",e2="mouse";(d==="pointerout"||d==="pointerover")&&(b1=Zp,le="onPointerLeave",X1="onPointerEnter",e2="pointer");var Be=V0==null?c0:Hs(V0),T0=R0==null?c0:Hs(R0),Y0=new b1(le,e2+"leave",V0,M,k);Y0.target=Be,Y0.relatedTarget=T0;var P0=null,p1=Jo(k);if(p1===g){var j1=new b1(X1,e2+"enter",R0,M,k);j1.target=T0,j1.relatedTarget=Be,P0=j1}Dee(s,Y0,P0,V0,R0)}}}function v1(s,d){return s===d&&(s!==0||1/s===1/d)||s!==s&&d!==d}var C1=typeof Object.is=="function"?Object.is:v1;function re(s,d){if(C1(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 k=0;k<g.length;k++){var N=g[k];if(!q.call(d,N)||!C1(s[N],d[N]))return!1}return!0}function ie(s){for(;s&&s.firstChild;)s=s.firstChild;return s}function Ze(s){for(;s;){if(s.nextSibling)return s.nextSibling;s=s.parentNode}}function e6(s,d){for(var g=ie(s),M=0,k=0;g;){if(g.nodeType===hn){if(k=M+g.textContent.length,M<=d&&k>=d)return{node:g,offset:d-M};M=k}g=ie(Ze(g))}}function u2(s){var d=s.ownerDocument,g=d&&d.defaultView||window,M=g.getSelection&&g.getSelection();if(!M||M.rangeCount===0)return null;var k=M.anchorNode,N=M.anchorOffset,$=M.focusNode,D=M.focusOffset;try{k.nodeType,$.nodeType}catch{return null}return Cr(s,k,N,$,D)}function Cr(s,d,g,M,k){var N=0,$=-1,D=-1,U=0,n0=0,c0=s,k0=null;e:for(;;){for(var V0=null;c0===d&&(g===0||c0.nodeType===hn)&&($=N+g),c0===M&&(k===0||c0.nodeType===hn)&&(D=N+k),c0.nodeType===hn&&(N+=c0.nodeValue.length),(V0=c0.firstChild)!==null;)k0=c0,c0=V0;for(;;){if(c0===s)break e;if(k0===d&&++U===g&&($=N),k0===M&&++n0===k&&(D=N),(V0=c0.nextSibling)!==null)break;c0=k0,k0=c0.parentNode}c0=V0}return $===-1||D===-1?null:{start:$,end:D}}function C80(s,d){var g=s.ownerDocument||document,M=g&&g.defaultView||window;if(M.getSelection){var k=M.getSelection(),N=s.textContent.length,$=Math.min(d.start,N),D=d.end===void 0?$:Math.min(d.end,N);if(!k.extend&&$>D){var U=D;D=$,$=U}var n0=e6(s,$),c0=e6(s,D);if(n0&&c0){if(k.rangeCount===1&&k.anchorNode===n0.node&&k.anchorOffset===n0.offset&&k.focusNode===c0.node&&k.focusOffset===c0.offset)return;var k0=g.createRange();k0.setStart(n0.node,n0.offset),k.removeAllRanges(),$>D?(k.addRange(k0),k.extend(c0.node,c0.offset)):(k0.setEnd(c0.node,c0.offset),k.addRange(k0))}}}function Vg0(s){return s&&s.nodeType===hn}function yg0(s,d){return!s||!d?!1:s===d?!0:Vg0(s)?!1:Vg0(d)?yg0(s,d.parentNode):"contains"in s?s.contains(d):s.compareDocumentPosition?!!(s.compareDocumentPosition(d)&16):!1}function yee(s){return s&&s.ownerDocument&&yg0(s.ownerDocument.documentElement,s)}function Fee(s){try{return typeof s.contentWindow.location.href=="string"}catch{return!1}}function Fg0(){for(var s=window,d=z1();d instanceof s.HTMLIFrameElement;){if(Fee(d))s=d.contentWindow;else return d;d=z1(s.document)}return d}function N80(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 See(){var s=Fg0();return{focusedElem:s,selectionRange:N80(s)?Lee(s):null}}function kee(s){var d=Fg0(),g=s.focusedElem,M=s.selectionRange;if(d!==g&&yee(g)){M!==null&&N80(g)&&bee(g,M);for(var k=[],N=g;N=N.parentNode;)N.nodeType===F4&&k.push({element:N,left:N.scrollLeft,top:N.scrollTop});typeof g.focus=="function"&&g.focus();for(var $=0;$<k.length;$++){var D=k[$];D.element.scrollLeft=D.left,D.element.scrollTop=D.top}}}function Lee(s){var d;return"selectionStart"in s?d={start:s.selectionStart,end:s.selectionEnd}:d=u2(s),d||{start:0,end:0}}function bee(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)):C80(s,d)}var _ee=C0&&"documentMode"in document&&document.documentMode<=11;function wee(){A0("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var fs=null,T80=null,Fp=null,P80=!1;function Cee(s){if("selectionStart"in s&&N80(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 Nee(s){return s.window===s?s.document:s.nodeType===fn?s:s.ownerDocument}function Sg0(s,d,g){var M=Nee(g);if(!(P80||fs==null||fs!==z1(M))){var k=Cee(fs);if(!Fp||!re(Fp,k)){Fp=k;var N=cH(T80,"onSelect");if(N.length>0){var $=new na("onSelect","select",null,d,g);s.push({event:$,listeners:N}),$.target=fs}}}}function Tee(s,d,g,M,k,N,$){var D=g?Hs(g):window;switch(d){case"focusin":(rH(D)||D.contentEditable==="true")&&(fs=D,T80=g,Fp=null);break;case"focusout":fs=null,T80=null,Fp=null;break;case"mousedown":P80=!0;break;case"contextmenu":case"mouseup":case"dragend":P80=!1,Sg0(s,M,k);break;case"selectionchange":if(_ee)break;case"keydown":case"keyup":Sg0(s,M,k)}}function lH(s,d){var g={};return g[s.toLowerCase()]=d.toLowerCase(),g["Webkit"+s]="webkit"+d,g["Moz"+s]="moz"+d,g}var As={animationend:lH("Animation","AnimationEnd"),animationiteration:lH("Animation","AnimationIteration"),animationstart:lH("Animation","AnimationStart"),transitionend:lH("Transition","TransitionEnd")},I80={},kg0={};C0&&(kg0=document.createElement("div").style,"AnimationEvent"in window||(delete As.animationend.animation,delete As.animationiteration.animation,delete As.animationstart.animation),"TransitionEvent"in window||delete As.transitionend.transition);function iH(s){if(I80[s])return I80[s];if(!As[s])return s;var d=As[s];for(var g in d)if(d.hasOwnProperty(g)&&g in kg0)return I80[s]=d[g];return s}var Lg0=iH("animationend"),bg0=iH("animationiteration"),_g0=iH("animationstart"),wg0=iH("transitionend"),Cg0=new Map,Ng0=["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 Si(s,d){Cg0.set(s,d),A0(d,[s])}function Pee(){for(var s=0;s<Ng0.length;s++){var d=Ng0[s],g=d.toLowerCase(),M=d[0].toUpperCase()+d.slice(1);Si(g,"on"+M)}Si(Lg0,"onAnimationEnd"),Si(bg0,"onAnimationIteration"),Si(_g0,"onAnimationStart"),Si("dblclick","onDoubleClick"),Si("focusin","onFocus"),Si("focusout","onBlur"),Si(wg0,"onTransitionEnd")}function Iee(s,d,g,M,k,N,$){var D=Cg0.get(d);if(D!==void 0){var U=na,n0=d;switch(d){case"keypress":if(Vi(M)===0)return;case"keydown":case"keyup":U=S80;break;case"focusin":n0="focus",U=ls;break;case"focusout":n0="blur",U=ls;break;case"beforeblur":case"afterblur":U=ls;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=rs;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":U=fp;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":U=L80;break;case Lg0:case bg0:case _g0:U=Ap;break;case wg0:U=Hp;break;case"scroll":U=qZ;break;case"wheel":U=br;break;case"copy":case"cut":case"paste":U=V80;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":U=Zp;break}var c0=(N&Ml)!==0;{var k0=!c0&&d==="scroll",V0=xee(g,D,M.type,c0,k0);if(V0.length>0){var R0=new U(D,n0,null,M,k);s.push({event:R0,listeners:V0})}}}}Pee(),S0(),w80(),wee(),eH();function Oee(s,d,g,M,k,N,$){Iee(s,d,g,M,k,N);var D=(N&Tu)===0;D&&($0(s,d,g,M,k),N0(s,d,g,M,k),Tee(s,d,g,M,k),_80(s,d,g,M,k))}var Sp=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],O80=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(Sp));function Tg0(s,d,g){var M=s.type||"unknown-event";s.currentTarget=g,go(M,d,void 0,s),s.currentTarget=null}function $ee(s,d,g){var M;if(g)for(var k=d.length-1;k>=0;k--){var N=d[k],$=N.instance,D=N.currentTarget,U=N.listener;if($!==M&&s.isPropagationStopped())return;Tg0(s,U,D),M=$}else for(var n0=0;n0<d.length;n0++){var c0=d[n0],k0=c0.instance,V0=c0.currentTarget,R0=c0.listener;if(k0!==M&&s.isPropagationStopped())return;Tg0(s,R0,V0),M=k0}}function Pg0(s,d){for(var g=(d&Ml)!==0,M=0;M<s.length;M++){var k=s[M],N=k.event,$=k.listeners;$ee(N,$,g)}An()}function jee(s,d,g,M,k){var N=pc(g),$=[];Oee($,s,M,g,N,d),Pg0($,d)}function Z8(s,d){O80.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=f8e(d),k=zee(s);M.has(k)||(Ig0(d,s,_t,g),M.add(k))}function $80(s,d,g){O80.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|=Ml),Ig0(g,s,M,d)}var oH="_reactListening"+Math.random().toString(36).slice(2);function kp(s){if(!s[oH]){s[oH]=!0,W0.forEach(function(g){g!=="selectionchange"&&(O80.has(g)||$80(g,!1,s),$80(g,!0,s))});var d=s.nodeType===fn?s:s.ownerDocument;d!==null&&(d[oH]||(d[oH]=!0,$80("selectionchange",!1,d)))}}function Ig0(s,d,g,M,k){var N=aa(s,d,g),$=void 0;vo&&(d==="touchstart"||d==="touchmove"||d==="wheel")&&($=!0),s=s,M?$!==void 0?Mi(s,d,N,$):hp(s,d,N):$!==void 0?Mn(s,d,N,$):T4(s,d,N)}function Og0(s,d){return s===d||s.nodeType===x8&&s.parentNode===d}function j80(s,d,g,M,k){var N=M;if((d&Nu)===0&&(d&_t)===0){var $=k;if(M!==null){var D=M;e:for(;;){if(D===null)return;var U=D.tag;if(U===v||U===Z){var n0=D.stateNode.containerInfo;if(Og0(n0,$))break;if(U===Z)for(var c0=D.return;c0!==null;){var k0=c0.tag;if(k0===v||k0===Z){var V0=c0.stateNode.containerInfo;if(Og0(V0,$))return}c0=c0.return}for(;n0!==null;){var R0=Jo(n0);if(R0===null)return;var U0=R0.tag;if(U0===H||U0===V){D=N=R0;continue e}n0=n0.parentNode}}D=D.return}}}vZ(function(){return jee(s,d,g,N)})}function Lp(s,d,g){return{instance:s,listener:d,currentTarget:g}}function xee(s,d,g,M,k,N){for(var $=d!==null?d+"Capture":null,D=M?$:d,U=[],n0=s,c0=null;n0!==null;){var k0=n0,V0=k0.stateNode,R0=k0.tag;if(R0===H&&V0!==null&&(c0=V0,D!==null)){var U0=Vl(n0,D);U0!=null&&U.push(Lp(n0,U0,c0))}if(k)break;n0=n0.return}return U}function cH(s,d){for(var g=d+"Capture",M=[],k=s;k!==null;){var N=k,$=N.stateNode,D=N.tag;if(D===H&&$!==null){var U=$,n0=Vl(k,g);n0!=null&&M.unshift(Lp(k,n0,U));var c0=Vl(k,d);c0!=null&&M.push(Lp(k,c0,U))}k=k.return}return M}function vs(s){if(s===null)return null;do s=s.return;while(s&&s.tag!==H);return s||null}function Ree(s,d){for(var g=s,M=d,k=0,N=g;N;N=vs(N))k++;for(var $=0,D=M;D;D=vs(D))$++;for(;k-$>0;)g=vs(g),k--;for(;$-k>0;)M=vs(M),$--;for(var U=k;U--;){if(g===M||M!==null&&g===M.alternate)return g;g=vs(g),M=vs(M)}return null}function $g0(s,d,g,M,k){for(var N=d._reactName,$=[],D=g;D!==null&&D!==M;){var U=D,n0=U.alternate,c0=U.stateNode,k0=U.tag;if(n0!==null&&n0===M)break;if(k0===H&&c0!==null){var V0=c0;if(k){var R0=Vl(D,N);R0!=null&&$.unshift(Lp(D,R0,V0))}else if(!k){var U0=Vl(D,N);U0!=null&&$.push(Lp(D,U0,V0))}}D=D.return}$.length!==0&&s.push({event:d,listeners:$})}function Dee(s,d,g,M,k){var N=M&&k?Ree(M,k):null;M!==null&&$g0(s,d,M,N,!1),k!==null&&g!==null&&$g0(s,g,k,N,!0)}function zee(s,d){return s+"__bubble"}var Pa=!1,bp="dangerouslySetInnerHTML",sH="suppressContentEditableWarning",ki="suppressHydrationWarning",jg0="autoFocus",Qo="children",Xo="style",mH="__html",x80,dH,_p,xg0,uH,Rg0,Dg0;x80={dialog:!0,webview:!0},dH=function(s,d){dZ(s,d),ai(s,d),AZ(s,d,{registrationNameDependencies:r0,possibleRegistrationNames:d0})},Rg0=C0&&!document.documentMode,_p=function(s,d,g){if(!Pa){var M=pH(g),k=pH(d);k!==M&&(Pa=!0,c("Prop `%s` did not match. Server: %s Client: %s",s,JSON.stringify(k),JSON.stringify(M)))}},xg0=function(s){if(!Pa){Pa=!0;var d=[];s.forEach(function(g){d.push(g)}),c("Extra attributes from the server: %s",d)}},uH=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)},Dg0=function(s,d){var g=s.namespaceURI===Qa?s.ownerDocument.createElement(s.tagName):s.ownerDocument.createElementNS(s.namespaceURI,s.tagName);return g.innerHTML=d,g.innerHTML};var Bee=/\r\n?/g,Uee=/\u0000|\uFFFD/g;function pH(s){Y1(s);var d=typeof s=="string"?s:""+s;return d.replace(Bee,`
|
|
39
|
-
`).replace(Uee,"")}function hH(s,d,g,M){var k=pH(d),N=pH(s);if(N!==k&&(M&&(Pa||(Pa=!0,c('Text content did not match. Server: "%s" Client: "%s"',N,k))),g&&o0))throw new Error("Text content does not match server-rendered HTML.")}function zg0(s){return s.nodeType===fn?s:s.ownerDocument}function qee(){}function fH(s){s.onclick=qee}function Wee(s,d,g,M,k){for(var N in M)if(M.hasOwnProperty(N)){var $=M[N];if(N===Xo)$&&Object.freeze($),iZ(d,$);else if(N===bp){var D=$?$[mH]:void 0;D!=null&&Gg(d,D)}else if(N===Qo)if(typeof $=="string"){var U=s!=="textarea"||$!=="";U&&dr(d,$)}else typeof $=="number"&&dr(d,""+$);else N===sH||N===ki||N===jg0||(r0.hasOwnProperty(N)?$!=null&&(typeof $!="function"&&uH(N,$),N==="onScroll"&&Z8("scroll",d)):$!=null&&v0(d,N,$,k))}}function Gee(s,d,g,M){for(var k=0;k<d.length;k+=2){var N=d[k],$=d[k+1];N===Xo?iZ(s,$):N===bp?Gg(s,$):N===Qo?dr(s,$):v0(s,N,$,M)}}function Kee(s,d,g,M){var k,N=zg0(g),$,D=M;if(D===Qa&&(D=ku(s)),D===Qa){if(k=ur(s,d),!k&&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 n0=U.firstChild;$=U.removeChild(n0)}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===Qa&&!k&&Object.prototype.toString.call($)==="[object HTMLUnknownElement]"&&!q.call(x80,s)&&(x80[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 Yee(s,d){return zg0(d).createTextNode(s)}function Qee(s,d,g,M){var k=ur(d,g);dH(d,g);var N;switch(d){case"dialog":Z8("cancel",s),Z8("close",s),N=g;break;case"iframe":case"object":case"embed":Z8("load",s),N=g;break;case"video":case"audio":for(var $=0;$<Sp.length;$++)Z8(Sp[$],s);N=g;break;case"source":Z8("error",s),N=g;break;case"img":case"image":case"link":Z8("error",s),Z8("load",s),N=g;break;case"details":Z8("toggle",s),N=g;break;case"input":b8(s,g),N=m2(s,g),Z8("invalid",s);break;case"option":H2(s,g),N=g;break;case"select":ro(s,g),N=Hl(s,g),Z8("invalid",s);break;case"textarea":Ug(s,g),N=oc(s,g),Z8("invalid",s);break;default:N=g}switch(dc(d,N),Wee(d,s,M,N,k),d){case"input":r4(s),j0(s,g,!1);break;case"textarea":r4(s),Wg(s);break;case"option":O2(s,g);break;case"select":yu(s,g);break;default:typeof N.onClick=="function"&&fH(s);break}}function Xee(s,d,g,M,k){dH(d,M);var N=null,$,D;switch(d){case"input":$=m2(s,g),D=m2(s,M),N=[];break;case"select":$=Hl(s,g),D=Hl(s,M),N=[];break;case"textarea":$=oc(s,g),D=oc(s,M),N=[];break;default:$=g,D=M,typeof $.onClick!="function"&&typeof D.onClick=="function"&&fH(s);break}dc(d,D);var U,n0,c0=null;for(U in $)if(!(D.hasOwnProperty(U)||!$.hasOwnProperty(U)||$[U]==null))if(U===Xo){var k0=$[U];for(n0 in k0)k0.hasOwnProperty(n0)&&(c0||(c0={}),c0[n0]="")}else U===bp||U===Qo||U===sH||U===ki||U===jg0||(r0.hasOwnProperty(U)?N||(N=[]):(N=N||[]).push(U,null));for(U in D){var V0=D[U],R0=$?.[U];if(!(!D.hasOwnProperty(U)||V0===R0||V0==null&&R0==null))if(U===Xo)if(V0&&Object.freeze(V0),R0){for(n0 in R0)R0.hasOwnProperty(n0)&&(!V0||!V0.hasOwnProperty(n0))&&(c0||(c0={}),c0[n0]="");for(n0 in V0)V0.hasOwnProperty(n0)&&R0[n0]!==V0[n0]&&(c0||(c0={}),c0[n0]=V0[n0])}else c0||(N||(N=[]),N.push(U,c0)),c0=V0;else if(U===bp){var U0=V0?V0[mH]:void 0,K0=R0?R0[mH]:void 0;U0!=null&&K0!==U0&&(N=N||[]).push(U,U0)}else U===Qo?(typeof V0=="string"||typeof V0=="number")&&(N=N||[]).push(U,""+V0):U===sH||U===ki||(r0.hasOwnProperty(U)?(V0!=null&&(typeof V0!="function"&&uH(U,V0),U==="onScroll"&&Z8("scroll",s)),!N&&R0!==V0&&(N=[])):(N=N||[]).push(U,V0))}return c0&&(Xa(c0,D[Xo]),(N=N||[]).push(Xo,c0)),N}function Jee(s,d,g,M,k){g==="input"&&k.type==="radio"&&k.name!=null&&W(s,k);var N=ur(g,M),$=ur(g,k);switch(Gee(s,d,N,$),g){case"input":f0(s,k);break;case"textarea":qg(s,k);break;case"select":ic(s,k);break}}function e2e(s){{var d=s.toLowerCase();return X3.hasOwnProperty(d)&&X3[d]||null}}function a2e(s,d,g,M,k,N,$){var D,U;switch(D=ur(d,g),dH(d,g),d){case"dialog":Z8("cancel",s),Z8("close",s);break;case"iframe":case"object":case"embed":Z8("load",s);break;case"video":case"audio":for(var n0=0;n0<Sp.length;n0++)Z8(Sp[n0],s);break;case"source":Z8("error",s);break;case"img":case"image":case"link":Z8("error",s),Z8("load",s);break;case"details":Z8("toggle",s);break;case"input":b8(s,g),Z8("invalid",s);break;case"option":H2(s,g);break;case"select":ro(s,g),Z8("invalid",s);break;case"textarea":Ug(s,g),Z8("invalid",s);break}dc(d,g);{U=new Set;for(var c0=s.attributes,k0=0;k0<c0.length;k0++){var V0=c0[k0].name.toLowerCase();switch(V0){case"value":break;case"checked":break;case"selected":break;default:U.add(c0[k0].name)}}}var R0=null;for(var U0 in g)if(g.hasOwnProperty(U0)){var K0=g[U0];if(U0===Qo)typeof K0=="string"?s.textContent!==K0&&(g[ki]!==!0&&hH(s.textContent,K0,N,$),R0=[Qo,K0]):typeof K0=="number"&&s.textContent!==""+K0&&(g[ki]!==!0&&hH(s.textContent,K0,N,$),R0=[Qo,""+K0]);else if(r0.hasOwnProperty(U0))K0!=null&&(typeof K0!="function"&&uH(U0,K0),U0==="onScroll"&&Z8("scroll",s));else if($&&typeof D=="boolean"){var b1=void 0,le=i2(U0);if(g[ki]!==!0){if(!(U0===sH||U0===ki||U0==="value"||U0==="checked"||U0==="selected")){if(U0===bp){var X1=s.innerHTML,e2=K0?K0[mH]:void 0;if(e2!=null){var Be=Dg0(s,e2);Be!==X1&&_p(U0,X1,Be)}}else if(U0===Xo){if(U.delete(U0),Rg0){var T0=p80(K0);b1=s.getAttribute("style"),T0!==b1&&_p(U0,b1,T0)}}else if(D&&!a0)U.delete(U0.toLowerCase()),b1=x6(s,U0,K0),K0!==b1&&_p(U0,b1,K0);else if(!fe(U0,le,D)&&!l2(U0,K0,le,D)){var Y0=!1;if(le!==null)U.delete(le.attributeName),b1=Q2(s,U0,K0,le);else{var P0=M;if(P0===Qa&&(P0=ku(d)),P0===Qa)U.delete(U0.toLowerCase());else{var p1=e2e(U0);p1!==null&&p1!==U0&&(Y0=!0,U.delete(p1)),U.delete(U0)}b1=x6(s,U0,K0)}var j1=a0;!j1&&K0!==b1&&!Y0&&_p(U0,b1,K0)}}}}}switch($&&U.size>0&&g[ki]!==!0&&xg0(U),d){case"input":r4(s),j0(s,g,!0);break;case"textarea":r4(s),Wg(s);break;case"select":case"option":break;default:typeof g.onClick=="function"&&fH(s);break}return R0}function t2e(s,d,g){var M=s.nodeValue!==d;return M}function R80(s,d){{if(Pa)return;Pa=!0,c("Did not expect server HTML to contain a <%s> in <%s>.",d.nodeName.toLowerCase(),s.nodeName.toLowerCase())}}function D80(s,d){{if(Pa)return;Pa=!0,c('Did not expect server HTML to contain the text node "%s" in <%s>.',d.nodeValue,s.nodeName.toLowerCase())}}function z80(s,d,g){{if(Pa)return;Pa=!0,c("Expected server HTML to contain a matching <%s> in <%s>.",d,s.nodeName.toLowerCase())}}function B80(s,d){{if(d===""||Pa)return;Pa=!0,c('Expected server HTML to contain a matching text node for "%s" in <%s>.',d,s.nodeName.toLowerCase())}}function n2e(s,d,g){switch(d){case"input":x0(s,g);return;case"textarea":i80(s,g);return;case"select":Fu(s,g);return}}var wp=function(){},Cp=function(){};{var r2e=["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"],Bg0=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],l2e=Bg0.concat(["button"]),i2e=["dd","dt","li","option","optgroup","p","rp","rt"],Ug0={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};Cp=function(s,d){var g=ae({},s||Ug0),M={tag:d};return Bg0.indexOf(d)!==-1&&(g.aTagInScope=null,g.buttonTagInScope=null,g.nobrTagInScope=null),l2e.indexOf(d)!==-1&&(g.pTagInButtonScope=null),r2e.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 o2e=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 i2e.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},c2e=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},qg0={};wp=function(s,d,g){g=g||Ug0;var M=g.current,k=M&&M.tag;d!=null&&(s!=null&&c("validateDOMNesting: when childText is passed, childTag should be null"),s="#text");var N=o2e(s,k)?null:M,$=N?null:c2e(s,g),D=N||$;if(D){var U=D.tag,n0=!!N+"|"+s+"|"+U;if(!qg0[n0]){qg0[n0]=!0;var c0=s,k0="";if(s==="#text"?/\S/.test(d)?c0="Text nodes":(c0="Whitespace text nodes",k0=" Make sure you don't have any extra whitespace between tags on each line of your source code."):c0="<"+s+">",N){var V0="";U==="table"&&s==="tr"&&(V0+=" 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,k0,V0)}else c("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",c0,U)}}}}var AH="suppressHydrationWarning",vH="$",gH="/$",Np="$?",Tp="$!",s2e="style",U80=null,q80=null;function m2e(s){var d,g,M=s.nodeType;switch(M){case fn:case lo:{d=M===fn?"#document":"#fragment";var k=s.documentElement;g=k?k.namespaceURI:cc(null,"");break}default:{var N=M===x8?s.parentNode:s,$=N.namespaceURI||null;d=N.tagName,g=cc($,d);break}}{var D=d.toLowerCase(),U=Cp(null,D);return{namespace:g,ancestorInfo:U}}}function d2e(s,d,g){{var M=s,k=cc(M.namespace,d),N=Cp(M.ancestorInfo,d);return{namespace:k,ancestorInfo:N}}}function RLe(s){return s}function u2e(s){U80=V6(),q80=See();var d=null;return N8(!1),d}function p2e(s){kee(q80),N8(U80),U80=null,q80=null}function h2e(s,d,g,M,k){var N;{var $=M;if(wp(s,null,$.ancestorInfo),typeof d.children=="string"||typeof d.children=="number"){var D=""+d.children,U=Cp($.ancestorInfo,s);wp(null,D,U)}N=$.namespace}var n0=Kee(s,d,g,N);return Op(k,n0),e60(n0,d),n0}function f2e(s,d){s.appendChild(d)}function A2e(s,d,g,M,k){switch(Qee(s,d,g,M),d){case"button":case"input":case"select":case"textarea":return!!g.autoFocus;case"img":return!0;default:return!1}}function v2e(s,d,g,M,k,N){{var $=N;if(typeof M.children!=typeof g.children&&(typeof M.children=="string"||typeof M.children=="number")){var D=""+M.children,U=Cp($.ancestorInfo,d);wp(null,D,U)}}return Xee(s,d,g,M)}function W80(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 g2e(s,d,g,M){{var k=g;wp(null,s,k.ancestorInfo)}var N=Yee(s,d);return Op(M,N),N}function Z2e(){var s=window.event;return s===void 0?M6:Hi(s.type)}var G80=typeof setTimeout=="function"?setTimeout:void 0,H2e=typeof clearTimeout=="function"?clearTimeout:void 0,K80=-1,Wg0=typeof Promise=="function"?Promise:void 0,M2e=typeof queueMicrotask=="function"?queueMicrotask:typeof Wg0<"u"?function(s){return Wg0.resolve(null).then(s).catch(E2e)}:G80;function E2e(s){setTimeout(function(){throw s})}function V2e(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 y2e(s,d,g,M,k,N){Jee(s,d,g,M,k),e60(s,k)}function Gg0(s){dr(s,"")}function F2e(s,d,g){s.nodeValue=g}function S2e(s,d){s.appendChild(d)}function k2e(s,d){var g;s.nodeType===x8?(g=s.parentNode,g.insertBefore(d,s)):(g=s,g.appendChild(d));var M=s._reactRootContainer;M==null&&g.onclick===null&&fH(g)}function L2e(s,d,g){s.insertBefore(d,g)}function b2e(s,d,g){s.nodeType===x8?s.parentNode.insertBefore(d,g):s.insertBefore(d,g)}function _2e(s,d){s.removeChild(d)}function w2e(s,d){s.nodeType===x8?s.parentNode.removeChild(d):s.removeChild(d)}function Y80(s,d){var g=d,M=0;do{var k=g.nextSibling;if(s.removeChild(g),k&&k.nodeType===x8){var N=k.data;if(N===gH)if(M===0){s.removeChild(k),K6(d);return}else M--;else(N===vH||N===Np||N===Tp)&&M++}g=k}while(g);K6(d)}function C2e(s,d){s.nodeType===x8?Y80(s.parentNode,d):s.nodeType===F4&&Y80(s,d),K6(s)}function N2e(s){s=s;var d=s.style;typeof d.setProperty=="function"?d.setProperty("display","none","important"):d.display="none"}function T2e(s){s.nodeValue=""}function P2e(s,d){s=s;var g=d[s2e],M=g!=null&&g.hasOwnProperty("display")?g.display:null;s.style.display=mc("display",M)}function I2e(s,d){s.nodeValue=d}function O2e(s){s.nodeType===F4?s.textContent="":s.nodeType===fn&&s.documentElement&&s.removeChild(s.documentElement)}function $2e(s,d,g){return s.nodeType!==F4||d.toLowerCase()!==s.nodeName.toLowerCase()?null:s}function j2e(s,d){return d===""||s.nodeType!==hn?null:s}function x2e(s){return s.nodeType!==x8?null:s}function Kg0(s){return s.data===Np}function Q80(s){return s.data===Tp}function R2e(s){var d=s.nextSibling&&s.nextSibling.dataset,g,M,k;return d&&(g=d.dgst,M=d.msg,k=d.stck),{message:M,digest:g,stack:k}}function D2e(s,d){s._reactRetry=d}function ZH(s){for(;s!=null;s=s.nextSibling){var d=s.nodeType;if(d===F4||d===hn)break;if(d===x8){var g=s.data;if(g===vH||g===Tp||g===Np)break;if(g===gH)return null}}return s}function Pp(s){return ZH(s.nextSibling)}function z2e(s){return ZH(s.firstChild)}function B2e(s){return ZH(s.firstChild)}function U2e(s){return ZH(s.nextSibling)}function q2e(s,d,g,M,k,N,$){Op(N,s),e60(s,g);var D;{var U=k;D=U.namespace}var n0=(N.mode&Oe)!==ne;return a2e(s,d,g,D,M,n0,$)}function W2e(s,d,g,M){return Op(g,s),g.mode&Oe,t2e(s,d)}function G2e(s,d){Op(d,s)}function K2e(s){for(var d=s.nextSibling,g=0;d;){if(d.nodeType===x8){var M=d.data;if(M===gH){if(g===0)return Pp(d);g--}else(M===vH||M===Tp||M===Np)&&g++}d=d.nextSibling}return null}function Yg0(s){for(var d=s.previousSibling,g=0;d;){if(d.nodeType===x8){var M=d.data;if(M===vH||M===Tp||M===Np){if(g===0)return d;g--}else M===gH&&g++}d=d.previousSibling}return null}function Y2e(s){K6(s)}function Q2e(s){K6(s)}function X2e(s){return s!=="head"&&s!=="body"}function J2e(s,d,g,M){var k=!0;hH(d.nodeValue,g,M,k)}function e8e(s,d,g,M,k,N){if(d[AH]!==!0){var $=!0;hH(M.nodeValue,k,N,$)}}function a8e(s,d){d.nodeType===F4?R80(s,d):d.nodeType===x8||D80(s,d)}function t8e(s,d){{var g=s.parentNode;g!==null&&(d.nodeType===F4?R80(g,d):d.nodeType===x8||D80(g,d))}}function n8e(s,d,g,M,k){(k||d[AH]!==!0)&&(M.nodeType===F4?R80(g,M):M.nodeType===x8||D80(g,M))}function r8e(s,d,g){z80(s,d)}function l8e(s,d){B80(s,d)}function i8e(s,d,g){{var M=s.parentNode;M!==null&&z80(M,d)}}function o8e(s,d){{var g=s.parentNode;g!==null&&B80(g,d)}}function c8e(s,d,g,M,k,N){(N||d[AH]!==!0)&&z80(g,M)}function s8e(s,d,g,M,k){(k||d[AH]!==!0)&&B80(g,M)}function m8e(s){c("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",s.nodeName.toLowerCase())}function d8e(s){kp(s)}var gs=Math.random().toString(36).slice(2),Zs="__reactFiber$"+gs,X80="__reactProps$"+gs,Ip="__reactContainer$"+gs,J80="__reactEvents$"+gs,u8e="__reactListeners$"+gs,p8e="__reactHandles$"+gs;function h8e(s){delete s[Zs],delete s[X80],delete s[J80],delete s[u8e],delete s[p8e]}function Op(s,d){d[Zs]=s}function HH(s,d){d[Ip]=s}function Qg0(s){s[Ip]=null}function $p(s){return!!s[Ip]}function Jo(s){var d=s[Zs];if(d)return d;for(var g=s.parentNode;g;){if(d=g[Ip]||g[Zs],d){var M=d.alternate;if(d.child!==null||M!==null&&M.child!==null)for(var k=Yg0(s);k!==null;){var N=k[Zs];if(N)return N;k=Yg0(k)}return d}s=g,g=s.parentNode}return null}function Li(s){var d=s[Zs]||s[Ip];return d&&(d.tag===H||d.tag===V||d.tag===T||d.tag===v)?d:null}function Hs(s){if(s.tag===H||s.tag===V)return s.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function MH(s){return s[X80]||null}function e60(s,d){s[X80]=d}function f8e(s){var d=s[J80];return d===void 0&&(d=s[J80]=new Set),d}var Xg0={},Jg0=r.ReactDebugCurrentFrame;function EH(s){if(s){var d=s._owner,g=mn(s.type,s._source,d?d.type:null);Jg0.setExtraStackFrame(g)}else Jg0.setExtraStackFrame(null)}function En(s,d,g,M,k){{var N=Function.call.bind(q);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(n0){D=n0}D&&!(D instanceof Error)&&(EH(k),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),EH(null)),D instanceof Error&&!(D.message in Xg0)&&(Xg0[D.message]=!0,EH(k),c("Failed %s type: %s",g,D.message),EH(null))}}}var a60=[],VH;VH=[];var ql=-1;function bi(s){return{current:s}}function P4(s,d){if(ql<0){c("Unexpected pop.");return}d!==VH[ql]&&c("Unexpected Fiber popped."),s.current=a60[ql],a60[ql]=null,VH[ql]=null,ql--}function I4(s,d,g){ql++,a60[ql]=s.current,VH[ql]=g,s.current=d}var t60;t60={};var lt={};Object.freeze(lt);var Wl=bi(lt),Nr=bi(!1),n60=lt;function Ms(s,d,g){return g&&Tr(d)?n60:Wl.current}function eZ0(s,d,g){{var M=s.stateNode;M.__reactInternalMemoizedUnmaskedChildContext=d,M.__reactInternalMemoizedMaskedChildContext=g}}function Es(s,d){{var g=s.type,M=g.contextTypes;if(!M)return lt;var k=s.stateNode;if(k&&k.__reactInternalMemoizedUnmaskedChildContext===d)return k.__reactInternalMemoizedMaskedChildContext;var N={};for(var $ in M)N[$]=d[$];{var D=ue(s)||"Unknown";En(M,N,"context",D)}return k&&eZ0(s,d,N),N}}function yH(){return Nr.current}function Tr(s){{var d=s.childContextTypes;return d!=null}}function FH(s){P4(Nr,s),P4(Wl,s)}function r60(s){P4(Nr,s),P4(Wl,s)}function aZ0(s,d,g){{if(Wl.current!==lt)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");I4(Wl,d,s),I4(Nr,g,s)}}function tZ0(s,d,g){{var M=s.stateNode,k=d.childContextTypes;if(typeof M.getChildContext!="function"){{var N=ue(s)||"Unknown";t60[N]||(t60[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 k))throw new Error((ue(s)||"Unknown")+'.getChildContext(): key "'+D+'" is not defined in childContextTypes.');{var U=ue(s)||"Unknown";En(k,$,"child context",U)}return ae({},g,$)}}function SH(s){{var d=s.stateNode,g=d&&d.__reactInternalMemoizedMergedChildContext||lt;return n60=Wl.current,I4(Wl,g,s),I4(Nr,Nr.current,s),!0}}function nZ0(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 k=tZ0(s,d,n60);M.__reactInternalMemoizedMergedChildContext=k,P4(Nr,s),P4(Wl,s),I4(Wl,k,s),I4(Nr,g,s)}else P4(Nr,s),I4(Nr,g,s)}}function A8e(s){{if(!MZ(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(Tr(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 _i=0,kH=1,Gl=null,l60=!1,i60=!1;function rZ0(s){Gl===null?Gl=[s]:Gl.push(s)}function v8e(s){l60=!0,rZ0(s)}function lZ0(){l60&&wi()}function wi(){if(!i60&&Gl!==null){i60=!0;var s=0,d=ea();try{var g=!0,M=Gl;for(X8(N4);s<M.length;s++){var k=M[s];do k=k(g);while(k!==null)}Gl=null,l60=!1}catch(N){throw Gl!==null&&(Gl=Gl.slice(s+1)),Du(gn,wi),N}finally{X8(d),i60=!1}}return null}var Vs=[],ys=0,LH=null,bH=0,Ot=[],$t=0,e7=null,Kl=1,Yl="";function g8e(s){return t7(),(s.flags&Ho)!==te}function Z8e(s){return t7(),bH}function H8e(){var s=Yl,d=Kl,g=d&~M8e(d);return g.toString(32)+s}function a7(s,d){t7(),Vs[ys++]=bH,Vs[ys++]=LH,LH=s,bH=d}function iZ0(s,d,g){t7(),Ot[$t++]=Kl,Ot[$t++]=Yl,Ot[$t++]=e7,e7=s;var M=Kl,k=Yl,N=_H(M)-1,$=M&~(1<<N),D=g+1,U=_H(d)+N;if(U>30){var n0=N-N%5,c0=(1<<n0)-1,k0=($&c0).toString(32),V0=$>>n0,R0=N-n0,U0=_H(d)+R0,K0=D<<R0,b1=K0|V0,le=k0+k;Kl=1<<U0|b1,Yl=le}else{var X1=D<<N,e2=X1|$,Be=k;Kl=1<<U|e2,Yl=Be}}function o60(s){t7();var d=s.return;if(d!==null){var g=1,M=0;a7(s,g),iZ0(s,g,M)}}function _H(s){return 32-Q8(s)}function M8e(s){return 1<<_H(s)-1}function c60(s){for(;s===LH;)LH=Vs[--ys],Vs[ys]=null,bH=Vs[--ys],Vs[ys]=null;for(;s===e7;)e7=Ot[--$t],Ot[$t]=null,Yl=Ot[--$t],Ot[$t]=null,Kl=Ot[--$t],Ot[$t]=null}function E8e(){return t7(),e7!==null?{id:Kl,overflow:Yl}:null}function V8e(s,d){t7(),Ot[$t++]=Kl,Ot[$t++]=Yl,Ot[$t++]=e7,Kl=d.id,Yl=d.overflow,e7=s}function t7(){s4()||c("Expected to be hydrating. This is a bug in React. Please file an issue.")}var c4=null,jt=null,Vn=!1,n7=!1,Ci=null;function y8e(){Vn&&c("We should not be hydrating here. This is a bug in React. Please file a bug.")}function oZ0(){n7=!0}function F8e(){return n7}function S8e(s){var d=s.stateNode.containerInfo;return jt=B2e(d),c4=s,Vn=!0,Ci=null,n7=!1,!0}function k8e(s,d,g){return jt=U2e(d),c4=s,Vn=!0,Ci=null,n7=!1,g!==null&&V8e(s,g),!0}function cZ0(s,d){switch(s.tag){case v:{a8e(s.stateNode.containerInfo,d);break}case H:{var g=(s.mode&Oe)!==ne;n8e(s.type,s.memoizedProps,s.stateNode,d,g);break}case T:{var M=s.memoizedState;M.dehydrated!==null&&t8e(M.dehydrated,d);break}}}function sZ0(s,d){cZ0(s,d);var g=wae();g.stateNode=d,g.return=s;var M=s.deletions;M===null?(s.deletions=[g],s.flags|=S4):M.push(g)}function s60(s,d){{if(n7)return;switch(s.tag){case v:{var g=s.stateNode.containerInfo;switch(d.tag){case H:var M=d.type;d.pendingProps,r8e(g,M);break;case V:var k=d.pendingProps;l8e(g,k);break}break}case H:{var N=s.type,$=s.memoizedProps,D=s.stateNode;switch(d.tag){case H:{var U=d.type,n0=d.pendingProps,c0=(s.mode&Oe)!==ne;c8e(N,$,D,U,n0,c0);break}case V:{var k0=d.pendingProps,V0=(s.mode&Oe)!==ne;s8e(N,$,D,k0,V0);break}}break}case T:{var R0=s.memoizedState,U0=R0.dehydrated;if(U0!==null)switch(d.tag){case H:var K0=d.type;d.pendingProps,i8e(U0,K0);break;case V:var b1=d.pendingProps;o8e(U0,b1);break}break}default:return}}}function mZ0(s,d){d.flags=d.flags&~y8|V8,s60(s,d)}function dZ0(s,d){switch(s.tag){case H:{var g=s.type;s.pendingProps;var M=$2e(d,g);return M!==null?(s.stateNode=M,c4=s,jt=z2e(M),!0):!1}case V:{var k=s.pendingProps,N=j2e(d,k);return N!==null?(s.stateNode=N,c4=s,jt=null,!0):!1}case T:{var $=x2e(d);if($!==null){var D={dehydrated:$,treeContext:E8e(),retryLane:_4};s.memoizedState=D;var U=Cae($);return U.return=s,s.child=U,c4=s,jt=null,!0}return!1}default:return!1}}function m60(s){return(s.mode&Oe)!==ne&&(s.flags&Te)===te}function d60(s){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function u60(s){if(Vn){var d=jt;if(!d){m60(s)&&(s60(c4,s),d60()),mZ0(c4,s),Vn=!1,c4=s;return}var g=d;if(!dZ0(s,d)){m60(s)&&(s60(c4,s),d60()),d=Pp(g);var M=c4;if(!d||!dZ0(s,d)){mZ0(c4,s),Vn=!1,c4=s;return}sZ0(M,g)}}}function L8e(s,d,g){var M=s.stateNode,k=!n7,N=q2e(M,s.type,s.memoizedProps,d,g,s,k);return s.updateQueue=N,N!==null}function b8e(s){var d=s.stateNode,g=s.memoizedProps,M=W2e(d,g,s);if(M){var k=c4;if(k!==null)switch(k.tag){case v:{var N=k.stateNode.containerInfo,$=(k.mode&Oe)!==ne;J2e(N,d,g,$);break}case H:{var D=k.type,U=k.memoizedProps,n0=k.stateNode,c0=(k.mode&Oe)!==ne;e8e(D,U,n0,d,g,c0);break}}}return M}function _8e(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.");G2e(g,s)}function w8e(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 K2e(g)}function uZ0(s){for(var d=s.return;d!==null&&d.tag!==H&&d.tag!==v&&d.tag!==T;)d=d.return;c4=d}function wH(s){if(s!==c4)return!1;if(!Vn)return uZ0(s),Vn=!0,!1;if(s.tag!==v&&(s.tag!==H||X2e(s.type)&&!W80(s.type,s.memoizedProps))){var d=jt;if(d)if(m60(s))pZ0(s),d60();else for(;d;)sZ0(s,d),d=Pp(d)}return uZ0(s),s.tag===T?jt=w8e(s):jt=c4?Pp(s.stateNode):null,!0}function C8e(){return Vn&&jt!==null}function pZ0(s){for(var d=jt;d;)cZ0(s,d),d=Pp(d)}function Fs(){c4=null,jt=null,Vn=!1,n7=!1}function hZ0(){Ci!==null&&(oM0(Ci),Ci=null)}function s4(){return Vn}function p60(s){Ci===null?Ci=[s]:Ci.push(s)}var N8e=r.ReactCurrentBatchConfig,T8e=null;function P8e(){return N8e.transition}var yn={recordUnsafeLifecycleWarnings:function(s,d){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(s,d){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var I8e=function(s){for(var d=null,g=s;g!==null;)g.mode&ye&&(d=g),g=g.return;return d},r7=function(s){var d=[];return s.forEach(function(g){d.push(g)}),d.sort().join(", ")},jp=[],xp=[],Rp=[],Dp=[],zp=[],Bp=[],l7=new Set;yn.recordUnsafeLifecycleWarnings=function(s,d){l7.has(s.type)||(typeof d.componentWillMount=="function"&&d.componentWillMount.__suppressDeprecationWarning!==!0&&jp.push(s),s.mode&ye&&typeof d.UNSAFE_componentWillMount=="function"&&xp.push(s),typeof d.componentWillReceiveProps=="function"&&d.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&Rp.push(s),s.mode&ye&&typeof d.UNSAFE_componentWillReceiveProps=="function"&&Dp.push(s),typeof d.componentWillUpdate=="function"&&d.componentWillUpdate.__suppressDeprecationWarning!==!0&&zp.push(s),s.mode&ye&&typeof d.UNSAFE_componentWillUpdate=="function"&&Bp.push(s))},yn.flushPendingUnsafeLifecycleWarnings=function(){var s=new Set;jp.length>0&&(jp.forEach(function(V0){s.add(ue(V0)||"Component"),l7.add(V0.type)}),jp=[]);var d=new Set;xp.length>0&&(xp.forEach(function(V0){d.add(ue(V0)||"Component"),l7.add(V0.type)}),xp=[]);var g=new Set;Rp.length>0&&(Rp.forEach(function(V0){g.add(ue(V0)||"Component"),l7.add(V0.type)}),Rp=[]);var M=new Set;Dp.length>0&&(Dp.forEach(function(V0){M.add(ue(V0)||"Component"),l7.add(V0.type)}),Dp=[]);var k=new Set;zp.length>0&&(zp.forEach(function(V0){k.add(ue(V0)||"Component"),l7.add(V0.type)}),zp=[]);var N=new Set;if(Bp.length>0&&(Bp.forEach(function(V0){N.add(ue(V0)||"Component"),l7.add(V0.type)}),Bp=[]),d.size>0){var $=r7(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.
|
|
39
|
+
`).replace(Uee,"")}function hH(s,d,g,M){var k=pH(d),N=pH(s);if(N!==k&&(M&&(Pa||(Pa=!0,c('Text content did not match. Server: "%s" Client: "%s"',N,k))),g&&o0))throw new Error("Text content does not match server-rendered HTML.")}function zg0(s){return s.nodeType===fn?s:s.ownerDocument}function qee(){}function fH(s){s.onclick=qee}function Wee(s,d,g,M,k){for(var N in M)if(M.hasOwnProperty(N)){var $=M[N];if(N===Xo)$&&Object.freeze($),iZ(d,$);else if(N===bp){var D=$?$[mH]:void 0;D!=null&&Gg(d,D)}else if(N===Qo)if(typeof $=="string"){var U=s!=="textarea"||$!=="";U&&dr(d,$)}else typeof $=="number"&&dr(d,""+$);else N===sH||N===ki||N===jg0||(r0.hasOwnProperty(N)?$!=null&&(typeof $!="function"&&uH(N,$),N==="onScroll"&&Z8("scroll",d)):$!=null&&v0(d,N,$,k))}}function Gee(s,d,g,M){for(var k=0;k<d.length;k+=2){var N=d[k],$=d[k+1];N===Xo?iZ(s,$):N===bp?Gg(s,$):N===Qo?dr(s,$):v0(s,N,$,M)}}function Kee(s,d,g,M){var k,N=zg0(g),$,D=M;if(D===Qa&&(D=ku(s)),D===Qa){if(k=ur(s,d),!k&&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 n0=U.firstChild;$=U.removeChild(n0)}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===Qa&&!k&&Object.prototype.toString.call($)==="[object HTMLUnknownElement]"&&!q.call(x80,s)&&(x80[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 Yee(s,d){return zg0(d).createTextNode(s)}function Qee(s,d,g,M){var k=ur(d,g);dH(d,g);var N;switch(d){case"dialog":Z8("cancel",s),Z8("close",s),N=g;break;case"iframe":case"object":case"embed":Z8("load",s),N=g;break;case"video":case"audio":for(var $=0;$<Sp.length;$++)Z8(Sp[$],s);N=g;break;case"source":Z8("error",s),N=g;break;case"img":case"image":case"link":Z8("error",s),Z8("load",s),N=g;break;case"details":Z8("toggle",s),N=g;break;case"input":b8(s,g),N=m2(s,g),Z8("invalid",s);break;case"option":H2(s,g),N=g;break;case"select":ro(s,g),N=Hl(s,g),Z8("invalid",s);break;case"textarea":Ug(s,g),N=oc(s,g),Z8("invalid",s);break;default:N=g}switch(dc(d,N),Wee(d,s,M,N,k),d){case"input":r4(s),j0(s,g,!1);break;case"textarea":r4(s),Wg(s);break;case"option":O2(s,g);break;case"select":yu(s,g);break;default:typeof N.onClick=="function"&&fH(s);break}}function Xee(s,d,g,M,k){dH(d,M);var N=null,$,D;switch(d){case"input":$=m2(s,g),D=m2(s,M),N=[];break;case"select":$=Hl(s,g),D=Hl(s,M),N=[];break;case"textarea":$=oc(s,g),D=oc(s,M),N=[];break;default:$=g,D=M,typeof $.onClick!="function"&&typeof D.onClick=="function"&&fH(s);break}dc(d,D);var U,n0,c0=null;for(U in $)if(!(D.hasOwnProperty(U)||!$.hasOwnProperty(U)||$[U]==null))if(U===Xo){var k0=$[U];for(n0 in k0)k0.hasOwnProperty(n0)&&(c0||(c0={}),c0[n0]="")}else U===bp||U===Qo||U===sH||U===ki||U===jg0||(r0.hasOwnProperty(U)?N||(N=[]):(N=N||[]).push(U,null));for(U in D){var V0=D[U],R0=$?.[U];if(!(!D.hasOwnProperty(U)||V0===R0||V0==null&&R0==null))if(U===Xo)if(V0&&Object.freeze(V0),R0){for(n0 in R0)R0.hasOwnProperty(n0)&&(!V0||!V0.hasOwnProperty(n0))&&(c0||(c0={}),c0[n0]="");for(n0 in V0)V0.hasOwnProperty(n0)&&R0[n0]!==V0[n0]&&(c0||(c0={}),c0[n0]=V0[n0])}else c0||(N||(N=[]),N.push(U,c0)),c0=V0;else if(U===bp){var U0=V0?V0[mH]:void 0,K0=R0?R0[mH]:void 0;U0!=null&&K0!==U0&&(N=N||[]).push(U,U0)}else U===Qo?(typeof V0=="string"||typeof V0=="number")&&(N=N||[]).push(U,""+V0):U===sH||U===ki||(r0.hasOwnProperty(U)?(V0!=null&&(typeof V0!="function"&&uH(U,V0),U==="onScroll"&&Z8("scroll",s)),!N&&R0!==V0&&(N=[])):(N=N||[]).push(U,V0))}return c0&&(Xa(c0,D[Xo]),(N=N||[]).push(Xo,c0)),N}function Jee(s,d,g,M,k){g==="input"&&k.type==="radio"&&k.name!=null&&W(s,k);var N=ur(g,M),$=ur(g,k);switch(Gee(s,d,N,$),g){case"input":f0(s,k);break;case"textarea":qg(s,k);break;case"select":ic(s,k);break}}function e2e(s){{var d=s.toLowerCase();return X3.hasOwnProperty(d)&&X3[d]||null}}function a2e(s,d,g,M,k,N,$){var D,U;switch(D=ur(d,g),dH(d,g),d){case"dialog":Z8("cancel",s),Z8("close",s);break;case"iframe":case"object":case"embed":Z8("load",s);break;case"video":case"audio":for(var n0=0;n0<Sp.length;n0++)Z8(Sp[n0],s);break;case"source":Z8("error",s);break;case"img":case"image":case"link":Z8("error",s),Z8("load",s);break;case"details":Z8("toggle",s);break;case"input":b8(s,g),Z8("invalid",s);break;case"option":H2(s,g);break;case"select":ro(s,g),Z8("invalid",s);break;case"textarea":Ug(s,g),Z8("invalid",s);break}dc(d,g);{U=new Set;for(var c0=s.attributes,k0=0;k0<c0.length;k0++){var V0=c0[k0].name.toLowerCase();switch(V0){case"value":break;case"checked":break;case"selected":break;default:U.add(c0[k0].name)}}}var R0=null;for(var U0 in g)if(g.hasOwnProperty(U0)){var K0=g[U0];if(U0===Qo)typeof K0=="string"?s.textContent!==K0&&(g[ki]!==!0&&hH(s.textContent,K0,N,$),R0=[Qo,K0]):typeof K0=="number"&&s.textContent!==""+K0&&(g[ki]!==!0&&hH(s.textContent,K0,N,$),R0=[Qo,""+K0]);else if(r0.hasOwnProperty(U0))K0!=null&&(typeof K0!="function"&&uH(U0,K0),U0==="onScroll"&&Z8("scroll",s));else if($&&typeof D=="boolean"){var b1=void 0,le=i2(U0);if(g[ki]!==!0){if(!(U0===sH||U0===ki||U0==="value"||U0==="checked"||U0==="selected")){if(U0===bp){var X1=s.innerHTML,e2=K0?K0[mH]:void 0;if(e2!=null){var Be=Dg0(s,e2);Be!==X1&&_p(U0,X1,Be)}}else if(U0===Xo){if(U.delete(U0),Rg0){var T0=p80(K0);b1=s.getAttribute("style"),T0!==b1&&_p(U0,b1,T0)}}else if(D&&!a0)U.delete(U0.toLowerCase()),b1=x6(s,U0,K0),K0!==b1&&_p(U0,b1,K0);else if(!fe(U0,le,D)&&!l2(U0,K0,le,D)){var Y0=!1;if(le!==null)U.delete(le.attributeName),b1=Q2(s,U0,K0,le);else{var P0=M;if(P0===Qa&&(P0=ku(d)),P0===Qa)U.delete(U0.toLowerCase());else{var p1=e2e(U0);p1!==null&&p1!==U0&&(Y0=!0,U.delete(p1)),U.delete(U0)}b1=x6(s,U0,K0)}var j1=a0;!j1&&K0!==b1&&!Y0&&_p(U0,b1,K0)}}}}}switch($&&U.size>0&&g[ki]!==!0&&xg0(U),d){case"input":r4(s),j0(s,g,!0);break;case"textarea":r4(s),Wg(s);break;case"select":case"option":break;default:typeof g.onClick=="function"&&fH(s);break}return R0}function t2e(s,d,g){var M=s.nodeValue!==d;return M}function R80(s,d){{if(Pa)return;Pa=!0,c("Did not expect server HTML to contain a <%s> in <%s>.",d.nodeName.toLowerCase(),s.nodeName.toLowerCase())}}function D80(s,d){{if(Pa)return;Pa=!0,c('Did not expect server HTML to contain the text node "%s" in <%s>.',d.nodeValue,s.nodeName.toLowerCase())}}function z80(s,d,g){{if(Pa)return;Pa=!0,c("Expected server HTML to contain a matching <%s> in <%s>.",d,s.nodeName.toLowerCase())}}function B80(s,d){{if(d===""||Pa)return;Pa=!0,c('Expected server HTML to contain a matching text node for "%s" in <%s>.',d,s.nodeName.toLowerCase())}}function n2e(s,d,g){switch(d){case"input":x0(s,g);return;case"textarea":i80(s,g);return;case"select":Fu(s,g);return}}var wp=function(){},Cp=function(){};{var r2e=["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"],Bg0=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],l2e=Bg0.concat(["button"]),i2e=["dd","dt","li","option","optgroup","p","rp","rt"],Ug0={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};Cp=function(s,d){var g=ae({},s||Ug0),M={tag:d};return Bg0.indexOf(d)!==-1&&(g.aTagInScope=null,g.buttonTagInScope=null,g.nobrTagInScope=null),l2e.indexOf(d)!==-1&&(g.pTagInButtonScope=null),r2e.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 o2e=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 i2e.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},c2e=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},qg0={};wp=function(s,d,g){g=g||Ug0;var M=g.current,k=M&&M.tag;d!=null&&(s!=null&&c("validateDOMNesting: when childText is passed, childTag should be null"),s="#text");var N=o2e(s,k)?null:M,$=N?null:c2e(s,g),D=N||$;if(D){var U=D.tag,n0=!!N+"|"+s+"|"+U;if(!qg0[n0]){qg0[n0]=!0;var c0=s,k0="";if(s==="#text"?/\S/.test(d)?c0="Text nodes":(c0="Whitespace text nodes",k0=" Make sure you don't have any extra whitespace between tags on each line of your source code."):c0="<"+s+">",N){var V0="";U==="table"&&s==="tr"&&(V0+=" 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,k0,V0)}else c("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",c0,U)}}}}var AH="suppressHydrationWarning",vH="$",gH="/$",Np="$?",Tp="$!",s2e="style",U80=null,q80=null;function m2e(s){var d,g,M=s.nodeType;switch(M){case fn:case lo:{d=M===fn?"#document":"#fragment";var k=s.documentElement;g=k?k.namespaceURI:cc(null,"");break}default:{var N=M===x8?s.parentNode:s,$=N.namespaceURI||null;d=N.tagName,g=cc($,d);break}}{var D=d.toLowerCase(),U=Cp(null,D);return{namespace:g,ancestorInfo:U}}}function d2e(s,d,g){{var M=s,k=cc(M.namespace,d),N=Cp(M.ancestorInfo,d);return{namespace:k,ancestorInfo:N}}}function xLe(s){return s}function u2e(s){U80=V6(),q80=See();var d=null;return N8(!1),d}function p2e(s){kee(q80),N8(U80),U80=null,q80=null}function h2e(s,d,g,M,k){var N;{var $=M;if(wp(s,null,$.ancestorInfo),typeof d.children=="string"||typeof d.children=="number"){var D=""+d.children,U=Cp($.ancestorInfo,s);wp(null,D,U)}N=$.namespace}var n0=Kee(s,d,g,N);return Op(k,n0),e60(n0,d),n0}function f2e(s,d){s.appendChild(d)}function A2e(s,d,g,M,k){switch(Qee(s,d,g,M),d){case"button":case"input":case"select":case"textarea":return!!g.autoFocus;case"img":return!0;default:return!1}}function v2e(s,d,g,M,k,N){{var $=N;if(typeof M.children!=typeof g.children&&(typeof M.children=="string"||typeof M.children=="number")){var D=""+M.children,U=Cp($.ancestorInfo,d);wp(null,D,U)}}return Xee(s,d,g,M)}function W80(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 g2e(s,d,g,M){{var k=g;wp(null,s,k.ancestorInfo)}var N=Yee(s,d);return Op(M,N),N}function Z2e(){var s=window.event;return s===void 0?M6:Hi(s.type)}var G80=typeof setTimeout=="function"?setTimeout:void 0,H2e=typeof clearTimeout=="function"?clearTimeout:void 0,K80=-1,Wg0=typeof Promise=="function"?Promise:void 0,M2e=typeof queueMicrotask=="function"?queueMicrotask:typeof Wg0<"u"?function(s){return Wg0.resolve(null).then(s).catch(E2e)}:G80;function E2e(s){setTimeout(function(){throw s})}function V2e(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 y2e(s,d,g,M,k,N){Jee(s,d,g,M,k),e60(s,k)}function Gg0(s){dr(s,"")}function F2e(s,d,g){s.nodeValue=g}function S2e(s,d){s.appendChild(d)}function k2e(s,d){var g;s.nodeType===x8?(g=s.parentNode,g.insertBefore(d,s)):(g=s,g.appendChild(d));var M=s._reactRootContainer;M==null&&g.onclick===null&&fH(g)}function L2e(s,d,g){s.insertBefore(d,g)}function b2e(s,d,g){s.nodeType===x8?s.parentNode.insertBefore(d,g):s.insertBefore(d,g)}function _2e(s,d){s.removeChild(d)}function w2e(s,d){s.nodeType===x8?s.parentNode.removeChild(d):s.removeChild(d)}function Y80(s,d){var g=d,M=0;do{var k=g.nextSibling;if(s.removeChild(g),k&&k.nodeType===x8){var N=k.data;if(N===gH)if(M===0){s.removeChild(k),K6(d);return}else M--;else(N===vH||N===Np||N===Tp)&&M++}g=k}while(g);K6(d)}function C2e(s,d){s.nodeType===x8?Y80(s.parentNode,d):s.nodeType===F4&&Y80(s,d),K6(s)}function N2e(s){s=s;var d=s.style;typeof d.setProperty=="function"?d.setProperty("display","none","important"):d.display="none"}function T2e(s){s.nodeValue=""}function P2e(s,d){s=s;var g=d[s2e],M=g!=null&&g.hasOwnProperty("display")?g.display:null;s.style.display=mc("display",M)}function I2e(s,d){s.nodeValue=d}function O2e(s){s.nodeType===F4?s.textContent="":s.nodeType===fn&&s.documentElement&&s.removeChild(s.documentElement)}function $2e(s,d,g){return s.nodeType!==F4||d.toLowerCase()!==s.nodeName.toLowerCase()?null:s}function j2e(s,d){return d===""||s.nodeType!==hn?null:s}function x2e(s){return s.nodeType!==x8?null:s}function Kg0(s){return s.data===Np}function Q80(s){return s.data===Tp}function R2e(s){var d=s.nextSibling&&s.nextSibling.dataset,g,M,k;return d&&(g=d.dgst,M=d.msg,k=d.stck),{message:M,digest:g,stack:k}}function D2e(s,d){s._reactRetry=d}function ZH(s){for(;s!=null;s=s.nextSibling){var d=s.nodeType;if(d===F4||d===hn)break;if(d===x8){var g=s.data;if(g===vH||g===Tp||g===Np)break;if(g===gH)return null}}return s}function Pp(s){return ZH(s.nextSibling)}function z2e(s){return ZH(s.firstChild)}function B2e(s){return ZH(s.firstChild)}function U2e(s){return ZH(s.nextSibling)}function q2e(s,d,g,M,k,N,$){Op(N,s),e60(s,g);var D;{var U=k;D=U.namespace}var n0=(N.mode&Oe)!==ne;return a2e(s,d,g,D,M,n0,$)}function W2e(s,d,g,M){return Op(g,s),g.mode&Oe,t2e(s,d)}function G2e(s,d){Op(d,s)}function K2e(s){for(var d=s.nextSibling,g=0;d;){if(d.nodeType===x8){var M=d.data;if(M===gH){if(g===0)return Pp(d);g--}else(M===vH||M===Tp||M===Np)&&g++}d=d.nextSibling}return null}function Yg0(s){for(var d=s.previousSibling,g=0;d;){if(d.nodeType===x8){var M=d.data;if(M===vH||M===Tp||M===Np){if(g===0)return d;g--}else M===gH&&g++}d=d.previousSibling}return null}function Y2e(s){K6(s)}function Q2e(s){K6(s)}function X2e(s){return s!=="head"&&s!=="body"}function J2e(s,d,g,M){var k=!0;hH(d.nodeValue,g,M,k)}function e8e(s,d,g,M,k,N){if(d[AH]!==!0){var $=!0;hH(M.nodeValue,k,N,$)}}function a8e(s,d){d.nodeType===F4?R80(s,d):d.nodeType===x8||D80(s,d)}function t8e(s,d){{var g=s.parentNode;g!==null&&(d.nodeType===F4?R80(g,d):d.nodeType===x8||D80(g,d))}}function n8e(s,d,g,M,k){(k||d[AH]!==!0)&&(M.nodeType===F4?R80(g,M):M.nodeType===x8||D80(g,M))}function r8e(s,d,g){z80(s,d)}function l8e(s,d){B80(s,d)}function i8e(s,d,g){{var M=s.parentNode;M!==null&&z80(M,d)}}function o8e(s,d){{var g=s.parentNode;g!==null&&B80(g,d)}}function c8e(s,d,g,M,k,N){(N||d[AH]!==!0)&&z80(g,M)}function s8e(s,d,g,M,k){(k||d[AH]!==!0)&&B80(g,M)}function m8e(s){c("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",s.nodeName.toLowerCase())}function d8e(s){kp(s)}var gs=Math.random().toString(36).slice(2),Zs="__reactFiber$"+gs,X80="__reactProps$"+gs,Ip="__reactContainer$"+gs,J80="__reactEvents$"+gs,u8e="__reactListeners$"+gs,p8e="__reactHandles$"+gs;function h8e(s){delete s[Zs],delete s[X80],delete s[J80],delete s[u8e],delete s[p8e]}function Op(s,d){d[Zs]=s}function HH(s,d){d[Ip]=s}function Qg0(s){s[Ip]=null}function $p(s){return!!s[Ip]}function Jo(s){var d=s[Zs];if(d)return d;for(var g=s.parentNode;g;){if(d=g[Ip]||g[Zs],d){var M=d.alternate;if(d.child!==null||M!==null&&M.child!==null)for(var k=Yg0(s);k!==null;){var N=k[Zs];if(N)return N;k=Yg0(k)}return d}s=g,g=s.parentNode}return null}function Li(s){var d=s[Zs]||s[Ip];return d&&(d.tag===H||d.tag===V||d.tag===T||d.tag===v)?d:null}function Hs(s){if(s.tag===H||s.tag===V)return s.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function MH(s){return s[X80]||null}function e60(s,d){s[X80]=d}function f8e(s){var d=s[J80];return d===void 0&&(d=s[J80]=new Set),d}var Xg0={},Jg0=r.ReactDebugCurrentFrame;function EH(s){if(s){var d=s._owner,g=mn(s.type,s._source,d?d.type:null);Jg0.setExtraStackFrame(g)}else Jg0.setExtraStackFrame(null)}function En(s,d,g,M,k){{var N=Function.call.bind(q);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(n0){D=n0}D&&!(D instanceof Error)&&(EH(k),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),EH(null)),D instanceof Error&&!(D.message in Xg0)&&(Xg0[D.message]=!0,EH(k),c("Failed %s type: %s",g,D.message),EH(null))}}}var a60=[],VH;VH=[];var ql=-1;function bi(s){return{current:s}}function P4(s,d){if(ql<0){c("Unexpected pop.");return}d!==VH[ql]&&c("Unexpected Fiber popped."),s.current=a60[ql],a60[ql]=null,VH[ql]=null,ql--}function I4(s,d,g){ql++,a60[ql]=s.current,VH[ql]=g,s.current=d}var t60;t60={};var lt={};Object.freeze(lt);var Wl=bi(lt),Nr=bi(!1),n60=lt;function Ms(s,d,g){return g&&Tr(d)?n60:Wl.current}function eZ0(s,d,g){{var M=s.stateNode;M.__reactInternalMemoizedUnmaskedChildContext=d,M.__reactInternalMemoizedMaskedChildContext=g}}function Es(s,d){{var g=s.type,M=g.contextTypes;if(!M)return lt;var k=s.stateNode;if(k&&k.__reactInternalMemoizedUnmaskedChildContext===d)return k.__reactInternalMemoizedMaskedChildContext;var N={};for(var $ in M)N[$]=d[$];{var D=ue(s)||"Unknown";En(M,N,"context",D)}return k&&eZ0(s,d,N),N}}function yH(){return Nr.current}function Tr(s){{var d=s.childContextTypes;return d!=null}}function FH(s){P4(Nr,s),P4(Wl,s)}function r60(s){P4(Nr,s),P4(Wl,s)}function aZ0(s,d,g){{if(Wl.current!==lt)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");I4(Wl,d,s),I4(Nr,g,s)}}function tZ0(s,d,g){{var M=s.stateNode,k=d.childContextTypes;if(typeof M.getChildContext!="function"){{var N=ue(s)||"Unknown";t60[N]||(t60[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 k))throw new Error((ue(s)||"Unknown")+'.getChildContext(): key "'+D+'" is not defined in childContextTypes.');{var U=ue(s)||"Unknown";En(k,$,"child context",U)}return ae({},g,$)}}function SH(s){{var d=s.stateNode,g=d&&d.__reactInternalMemoizedMergedChildContext||lt;return n60=Wl.current,I4(Wl,g,s),I4(Nr,Nr.current,s),!0}}function nZ0(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 k=tZ0(s,d,n60);M.__reactInternalMemoizedMergedChildContext=k,P4(Nr,s),P4(Wl,s),I4(Wl,k,s),I4(Nr,g,s)}else P4(Nr,s),I4(Nr,g,s)}}function A8e(s){{if(!MZ(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(Tr(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 _i=0,kH=1,Gl=null,l60=!1,i60=!1;function rZ0(s){Gl===null?Gl=[s]:Gl.push(s)}function v8e(s){l60=!0,rZ0(s)}function lZ0(){l60&&wi()}function wi(){if(!i60&&Gl!==null){i60=!0;var s=0,d=ea();try{var g=!0,M=Gl;for(X8(N4);s<M.length;s++){var k=M[s];do k=k(g);while(k!==null)}Gl=null,l60=!1}catch(N){throw Gl!==null&&(Gl=Gl.slice(s+1)),Du(gn,wi),N}finally{X8(d),i60=!1}}return null}var Vs=[],ys=0,LH=null,bH=0,Ot=[],$t=0,e7=null,Kl=1,Yl="";function g8e(s){return t7(),(s.flags&Ho)!==te}function Z8e(s){return t7(),bH}function H8e(){var s=Yl,d=Kl,g=d&~M8e(d);return g.toString(32)+s}function a7(s,d){t7(),Vs[ys++]=bH,Vs[ys++]=LH,LH=s,bH=d}function iZ0(s,d,g){t7(),Ot[$t++]=Kl,Ot[$t++]=Yl,Ot[$t++]=e7,e7=s;var M=Kl,k=Yl,N=_H(M)-1,$=M&~(1<<N),D=g+1,U=_H(d)+N;if(U>30){var n0=N-N%5,c0=(1<<n0)-1,k0=($&c0).toString(32),V0=$>>n0,R0=N-n0,U0=_H(d)+R0,K0=D<<R0,b1=K0|V0,le=k0+k;Kl=1<<U0|b1,Yl=le}else{var X1=D<<N,e2=X1|$,Be=k;Kl=1<<U|e2,Yl=Be}}function o60(s){t7();var d=s.return;if(d!==null){var g=1,M=0;a7(s,g),iZ0(s,g,M)}}function _H(s){return 32-Q8(s)}function M8e(s){return 1<<_H(s)-1}function c60(s){for(;s===LH;)LH=Vs[--ys],Vs[ys]=null,bH=Vs[--ys],Vs[ys]=null;for(;s===e7;)e7=Ot[--$t],Ot[$t]=null,Yl=Ot[--$t],Ot[$t]=null,Kl=Ot[--$t],Ot[$t]=null}function E8e(){return t7(),e7!==null?{id:Kl,overflow:Yl}:null}function V8e(s,d){t7(),Ot[$t++]=Kl,Ot[$t++]=Yl,Ot[$t++]=e7,Kl=d.id,Yl=d.overflow,e7=s}function t7(){s4()||c("Expected to be hydrating. This is a bug in React. Please file an issue.")}var c4=null,jt=null,Vn=!1,n7=!1,Ci=null;function y8e(){Vn&&c("We should not be hydrating here. This is a bug in React. Please file a bug.")}function oZ0(){n7=!0}function F8e(){return n7}function S8e(s){var d=s.stateNode.containerInfo;return jt=B2e(d),c4=s,Vn=!0,Ci=null,n7=!1,!0}function k8e(s,d,g){return jt=U2e(d),c4=s,Vn=!0,Ci=null,n7=!1,g!==null&&V8e(s,g),!0}function cZ0(s,d){switch(s.tag){case v:{a8e(s.stateNode.containerInfo,d);break}case H:{var g=(s.mode&Oe)!==ne;n8e(s.type,s.memoizedProps,s.stateNode,d,g);break}case T:{var M=s.memoizedState;M.dehydrated!==null&&t8e(M.dehydrated,d);break}}}function sZ0(s,d){cZ0(s,d);var g=wae();g.stateNode=d,g.return=s;var M=s.deletions;M===null?(s.deletions=[g],s.flags|=S4):M.push(g)}function s60(s,d){{if(n7)return;switch(s.tag){case v:{var g=s.stateNode.containerInfo;switch(d.tag){case H:var M=d.type;d.pendingProps,r8e(g,M);break;case V:var k=d.pendingProps;l8e(g,k);break}break}case H:{var N=s.type,$=s.memoizedProps,D=s.stateNode;switch(d.tag){case H:{var U=d.type,n0=d.pendingProps,c0=(s.mode&Oe)!==ne;c8e(N,$,D,U,n0,c0);break}case V:{var k0=d.pendingProps,V0=(s.mode&Oe)!==ne;s8e(N,$,D,k0,V0);break}}break}case T:{var R0=s.memoizedState,U0=R0.dehydrated;if(U0!==null)switch(d.tag){case H:var K0=d.type;d.pendingProps,i8e(U0,K0);break;case V:var b1=d.pendingProps;o8e(U0,b1);break}break}default:return}}}function mZ0(s,d){d.flags=d.flags&~y8|V8,s60(s,d)}function dZ0(s,d){switch(s.tag){case H:{var g=s.type;s.pendingProps;var M=$2e(d,g);return M!==null?(s.stateNode=M,c4=s,jt=z2e(M),!0):!1}case V:{var k=s.pendingProps,N=j2e(d,k);return N!==null?(s.stateNode=N,c4=s,jt=null,!0):!1}case T:{var $=x2e(d);if($!==null){var D={dehydrated:$,treeContext:E8e(),retryLane:_4};s.memoizedState=D;var U=Cae($);return U.return=s,s.child=U,c4=s,jt=null,!0}return!1}default:return!1}}function m60(s){return(s.mode&Oe)!==ne&&(s.flags&Te)===te}function d60(s){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function u60(s){if(Vn){var d=jt;if(!d){m60(s)&&(s60(c4,s),d60()),mZ0(c4,s),Vn=!1,c4=s;return}var g=d;if(!dZ0(s,d)){m60(s)&&(s60(c4,s),d60()),d=Pp(g);var M=c4;if(!d||!dZ0(s,d)){mZ0(c4,s),Vn=!1,c4=s;return}sZ0(M,g)}}}function L8e(s,d,g){var M=s.stateNode,k=!n7,N=q2e(M,s.type,s.memoizedProps,d,g,s,k);return s.updateQueue=N,N!==null}function b8e(s){var d=s.stateNode,g=s.memoizedProps,M=W2e(d,g,s);if(M){var k=c4;if(k!==null)switch(k.tag){case v:{var N=k.stateNode.containerInfo,$=(k.mode&Oe)!==ne;J2e(N,d,g,$);break}case H:{var D=k.type,U=k.memoizedProps,n0=k.stateNode,c0=(k.mode&Oe)!==ne;e8e(D,U,n0,d,g,c0);break}}}return M}function _8e(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.");G2e(g,s)}function w8e(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 K2e(g)}function uZ0(s){for(var d=s.return;d!==null&&d.tag!==H&&d.tag!==v&&d.tag!==T;)d=d.return;c4=d}function wH(s){if(s!==c4)return!1;if(!Vn)return uZ0(s),Vn=!0,!1;if(s.tag!==v&&(s.tag!==H||X2e(s.type)&&!W80(s.type,s.memoizedProps))){var d=jt;if(d)if(m60(s))pZ0(s),d60();else for(;d;)sZ0(s,d),d=Pp(d)}return uZ0(s),s.tag===T?jt=w8e(s):jt=c4?Pp(s.stateNode):null,!0}function C8e(){return Vn&&jt!==null}function pZ0(s){for(var d=jt;d;)cZ0(s,d),d=Pp(d)}function Fs(){c4=null,jt=null,Vn=!1,n7=!1}function hZ0(){Ci!==null&&(oM0(Ci),Ci=null)}function s4(){return Vn}function p60(s){Ci===null?Ci=[s]:Ci.push(s)}var N8e=r.ReactCurrentBatchConfig,T8e=null;function P8e(){return N8e.transition}var yn={recordUnsafeLifecycleWarnings:function(s,d){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(s,d){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var I8e=function(s){for(var d=null,g=s;g!==null;)g.mode&ye&&(d=g),g=g.return;return d},r7=function(s){var d=[];return s.forEach(function(g){d.push(g)}),d.sort().join(", ")},jp=[],xp=[],Rp=[],Dp=[],zp=[],Bp=[],l7=new Set;yn.recordUnsafeLifecycleWarnings=function(s,d){l7.has(s.type)||(typeof d.componentWillMount=="function"&&d.componentWillMount.__suppressDeprecationWarning!==!0&&jp.push(s),s.mode&ye&&typeof d.UNSAFE_componentWillMount=="function"&&xp.push(s),typeof d.componentWillReceiveProps=="function"&&d.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&Rp.push(s),s.mode&ye&&typeof d.UNSAFE_componentWillReceiveProps=="function"&&Dp.push(s),typeof d.componentWillUpdate=="function"&&d.componentWillUpdate.__suppressDeprecationWarning!==!0&&zp.push(s),s.mode&ye&&typeof d.UNSAFE_componentWillUpdate=="function"&&Bp.push(s))},yn.flushPendingUnsafeLifecycleWarnings=function(){var s=new Set;jp.length>0&&(jp.forEach(function(V0){s.add(ue(V0)||"Component"),l7.add(V0.type)}),jp=[]);var d=new Set;xp.length>0&&(xp.forEach(function(V0){d.add(ue(V0)||"Component"),l7.add(V0.type)}),xp=[]);var g=new Set;Rp.length>0&&(Rp.forEach(function(V0){g.add(ue(V0)||"Component"),l7.add(V0.type)}),Rp=[]);var M=new Set;Dp.length>0&&(Dp.forEach(function(V0){M.add(ue(V0)||"Component"),l7.add(V0.type)}),Dp=[]);var k=new Set;zp.length>0&&(zp.forEach(function(V0){k.add(ue(V0)||"Component"),l7.add(V0.type)}),zp=[]);var N=new Set;if(Bp.length>0&&(Bp.forEach(function(V0){N.add(ue(V0)||"Component"),l7.add(V0.type)}),Bp=[]),d.size>0){var $=r7(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.
|
|
40
40
|
|
|
41
41
|
* Move code with side effects to componentDidMount, and set initial state in the constructor.
|
|
42
42
|
|
|
@@ -88,7 +88,7 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`)}}retur
|
|
|
88
88
|
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function $60(s,d){if(O60)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.",e1),!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.
|
|
89
89
|
|
|
90
90
|
Previous: %s
|
|
91
|
-
Incoming: %s`,e1,"["+d.join(", ")+"]","["+s.join(", ")+"]");for(var g=0;g<d.length&&g<s.length;g++)if(!C1(s[g],d[g]))return!1;return!0}function Ts(s,d,g,M,k,N){o7=N,x2=d,xt=s!==null?s._debugHookTypes:null,Ii=-1,O60=s!==null&&s.type!==d.type,d.memoizedState=null,d.updateQueue=null,d.lanes=Q0,s!==null&&s.memoizedState!==null?$1.current=eH0:xt!==null?$1.current=JZ0:$1.current=XZ0;var $=g(M,k);if(Yp){var D=0;do{if(Yp=!1,Qp=0,D>=J8e)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");D+=1,O60=!1,S6=null,k6=null,d.updateQueue=null,Ii=-1,$1.current=aH0,$=g(M,k)}while(Yp)}$1.current=oM,d._debugHookTypes=xt;var U=S6!==null&&S6.next!==null;if(o7=Q0,x2=null,S6=null,k6=null,e1=null,xt=null,Ii=-1,s!==null&&(s.flags&D8)!==(d.flags&D8)&&(s.mode&Oe)!==ne&&c("Internal React error: Expected static flag was missing. Please notify the React team."),GH=!1,U)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return $}function Ps(){var s=Qp!==0;return Qp=0,s}function NZ0(s,d,g){d.updateQueue=s.updateQueue,(d.mode&j2)!==ne?d.flags&=-50333701:d.flags&=-2053,s.lanes=Po(s.lanes,g)}function TZ0(){if($1.current=oM,GH){for(var s=x2.memoizedState;s!==null;){var d=s.queue;d!==null&&(d.pending=null),s=s.next}GH=!1}o7=Q0,x2=null,S6=null,k6=null,xt=null,Ii=-1,e1=null,WZ0=!1,Yp=!1,Qp=0}function Ir(){var s={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return k6===null?x2.memoizedState=k6=s:k6=k6.next=s,k6}function Rt(){var s;if(S6===null){var d=x2.alternate;d!==null?s=d.memoizedState:s=null}else s=S6.next;var g;if(k6===null?g=x2.memoizedState:g=k6.next,g!==null)k6=g,g=k6.next,S6=s;else{if(s===null)throw new Error("Rendered more hooks than during the previous render.");S6=s;var M={memoizedState:S6.memoizedState,baseState:S6.baseState,baseQueue:S6.baseQueue,queue:S6.queue,next:null};k6===null?x2.memoizedState=k6=M:k6=k6.next=M}return k6}function PZ0(){return{lastEffect:null,stores:null}}function j60(s,d){return typeof d=="function"?d(s):d}function x60(s,d,g){var M=Ir(),k;g!==void 0?k=g(d):k=d,M.memoizedState=M.baseState=k;var N={pending:null,interleaved:null,lanes:Q0,dispatch:null,lastRenderedReducer:s,lastRenderedState:k};M.queue=N;var $=N.dispatch=r6e.bind(null,x2,N);return[M.memoizedState,$]}function R60(s,d,g){var M=Rt(),k=M.queue;if(k===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");k.lastRenderedReducer=s;var N=S6,$=N.baseQueue,D=k.pending;if(D!==null){if($!==null){var U=$.next,n0=D.next;$.next=n0,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,k.pending=null}if($!==null){var c0=$.next,k0=N.baseState,V0=null,R0=null,U0=null,K0=c0;do{var b1=K0.lane;if(Pl(o7,b1)){if(U0!==null){var X1={lane:z8,action:K0.action,hasEagerState:K0.hasEagerState,eagerState:K0.eagerState,next:null};U0=U0.next=X1}if(K0.hasEagerState)k0=K0.eagerState;else{var e2=K0.action;k0=s(k0,e2)}}else{var le={lane:b1,action:K0.action,hasEagerState:K0.hasEagerState,eagerState:K0.eagerState,next:null};U0===null?(R0=U0=le,V0=k0):U0=U0.next=le,x2.lanes=_e(x2.lanes,b1),gh(b1)}K0=K0.next}while(K0!==null&&K0!==c0);U0===null?V0=k0:U0.next=R0,C1(k0,M.memoizedState)||ih(),M.memoizedState=k0,M.baseState=V0,M.baseQueue=U0,k.lastRenderedState=k0}var Be=k.interleaved;if(Be!==null){var T0=Be;do{var Y0=T0.lane;x2.lanes=_e(x2.lanes,Y0),gh(Y0),T0=T0.next}while(T0!==Be)}else $===null&&(k.lanes=Q0);var P0=k.dispatch;return[M.memoizedState,P0]}function D60(s,d,g){var M=Rt(),k=M.queue;if(k===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");k.lastRenderedReducer=s;var N=k.dispatch,$=k.pending,D=M.memoizedState;if($!==null){k.pending=null;var U=$.next,n0=U;do{var c0=n0.action;D=s(D,c0),n0=n0.next}while(n0!==U);C1(D,M.memoizedState)||ih(),M.memoizedState=D,M.baseQueue===null&&(M.baseState=D),k.lastRenderedState=D}return[D,N]}function DLe(s,d,g){}function zLe(s,d,g){}function z60(s,d,g){var M=x2,k=Ir(),N,$=s4();if($){if(g===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");N=g(),Cs||N!==g()&&(c("The result of getServerSnapshot should be cached to avoid an infinite loop"),Cs=!0)}else{if(N=d(),!Cs){var D=d();C1(N,D)||(c("The result of getSnapshot should be cached to avoid an infinite loop"),Cs=!0)}var U=SM();if(U===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");To(U,o7)||IZ0(M,d,N)}k.memoizedState=N;var n0={value:N,getSnapshot:d};return k.queue=n0,JH($Z0.bind(null,M,n0,s),[s]),M.flags|=X4,Xp(y6|m4,OZ0.bind(null,M,n0,N,d),void 0,null),N}function KH(s,d,g){var M=x2,k=Rt(),N=d();if(!Cs){var $=d();C1(N,$)||(c("The result of getSnapshot should be cached to avoid an infinite loop"),Cs=!0)}var D=k.memoizedState,U=!C1(D,N);U&&(k.memoizedState=N,ih());var n0=k.queue;if(eh($Z0.bind(null,M,n0,s),[s]),n0.getSnapshot!==d||U||k6!==null&&k6.memoizedState.tag&y6){M.flags|=X4,Xp(y6|m4,OZ0.bind(null,M,n0,N,d),void 0,null);var c0=SM();if(c0===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");To(c0,o7)||IZ0(M,d,N)}return N}function IZ0(s,d,g){s.flags|=Mc;var M={getSnapshot:d,value:g},k=x2.updateQueue;if(k===null)k=PZ0(),x2.updateQueue=k,k.stores=[M];else{var N=k.stores;N===null?k.stores=[M]:N.push(M)}}function OZ0(s,d,g,M){d.value=g,d.getSnapshot=M,jZ0(d)&&xZ0(s)}function $Z0(s,d,g){var M=function(){jZ0(d)&&xZ0(s)};return g(M)}function jZ0(s){var d=s.getSnapshot,g=s.value;try{var M=d();return!C1(g,M)}catch{return!0}}function xZ0(s){var d=Ia(s,me);d!==null&&w6(d,s,me,L2)}function YH(s){var d=Ir();typeof s=="function"&&(s=s()),d.memoizedState=d.baseState=s;var g={pending:null,interleaved:null,lanes:Q0,dispatch:null,lastRenderedReducer:j60,lastRenderedState:s};d.queue=g;var M=g.dispatch=l6e.bind(null,x2,g);return[d.memoizedState,M]}function B60(s){return R60(j60)}function U60(s){return D60(j60)}function Xp(s,d,g,M){var k={tag:s,create:d,destroy:g,deps:M,next:null},N=x2.updateQueue;if(N===null)N=PZ0(),x2.updateQueue=N,N.lastEffect=k.next=k;else{var $=N.lastEffect;if($===null)N.lastEffect=k.next=k;else{var D=$.next;$.next=k,k.next=D,N.lastEffect=k}}return k}function q60(s){var d=Ir();{var g={current:s};return d.memoizedState=g,g}}function QH(s){var d=Rt();return d.memoizedState}function Jp(s,d,g,M){var k=Ir(),N=M===void 0?null:M;x2.flags|=s,k.memoizedState=Xp(y6|d,g,void 0,N)}function XH(s,d,g,M){var k=Rt(),N=M===void 0?null:M,$=void 0;if(S6!==null){var D=S6.memoizedState;if($=D.destroy,N!==null){var U=D.deps;if($60(N,U)){k.memoizedState=Xp(d,g,$,N);return}}}x2.flags|=s,k.memoizedState=Xp(y6|d,g,$,N)}function JH(s,d){return(x2.mode&j2)!==ne?Jp(fr|X4|ju,m4,s,d):Jp(X4|ju,m4,s,d)}function eh(s,d){return XH(X4,m4,s,d)}function W60(s,d){return Jp(xe,Pr,s,d)}function eM(s,d){return XH(xe,Pr,s,d)}function G60(s,d){var g=xe;return g|=hr,(x2.mode&j2)!==ne&&(g|=l4),Jp(g,F6,s,d)}function aM(s,d){return XH(xe,F6,s,d)}function RZ0(s,d){if(typeof d=="function"){var g=d,M=s();return g(M),function(){g(null)}}else if(d!=null){var k=d;k.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(k).join(", ")+"}");var N=s();return k.current=N,function(){k.current=null}}}function K60(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,k=xe;return k|=hr,(x2.mode&j2)!==ne&&(k|=l4),Jp(k,F6,RZ0.bind(null,d,s),M)}function tM(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 XH(xe,F6,RZ0.bind(null,d,s),M)}function a6e(s,d){}var nM=a6e;function Y60(s,d){var g=Ir(),M=d===void 0?null:d;return g.memoizedState=[s,M],s}function rM(s,d){var g=Rt(),M=d===void 0?null:d,k=g.memoizedState;if(k!==null&&M!==null){var N=k[1];if($60(M,N))return k[0]}return g.memoizedState=[s,M],s}function Q60(s,d){var g=Ir(),M=d===void 0?null:d,k=s();return g.memoizedState=[k,M],k}function lM(s,d){var g=Rt(),M=d===void 0?null:d,k=g.memoizedState;if(k!==null&&M!==null){var N=k[1];if($60(M,N))return k[0]}var $=s();return g.memoizedState=[$,M],$}function X60(s){var d=Ir();return d.memoizedState=s,s}function DZ0(s){var d=Rt(),g=S6,M=g.memoizedState;return BZ0(d,M,s)}function zZ0(s){var d=Rt();if(S6===null)return d.memoizedState=s,s;var g=S6.memoizedState;return BZ0(d,g,s)}function BZ0(s,d,g){var M=!rp(o7);if(M){if(!C1(g,d)){var k=ip();x2.lanes=_e(x2.lanes,k),gh(k),s.baseState=!0}return d}else return s.baseState&&(s.baseState=!1,ih()),s.memoizedState=g,g}function t6e(s,d,g){var M=ea();X8(Oo(M,wa)),s(!0);var k=Kp.transition;Kp.transition={};var N=Kp.transition;Kp.transition._updatedFibers=new Set;try{s(!1),d()}finally{if(X8(M),Kp.transition=k,k===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 J60(){var s=YH(!1),d=s[0],g=s[1],M=t6e.bind(null,g),k=Ir();return k.memoizedState=M,[d,M]}function UZ0(){var s=B60(),d=s[0],g=Rt(),M=g.memoizedState;return[d,M]}function qZ0(){var s=U60(),d=s[0],g=Rt(),M=g.memoizedState;return[d,M]}var WZ0=!1;function n6e(){return WZ0}function e40(){var s=Ir(),d=SM(),g=d.identifierPrefix,M;if(s4()){var k=H8e();M=":"+g+"R"+k;var N=Qp++;N>0&&(M+="H"+N.toString(32)),M+=":"}else{var $=X8e++;M=":"+g+"r"+$.toString(32)+":"}return s.memoizedState=M,M}function iM(){var s=Rt(),d=s.memoizedState;return d}function r6e(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=Ri(s),k={lane:M,action:g,hasEagerState:!1,eagerState:null,next:null};if(GZ0(s))KZ0(d,k);else{var N=VZ0(s,d,k,M);if(N!==null){var $=ia();w6(N,s,M,$),YZ0(N,d,M)}}QZ0(s,M)}function l6e(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=Ri(s),k={lane:M,action:g,hasEagerState:!1,eagerState:null,next:null};if(GZ0(s))KZ0(d,k);else{var N=s.alternate;if(s.lanes===Q0&&(N===null||N.lanes===Q0)){var $=d.lastRenderedReducer;if($!==null){var D;D=$1.current,$1.current=Sn;try{var U=d.lastRenderedState,n0=$(U,g);if(k.hasEagerState=!0,k.eagerState=n0,C1(n0,U)){z8e(s,d,k,M);return}}catch{}finally{$1.current=D}}}var c0=VZ0(s,d,k,M);if(c0!==null){var k0=ia();w6(c0,s,M,k0),YZ0(c0,d,M)}}QZ0(s,M)}function GZ0(s){var d=s.alternate;return s===x2||d!==null&&d===x2}function KZ0(s,d){Yp=GH=!0;var g=s.pending;g===null?d.next=d:(d.next=g.next,g.next=d),s.pending=d}function YZ0(s,d,g){if(lp(g)){var M=d.lanes;M=Wc(M,s.pendingLanes);var k=_e(M,g);d.lanes=k,Io(s,k)}}function QZ0(s,d,g){So(s,d)}var oM={readContext:h6,useCallback:O4,useContext:O4,useEffect:O4,useImperativeHandle:O4,useInsertionEffect:O4,useLayoutEffect:O4,useMemo:O4,useReducer:O4,useRef:O4,useState:O4,useDebugValue:O4,useDeferredValue:O4,useTransition:O4,useMutableSource:O4,useSyncExternalStore:O4,useId:O4,unstable_isNewReconciler:p0},XZ0=null,JZ0=null,eH0=null,aH0=null,Or=null,Sn=null,cM=null;{var a40=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().")},He=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")};XZ0={readContext:function(s){return h6(s)},useCallback:function(s,d){return e1="useCallback",E2(),Ns(d),Y60(s,d)},useContext:function(s){return e1="useContext",E2(),h6(s)},useEffect:function(s,d){return e1="useEffect",E2(),Ns(d),JH(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",E2(),Ns(g),K60(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",E2(),Ns(d),W60(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",E2(),Ns(d),G60(s,d)},useMemo:function(s,d){e1="useMemo",E2(),Ns(d);var g=$1.current;$1.current=Or;try{return Q60(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",E2();var M=$1.current;$1.current=Or;try{return x60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",E2(),q60(s)},useState:function(s){e1="useState",E2();var d=$1.current;$1.current=Or;try{return YH(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",E2(),void 0},useDeferredValue:function(s){return e1="useDeferredValue",E2(),X60(s)},useTransition:function(){return e1="useTransition",E2(),J60()},useMutableSource:function(s,d,g){return e1="useMutableSource",E2(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",E2(),z60(s,d,g)},useId:function(){return e1="useId",E2(),e40()},unstable_isNewReconciler:p0},JZ0={readContext:function(s){return h6(s)},useCallback:function(s,d){return e1="useCallback",F1(),Y60(s,d)},useContext:function(s){return e1="useContext",F1(),h6(s)},useEffect:function(s,d){return e1="useEffect",F1(),JH(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",F1(),K60(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",F1(),W60(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",F1(),G60(s,d)},useMemo:function(s,d){e1="useMemo",F1();var g=$1.current;$1.current=Or;try{return Q60(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",F1();var M=$1.current;$1.current=Or;try{return x60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",F1(),q60(s)},useState:function(s){e1="useState",F1();var d=$1.current;$1.current=Or;try{return YH(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",F1(),void 0},useDeferredValue:function(s){return e1="useDeferredValue",F1(),X60(s)},useTransition:function(){return e1="useTransition",F1(),J60()},useMutableSource:function(s,d,g){return e1="useMutableSource",F1(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",F1(),z60(s,d,g)},useId:function(){return e1="useId",F1(),e40()},unstable_isNewReconciler:p0},eH0={readContext:function(s){return h6(s)},useCallback:function(s,d){return e1="useCallback",F1(),rM(s,d)},useContext:function(s){return e1="useContext",F1(),h6(s)},useEffect:function(s,d){return e1="useEffect",F1(),eh(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",F1(),tM(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",F1(),eM(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",F1(),aM(s,d)},useMemo:function(s,d){e1="useMemo",F1();var g=$1.current;$1.current=Sn;try{return lM(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",F1();var M=$1.current;$1.current=Sn;try{return R60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",F1(),QH()},useState:function(s){e1="useState",F1();var d=$1.current;$1.current=Sn;try{return B60(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",F1(),nM()},useDeferredValue:function(s){return e1="useDeferredValue",F1(),DZ0(s)},useTransition:function(){return e1="useTransition",F1(),UZ0()},useMutableSource:function(s,d,g){return e1="useMutableSource",F1(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",F1(),KH(s,d)},useId:function(){return e1="useId",F1(),iM()},unstable_isNewReconciler:p0},aH0={readContext:function(s){return h6(s)},useCallback:function(s,d){return e1="useCallback",F1(),rM(s,d)},useContext:function(s){return e1="useContext",F1(),h6(s)},useEffect:function(s,d){return e1="useEffect",F1(),eh(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",F1(),tM(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",F1(),eM(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",F1(),aM(s,d)},useMemo:function(s,d){e1="useMemo",F1();var g=$1.current;$1.current=cM;try{return lM(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",F1();var M=$1.current;$1.current=cM;try{return D60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",F1(),QH()},useState:function(s){e1="useState",F1();var d=$1.current;$1.current=cM;try{return U60(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",F1(),nM()},useDeferredValue:function(s){return e1="useDeferredValue",F1(),zZ0(s)},useTransition:function(){return e1="useTransition",F1(),qZ0()},useMutableSource:function(s,d,g){return e1="useMutableSource",F1(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",F1(),KH(s,d)},useId:function(){return e1="useId",F1(),iM()},unstable_isNewReconciler:p0},Or={readContext:function(s){return a40(),h6(s)},useCallback:function(s,d){return e1="useCallback",He(),E2(),Y60(s,d)},useContext:function(s){return e1="useContext",He(),E2(),h6(s)},useEffect:function(s,d){return e1="useEffect",He(),E2(),JH(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",He(),E2(),K60(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",He(),E2(),W60(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",He(),E2(),G60(s,d)},useMemo:function(s,d){e1="useMemo",He(),E2();var g=$1.current;$1.current=Or;try{return Q60(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",He(),E2();var M=$1.current;$1.current=Or;try{return x60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",He(),E2(),q60(s)},useState:function(s){e1="useState",He(),E2();var d=$1.current;$1.current=Or;try{return YH(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",He(),E2(),void 0},useDeferredValue:function(s){return e1="useDeferredValue",He(),E2(),X60(s)},useTransition:function(){return e1="useTransition",He(),E2(),J60()},useMutableSource:function(s,d,g){return e1="useMutableSource",He(),E2(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",He(),E2(),z60(s,d,g)},useId:function(){return e1="useId",He(),E2(),e40()},unstable_isNewReconciler:p0},Sn={readContext:function(s){return a40(),h6(s)},useCallback:function(s,d){return e1="useCallback",He(),F1(),rM(s,d)},useContext:function(s){return e1="useContext",He(),F1(),h6(s)},useEffect:function(s,d){return e1="useEffect",He(),F1(),eh(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",He(),F1(),tM(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",He(),F1(),eM(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",He(),F1(),aM(s,d)},useMemo:function(s,d){e1="useMemo",He(),F1();var g=$1.current;$1.current=Sn;try{return lM(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",He(),F1();var M=$1.current;$1.current=Sn;try{return R60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",He(),F1(),QH()},useState:function(s){e1="useState",He(),F1();var d=$1.current;$1.current=Sn;try{return B60(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",He(),F1(),nM()},useDeferredValue:function(s){return e1="useDeferredValue",He(),F1(),DZ0(s)},useTransition:function(){return e1="useTransition",He(),F1(),UZ0()},useMutableSource:function(s,d,g){return e1="useMutableSource",He(),F1(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",He(),F1(),KH(s,d)},useId:function(){return e1="useId",He(),F1(),iM()},unstable_isNewReconciler:p0},cM={readContext:function(s){return a40(),h6(s)},useCallback:function(s,d){return e1="useCallback",He(),F1(),rM(s,d)},useContext:function(s){return e1="useContext",He(),F1(),h6(s)},useEffect:function(s,d){return e1="useEffect",He(),F1(),eh(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",He(),F1(),tM(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",He(),F1(),eM(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",He(),F1(),aM(s,d)},useMemo:function(s,d){e1="useMemo",He(),F1();var g=$1.current;$1.current=Sn;try{return lM(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",He(),F1();var M=$1.current;$1.current=Sn;try{return D60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",He(),F1(),QH()},useState:function(s){e1="useState",He(),F1();var d=$1.current;$1.current=Sn;try{return U60(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",He(),F1(),nM()},useDeferredValue:function(s){return e1="useDeferredValue",He(),F1(),zZ0(s)},useTransition:function(){return e1="useTransition",He(),F1(),qZ0()},useMutableSource:function(s,d,g){return e1="useMutableSource",He(),F1(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",He(),F1(),KH(s,d)},useId:function(){return e1="useId",He(),F1(),iM()},unstable_isNewReconciler:p0}}var Oi=n.unstable_now,tH0=0,sM=-1,ah=-1,mM=-1,t40=!1,dM=!1;function nH0(){return t40}function i6e(){dM=!0}function o6e(){t40=!1,dM=!1}function c6e(){t40=dM,dM=!1}function rH0(){return tH0}function lH0(){tH0=Oi()}function n40(s){ah=Oi(),s.actualStartTime<0&&(s.actualStartTime=Oi())}function iH0(s){ah=-1}function uM(s,d){if(ah>=0){var g=Oi()-ah;s.actualDuration+=g,d&&(s.selfBaseDuration=g),ah=-1}}function $r(s){if(sM>=0){var d=Oi()-sM;sM=-1;for(var g=s.return;g!==null;){switch(g.tag){case v:var M=g.stateNode;M.effectDuration+=d;return;case L:var k=g.stateNode;k.effectDuration+=d;return}g=g.return}}}function r40(s){if(mM>=0){var d=Oi()-mM;mM=-1;for(var g=s.return;g!==null;){switch(g.tag){case v:var M=g.stateNode;M!==null&&(M.passiveEffectDuration+=d);return;case L:var k=g.stateNode;k!==null&&(k.passiveEffectDuration+=d);return}g=g.return}}}function jr(){sM=Oi()}function l40(){mM=Oi()}function i40(s){for(var d=s.child;d;)s.actualDuration+=d.actualDuration,d=d.sibling}function kn(s,d){if(s&&s.defaultProps){var g=ae({},d),M=s.defaultProps;for(var k in M)g[k]===void 0&&(g[k]=M[k]);return g}return d}var o40={},c40,s40,m40,d40,u40,oH0,pM,p40,h40,f40,th;{c40=new Set,s40=new Set,m40=new Set,d40=new Set,p40=new Set,u40=new Set,h40=new Set,f40=new Set,th=new Set;var cH0=new Set;pM=function(s,d){if(!(s===null||typeof s=="function")){var g=d+"_"+s;cH0.has(g)||(cH0.add(g),c("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",d,s))}},oH0=function(s,d){if(d===void 0){var g=ze(s)||"Component";u40.has(g)||(u40.add(g),c("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",g))}},Object.defineProperty(o40,"_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(o40)}function A40(s,d,g,M){var k=s.memoizedState,N=g(M,k);{if(s.mode&ye){k2(!0);try{N=g(M,k)}finally{k2(!1)}}oH0(d,N)}var $=N==null?k:ae({},k,N);if(s.memoizedState=$,s.lanes===Q0){var D=s.updateQueue;D.baseState=$}}var v40={isMounted:xu,enqueueSetState:function(s,d,g){var M=ii(s),k=ia(),N=Ri(M),$=Ql(k,N);$.payload=d,g!=null&&(pM(g,"setState"),$.callback=g);var D=Ni(M,$,N);D!==null&&(w6(D,M,N,k),DH(D,M,N)),So(M,N)},enqueueReplaceState:function(s,d,g){var M=ii(s),k=ia(),N=Ri(M),$=Ql(k,N);$.tag=FZ0,$.payload=d,g!=null&&(pM(g,"replaceState"),$.callback=g);var D=Ni(M,$,N);D!==null&&(w6(D,M,N,k),DH(D,M,N)),So(M,N)},enqueueForceUpdate:function(s,d){var g=ii(s),M=ia(),k=Ri(g),N=Ql(M,k);N.tag=jH,d!=null&&(pM(d,"forceUpdate"),N.callback=d);var $=Ni(g,N,k);$!==null&&(w6($,g,k,M),DH($,g,k)),ep(g,k)}};function sH0(s,d,g,M,k,N,$){var D=s.stateNode;if(typeof D.shouldComponentUpdate=="function"){var U=D.shouldComponentUpdate(M,N,$);{if(s.mode&ye){k2(!0);try{U=D.shouldComponentUpdate(M,N,$)}finally{k2(!1)}}U===void 0&&c("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",ze(d)||"Component")}return U}return d.prototype&&d.prototype.isPureReactComponent?!re(g,M)||!re(k,N):!0}function s6e(s,d,g){var M=s.stateNode;{var k=ze(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?",k):c("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",k)),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?",k),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.",k),M.propTypes&&c("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",k),M.contextType&&c("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",k),d.childContextTypes&&!th.has(d)&&(s.mode&ye)===ne&&(th.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
|
|
91
|
+
Incoming: %s`,e1,"["+d.join(", ")+"]","["+s.join(", ")+"]");for(var g=0;g<d.length&&g<s.length;g++)if(!C1(s[g],d[g]))return!1;return!0}function Ts(s,d,g,M,k,N){o7=N,x2=d,xt=s!==null?s._debugHookTypes:null,Ii=-1,O60=s!==null&&s.type!==d.type,d.memoizedState=null,d.updateQueue=null,d.lanes=Q0,s!==null&&s.memoizedState!==null?$1.current=eH0:xt!==null?$1.current=JZ0:$1.current=XZ0;var $=g(M,k);if(Yp){var D=0;do{if(Yp=!1,Qp=0,D>=J8e)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");D+=1,O60=!1,S6=null,k6=null,d.updateQueue=null,Ii=-1,$1.current=aH0,$=g(M,k)}while(Yp)}$1.current=oM,d._debugHookTypes=xt;var U=S6!==null&&S6.next!==null;if(o7=Q0,x2=null,S6=null,k6=null,e1=null,xt=null,Ii=-1,s!==null&&(s.flags&D8)!==(d.flags&D8)&&(s.mode&Oe)!==ne&&c("Internal React error: Expected static flag was missing. Please notify the React team."),GH=!1,U)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return $}function Ps(){var s=Qp!==0;return Qp=0,s}function NZ0(s,d,g){d.updateQueue=s.updateQueue,(d.mode&j2)!==ne?d.flags&=-50333701:d.flags&=-2053,s.lanes=Po(s.lanes,g)}function TZ0(){if($1.current=oM,GH){for(var s=x2.memoizedState;s!==null;){var d=s.queue;d!==null&&(d.pending=null),s=s.next}GH=!1}o7=Q0,x2=null,S6=null,k6=null,xt=null,Ii=-1,e1=null,WZ0=!1,Yp=!1,Qp=0}function Ir(){var s={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return k6===null?x2.memoizedState=k6=s:k6=k6.next=s,k6}function Rt(){var s;if(S6===null){var d=x2.alternate;d!==null?s=d.memoizedState:s=null}else s=S6.next;var g;if(k6===null?g=x2.memoizedState:g=k6.next,g!==null)k6=g,g=k6.next,S6=s;else{if(s===null)throw new Error("Rendered more hooks than during the previous render.");S6=s;var M={memoizedState:S6.memoizedState,baseState:S6.baseState,baseQueue:S6.baseQueue,queue:S6.queue,next:null};k6===null?x2.memoizedState=k6=M:k6=k6.next=M}return k6}function PZ0(){return{lastEffect:null,stores:null}}function j60(s,d){return typeof d=="function"?d(s):d}function x60(s,d,g){var M=Ir(),k;g!==void 0?k=g(d):k=d,M.memoizedState=M.baseState=k;var N={pending:null,interleaved:null,lanes:Q0,dispatch:null,lastRenderedReducer:s,lastRenderedState:k};M.queue=N;var $=N.dispatch=r6e.bind(null,x2,N);return[M.memoizedState,$]}function R60(s,d,g){var M=Rt(),k=M.queue;if(k===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");k.lastRenderedReducer=s;var N=S6,$=N.baseQueue,D=k.pending;if(D!==null){if($!==null){var U=$.next,n0=D.next;$.next=n0,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,k.pending=null}if($!==null){var c0=$.next,k0=N.baseState,V0=null,R0=null,U0=null,K0=c0;do{var b1=K0.lane;if(Pl(o7,b1)){if(U0!==null){var X1={lane:z8,action:K0.action,hasEagerState:K0.hasEagerState,eagerState:K0.eagerState,next:null};U0=U0.next=X1}if(K0.hasEagerState)k0=K0.eagerState;else{var e2=K0.action;k0=s(k0,e2)}}else{var le={lane:b1,action:K0.action,hasEagerState:K0.hasEagerState,eagerState:K0.eagerState,next:null};U0===null?(R0=U0=le,V0=k0):U0=U0.next=le,x2.lanes=_e(x2.lanes,b1),gh(b1)}K0=K0.next}while(K0!==null&&K0!==c0);U0===null?V0=k0:U0.next=R0,C1(k0,M.memoizedState)||ih(),M.memoizedState=k0,M.baseState=V0,M.baseQueue=U0,k.lastRenderedState=k0}var Be=k.interleaved;if(Be!==null){var T0=Be;do{var Y0=T0.lane;x2.lanes=_e(x2.lanes,Y0),gh(Y0),T0=T0.next}while(T0!==Be)}else $===null&&(k.lanes=Q0);var P0=k.dispatch;return[M.memoizedState,P0]}function D60(s,d,g){var M=Rt(),k=M.queue;if(k===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");k.lastRenderedReducer=s;var N=k.dispatch,$=k.pending,D=M.memoizedState;if($!==null){k.pending=null;var U=$.next,n0=U;do{var c0=n0.action;D=s(D,c0),n0=n0.next}while(n0!==U);C1(D,M.memoizedState)||ih(),M.memoizedState=D,M.baseQueue===null&&(M.baseState=D),k.lastRenderedState=D}return[D,N]}function RLe(s,d,g){}function DLe(s,d,g){}function z60(s,d,g){var M=x2,k=Ir(),N,$=s4();if($){if(g===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");N=g(),Cs||N!==g()&&(c("The result of getServerSnapshot should be cached to avoid an infinite loop"),Cs=!0)}else{if(N=d(),!Cs){var D=d();C1(N,D)||(c("The result of getSnapshot should be cached to avoid an infinite loop"),Cs=!0)}var U=SM();if(U===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");To(U,o7)||IZ0(M,d,N)}k.memoizedState=N;var n0={value:N,getSnapshot:d};return k.queue=n0,JH($Z0.bind(null,M,n0,s),[s]),M.flags|=X4,Xp(y6|m4,OZ0.bind(null,M,n0,N,d),void 0,null),N}function KH(s,d,g){var M=x2,k=Rt(),N=d();if(!Cs){var $=d();C1(N,$)||(c("The result of getSnapshot should be cached to avoid an infinite loop"),Cs=!0)}var D=k.memoizedState,U=!C1(D,N);U&&(k.memoizedState=N,ih());var n0=k.queue;if(eh($Z0.bind(null,M,n0,s),[s]),n0.getSnapshot!==d||U||k6!==null&&k6.memoizedState.tag&y6){M.flags|=X4,Xp(y6|m4,OZ0.bind(null,M,n0,N,d),void 0,null);var c0=SM();if(c0===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");To(c0,o7)||IZ0(M,d,N)}return N}function IZ0(s,d,g){s.flags|=Mc;var M={getSnapshot:d,value:g},k=x2.updateQueue;if(k===null)k=PZ0(),x2.updateQueue=k,k.stores=[M];else{var N=k.stores;N===null?k.stores=[M]:N.push(M)}}function OZ0(s,d,g,M){d.value=g,d.getSnapshot=M,jZ0(d)&&xZ0(s)}function $Z0(s,d,g){var M=function(){jZ0(d)&&xZ0(s)};return g(M)}function jZ0(s){var d=s.getSnapshot,g=s.value;try{var M=d();return!C1(g,M)}catch{return!0}}function xZ0(s){var d=Ia(s,me);d!==null&&w6(d,s,me,L2)}function YH(s){var d=Ir();typeof s=="function"&&(s=s()),d.memoizedState=d.baseState=s;var g={pending:null,interleaved:null,lanes:Q0,dispatch:null,lastRenderedReducer:j60,lastRenderedState:s};d.queue=g;var M=g.dispatch=l6e.bind(null,x2,g);return[d.memoizedState,M]}function B60(s){return R60(j60)}function U60(s){return D60(j60)}function Xp(s,d,g,M){var k={tag:s,create:d,destroy:g,deps:M,next:null},N=x2.updateQueue;if(N===null)N=PZ0(),x2.updateQueue=N,N.lastEffect=k.next=k;else{var $=N.lastEffect;if($===null)N.lastEffect=k.next=k;else{var D=$.next;$.next=k,k.next=D,N.lastEffect=k}}return k}function q60(s){var d=Ir();{var g={current:s};return d.memoizedState=g,g}}function QH(s){var d=Rt();return d.memoizedState}function Jp(s,d,g,M){var k=Ir(),N=M===void 0?null:M;x2.flags|=s,k.memoizedState=Xp(y6|d,g,void 0,N)}function XH(s,d,g,M){var k=Rt(),N=M===void 0?null:M,$=void 0;if(S6!==null){var D=S6.memoizedState;if($=D.destroy,N!==null){var U=D.deps;if($60(N,U)){k.memoizedState=Xp(d,g,$,N);return}}}x2.flags|=s,k.memoizedState=Xp(y6|d,g,$,N)}function JH(s,d){return(x2.mode&j2)!==ne?Jp(fr|X4|ju,m4,s,d):Jp(X4|ju,m4,s,d)}function eh(s,d){return XH(X4,m4,s,d)}function W60(s,d){return Jp(xe,Pr,s,d)}function eM(s,d){return XH(xe,Pr,s,d)}function G60(s,d){var g=xe;return g|=hr,(x2.mode&j2)!==ne&&(g|=l4),Jp(g,F6,s,d)}function aM(s,d){return XH(xe,F6,s,d)}function RZ0(s,d){if(typeof d=="function"){var g=d,M=s();return g(M),function(){g(null)}}else if(d!=null){var k=d;k.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(k).join(", ")+"}");var N=s();return k.current=N,function(){k.current=null}}}function K60(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,k=xe;return k|=hr,(x2.mode&j2)!==ne&&(k|=l4),Jp(k,F6,RZ0.bind(null,d,s),M)}function tM(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 XH(xe,F6,RZ0.bind(null,d,s),M)}function a6e(s,d){}var nM=a6e;function Y60(s,d){var g=Ir(),M=d===void 0?null:d;return g.memoizedState=[s,M],s}function rM(s,d){var g=Rt(),M=d===void 0?null:d,k=g.memoizedState;if(k!==null&&M!==null){var N=k[1];if($60(M,N))return k[0]}return g.memoizedState=[s,M],s}function Q60(s,d){var g=Ir(),M=d===void 0?null:d,k=s();return g.memoizedState=[k,M],k}function lM(s,d){var g=Rt(),M=d===void 0?null:d,k=g.memoizedState;if(k!==null&&M!==null){var N=k[1];if($60(M,N))return k[0]}var $=s();return g.memoizedState=[$,M],$}function X60(s){var d=Ir();return d.memoizedState=s,s}function DZ0(s){var d=Rt(),g=S6,M=g.memoizedState;return BZ0(d,M,s)}function zZ0(s){var d=Rt();if(S6===null)return d.memoizedState=s,s;var g=S6.memoizedState;return BZ0(d,g,s)}function BZ0(s,d,g){var M=!rp(o7);if(M){if(!C1(g,d)){var k=ip();x2.lanes=_e(x2.lanes,k),gh(k),s.baseState=!0}return d}else return s.baseState&&(s.baseState=!1,ih()),s.memoizedState=g,g}function t6e(s,d,g){var M=ea();X8(Oo(M,wa)),s(!0);var k=Kp.transition;Kp.transition={};var N=Kp.transition;Kp.transition._updatedFibers=new Set;try{s(!1),d()}finally{if(X8(M),Kp.transition=k,k===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 J60(){var s=YH(!1),d=s[0],g=s[1],M=t6e.bind(null,g),k=Ir();return k.memoizedState=M,[d,M]}function UZ0(){var s=B60(),d=s[0],g=Rt(),M=g.memoizedState;return[d,M]}function qZ0(){var s=U60(),d=s[0],g=Rt(),M=g.memoizedState;return[d,M]}var WZ0=!1;function n6e(){return WZ0}function e40(){var s=Ir(),d=SM(),g=d.identifierPrefix,M;if(s4()){var k=H8e();M=":"+g+"R"+k;var N=Qp++;N>0&&(M+="H"+N.toString(32)),M+=":"}else{var $=X8e++;M=":"+g+"r"+$.toString(32)+":"}return s.memoizedState=M,M}function iM(){var s=Rt(),d=s.memoizedState;return d}function r6e(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=Ri(s),k={lane:M,action:g,hasEagerState:!1,eagerState:null,next:null};if(GZ0(s))KZ0(d,k);else{var N=VZ0(s,d,k,M);if(N!==null){var $=ia();w6(N,s,M,$),YZ0(N,d,M)}}QZ0(s,M)}function l6e(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=Ri(s),k={lane:M,action:g,hasEagerState:!1,eagerState:null,next:null};if(GZ0(s))KZ0(d,k);else{var N=s.alternate;if(s.lanes===Q0&&(N===null||N.lanes===Q0)){var $=d.lastRenderedReducer;if($!==null){var D;D=$1.current,$1.current=Sn;try{var U=d.lastRenderedState,n0=$(U,g);if(k.hasEagerState=!0,k.eagerState=n0,C1(n0,U)){z8e(s,d,k,M);return}}catch{}finally{$1.current=D}}}var c0=VZ0(s,d,k,M);if(c0!==null){var k0=ia();w6(c0,s,M,k0),YZ0(c0,d,M)}}QZ0(s,M)}function GZ0(s){var d=s.alternate;return s===x2||d!==null&&d===x2}function KZ0(s,d){Yp=GH=!0;var g=s.pending;g===null?d.next=d:(d.next=g.next,g.next=d),s.pending=d}function YZ0(s,d,g){if(lp(g)){var M=d.lanes;M=Wc(M,s.pendingLanes);var k=_e(M,g);d.lanes=k,Io(s,k)}}function QZ0(s,d,g){So(s,d)}var oM={readContext:h6,useCallback:O4,useContext:O4,useEffect:O4,useImperativeHandle:O4,useInsertionEffect:O4,useLayoutEffect:O4,useMemo:O4,useReducer:O4,useRef:O4,useState:O4,useDebugValue:O4,useDeferredValue:O4,useTransition:O4,useMutableSource:O4,useSyncExternalStore:O4,useId:O4,unstable_isNewReconciler:p0},XZ0=null,JZ0=null,eH0=null,aH0=null,Or=null,Sn=null,cM=null;{var a40=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().")},He=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")};XZ0={readContext:function(s){return h6(s)},useCallback:function(s,d){return e1="useCallback",E2(),Ns(d),Y60(s,d)},useContext:function(s){return e1="useContext",E2(),h6(s)},useEffect:function(s,d){return e1="useEffect",E2(),Ns(d),JH(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",E2(),Ns(g),K60(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",E2(),Ns(d),W60(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",E2(),Ns(d),G60(s,d)},useMemo:function(s,d){e1="useMemo",E2(),Ns(d);var g=$1.current;$1.current=Or;try{return Q60(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",E2();var M=$1.current;$1.current=Or;try{return x60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",E2(),q60(s)},useState:function(s){e1="useState",E2();var d=$1.current;$1.current=Or;try{return YH(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",E2(),void 0},useDeferredValue:function(s){return e1="useDeferredValue",E2(),X60(s)},useTransition:function(){return e1="useTransition",E2(),J60()},useMutableSource:function(s,d,g){return e1="useMutableSource",E2(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",E2(),z60(s,d,g)},useId:function(){return e1="useId",E2(),e40()},unstable_isNewReconciler:p0},JZ0={readContext:function(s){return h6(s)},useCallback:function(s,d){return e1="useCallback",F1(),Y60(s,d)},useContext:function(s){return e1="useContext",F1(),h6(s)},useEffect:function(s,d){return e1="useEffect",F1(),JH(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",F1(),K60(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",F1(),W60(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",F1(),G60(s,d)},useMemo:function(s,d){e1="useMemo",F1();var g=$1.current;$1.current=Or;try{return Q60(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",F1();var M=$1.current;$1.current=Or;try{return x60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",F1(),q60(s)},useState:function(s){e1="useState",F1();var d=$1.current;$1.current=Or;try{return YH(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",F1(),void 0},useDeferredValue:function(s){return e1="useDeferredValue",F1(),X60(s)},useTransition:function(){return e1="useTransition",F1(),J60()},useMutableSource:function(s,d,g){return e1="useMutableSource",F1(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",F1(),z60(s,d,g)},useId:function(){return e1="useId",F1(),e40()},unstable_isNewReconciler:p0},eH0={readContext:function(s){return h6(s)},useCallback:function(s,d){return e1="useCallback",F1(),rM(s,d)},useContext:function(s){return e1="useContext",F1(),h6(s)},useEffect:function(s,d){return e1="useEffect",F1(),eh(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",F1(),tM(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",F1(),eM(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",F1(),aM(s,d)},useMemo:function(s,d){e1="useMemo",F1();var g=$1.current;$1.current=Sn;try{return lM(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",F1();var M=$1.current;$1.current=Sn;try{return R60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",F1(),QH()},useState:function(s){e1="useState",F1();var d=$1.current;$1.current=Sn;try{return B60(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",F1(),nM()},useDeferredValue:function(s){return e1="useDeferredValue",F1(),DZ0(s)},useTransition:function(){return e1="useTransition",F1(),UZ0()},useMutableSource:function(s,d,g){return e1="useMutableSource",F1(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",F1(),KH(s,d)},useId:function(){return e1="useId",F1(),iM()},unstable_isNewReconciler:p0},aH0={readContext:function(s){return h6(s)},useCallback:function(s,d){return e1="useCallback",F1(),rM(s,d)},useContext:function(s){return e1="useContext",F1(),h6(s)},useEffect:function(s,d){return e1="useEffect",F1(),eh(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",F1(),tM(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",F1(),eM(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",F1(),aM(s,d)},useMemo:function(s,d){e1="useMemo",F1();var g=$1.current;$1.current=cM;try{return lM(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",F1();var M=$1.current;$1.current=cM;try{return D60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",F1(),QH()},useState:function(s){e1="useState",F1();var d=$1.current;$1.current=cM;try{return U60(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",F1(),nM()},useDeferredValue:function(s){return e1="useDeferredValue",F1(),zZ0(s)},useTransition:function(){return e1="useTransition",F1(),qZ0()},useMutableSource:function(s,d,g){return e1="useMutableSource",F1(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",F1(),KH(s,d)},useId:function(){return e1="useId",F1(),iM()},unstable_isNewReconciler:p0},Or={readContext:function(s){return a40(),h6(s)},useCallback:function(s,d){return e1="useCallback",He(),E2(),Y60(s,d)},useContext:function(s){return e1="useContext",He(),E2(),h6(s)},useEffect:function(s,d){return e1="useEffect",He(),E2(),JH(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",He(),E2(),K60(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",He(),E2(),W60(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",He(),E2(),G60(s,d)},useMemo:function(s,d){e1="useMemo",He(),E2();var g=$1.current;$1.current=Or;try{return Q60(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",He(),E2();var M=$1.current;$1.current=Or;try{return x60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",He(),E2(),q60(s)},useState:function(s){e1="useState",He(),E2();var d=$1.current;$1.current=Or;try{return YH(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",He(),E2(),void 0},useDeferredValue:function(s){return e1="useDeferredValue",He(),E2(),X60(s)},useTransition:function(){return e1="useTransition",He(),E2(),J60()},useMutableSource:function(s,d,g){return e1="useMutableSource",He(),E2(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",He(),E2(),z60(s,d,g)},useId:function(){return e1="useId",He(),E2(),e40()},unstable_isNewReconciler:p0},Sn={readContext:function(s){return a40(),h6(s)},useCallback:function(s,d){return e1="useCallback",He(),F1(),rM(s,d)},useContext:function(s){return e1="useContext",He(),F1(),h6(s)},useEffect:function(s,d){return e1="useEffect",He(),F1(),eh(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",He(),F1(),tM(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",He(),F1(),eM(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",He(),F1(),aM(s,d)},useMemo:function(s,d){e1="useMemo",He(),F1();var g=$1.current;$1.current=Sn;try{return lM(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",He(),F1();var M=$1.current;$1.current=Sn;try{return R60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",He(),F1(),QH()},useState:function(s){e1="useState",He(),F1();var d=$1.current;$1.current=Sn;try{return B60(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",He(),F1(),nM()},useDeferredValue:function(s){return e1="useDeferredValue",He(),F1(),DZ0(s)},useTransition:function(){return e1="useTransition",He(),F1(),UZ0()},useMutableSource:function(s,d,g){return e1="useMutableSource",He(),F1(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",He(),F1(),KH(s,d)},useId:function(){return e1="useId",He(),F1(),iM()},unstable_isNewReconciler:p0},cM={readContext:function(s){return a40(),h6(s)},useCallback:function(s,d){return e1="useCallback",He(),F1(),rM(s,d)},useContext:function(s){return e1="useContext",He(),F1(),h6(s)},useEffect:function(s,d){return e1="useEffect",He(),F1(),eh(s,d)},useImperativeHandle:function(s,d,g){return e1="useImperativeHandle",He(),F1(),tM(s,d,g)},useInsertionEffect:function(s,d){return e1="useInsertionEffect",He(),F1(),eM(s,d)},useLayoutEffect:function(s,d){return e1="useLayoutEffect",He(),F1(),aM(s,d)},useMemo:function(s,d){e1="useMemo",He(),F1();var g=$1.current;$1.current=Sn;try{return lM(s,d)}finally{$1.current=g}},useReducer:function(s,d,g){e1="useReducer",He(),F1();var M=$1.current;$1.current=Sn;try{return D60(s,d,g)}finally{$1.current=M}},useRef:function(s){return e1="useRef",He(),F1(),QH()},useState:function(s){e1="useState",He(),F1();var d=$1.current;$1.current=Sn;try{return U60(s)}finally{$1.current=d}},useDebugValue:function(s,d){return e1="useDebugValue",He(),F1(),nM()},useDeferredValue:function(s){return e1="useDeferredValue",He(),F1(),zZ0(s)},useTransition:function(){return e1="useTransition",He(),F1(),qZ0()},useMutableSource:function(s,d,g){return e1="useMutableSource",He(),F1(),void 0},useSyncExternalStore:function(s,d,g){return e1="useSyncExternalStore",He(),F1(),KH(s,d)},useId:function(){return e1="useId",He(),F1(),iM()},unstable_isNewReconciler:p0}}var Oi=n.unstable_now,tH0=0,sM=-1,ah=-1,mM=-1,t40=!1,dM=!1;function nH0(){return t40}function i6e(){dM=!0}function o6e(){t40=!1,dM=!1}function c6e(){t40=dM,dM=!1}function rH0(){return tH0}function lH0(){tH0=Oi()}function n40(s){ah=Oi(),s.actualStartTime<0&&(s.actualStartTime=Oi())}function iH0(s){ah=-1}function uM(s,d){if(ah>=0){var g=Oi()-ah;s.actualDuration+=g,d&&(s.selfBaseDuration=g),ah=-1}}function $r(s){if(sM>=0){var d=Oi()-sM;sM=-1;for(var g=s.return;g!==null;){switch(g.tag){case v:var M=g.stateNode;M.effectDuration+=d;return;case L:var k=g.stateNode;k.effectDuration+=d;return}g=g.return}}}function r40(s){if(mM>=0){var d=Oi()-mM;mM=-1;for(var g=s.return;g!==null;){switch(g.tag){case v:var M=g.stateNode;M!==null&&(M.passiveEffectDuration+=d);return;case L:var k=g.stateNode;k!==null&&(k.passiveEffectDuration+=d);return}g=g.return}}}function jr(){sM=Oi()}function l40(){mM=Oi()}function i40(s){for(var d=s.child;d;)s.actualDuration+=d.actualDuration,d=d.sibling}function kn(s,d){if(s&&s.defaultProps){var g=ae({},d),M=s.defaultProps;for(var k in M)g[k]===void 0&&(g[k]=M[k]);return g}return d}var o40={},c40,s40,m40,d40,u40,oH0,pM,p40,h40,f40,th;{c40=new Set,s40=new Set,m40=new Set,d40=new Set,p40=new Set,u40=new Set,h40=new Set,f40=new Set,th=new Set;var cH0=new Set;pM=function(s,d){if(!(s===null||typeof s=="function")){var g=d+"_"+s;cH0.has(g)||(cH0.add(g),c("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",d,s))}},oH0=function(s,d){if(d===void 0){var g=ze(s)||"Component";u40.has(g)||(u40.add(g),c("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",g))}},Object.defineProperty(o40,"_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(o40)}function A40(s,d,g,M){var k=s.memoizedState,N=g(M,k);{if(s.mode&ye){k2(!0);try{N=g(M,k)}finally{k2(!1)}}oH0(d,N)}var $=N==null?k:ae({},k,N);if(s.memoizedState=$,s.lanes===Q0){var D=s.updateQueue;D.baseState=$}}var v40={isMounted:xu,enqueueSetState:function(s,d,g){var M=ii(s),k=ia(),N=Ri(M),$=Ql(k,N);$.payload=d,g!=null&&(pM(g,"setState"),$.callback=g);var D=Ni(M,$,N);D!==null&&(w6(D,M,N,k),DH(D,M,N)),So(M,N)},enqueueReplaceState:function(s,d,g){var M=ii(s),k=ia(),N=Ri(M),$=Ql(k,N);$.tag=FZ0,$.payload=d,g!=null&&(pM(g,"replaceState"),$.callback=g);var D=Ni(M,$,N);D!==null&&(w6(D,M,N,k),DH(D,M,N)),So(M,N)},enqueueForceUpdate:function(s,d){var g=ii(s),M=ia(),k=Ri(g),N=Ql(M,k);N.tag=jH,d!=null&&(pM(d,"forceUpdate"),N.callback=d);var $=Ni(g,N,k);$!==null&&(w6($,g,k,M),DH($,g,k)),ep(g,k)}};function sH0(s,d,g,M,k,N,$){var D=s.stateNode;if(typeof D.shouldComponentUpdate=="function"){var U=D.shouldComponentUpdate(M,N,$);{if(s.mode&ye){k2(!0);try{U=D.shouldComponentUpdate(M,N,$)}finally{k2(!1)}}U===void 0&&c("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",ze(d)||"Component")}return U}return d.prototype&&d.prototype.isPureReactComponent?!re(g,M)||!re(k,N):!0}function s6e(s,d,g){var M=s.stateNode;{var k=ze(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?",k):c("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",k)),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?",k),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.",k),M.propTypes&&c("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",k),M.contextType&&c("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",k),d.childContextTypes&&!th.has(d)&&(s.mode&ye)===ne&&(th.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
|
|
92
92
|
|
|
93
93
|
.Learn more about this warning here: https://reactjs.org/link/legacy-context`,k)),d.contextTypes&&!th.has(d)&&(s.mode&ye)===ne&&(th.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.
|
|
94
94
|
|
|
@@ -263,7 +263,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
263
263
|
--nojs-bg: black !important;
|
|
264
264
|
--nojs-fg: white !important;
|
|
265
265
|
}
|
|
266
|
-
}`;const Cc0=e.forwardRef(({className:a,containerClassName:t,children:n,maxLength:r=6,hasError:l,...i},o)=>{let c=n;return n||(c=P.jsx(Nc0,{children:Array.from({length:r},(m,u)=>P.jsx(Tc0,{index:u,hasError:l},u))})),P.jsx(wc0,{...i,ref:o,containerClassName:Se("flex items-center justify-center gap-1.5 sm:gap-2 has-[:disabled]:opacity-50",t),className:Se("absolute w-0 h-0 opacity-0 pointer-events-none",a),maxLength:r,children:c})});Cc0.displayName="InputOTP";const Nc0=e.forwardRef(({className:a,...t},n)=>P.jsx("div",{ref:n,className:Se("flex gap-1.5 sm:gap-2",a),...t}));Nc0.displayName="InputOTPGroup";const Tc0=e.forwardRef(({index:a,className:t,hasError:n,...r},l)=>{const i=e.useContext(_c0),{char:o,hasFakeCaret:c,isActive:m}=i.slots[a];return P.jsxs("div",{ref:l,className:Se("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]})});Tc0.displayName="InputOTPSlot";function cd({as:a,className:t,...n}){const r=a||ol;return P.jsx(r,{interactive:!1,className:Se(t),...n})}const O5={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"}},iR0={color:"var(--icon-color)",weight:"bold",size:"2rem"},oR0={color:"var(--icon-color)",weight:"regular",size:"1.25rem"},cR0="div";function E9({title:a,subtitle:t,children:n,leadingAccessory:r,leadingSize:l="md",trailingAccessory:i,interactive:o=!0,as:c,className:m,...u}){const h=c??cR0;return P.jsxs(h,{className:Se(O5.listItem,o?O5.listItemInteractive:void 0,m),...u,children:[P.jsx("div",{className:Se(O5.leading,O5.leadingSize[l]),children:P.jsx(il.Provider,{value:iR0,children:r})}),P.jsxs("div",{className:Se(O5.separatorGroup),children:[P.jsxs("div",{className:Se(O5.content),children:[a?P.jsx(n2,{as:"h4",children:a}):null,t?P.jsx(n2,{as:"small",fg:"secondary",children:t}):null,n]}),P.jsx("div",{className:Se(O5.trailing),children:P.jsx(il.Provider,{value:oR0,children:i})})]})]})}const sR0={prose:["scripture-prose prose dark:prose-invert"]},mR0=({className:a,...t})=>P.jsx("div",{className:Se(sR0.prose,a),...t}),dR0=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"}))]]),rS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:dR0}));rS.displayName="XIcon";const V9=rS,uR0=Object.freeze(Object.defineProperty({__proto__:null,X:V9,XIcon:rS},Symbol.toStringTag,{value:"Module"}));function cl(a,t,{checkForDefaultPrevented:n=!0}={}){return function(l){if(a?.(l),n===!1||!l.defaultPrevented)return t?.(l)}}function lS(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,F=e.useMemo(()=>H,Object.values(H));return P.jsx(V.Provider,{value:F,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,pR0(l,...t)]}function pR0(...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 Pc0(a,t){if(typeof a=="function")return a(t);a!=null&&(a.current=t)}function Ic0(...a){return t=>{let n=!1;const r=a.map(l=>{const i=Pc0(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():Pc0(a[l],null)}}}}function iv(...a){return e.useCallback(Ic0(...a),a)}function iS(a){const t=hR0(a),n=e.forwardRef((r,l)=>{const{children:i,...o}=r,c=e.Children.toArray(i),m=c.find(AR0);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 hR0(a){const t=e.forwardRef((n,r)=>{const{children:l,...i}=n;if(e.isValidElement(l)){const o=gR0(l),c=vR0(i,l.props);return l.type!==e.Fragment&&(c.ref=r?Ic0(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 fR0=Symbol("radix.slottable");function AR0(a){return e.isValidElement(a)&&typeof a.type=="function"&&"__radixId"in a.type&&a.type.__radixId===fR0}function vR0(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 gR0(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 ZR0(a){const t=a+"CollectionProvider",[n,r]=lS(t),[l,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),o=V=>{const{scope:F,children:S}=V,b=s1.useRef(null),_=s1.useRef(new Map).current;return P.jsx(l,{scope:F,itemMap:_,collectionRef:b,children:S})};o.displayName=t;const c=a+"CollectionSlot",m=iS(c),u=s1.forwardRef((V,F)=>{const{scope:S,children:b}=V,_=i(c,S),w=iv(F,_.collectionRef);return P.jsx(m,{ref:w,children:b})});u.displayName=c;const h=a+"CollectionItemSlot",f="data-radix-collection-item",v=iS(h),Z=s1.forwardRef((V,F)=>{const{scope:S,children:b,..._}=V,w=s1.useRef(null),L=iv(F,w),T=i(h,S);return s1.useEffect(()=>(T.itemMap.set(w,{ref:w,..._}),()=>{T.itemMap.delete(w)})),P.jsx(v,{[f]:"",ref:L,children:b})});Z.displayName=h;function H(V){const F=i(a+"CollectionConsumer",V);return s1.useCallback(()=>{const b=F.collectionRef.current;if(!b)return[];const _=Array.from(b.querySelectorAll(`[${f}]`));return Array.from(F.itemMap.values()).sort((T,O)=>_.indexOf(T.ref.current)-_.indexOf(O.ref.current))},[F.collectionRef,F.itemMap])}return[{Provider:o,Slot:u,ItemSlot:Z},H,r]}var ov=globalThis?.document?e.useLayoutEffect:()=>{},HR0=f7[" useId ".trim().toString()]||(()=>{}),MR0=0;function Oc0(a){const[t,n]=e.useState(HR0());return ov(()=>{n(r=>r??String(MR0++))},[a]),t?`radix-${t}`:""}var ER0=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],y9=ER0.reduce((a,t)=>{const n=iS(`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 VR0(a){const t=e.useRef(a);return e.useEffect(()=>{t.current=a}),e.useMemo(()=>(...n)=>t.current?.(...n),[])}var yR0=f7[" useInsertionEffect ".trim().toString()]||ov;function $c0({prop:a,defaultProp:t,onChange:n=()=>{},caller:r}){const[l,i,o]=FR0({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=SR0(h)?h(a):h;f!==a&&o.current?.(f)}else i(h)},[c,a,i,o]);return[m,u]}function FR0({defaultProp:a,onChange:t}){const[n,r]=e.useState(a),l=e.useRef(n),i=e.useRef(t);return yR0(()=>{i.current=t},[t]),e.useEffect(()=>{l.current!==n&&(i.current?.(n),l.current=n)},[n,l]),[n,r,i]}function SR0(a){return typeof a=="function"}var kR0=e.createContext(void 0);function jc0(a){const t=e.useContext(kR0);return a||t||"ltr"}var oS="rovingFocusGroup.onEntryFocus",LR0={bubbles:!1,cancelable:!0},sd="RovingFocusGroup",[cS,xc0,bR0]=ZR0(sd),[_R0,Rc0]=lS(sd,[bR0]),[wR0,CR0]=_R0(sd),Dc0=e.forwardRef((a,t)=>P.jsx(cS.Provider,{scope:a.__scopeRovingFocusGroup,children:P.jsx(cS.Slot,{scope:a.__scopeRovingFocusGroup,children:P.jsx(NR0,{...a,ref:t})})}));Dc0.displayName=sd;var NR0=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=iv(t,v),H=jc0(i),[V,F]=$c0({prop:o,defaultProp:c??null,onChange:m,caller:sd}),[S,b]=e.useState(!1),_=VR0(u),w=xc0(n),L=e.useRef(!1),[T,O]=e.useState(0);return e.useEffect(()=>{const R=v.current;if(R)return R.addEventListener(oS,_),()=>R.removeEventListener(oS,_)},[_]),P.jsx(wR0,{scope:n,orientation:r,dir:H,loop:l,currentTabStopId:V,onItemFocus:e.useCallback(R=>F(R),[F]),onItemShiftTab:e.useCallback(()=>b(!0),[]),onFocusableItemAdd:e.useCallback(()=>O(R=>R+1),[]),onFocusableItemRemove:e.useCallback(()=>O(R=>R-1),[]),children:P.jsx(y9.div,{tabIndex:S||T===0?-1:0,"data-orientation":r,...f,ref:Z,style:{outline:"none",...a.style},onMouseDown:cl(a.onMouseDown,()=>{L.current=!0}),onFocus:cl(a.onFocus,R=>{const z=!L.current;if(R.target===R.currentTarget&&z&&!S){const x=new CustomEvent(oS,LR0);if(R.currentTarget.dispatchEvent(x),!x.defaultPrevented){const J=w().filter(g0=>g0.focusable),t0=J.find(g0=>g0.active),i0=J.find(g0=>g0.id===V),G=[t0,i0,...J].filter(Boolean).map(g0=>g0.ref.current);Uc0(G,h)}}L.current=!1}),onBlur:cl(a.onBlur,()=>b(!1))})})}),zc0="RovingFocusGroupItem",Bc0=e.forwardRef((a,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:l=!1,tabStopId:i,children:o,...c}=a,m=Oc0(),u=i||m,h=CR0(zc0,n),f=h.currentTabStopId===u,v=xc0(n),{onFocusableItemAdd:Z,onFocusableItemRemove:H,currentTabStopId:V}=h;return e.useEffect(()=>{if(r)return Z(),()=>H()},[r,Z,H]),P.jsx(cS.ItemSlot,{scope:n,id:u,focusable:r,active:l,children:P.jsx(y9.span,{tabIndex:f?0:-1,"data-orientation":h.orientation,...c,ref:t,onMouseDown:cl(a.onMouseDown,F=>{r?h.onItemFocus(u):F.preventDefault()}),onFocus:cl(a.onFocus,()=>h.onItemFocus(u)),onKeyDown:cl(a.onKeyDown,F=>{if(F.key==="Tab"&&F.shiftKey){h.onItemShiftTab();return}if(F.target!==F.currentTarget)return;const S=IR0(F,h.orientation,h.dir);if(S!==void 0){if(F.metaKey||F.ctrlKey||F.altKey||F.shiftKey)return;F.preventDefault();let _=v().filter(w=>w.focusable).map(w=>w.ref.current);if(S==="last")_.reverse();else if(S==="prev"||S==="next"){S==="prev"&&_.reverse();const w=_.indexOf(F.currentTarget);_=h.loop?OR0(_,w+1):_.slice(w+1)}setTimeout(()=>Uc0(_))}}),children:typeof o=="function"?o({isCurrentTabStop:f,hasTabStop:V!=null}):o})})});Bc0.displayName=zc0;var TR0={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function PR0(a,t){return t!=="rtl"?a:a==="ArrowLeft"?"ArrowRight":a==="ArrowRight"?"ArrowLeft":a}function IR0(a,t,n){const r=PR0(a.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return TR0[r]}function Uc0(a,t=!1){const n=document.activeElement;for(const r of a)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function OR0(a,t){return a.map((n,r)=>a[(t+r)%a.length])}var $R0=Dc0,jR0=Bc0;function xR0(a,t){return e.useReducer((n,r)=>t[n][r]??n,a)}var qc0=a=>{const{present:t,children:n}=a,r=RR0(t),l=typeof n=="function"?n({present:r.isPresent}):e.Children.only(n),i=iv(r.ref,DR0(l));return typeof n=="function"||r.isPresent?e.cloneElement(l,{ref:i}):null};qc0.displayName="Presence";function RR0(a){const[t,n]=e.useState(),r=e.useRef(null),l=e.useRef(a),i=e.useRef("none"),o=a?"mounted":"unmounted",[c,m]=xR0(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return e.useEffect(()=>{const u=cv(r.current);i.current=c==="mounted"?u:"none"},[c]),ov(()=>{const u=r.current,h=l.current;if(h!==a){const v=i.current,Z=cv(u);a?m("MOUNT"):Z==="none"||u?.display==="none"?m("UNMOUNT"):m(h&&v!==Z?"ANIMATION_OUT":"UNMOUNT"),l.current=a}},[a,m]),ov(()=>{if(t){let u;const h=t.ownerDocument.defaultView??window,f=Z=>{const V=cv(r.current).includes(CSS.escape(Z.animationName));if(Z.target===t&&V&&(m("ANIMATION_END"),!l.current)){const F=t.style.animationFillMode;t.style.animationFillMode="forwards",u=h.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=F)})}},v=Z=>{Z.target===t&&(i.current=cv(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 cv(a){return a?.animationName||"none"}function DR0(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 sv="Tabs",[zR0]=lS(sv,[Rc0]),Wc0=Rc0(),[BR0,sS]=zR0(sv),UR0=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,onValueChange:l,defaultValue:i,orientation:o="horizontal",dir:c,activationMode:m="automatic",...u}=a,h=jc0(c),[f,v]=$c0({prop:r,onChange:l,defaultProp:i??"",caller:sv});return P.jsx(BR0,{scope:n,baseId:Oc0(),value:f,onValueChange:v,orientation:o,dir:h,activationMode:m,children:P.jsx(y9.div,{dir:h,"data-orientation":o,...u,ref:t})})});UR0.displayName=sv;var Gc0="TabsList",Kc0=e.forwardRef((a,t)=>{const{__scopeTabs:n,loop:r=!0,...l}=a,i=sS(Gc0,n),o=Wc0(n);return P.jsx($R0,{asChild:!0,...o,orientation:i.orientation,dir:i.dir,loop:r,children:P.jsx(y9.div,{role:"tablist","aria-orientation":i.orientation,...l,ref:t})})});Kc0.displayName=Gc0;var Yc0="TabsTrigger",Qc0=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,disabled:l=!1,...i}=a,o=sS(Yc0,n),c=Wc0(n),m=es0(o.baseId,r),u=as0(o.baseId,r),h=r===o.value;return P.jsx(jR0,{asChild:!0,...c,focusable:!l,active:h,children:P.jsx(y9.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:cl(a.onMouseDown,f=>{!l&&f.button===0&&f.ctrlKey===!1?o.onValueChange(r):f.preventDefault()}),onKeyDown:cl(a.onKeyDown,f=>{[" ","Enter"].includes(f.key)&&o.onValueChange(r)}),onFocus:cl(a.onFocus,()=>{const f=o.activationMode!=="manual";!h&&!l&&f&&o.onValueChange(r)})})})});Qc0.displayName=Yc0;var Xc0="TabsContent",Jc0=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,forceMount:l,children:i,...o}=a,c=sS(Xc0,n),m=es0(c.baseId,r),u=as0(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(qc0,{present:l||h,children:({present:v})=>P.jsx(y9.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})})});Jc0.displayName=Xc0;function es0(a,t){return`${a}-trigger-${t}`}function as0(a,t){return`${a}-content-${t}`}var ts0=Kc0,ns0=Qc0,rs0=Jc0;const ls0=e.createContext("default"),qR0=e.forwardRef(({className:a,variant:t="default",...n},r)=>P.jsx(ls0.Provider,{value:t,children:P.jsx(ts0,{ref:r,className:Se("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})}));qR0.displayName=ts0.displayName;const WR0=e.forwardRef(({className:a,...t},n)=>{const r=e.useContext(ls0);return P.jsx(ns0,{ref:n,className:Se("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})});WR0.displayName=ns0.displayName;const GR0=e.forwardRef(({className:a,tabIndex:t=-1,...n},r)=>P.jsx(rs0,{ref:r,tabIndex:t,className:Se("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}));GR0.displayName=rs0.displayName;const KR0={weight:"bold",size:"24px"},sl=({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:Se("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(il.Provider,{value:KR0,children:a}),t]}):null,r?P.jsx(n2,{as:"h5",fg:"secondary",children:r}):null,n?P.jsx(n2,{as:"h3",fg:"primary",className:Se(i&&"line-clamp-2"),children:n}):null,l?P.jsx(n2,{as:"p",fg:"secondary",className:Se("line-clamp-2",i&&"text-sm"),children:l}):null]}),YR0=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"}))]]),mS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:YR0}));mS.displayName="LinkIcon";const dS=mS,QR0=Object.freeze(Object.defineProperty({__proto__:null,Link:dS,LinkIcon:mS},Symbol.toStringTag,{value:"Module"})),mv={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"]},XR0={color:"var(--icon-color)",weight:"bold",size:"24px"},$5=({size:a="md",constrain:t="w",className:n,src:r,children:l,...i})=>{const o=r?"img":"div";return P.jsx(o,{...i,className:Se(mv.base,n,r?void 0:mv.asIcon,mv.constrainSizes[t][a]),src:r,children:r?void 0:P.jsx("div",{className:Se(mv.iconWrapper),children:P.jsx(il.Provider,{value:XR0,children:l??P.jsx(dS,{})})})})},JR0=e.createContext(null),uS=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]},eD0=({theme:a={},children:t,...n})=>{const r=uS(a.colors?.primary),l=uS(a.colors?.secondary)||r,i=uS(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(JR0.Provider,{value:c,children:P.jsx("div",{...n,style:o,children:t})})},aD0={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 tD0({color:a="brand",className:t,...n}){return P.jsx("span",{...n,className:Se(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",aD0[a])})}const nD0=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"}))]]),pS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:nD0}));pS.displayName="AppleLogoIcon";const hS=pS,rD0=Object.freeze(Object.defineProperty({__proto__:null,AppleLogo:hS,AppleLogoIcon:pS},Symbol.toStringTag,{value:"Module"})),lD0=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"}))]]),fS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:lD0}));fS.displayName="FileArrowDownIcon";const is0=fS,iD0=Object.freeze(Object.defineProperty({__proto__:null,FileArrowDown:is0,FileArrowDownIcon:fS},Symbol.toStringTag,{value:"Module"})),oD0=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"}))]]),AS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:oD0}));AS.displayName="GoogleLogoIcon";const os0=AS,cD0=Object.freeze(Object.defineProperty({__proto__:null,GoogleLogo:os0,GoogleLogoIcon:AS},Symbol.toStringTag,{value:"Module"})),sD0=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"}))]]),vS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:sD0}));vS.displayName="MicrosoftOutlookLogoIcon";const cs0=vS,mD0=Object.freeze(Object.defineProperty({__proto__:null,MicrosoftOutlookLogo:cs0,MicrosoftOutlookLogoIcon:vS},Symbol.toStringTag,{value:"Module"}));function f6(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 ss0(a,t){return a instanceof Date?new a.constructor(t):new Date(t)}function dD0(a,t){const n=+f6(a);return ss0(a,n+t)}const ms0=6e4,ds0=36e5,dv=43200,us0=1440;let uD0={};function pD0(){return uD0}function ps0(a){const t=f6(a);return t.setHours(0,0,0,0),t}function hs0(a){const t=f6(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 gS(a,t){return dD0(a,t*1e3)}function uv(a,t){const n=f6(a),r=f6(t),l=n.getTime()-r.getTime();return l<0?-1:l>0?1:l}function hD0(a){return ss0(a,Date.now())}function fs0(a,t){const n=ps0(a),r=ps0(t);return+n==+r}function fD0(a,t){const n=f6(a),r=f6(t),l=n.getFullYear()-r.getFullYear(),i=n.getMonth()-r.getMonth();return l*12+i}function AD0(a){return t=>{const r=(a?Math[a]:Math.trunc)(t);return r===0?0:r}}function vD0(a,t){return+f6(a)-+f6(t)}function gD0(a){const t=f6(a);return t.setHours(23,59,59,999),t}function ZD0(a){const t=f6(a),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t}function HD0(a){const t=f6(a);return+gD0(t)==+ZD0(t)}function MD0(a,t){const n=f6(a),r=f6(t),l=uv(n,r),i=Math.abs(fD0(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=uv(n,r)===-l;HD0(f6(a))&&i===1&&uv(a,r)===1&&(c=!1),o=l*(i-Number(c))}return o===0?0:o}function ED0(a,t,n){const r=vD0(a,t)/1e3;return AD0(n?.roundingMethod)(r)}const VD0={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"}},yD0=(a,t,n)=>{let r;const l=VD0[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 ZS(a){return(t={})=>{const n=t.width?String(t.width):a.defaultWidth;return a.formats[n]||a.formats[a.defaultWidth]}}const FD0={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},SD0={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},kD0={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},LD0={date:ZS({formats:FD0,defaultWidth:"full"}),time:ZS({formats:SD0,defaultWidth:"full"}),dateTime:ZS({formats:kD0,defaultWidth:"full"})},bD0={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},_D0=(a,t,n,r)=>bD0[a];function md(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 wD0={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},CD0={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},ND0={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"]},TD0={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"]},PD0={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"}},ID0={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"}},OD0={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:md({values:wD0,defaultWidth:"wide"}),quarter:md({values:CD0,defaultWidth:"wide",argumentCallback:a=>a-1}),month:md({values:ND0,defaultWidth:"wide"}),day:md({values:TD0,defaultWidth:"wide"}),dayPeriod:md({values:PD0,defaultWidth:"wide",formattingValues:ID0,defaultFormattingWidth:"wide"})};function dd(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)?jD0(c,f=>f.test(o)):$D0(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 $D0(a,t){for(const n in a)if(Object.prototype.hasOwnProperty.call(a,n)&&t(a[n]))return n}function jD0(a,t){for(let n=0;n<a.length;n++)if(t(a[n]))return n}function xD0(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 RD0=/^(\d+)(th|st|nd|rd)?/i,DD0=/\d+/i,zD0={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},BD0={any:[/^b/i,/^(a|c)/i]},UD0={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},qD0={any:[/1/i,/2/i,/3/i,/4/i]},WD0={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},GD0={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]},KD0={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},YD0={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]},QD0={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},XD0={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}},JD0={ordinalNumber:xD0({matchPattern:RD0,parsePattern:DD0,valueCallback:a=>parseInt(a,10)}),era:dd({matchPatterns:zD0,defaultMatchWidth:"wide",parsePatterns:BD0,defaultParseWidth:"any"}),quarter:dd({matchPatterns:UD0,defaultMatchWidth:"wide",parsePatterns:qD0,defaultParseWidth:"any",valueCallback:a=>a+1}),month:dd({matchPatterns:WD0,defaultMatchWidth:"wide",parsePatterns:GD0,defaultParseWidth:"any"}),day:dd({matchPatterns:KD0,defaultMatchWidth:"wide",parsePatterns:YD0,defaultParseWidth:"any"}),dayPeriod:dd({matchPatterns:QD0,defaultMatchWidth:"any",parsePatterns:XD0,defaultParseWidth:"any"})},ez0={code:"en-US",formatDistance:yD0,formatLong:LD0,formatRelative:_D0,localize:OD0,match:JD0,options:{weekStartsOn:0,firstWeekContainsDate:1}};function az0(a,t,n){const r=pD0(),l=n?.locale??r.locale??ez0,i=2520,o=uv(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=f6(t),u=f6(a)):(m=f6(a),u=f6(t));const h=ED0(u,m),f=(hs0(u)-hs0(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<us0){const H=Math.round(v/60);return l.formatDistance("aboutXHours",H,c)}else{if(v<i)return l.formatDistance("xDays",1,c);if(v<dv){const H=Math.round(v/us0);return l.formatDistance("xDays",H,c)}else if(v<dv*2)return Z=Math.round(v/dv),l.formatDistance("aboutXMonths",Z,c)}if(Z=MD0(u,m),Z<12){const H=Math.round(v/dv);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 tz0(a,t){return az0(a,hD0(a),t)}function HS(a,t){const r=iz0(a);let l;if(r.date){const m=oz0(r.date,2);l=cz0(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=sz0(r.time),isNaN(o)))return new Date(NaN);if(r.timezone){if(c=mz0(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 pv={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},nz0=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,rz0=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,lz0=/^([+-])(\d{2})(?::?(\d{2}))?$/;function iz0(a){const t={},n=a.split(pv.dateTimeDelimiter);let r;if(n.length>2)return t;if(/:/.test(n[0])?r=n[0]:(t.date=n[0],r=n[1],pv.timeZoneDelimiter.test(t.date)&&(t.date=a.split(pv.timeZoneDelimiter)[0],r=a.substr(t.date.length,a.length))),r){const l=pv.timezone.exec(r);l?(t.time=r.replace(l[1],""),t.timezone=l[1]):t.time=r}return t}function oz0(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 cz0(a,t){if(t===null)return new Date(NaN);const n=a.match(nz0);if(!n)return new Date(NaN);const r=!!n[4],l=ud(n[1]),i=ud(n[2])-1,o=ud(n[3]),c=ud(n[4]),m=ud(n[5])-1;if(r)return fz0(t,c,m)?dz0(t,c,m):new Date(NaN);{const u=new Date(0);return!pz0(t,i,o)||!hz0(t,l)?new Date(NaN):(u.setUTCFullYear(t,i,Math.max(l,o)),u)}}function ud(a){return a?parseInt(a):1}function sz0(a){const t=a.match(rz0);if(!t)return NaN;const n=MS(t[1]),r=MS(t[2]),l=MS(t[3]);return Az0(n,r,l)?n*ds0+r*ms0+l*1e3:NaN}function MS(a){return a&&parseFloat(a.replace(",","."))||0}function mz0(a){if(a==="Z")return 0;const t=a.match(lz0);if(!t)return 0;const n=t[1]==="+"?-1:1,r=parseInt(t[2]),l=t[3]&&parseInt(t[3])||0;return vz0(r,l)?n*(r*ds0+l*ms0):NaN}function dz0(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 uz0=[31,null,31,30,31,30,31,31,30,31,30,31];function As0(a){return a%400===0||a%4===0&&a%100!==0}function pz0(a,t,n){return t>=0&&t<=11&&n>=1&&n<=(uz0[t]||(As0(a)?29:28))}function hz0(a,t){return t>=1&&t<=(As0(a)?366:365)}function fz0(a,t,n){return t>=1&&t<=53&&n>=0&&n<=6}function Az0(a,t,n){return a===24?t===0&&n===0:n>=0&&n<60&&t>=0&&t<60&&a>=0&&a<25}function vz0(a,t){return t>=0&&t<=59}function gz0({start:a,duration:t,location:n,allDay:r,title:l}){const i=HS(a),o=gS(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 Zz0({start:a,duration:t,location:n,allDay:r,title:l}){const i=HS(a),o=gS(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 Hz0({start:a,duration:t,allDay:n,icsUrl:r,location:l,title:i="Event",children:o,...c}){return P.jsxs(Mc0,{children:[P.jsx(Ec0,{...c,children:o}),P.jsxs(Vc0,{children:[P.jsxs(P3,{href:r,children:[P.jsx(hS,{}),P.jsx(I3,{children:"Apple Calendar"})]}),r?P.jsxs(P3,{href:gz0({start:a,duration:t,allDay:n,location:l,title:i}),target:"blank",children:[P.jsx(os0,{}),P.jsx(I3,{children:"Google Calendar"})]}):null,P.jsxs(P3,{href:Zz0({start:a,duration:t,allDay:n,location:l,title:i}),target:"blank",children:[P.jsx(cs0,{}),P.jsx(I3,{children:"Microsoft Outlook"})]}),r?P.jsxs(P3,{href:r,target:"blank",children:[P.jsx(is0,{}),P.jsx(I3,{children:"Download .ics"})]}):null]})]})}const Mz0={"\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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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 query getLivestreamEmbeds($id: ID!) {\n livestream: node(id: $id) {\n id\n __typename\n ... on Livestream {\n ...LivestreamFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getLivestreamEmbeds"},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:"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 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 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 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 mutation validateMagicLink($token: String!) {\n validateMagicLink(token: $token) {\n valid\n reason\n action\n data\n expiresAt\n identity\n retryAfter\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"validateMagicLink"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"token"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"validateMagicLink"},arguments:[{kind:"Argument",name:{kind:"Name",value:"token"},value:{kind:"Variable",name:{kind:"Name",value:"token"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"valid"}},{kind:"Field",name:{kind:"Name",value:"reason"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"data"}},{kind:"Field",name:{kind:"Name",value:"expiresAt"}},{kind:"Field",name:{kind:"Name",value:"identity"}},{kind:"Field",name:{kind:"Name",value:"retryAfter"}}]}}]}}]},"\n mutation completeMagicLink {\n completeMagicLink {\n success\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"completeMagicLink"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"completeMagicLink"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"success"}}]}}]}}]},"\n mutation requestMagicLink($token: String!) {\n requestMagicLink(token: $token) {\n sent\n retryAfter\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"requestMagicLink"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"token"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"requestMagicLink"},arguments:[{kind:"Argument",name:{kind:"Name",value:"token"},value:{kind:"Variable",name:{kind:"Name",value:"token"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sent"}},{kind:"Field",name:{kind:"Name",value:"retryAfter"}}]}}]}}]},"\n query getCurrentChurchForRoot {\n currentChurch {\n mobileAppStoreUrl\n mobilePlayStoreUrl\n webSegmentKey\n name\n slug\n timezone\n theme\n logo\n wordmarkLightUrl\n givingEnabled\n givingFullPlatform\n givingWebUrl\n givingDefaultFrequency\n givingMinimumAllowedCents\n giveOnWebAllowedSources {\n app\n appClip\n webEmbed\n web\n }\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:"timezone"}},{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:"givingMinimumAllowedCents"}},{kind:"Field",name:{kind:"Name",value:"giveOnWebAllowedSources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"app"}},{kind:"Field",name:{kind:"Name",value:"appClip"}},{kind:"Field",name:{kind:"Name",value:"webEmbed"}},{kind:"Field",name:{kind:"Name",value:"web"}}]}},{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 timezone\n appleBundleId\n androidPkgId\n appleTeamId\n givingEnabled\n givingFullPlatform\n givingWebUrl\n migrationLearnMoreUrl\n givingMinimumAllowedCents\n giveOnWebAllowedSources {\n app\n appClip\n webEmbed\n web\n }\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:"timezone"}},{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:"migrationLearnMoreUrl"}},{kind:"Field",name:{kind:"Name",value:"givingMinimumAllowedCents"}},{kind:"Field",name:{kind:"Name",value:"giveOnWebAllowedSources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"app"}},{kind:"Field",name:{kind:"Name",value:"appClip"}},{kind:"Field",name:{kind:"Name",value:"webEmbed"}},{kind:"Field",name:{kind:"Name",value:"web"}}]}},{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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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 ...EventItemFragment\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:"FragmentSpread",name:{kind:"Name",value:"EventItemFragment"}}]}},{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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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:"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:"allDay"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}},{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"}}]}}]}},{kind:"Field",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:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}}]}}]},"\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:"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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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:"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:"allDay"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}},{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"}}]}}]}},{kind:"Field",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:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventItemRouteFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventItemFragment"}}]}}]},"\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 nextBillDateLocal\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:"nextBillDateLocal"}},{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 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:"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 nextBillDateLocal\n paymentMethod {\n brand\n }\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 isRecurring\n refunds {\n amountCents\n }\n fund {\n name\n displayName\n }\n }\n ... on Donation {\n originId\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 beganMigration\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:"nextBillDateLocal"}},{kind:"Field",name:{kind:"Name",value:"paymentMethod"},selectionSet:{kind:"SelectionSet",selections:[{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:"isRecurring"}},{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:"originId"}},{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:"beganMigration"}},{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 query getChurchGivingConfig {\n currentChurch {\n givingEnabled\n givingFullPlatform\n givingWebUrl\n slug\n giveOnWebAllowedSources {\n app\n appClip\n webEmbed\n web\n }\n }\n campuses {\n id\n donationFunds {\n id\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getChurchGivingConfig"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{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:"slug"}},{kind:"Field",name:{kind:"Name",value:"giveOnWebAllowedSources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"app"}},{kind:"Field",name:{kind:"Name",value:"appClip"}},{kind:"Field",name:{kind:"Name",value:"webEmbed"}},{kind:"Field",name:{kind:"Name",value:"web"}}]}}]}},{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"}}]}}]}}]}}]},"\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 HasFullPlatformGivingAccess {\n hasFullPlatformGivingAccess\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"HasFullPlatformGivingAccess"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"hasFullPlatformGivingAccess"}}]}}]},"\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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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 allDay\n icsUrl\n htmlContent\n coverImage {\n id\n sources {\n uri\n blurHash\n }\n }\n featureFeed {\n id\n features {\n ...FeatureFragment\n }\n }\n sharing {\n ...ShareButtonFragment\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:"allDay"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}},{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"}}]}}]}},{kind:"Field",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:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}}]}},{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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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"}}]}}]},"\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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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 ActionTableFeature {\n ...ActionTableFeatureFragment\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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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 primaryAction {\n ...FeatureActionButtonFragment\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:"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:"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 ActionTableFeatureFragment on ActionTableFeature {\n id\n __typename\n title\n actions {\n id\n __typename\n title\n subtitle\n icon\n action\n relatedNode {\n id\n ...ActionHandlerFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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 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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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 We(a){return Mz0[a]??{}}We(`
|
|
266
|
+
}`;const Cc0=e.forwardRef(({className:a,containerClassName:t,children:n,maxLength:r=6,hasError:l,...i},o)=>{let c=n;return n||(c=P.jsx(Nc0,{children:Array.from({length:r},(m,u)=>P.jsx(Tc0,{index:u,hasError:l},u))})),P.jsx(wc0,{...i,ref:o,containerClassName:Se("flex items-center justify-center gap-1.5 sm:gap-2 has-[:disabled]:opacity-50",t),className:Se("absolute w-0 h-0 opacity-0 pointer-events-none",a),maxLength:r,children:c})});Cc0.displayName="InputOTP";const Nc0=e.forwardRef(({className:a,...t},n)=>P.jsx("div",{ref:n,className:Se("flex gap-1.5 sm:gap-2",a),...t}));Nc0.displayName="InputOTPGroup";const Tc0=e.forwardRef(({index:a,className:t,hasError:n,...r},l)=>{const i=e.useContext(_c0),{char:o,hasFakeCaret:c,isActive:m}=i.slots[a];return P.jsxs("div",{ref:l,className:Se("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]})});Tc0.displayName="InputOTPSlot";function cd({as:a,className:t,...n}){const r=a||ol;return P.jsx(r,{interactive:!1,className:Se(t),...n})}const O5={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"}},iR0={color:"var(--icon-color)",weight:"bold",size:"2rem"},oR0={color:"var(--icon-color)",weight:"regular",size:"1.25rem"},cR0="div";function E9({title:a,subtitle:t,children:n,leadingAccessory:r,leadingSize:l="md",trailingAccessory:i,interactive:o=!0,as:c,className:m,...u}){const h=c??cR0;return P.jsxs(h,{className:Se(O5.listItem,o?O5.listItemInteractive:void 0,m),...u,children:[P.jsx("div",{className:Se(O5.leading,O5.leadingSize[l]),children:P.jsx(il.Provider,{value:iR0,children:r})}),P.jsxs("div",{className:Se(O5.separatorGroup),children:[P.jsxs("div",{className:Se(O5.content),children:[a?P.jsx(n2,{as:"h4",children:a}):null,t?P.jsx(n2,{as:"small",fg:"secondary",children:t}):null,n]}),P.jsx("div",{className:Se(O5.trailing),children:P.jsx(il.Provider,{value:oR0,children:i})})]})]})}const sR0={prose:["scripture-prose prose dark:prose-invert"]},mR0=({className:a,...t})=>P.jsx("div",{className:Se(sR0.prose,a),...t}),dR0=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"}))]]),rS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:dR0}));rS.displayName="XIcon";const V9=rS,uR0=Object.freeze(Object.defineProperty({__proto__:null,X:V9,XIcon:rS},Symbol.toStringTag,{value:"Module"}));function cl(a,t,{checkForDefaultPrevented:n=!0}={}){return function(l){if(a?.(l),n===!1||!l.defaultPrevented)return t?.(l)}}function lS(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,F=e.useMemo(()=>H,Object.values(H));return P.jsx(V.Provider,{value:F,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,pR0(l,...t)]}function pR0(...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 Pc0(a,t){if(typeof a=="function")return a(t);a!=null&&(a.current=t)}function Ic0(...a){return t=>{let n=!1;const r=a.map(l=>{const i=Pc0(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():Pc0(a[l],null)}}}}function iv(...a){return e.useCallback(Ic0(...a),a)}function iS(a){const t=hR0(a),n=e.forwardRef((r,l)=>{const{children:i,...o}=r,c=e.Children.toArray(i),m=c.find(AR0);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 hR0(a){const t=e.forwardRef((n,r)=>{const{children:l,...i}=n;if(e.isValidElement(l)){const o=gR0(l),c=vR0(i,l.props);return l.type!==e.Fragment&&(c.ref=r?Ic0(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 fR0=Symbol("radix.slottable");function AR0(a){return e.isValidElement(a)&&typeof a.type=="function"&&"__radixId"in a.type&&a.type.__radixId===fR0}function vR0(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 gR0(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 ZR0(a){const t=a+"CollectionProvider",[n,r]=lS(t),[l,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),o=V=>{const{scope:F,children:S}=V,b=s1.useRef(null),_=s1.useRef(new Map).current;return P.jsx(l,{scope:F,itemMap:_,collectionRef:b,children:S})};o.displayName=t;const c=a+"CollectionSlot",m=iS(c),u=s1.forwardRef((V,F)=>{const{scope:S,children:b}=V,_=i(c,S),w=iv(F,_.collectionRef);return P.jsx(m,{ref:w,children:b})});u.displayName=c;const h=a+"CollectionItemSlot",f="data-radix-collection-item",v=iS(h),Z=s1.forwardRef((V,F)=>{const{scope:S,children:b,..._}=V,w=s1.useRef(null),L=iv(F,w),T=i(h,S);return s1.useEffect(()=>(T.itemMap.set(w,{ref:w,..._}),()=>{T.itemMap.delete(w)})),P.jsx(v,{[f]:"",ref:L,children:b})});Z.displayName=h;function H(V){const F=i(a+"CollectionConsumer",V);return s1.useCallback(()=>{const b=F.collectionRef.current;if(!b)return[];const _=Array.from(b.querySelectorAll(`[${f}]`));return Array.from(F.itemMap.values()).sort((T,O)=>_.indexOf(T.ref.current)-_.indexOf(O.ref.current))},[F.collectionRef,F.itemMap])}return[{Provider:o,Slot:u,ItemSlot:Z},H,r]}var ov=globalThis?.document?e.useLayoutEffect:()=>{},HR0=f7[" useId ".trim().toString()]||(()=>{}),MR0=0;function Oc0(a){const[t,n]=e.useState(HR0());return ov(()=>{n(r=>r??String(MR0++))},[a]),t?`radix-${t}`:""}var ER0=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],y9=ER0.reduce((a,t)=>{const n=iS(`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 VR0(a){const t=e.useRef(a);return e.useEffect(()=>{t.current=a}),e.useMemo(()=>(...n)=>t.current?.(...n),[])}var yR0=f7[" useInsertionEffect ".trim().toString()]||ov;function $c0({prop:a,defaultProp:t,onChange:n=()=>{},caller:r}){const[l,i,o]=FR0({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=SR0(h)?h(a):h;f!==a&&o.current?.(f)}else i(h)},[c,a,i,o]);return[m,u]}function FR0({defaultProp:a,onChange:t}){const[n,r]=e.useState(a),l=e.useRef(n),i=e.useRef(t);return yR0(()=>{i.current=t},[t]),e.useEffect(()=>{l.current!==n&&(i.current?.(n),l.current=n)},[n,l]),[n,r,i]}function SR0(a){return typeof a=="function"}var kR0=e.createContext(void 0);function jc0(a){const t=e.useContext(kR0);return a||t||"ltr"}var oS="rovingFocusGroup.onEntryFocus",LR0={bubbles:!1,cancelable:!0},sd="RovingFocusGroup",[cS,xc0,bR0]=ZR0(sd),[_R0,Rc0]=lS(sd,[bR0]),[wR0,CR0]=_R0(sd),Dc0=e.forwardRef((a,t)=>P.jsx(cS.Provider,{scope:a.__scopeRovingFocusGroup,children:P.jsx(cS.Slot,{scope:a.__scopeRovingFocusGroup,children:P.jsx(NR0,{...a,ref:t})})}));Dc0.displayName=sd;var NR0=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=iv(t,v),H=jc0(i),[V,F]=$c0({prop:o,defaultProp:c??null,onChange:m,caller:sd}),[S,b]=e.useState(!1),_=VR0(u),w=xc0(n),L=e.useRef(!1),[T,O]=e.useState(0);return e.useEffect(()=>{const R=v.current;if(R)return R.addEventListener(oS,_),()=>R.removeEventListener(oS,_)},[_]),P.jsx(wR0,{scope:n,orientation:r,dir:H,loop:l,currentTabStopId:V,onItemFocus:e.useCallback(R=>F(R),[F]),onItemShiftTab:e.useCallback(()=>b(!0),[]),onFocusableItemAdd:e.useCallback(()=>O(R=>R+1),[]),onFocusableItemRemove:e.useCallback(()=>O(R=>R-1),[]),children:P.jsx(y9.div,{tabIndex:S||T===0?-1:0,"data-orientation":r,...f,ref:Z,style:{outline:"none",...a.style},onMouseDown:cl(a.onMouseDown,()=>{L.current=!0}),onFocus:cl(a.onFocus,R=>{const z=!L.current;if(R.target===R.currentTarget&&z&&!S){const x=new CustomEvent(oS,LR0);if(R.currentTarget.dispatchEvent(x),!x.defaultPrevented){const J=w().filter(g0=>g0.focusable),t0=J.find(g0=>g0.active),i0=J.find(g0=>g0.id===V),G=[t0,i0,...J].filter(Boolean).map(g0=>g0.ref.current);Uc0(G,h)}}L.current=!1}),onBlur:cl(a.onBlur,()=>b(!1))})})}),zc0="RovingFocusGroupItem",Bc0=e.forwardRef((a,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:l=!1,tabStopId:i,children:o,...c}=a,m=Oc0(),u=i||m,h=CR0(zc0,n),f=h.currentTabStopId===u,v=xc0(n),{onFocusableItemAdd:Z,onFocusableItemRemove:H,currentTabStopId:V}=h;return e.useEffect(()=>{if(r)return Z(),()=>H()},[r,Z,H]),P.jsx(cS.ItemSlot,{scope:n,id:u,focusable:r,active:l,children:P.jsx(y9.span,{tabIndex:f?0:-1,"data-orientation":h.orientation,...c,ref:t,onMouseDown:cl(a.onMouseDown,F=>{r?h.onItemFocus(u):F.preventDefault()}),onFocus:cl(a.onFocus,()=>h.onItemFocus(u)),onKeyDown:cl(a.onKeyDown,F=>{if(F.key==="Tab"&&F.shiftKey){h.onItemShiftTab();return}if(F.target!==F.currentTarget)return;const S=IR0(F,h.orientation,h.dir);if(S!==void 0){if(F.metaKey||F.ctrlKey||F.altKey||F.shiftKey)return;F.preventDefault();let _=v().filter(w=>w.focusable).map(w=>w.ref.current);if(S==="last")_.reverse();else if(S==="prev"||S==="next"){S==="prev"&&_.reverse();const w=_.indexOf(F.currentTarget);_=h.loop?OR0(_,w+1):_.slice(w+1)}setTimeout(()=>Uc0(_))}}),children:typeof o=="function"?o({isCurrentTabStop:f,hasTabStop:V!=null}):o})})});Bc0.displayName=zc0;var TR0={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function PR0(a,t){return t!=="rtl"?a:a==="ArrowLeft"?"ArrowRight":a==="ArrowRight"?"ArrowLeft":a}function IR0(a,t,n){const r=PR0(a.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return TR0[r]}function Uc0(a,t=!1){const n=document.activeElement;for(const r of a)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function OR0(a,t){return a.map((n,r)=>a[(t+r)%a.length])}var $R0=Dc0,jR0=Bc0;function xR0(a,t){return e.useReducer((n,r)=>t[n][r]??n,a)}var qc0=a=>{const{present:t,children:n}=a,r=RR0(t),l=typeof n=="function"?n({present:r.isPresent}):e.Children.only(n),i=iv(r.ref,DR0(l));return typeof n=="function"||r.isPresent?e.cloneElement(l,{ref:i}):null};qc0.displayName="Presence";function RR0(a){const[t,n]=e.useState(),r=e.useRef(null),l=e.useRef(a),i=e.useRef("none"),o=a?"mounted":"unmounted",[c,m]=xR0(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return e.useEffect(()=>{const u=cv(r.current);i.current=c==="mounted"?u:"none"},[c]),ov(()=>{const u=r.current,h=l.current;if(h!==a){const v=i.current,Z=cv(u);a?m("MOUNT"):Z==="none"||u?.display==="none"?m("UNMOUNT"):m(h&&v!==Z?"ANIMATION_OUT":"UNMOUNT"),l.current=a}},[a,m]),ov(()=>{if(t){let u;const h=t.ownerDocument.defaultView??window,f=Z=>{const V=cv(r.current).includes(CSS.escape(Z.animationName));if(Z.target===t&&V&&(m("ANIMATION_END"),!l.current)){const F=t.style.animationFillMode;t.style.animationFillMode="forwards",u=h.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=F)})}},v=Z=>{Z.target===t&&(i.current=cv(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 cv(a){return a?.animationName||"none"}function DR0(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 sv="Tabs",[zR0]=lS(sv,[Rc0]),Wc0=Rc0(),[BR0,sS]=zR0(sv),UR0=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,onValueChange:l,defaultValue:i,orientation:o="horizontal",dir:c,activationMode:m="automatic",...u}=a,h=jc0(c),[f,v]=$c0({prop:r,onChange:l,defaultProp:i??"",caller:sv});return P.jsx(BR0,{scope:n,baseId:Oc0(),value:f,onValueChange:v,orientation:o,dir:h,activationMode:m,children:P.jsx(y9.div,{dir:h,"data-orientation":o,...u,ref:t})})});UR0.displayName=sv;var Gc0="TabsList",Kc0=e.forwardRef((a,t)=>{const{__scopeTabs:n,loop:r=!0,...l}=a,i=sS(Gc0,n),o=Wc0(n);return P.jsx($R0,{asChild:!0,...o,orientation:i.orientation,dir:i.dir,loop:r,children:P.jsx(y9.div,{role:"tablist","aria-orientation":i.orientation,...l,ref:t})})});Kc0.displayName=Gc0;var Yc0="TabsTrigger",Qc0=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,disabled:l=!1,...i}=a,o=sS(Yc0,n),c=Wc0(n),m=es0(o.baseId,r),u=as0(o.baseId,r),h=r===o.value;return P.jsx(jR0,{asChild:!0,...c,focusable:!l,active:h,children:P.jsx(y9.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:cl(a.onMouseDown,f=>{!l&&f.button===0&&f.ctrlKey===!1?o.onValueChange(r):f.preventDefault()}),onKeyDown:cl(a.onKeyDown,f=>{[" ","Enter"].includes(f.key)&&o.onValueChange(r)}),onFocus:cl(a.onFocus,()=>{const f=o.activationMode!=="manual";!h&&!l&&f&&o.onValueChange(r)})})})});Qc0.displayName=Yc0;var Xc0="TabsContent",Jc0=e.forwardRef((a,t)=>{const{__scopeTabs:n,value:r,forceMount:l,children:i,...o}=a,c=sS(Xc0,n),m=es0(c.baseId,r),u=as0(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(qc0,{present:l||h,children:({present:v})=>P.jsx(y9.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})})});Jc0.displayName=Xc0;function es0(a,t){return`${a}-trigger-${t}`}function as0(a,t){return`${a}-content-${t}`}var ts0=Kc0,ns0=Qc0,rs0=Jc0;const ls0=e.createContext("default"),qR0=e.forwardRef(({className:a,variant:t="default",...n},r)=>P.jsx(ls0.Provider,{value:t,children:P.jsx(ts0,{ref:r,className:Se("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})}));qR0.displayName=ts0.displayName;const WR0=e.forwardRef(({className:a,...t},n)=>{const r=e.useContext(ls0);return P.jsx(ns0,{ref:n,className:Se("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})});WR0.displayName=ns0.displayName;const GR0=e.forwardRef(({className:a,tabIndex:t=-1,...n},r)=>P.jsx(rs0,{ref:r,tabIndex:t,className:Se("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}));GR0.displayName=rs0.displayName;const KR0={weight:"bold",size:"24px"},sl=({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:Se("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(il.Provider,{value:KR0,children:a}),t]}):null,r?P.jsx(n2,{as:"h5",fg:"secondary",children:r}):null,n?P.jsx(n2,{as:"h3",fg:"primary",className:Se(i&&"line-clamp-2"),children:n}):null,l?P.jsx(n2,{as:"p",fg:"secondary",className:Se("line-clamp-2",i&&"text-sm"),children:l}):null]}),YR0=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"}))]]),mS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:YR0}));mS.displayName="LinkIcon";const dS=mS,QR0=Object.freeze(Object.defineProperty({__proto__:null,Link:dS,LinkIcon:mS},Symbol.toStringTag,{value:"Module"})),mv={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"]},XR0={color:"var(--icon-color)",weight:"bold",size:"24px"},$5=({size:a="md",constrain:t="w",className:n,src:r,children:l,...i})=>{const o=r?"img":"div";return P.jsx(o,{...i,className:Se(mv.base,n,r?void 0:mv.asIcon,mv.constrainSizes[t][a]),src:r,children:r?void 0:P.jsx("div",{className:Se(mv.iconWrapper),children:P.jsx(il.Provider,{value:XR0,children:l??P.jsx(dS,{})})})})},JR0=e.createContext(null),uS=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]},eD0=({theme:a={},children:t,...n})=>{const r=uS(a.colors?.primary),l=uS(a.colors?.secondary)||r,i=uS(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(JR0.Provider,{value:c,children:P.jsx("div",{...n,style:o,children:t})})},aD0={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 tD0({color:a="brand",className:t,...n}){return P.jsx("span",{...n,className:Se(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",aD0[a])})}const nD0=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"}))]]),pS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:nD0}));pS.displayName="AppleLogoIcon";const hS=pS,rD0=Object.freeze(Object.defineProperty({__proto__:null,AppleLogo:hS,AppleLogoIcon:pS},Symbol.toStringTag,{value:"Module"})),lD0=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"}))]]),fS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:lD0}));fS.displayName="FileArrowDownIcon";const is0=fS,iD0=Object.freeze(Object.defineProperty({__proto__:null,FileArrowDown:is0,FileArrowDownIcon:fS},Symbol.toStringTag,{value:"Module"})),oD0=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"}))]]),AS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:oD0}));AS.displayName="GoogleLogoIcon";const os0=AS,cD0=Object.freeze(Object.defineProperty({__proto__:null,GoogleLogo:os0,GoogleLogoIcon:AS},Symbol.toStringTag,{value:"Module"})),sD0=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"}))]]),vS=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:sD0}));vS.displayName="MicrosoftOutlookLogoIcon";const cs0=vS,mD0=Object.freeze(Object.defineProperty({__proto__:null,MicrosoftOutlookLogo:cs0,MicrosoftOutlookLogoIcon:vS},Symbol.toStringTag,{value:"Module"}));function f6(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 ss0(a,t){return a instanceof Date?new a.constructor(t):new Date(t)}function dD0(a,t){const n=+f6(a);return ss0(a,n+t)}const ms0=6e4,ds0=36e5,dv=43200,us0=1440;let uD0={};function pD0(){return uD0}function ps0(a){const t=f6(a);return t.setHours(0,0,0,0),t}function hs0(a){const t=f6(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 gS(a,t){return dD0(a,t*1e3)}function uv(a,t){const n=f6(a),r=f6(t),l=n.getTime()-r.getTime();return l<0?-1:l>0?1:l}function hD0(a){return ss0(a,Date.now())}function fs0(a,t){const n=ps0(a),r=ps0(t);return+n==+r}function fD0(a,t){const n=f6(a),r=f6(t),l=n.getFullYear()-r.getFullYear(),i=n.getMonth()-r.getMonth();return l*12+i}function AD0(a){return t=>{const r=(a?Math[a]:Math.trunc)(t);return r===0?0:r}}function vD0(a,t){return+f6(a)-+f6(t)}function gD0(a){const t=f6(a);return t.setHours(23,59,59,999),t}function ZD0(a){const t=f6(a),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t}function HD0(a){const t=f6(a);return+gD0(t)==+ZD0(t)}function MD0(a,t){const n=f6(a),r=f6(t),l=uv(n,r),i=Math.abs(fD0(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=uv(n,r)===-l;HD0(f6(a))&&i===1&&uv(a,r)===1&&(c=!1),o=l*(i-Number(c))}return o===0?0:o}function ED0(a,t,n){const r=vD0(a,t)/1e3;return AD0(n?.roundingMethod)(r)}const VD0={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"}},yD0=(a,t,n)=>{let r;const l=VD0[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 ZS(a){return(t={})=>{const n=t.width?String(t.width):a.defaultWidth;return a.formats[n]||a.formats[a.defaultWidth]}}const FD0={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},SD0={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},kD0={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},LD0={date:ZS({formats:FD0,defaultWidth:"full"}),time:ZS({formats:SD0,defaultWidth:"full"}),dateTime:ZS({formats:kD0,defaultWidth:"full"})},bD0={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},_D0=(a,t,n,r)=>bD0[a];function md(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 wD0={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},CD0={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},ND0={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"]},TD0={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"]},PD0={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"}},ID0={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"}},OD0={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:md({values:wD0,defaultWidth:"wide"}),quarter:md({values:CD0,defaultWidth:"wide",argumentCallback:a=>a-1}),month:md({values:ND0,defaultWidth:"wide"}),day:md({values:TD0,defaultWidth:"wide"}),dayPeriod:md({values:PD0,defaultWidth:"wide",formattingValues:ID0,defaultFormattingWidth:"wide"})};function dd(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)?jD0(c,f=>f.test(o)):$D0(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 $D0(a,t){for(const n in a)if(Object.prototype.hasOwnProperty.call(a,n)&&t(a[n]))return n}function jD0(a,t){for(let n=0;n<a.length;n++)if(t(a[n]))return n}function xD0(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 RD0=/^(\d+)(th|st|nd|rd)?/i,DD0=/\d+/i,zD0={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},BD0={any:[/^b/i,/^(a|c)/i]},UD0={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},qD0={any:[/1/i,/2/i,/3/i,/4/i]},WD0={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},GD0={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]},KD0={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},YD0={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]},QD0={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},XD0={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}},JD0={ordinalNumber:xD0({matchPattern:RD0,parsePattern:DD0,valueCallback:a=>parseInt(a,10)}),era:dd({matchPatterns:zD0,defaultMatchWidth:"wide",parsePatterns:BD0,defaultParseWidth:"any"}),quarter:dd({matchPatterns:UD0,defaultMatchWidth:"wide",parsePatterns:qD0,defaultParseWidth:"any",valueCallback:a=>a+1}),month:dd({matchPatterns:WD0,defaultMatchWidth:"wide",parsePatterns:GD0,defaultParseWidth:"any"}),day:dd({matchPatterns:KD0,defaultMatchWidth:"wide",parsePatterns:YD0,defaultParseWidth:"any"}),dayPeriod:dd({matchPatterns:QD0,defaultMatchWidth:"any",parsePatterns:XD0,defaultParseWidth:"any"})},ez0={code:"en-US",formatDistance:yD0,formatLong:LD0,formatRelative:_D0,localize:OD0,match:JD0,options:{weekStartsOn:0,firstWeekContainsDate:1}};function az0(a,t,n){const r=pD0(),l=n?.locale??r.locale??ez0,i=2520,o=uv(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=f6(t),u=f6(a)):(m=f6(a),u=f6(t));const h=ED0(u,m),f=(hs0(u)-hs0(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<us0){const H=Math.round(v/60);return l.formatDistance("aboutXHours",H,c)}else{if(v<i)return l.formatDistance("xDays",1,c);if(v<dv){const H=Math.round(v/us0);return l.formatDistance("xDays",H,c)}else if(v<dv*2)return Z=Math.round(v/dv),l.formatDistance("aboutXMonths",Z,c)}if(Z=MD0(u,m),Z<12){const H=Math.round(v/dv);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 tz0(a,t){return az0(a,hD0(a),t)}function HS(a,t){const r=iz0(a);let l;if(r.date){const m=oz0(r.date,2);l=cz0(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=sz0(r.time),isNaN(o)))return new Date(NaN);if(r.timezone){if(c=mz0(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 pv={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},nz0=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,rz0=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,lz0=/^([+-])(\d{2})(?::?(\d{2}))?$/;function iz0(a){const t={},n=a.split(pv.dateTimeDelimiter);let r;if(n.length>2)return t;if(/:/.test(n[0])?r=n[0]:(t.date=n[0],r=n[1],pv.timeZoneDelimiter.test(t.date)&&(t.date=a.split(pv.timeZoneDelimiter)[0],r=a.substr(t.date.length,a.length))),r){const l=pv.timezone.exec(r);l?(t.time=r.replace(l[1],""),t.timezone=l[1]):t.time=r}return t}function oz0(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 cz0(a,t){if(t===null)return new Date(NaN);const n=a.match(nz0);if(!n)return new Date(NaN);const r=!!n[4],l=ud(n[1]),i=ud(n[2])-1,o=ud(n[3]),c=ud(n[4]),m=ud(n[5])-1;if(r)return fz0(t,c,m)?dz0(t,c,m):new Date(NaN);{const u=new Date(0);return!pz0(t,i,o)||!hz0(t,l)?new Date(NaN):(u.setUTCFullYear(t,i,Math.max(l,o)),u)}}function ud(a){return a?parseInt(a):1}function sz0(a){const t=a.match(rz0);if(!t)return NaN;const n=MS(t[1]),r=MS(t[2]),l=MS(t[3]);return Az0(n,r,l)?n*ds0+r*ms0+l*1e3:NaN}function MS(a){return a&&parseFloat(a.replace(",","."))||0}function mz0(a){if(a==="Z")return 0;const t=a.match(lz0);if(!t)return 0;const n=t[1]==="+"?-1:1,r=parseInt(t[2]),l=t[3]&&parseInt(t[3])||0;return vz0(r,l)?n*(r*ds0+l*ms0):NaN}function dz0(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 uz0=[31,null,31,30,31,30,31,31,30,31,30,31];function As0(a){return a%400===0||a%4===0&&a%100!==0}function pz0(a,t,n){return t>=0&&t<=11&&n>=1&&n<=(uz0[t]||(As0(a)?29:28))}function hz0(a,t){return t>=1&&t<=(As0(a)?366:365)}function fz0(a,t,n){return t>=1&&t<=53&&n>=0&&n<=6}function Az0(a,t,n){return a===24?t===0&&n===0:n>=0&&n<60&&t>=0&&t<60&&a>=0&&a<25}function vz0(a,t){return t>=0&&t<=59}function gz0({start:a,duration:t,location:n,allDay:r,title:l}){const i=HS(a),o=gS(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 Zz0({start:a,duration:t,location:n,allDay:r,title:l}){const i=HS(a),o=gS(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 Hz0({start:a,duration:t,allDay:n,icsUrl:r,location:l,title:i="Event",children:o,...c}){return P.jsxs(Mc0,{children:[P.jsx(Ec0,{...c,children:o}),P.jsxs(Vc0,{children:[P.jsxs(P3,{href:r,children:[P.jsx(hS,{}),P.jsx(I3,{children:"Apple Calendar"})]}),r?P.jsxs(P3,{href:gz0({start:a,duration:t,allDay:n,location:l,title:i}),target:"blank",children:[P.jsx(os0,{}),P.jsx(I3,{children:"Google Calendar"})]}):null,P.jsxs(P3,{href:Zz0({start:a,duration:t,allDay:n,location:l,title:i}),target:"blank",children:[P.jsx(cs0,{}),P.jsx(I3,{children:"Microsoft Outlook"})]}),r?P.jsxs(P3,{href:r,target:"blank",children:[P.jsx(is0,{}),P.jsx(I3,{children:"Download .ics"})]}):null]})]})}const Mz0={"\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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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 query getLivestreamEmbeds($id: ID!) {\n livestream: node(id: $id) {\n id\n __typename\n ... on Livestream {\n ...LivestreamFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getLivestreamEmbeds"},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:"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 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 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 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 mutation validateMagicLink($token: String!) {\n validateMagicLink(token: $token) {\n valid\n reason\n action\n data\n expiresAt\n identity\n retryAfter\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"validateMagicLink"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"token"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"validateMagicLink"},arguments:[{kind:"Argument",name:{kind:"Name",value:"token"},value:{kind:"Variable",name:{kind:"Name",value:"token"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"valid"}},{kind:"Field",name:{kind:"Name",value:"reason"}},{kind:"Field",name:{kind:"Name",value:"action"}},{kind:"Field",name:{kind:"Name",value:"data"}},{kind:"Field",name:{kind:"Name",value:"expiresAt"}},{kind:"Field",name:{kind:"Name",value:"identity"}},{kind:"Field",name:{kind:"Name",value:"retryAfter"}}]}}]}}]},"\n mutation completeMagicLink {\n completeMagicLink {\n success\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"completeMagicLink"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"completeMagicLink"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"success"}}]}}]}}]},"\n mutation requestMagicLink($token: String!) {\n requestMagicLink(token: $token) {\n sent\n retryAfter\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"requestMagicLink"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"token"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"requestMagicLink"},arguments:[{kind:"Argument",name:{kind:"Name",value:"token"},value:{kind:"Variable",name:{kind:"Name",value:"token"}}}],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sent"}},{kind:"Field",name:{kind:"Name",value:"retryAfter"}}]}}]}}]},"\n query getCurrentChurchForRoot {\n currentChurch {\n mobileAppStoreUrl\n mobilePlayStoreUrl\n webSegmentKey\n name\n slug\n timezone\n theme\n logo\n wordmarkLightUrl\n givingEnabled\n givingFullPlatform\n givingWebUrl\n givingDefaultFrequency\n givingMinimumAllowedCents\n giveOnWebAllowedSources {\n app\n appClip\n webEmbed\n web\n }\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:"timezone"}},{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:"givingMinimumAllowedCents"}},{kind:"Field",name:{kind:"Name",value:"giveOnWebAllowedSources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"app"}},{kind:"Field",name:{kind:"Name",value:"appClip"}},{kind:"Field",name:{kind:"Name",value:"webEmbed"}},{kind:"Field",name:{kind:"Name",value:"web"}}]}},{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 timezone\n appleBundleId\n androidPkgId\n appleTeamId\n webSegmentKey\n givingEnabled\n givingFullPlatform\n givingWebUrl\n givingDefaultFrequency\n migrationLearnMoreUrl\n givingMinimumAllowedCents\n giveOnWebAllowedSources {\n app\n appClip\n webEmbed\n web\n }\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:"timezone"}},{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:"webSegmentKey"}},{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:"migrationLearnMoreUrl"}},{kind:"Field",name:{kind:"Name",value:"givingMinimumAllowedCents"}},{kind:"Field",name:{kind:"Name",value:"giveOnWebAllowedSources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"app"}},{kind:"Field",name:{kind:"Name",value:"appClip"}},{kind:"Field",name:{kind:"Name",value:"webEmbed"}},{kind:"Field",name:{kind:"Name",value:"web"}}]}},{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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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 ...EventItemFragment\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:"FragmentSpread",name:{kind:"Name",value:"EventItemFragment"}}]}},{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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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:"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:"allDay"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}},{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"}}]}}]}},{kind:"Field",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:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}}]}}]},"\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:"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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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:"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:"allDay"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}},{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"}}]}}]}},{kind:"Field",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:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"EventItemRouteFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Event"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"EventItemFragment"}}]}}]},"\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 getChurchGivingConfig {\n currentChurch {\n givingEnabled\n givingFullPlatform\n givingWebUrl\n slug\n giveOnWebAllowedSources {\n app\n appClip\n webEmbed\n web\n }\n }\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:"getChurchGivingConfig"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{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:"slug"}},{kind:"Field",name:{kind:"Name",value:"giveOnWebAllowedSources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"app"}},{kind:"Field",name:{kind:"Name",value:"appClip"}},{kind:"Field",name:{kind:"Name",value:"webEmbed"}},{kind:"Field",name:{kind:"Name",value:"web"}}]}}]}},{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 query getChurchGivingSettings {\n currentChurch {\n givingEnabled\n givingFullPlatform\n givingWebUrl\n slug\n giveOnWebAllowedSources {\n app\n appClip\n webEmbed\n web\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"getChurchGivingSettings"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currentChurch"},selectionSet:{kind:"SelectionSet",selections:[{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:"slug"}},{kind:"Field",name:{kind:"Name",value:"giveOnWebAllowedSources"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"app"}},{kind:"Field",name:{kind:"Name",value:"appClip"}},{kind:"Field",name:{kind:"Name",value:"webEmbed"}},{kind:"Field",name:{kind:"Name",value:"web"}}]}}]}}]}}]},"\n query getRecurringGivingById($id: ID!) {\n node(id: $id) {\n __typename\n ... on RecurringGiving {\n id\n stripeSubscriptionId\n nextBillDate\n nextBillDateLocal\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:"nextBillDateLocal"}},{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 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:"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 nextBillDateLocal\n paymentMethod {\n brand\n }\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 isRecurring\n refunds {\n amountCents\n }\n fund {\n name\n displayName\n }\n }\n ... on Donation {\n originId\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 beganMigration\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:"nextBillDateLocal"}},{kind:"Field",name:{kind:"Name",value:"paymentMethod"},selectionSet:{kind:"SelectionSet",selections:[{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:"isRecurring"}},{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:"originId"}},{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:"beganMigration"}},{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 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 HasFullPlatformGivingAccess {\n hasFullPlatformGivingAccess\n }\n":{kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"HasFullPlatformGivingAccess"},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"hasFullPlatformGivingAccess"}}]}}]},"\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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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 allDay\n icsUrl\n htmlContent\n coverImage {\n id\n sources {\n uri\n blurHash\n }\n }\n featureFeed {\n id\n features {\n ...FeatureFragment\n }\n }\n sharing {\n ...ShareButtonFragment\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:"allDay"}},{kind:"Field",name:{kind:"Name",value:"icsUrl"}},{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"}}]}}]}},{kind:"Field",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:"Field",name:{kind:"Name",value:"sharing"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ShareButtonFragment"}}]}}]}},{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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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"}}]}}]},"\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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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 ActionTableFeature {\n ...ActionTableFeatureFragment\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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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 primaryAction {\n ...FeatureActionButtonFragment\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:"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:"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 ActionTableFeatureFragment on ActionTableFeature {\n id\n __typename\n title\n actions {\n id\n __typename\n title\n subtitle\n icon\n action\n relatedNode {\n id\n ...ActionHandlerFragment\n }\n }\n }\n":{kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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 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:"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:"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:"Field",name:{kind:"Name",value:"primaryAction"},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"FeatureActionButtonFragment"}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"ActionTableFeatureFragment"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"}},{kind:"Field",name:{kind:"Name",value:"__typename"}},{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:"__typename"}},{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:"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:"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:"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:"ActionTableFeature"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"ActionTableFeatureFragment"}}]}},{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 We(a){return Mz0[a]??{}}We(`
|
|
267
267
|
query getContentItem($id: ID!) {
|
|
268
268
|
node(id: $id) {
|
|
269
269
|
id
|
|
@@ -767,7 +767,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
767
767
|
}
|
|
768
768
|
...LivestreamPlayerFragment
|
|
769
769
|
}
|
|
770
|
-
`);var SG0={};const kG0=typeof process<"u"&&SG0.NODE_ENV==="development"?"http://localhost:4000":"https://l.apollos.app";function LG0({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}`),`${kG0}/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(sm0.Provider,{value:{church:a,accessToken:t},children:P.jsx("div",{onClick:l,children:n})})}function Rk(){return Math.random().toString(36).slice(2)}function bG0(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(()=>Rk()),H=e.useCallback(()=>{c(l||[]),f(null),Z(Rk())},[l]),V=e.useCallback(b=>{c(b||[]),f(null),Z(Rk())},[]),F=e.useCallback((b,_)=>{Z(b),c(Array.isArray(_)?_:[]),f(null)},[]),S=e.useCallback(async b=>{const _=(b||"").trim();if(!_)return;u(!0),f(null);const w=i?.()??{},L={search_id:v,type:"user",data:{prompt:_,options:w}};c(O=>[...O,L]),r?.("ask_submit",{churchSlug:t});const T={churchSlug:t,search_id:v,options:{...w,prompt:_}};try{const R=(await n(T)||[]).filter(z=>z.type==="assistant");c(z=>[...z,...R]),r?.("ask_response",{churchSlug:t})}catch(O){const R=O instanceof Error?O.message:"Unknown error";f(R)}finally{u(!1)}},[t,n,r,v]);return{turns:o,loading:m,error:h,submit:S,reset:H,sessionId:v,newSession:V,loadSession:F}}const _G0=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"}))]]),Dk=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:_G0}));Dk.displayName="ArrowCounterClockwiseIcon";const Ed0=Dk,wG0=Object.freeze(Object.defineProperty({__proto__:null,ArrowCounterClockwise:Ed0,ArrowCounterClockwiseIcon:Dk},Symbol.toStringTag,{value:"Module"})),CG0=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"}))]]),zk=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:CG0}));zk.displayName="MagnifyingGlassIcon";const kv=zk,NG0=Object.freeze(Object.defineProperty({__proto__:null,MagnifyingGlass:kv,MagnifyingGlassIcon:zk},Symbol.toStringTag,{value:"Module"}));function TG0({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(kv,{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(lm0,{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(Ed0,{size:18,className:"text-fg-secondary dark:text-fg-secondary-dark"})}):null]})]})})})}function Ore(){}function $re(){}function PG0(a,t){const n={};return(a[a.length-1]===""?[...a,""]:a).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const IG0=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,OG0=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,$G0={};function Vd0(a,t){return($G0.jsx?OG0:IG0).test(a)}const jG0=/[ \t\n\f\r]/g;function xG0(a){return typeof a=="object"?a.type==="text"?yd0(a.value):!1:yd0(a)}function yd0(a){return a.replace(jG0,"")===""}class kd{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}}kd.prototype.normal={},kd.prototype.property={},kd.prototype.space=void 0;function Fd0(a,t){const n={},r={};for(const l of a)Object.assign(n,l.property),Object.assign(r,l.normal);return new kd(n,r,t)}function Bk(a){return a.toLowerCase()}class Za{constructor(t,n){this.attribute=n,this.property=t}}Za.prototype.attribute="",Za.prototype.booleanish=!1,Za.prototype.boolean=!1,Za.prototype.commaOrSpaceSeparated=!1,Za.prototype.commaSeparated=!1,Za.prototype.defined=!1,Za.prototype.mustUseProperty=!1,Za.prototype.number=!1,Za.prototype.overloadedBoolean=!1,Za.prototype.property="",Za.prototype.spaceSeparated=!1,Za.prototype.space=void 0;let RG0=0;const Ie=B5(),i6=B5(),Uk=B5(),A1=B5(),l8=B5(),_9=B5(),Ga=B5();function B5(){return 2**++RG0}const qk=Object.freeze(Object.defineProperty({__proto__:null,boolean:Ie,booleanish:i6,commaOrSpaceSeparated:Ga,commaSeparated:_9,number:A1,overloadedBoolean:Uk,spaceSeparated:l8},Symbol.toStringTag,{value:"Module"})),Wk=Object.keys(qk);class Gk extends Za{constructor(t,n,r,l){let i=-1;if(super(t,n),Sd0(this,"space",l),typeof r=="number")for(;++i<Wk.length;){const o=Wk[i];Sd0(this,Wk[i],(r&qk[o])===qk[o])}}}Gk.prototype.defined=!0;function Sd0(a,t,n){n&&(a[t]=n)}function w9(a){const t={},n={};for(const[r,l]of Object.entries(a.properties)){const i=new Gk(r,a.transform(a.attributes||{},r),l,a.space);a.mustUseProperty&&a.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[Bk(r)]=r,n[Bk(i.attribute)]=r}return new kd(t,n,a.space)}const kd0=w9({properties:{ariaActiveDescendant:null,ariaAtomic:i6,ariaAutoComplete:null,ariaBusy:i6,ariaChecked:i6,ariaColCount:A1,ariaColIndex:A1,ariaColSpan:A1,ariaControls:l8,ariaCurrent:null,ariaDescribedBy:l8,ariaDetails:null,ariaDisabled:i6,ariaDropEffect:l8,ariaErrorMessage:null,ariaExpanded:i6,ariaFlowTo:l8,ariaGrabbed:i6,ariaHasPopup:null,ariaHidden:i6,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:l8,ariaLevel:A1,ariaLive:null,ariaModal:i6,ariaMultiLine:i6,ariaMultiSelectable:i6,ariaOrientation:null,ariaOwns:l8,ariaPlaceholder:null,ariaPosInSet:A1,ariaPressed:i6,ariaReadOnly:i6,ariaRelevant:null,ariaRequired:i6,ariaRoleDescription:l8,ariaRowCount:A1,ariaRowIndex:A1,ariaRowSpan:A1,ariaSelected:i6,ariaSetSize:A1,ariaSort:null,ariaValueMax:A1,ariaValueMin:A1,ariaValueNow:A1,ariaValueText:null,role:null},transform(a,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function Ld0(a,t){return t in a?a[t]:t}function bd0(a,t){return Ld0(a,t.toLowerCase())}const DG0=w9({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:_9,acceptCharset:l8,accessKey:l8,action:null,allow:null,allowFullScreen:Ie,allowPaymentRequest:Ie,allowUserMedia:Ie,alt:null,as:null,async:Ie,autoCapitalize:null,autoComplete:l8,autoFocus:Ie,autoPlay:Ie,blocking:l8,capture:null,charSet:null,checked:Ie,cite:null,className:l8,cols:A1,colSpan:null,content:null,contentEditable:i6,controls:Ie,controlsList:l8,coords:A1|_9,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Ie,defer:Ie,dir:null,dirName:null,disabled:Ie,download:Uk,draggable:i6,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Ie,formTarget:null,headers:l8,height:A1,hidden:Uk,high:A1,href:null,hrefLang:null,htmlFor:l8,httpEquiv:l8,id:null,imageSizes:null,imageSrcSet:null,inert:Ie,inputMode:null,integrity:null,is:null,isMap:Ie,itemId:null,itemProp:l8,itemRef:l8,itemScope:Ie,itemType:l8,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Ie,low:A1,manifest:null,max:null,maxLength:A1,media:null,method:null,min:null,minLength:A1,multiple:Ie,muted:Ie,name:null,nonce:null,noModule:Ie,noValidate:Ie,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:Ie,optimum:A1,pattern:null,ping:l8,placeholder:null,playsInline:Ie,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Ie,referrerPolicy:null,rel:l8,required:Ie,reversed:Ie,rows:A1,rowSpan:A1,sandbox:l8,scope:null,scoped:Ie,seamless:Ie,selected:Ie,shadowRootClonable:Ie,shadowRootDelegatesFocus:Ie,shadowRootMode:null,shape:null,size:A1,sizes:null,slot:null,span:A1,spellCheck:i6,src:null,srcDoc:null,srcLang:null,srcSet:null,start:A1,step:null,style:null,tabIndex:A1,target:null,title:null,translate:null,type:null,typeMustMatch:Ie,useMap:null,value:i6,width:A1,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:l8,axis:null,background:null,bgColor:null,border:A1,borderColor:null,bottomMargin:A1,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Ie,declare:Ie,event:null,face:null,frame:null,frameBorder:null,hSpace:A1,leftMargin:A1,link:null,longDesc:null,lowSrc:null,marginHeight:A1,marginWidth:A1,noResize:Ie,noHref:Ie,noShade:Ie,noWrap:Ie,object:null,profile:null,prompt:null,rev:null,rightMargin:A1,rules:null,scheme:null,scrolling:i6,standby:null,summary:null,text:null,topMargin:A1,valueType:null,version:null,vAlign:null,vLink:null,vSpace:A1,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Ie,disableRemotePlayback:Ie,prefix:null,property:null,results:A1,security:null,unselectable:null},space:"html",transform:bd0}),zG0=w9({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:Ga,accentHeight:A1,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:A1,amplitude:A1,arabicForm:null,ascent:A1,attributeName:null,attributeType:null,azimuth:A1,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:A1,by:null,calcMode:null,capHeight:A1,className:l8,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:A1,diffuseConstant:A1,direction:null,display:null,dur:null,divisor:A1,dominantBaseline:null,download:Ie,dx:null,dy:null,edgeMode:null,editable:null,elevation:A1,enableBackground:null,end:null,event:null,exponent:A1,externalResourcesRequired:null,fill:null,fillOpacity:A1,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:_9,g2:_9,glyphName:_9,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:A1,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:A1,horizOriginX:A1,horizOriginY:A1,id:null,ideographic:A1,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:A1,k:A1,k1:A1,k2:A1,k3:A1,k4:A1,kernelMatrix:Ga,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:A1,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:A1,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:A1,overlineThickness:A1,paintOrder:null,panose1:null,path:null,pathLength:A1,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:l8,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:A1,pointsAtY:A1,pointsAtZ:A1,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Ga,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Ga,rev:Ga,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Ga,requiredFeatures:Ga,requiredFonts:Ga,requiredFormats:Ga,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:A1,specularExponent:A1,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:A1,strikethroughThickness:A1,string:null,stroke:null,strokeDashArray:Ga,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:A1,strokeOpacity:A1,strokeWidth:null,style:null,surfaceScale:A1,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Ga,tabIndex:A1,tableValues:null,target:null,targetX:A1,targetY:A1,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Ga,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:A1,underlineThickness:A1,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:A1,values:null,vAlphabetic:A1,vMathematical:A1,vectorEffect:null,vHanging:A1,vIdeographic:A1,version:null,vertAdvY:A1,vertOriginX:A1,vertOriginY:A1,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:A1,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Ld0}),_d0=w9({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()}}),wd0=w9({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:bd0}),Cd0=w9({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(a,t){return"xml:"+t.slice(3).toLowerCase()}}),BG0={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"},UG0=/[A-Z]/g,Nd0=/-[a-z]/g,qG0=/^data[-\w.:]+$/i;function WG0(a,t){const n=Bk(t);let r=t,l=Za;if(n in a.normal)return a.property[a.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&qG0.test(t)){if(t.charAt(4)==="-"){const i=t.slice(5).replace(Nd0,KG0);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=t.slice(4);if(!Nd0.test(i)){let o=i.replace(UG0,GG0);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}l=Gk}return new l(r,t)}function GG0(a){return"-"+a.toLowerCase()}function KG0(a){return a.charAt(1).toUpperCase()}const YG0=Fd0([kd0,DG0,_d0,wd0,Cd0],"html"),Kk=Fd0([kd0,zG0,_d0,wd0,Cd0],"svg");function QG0(a){return a.join(" ").trim()}var C9={},Yk,Td0;function XG0(){if(Td0)return Yk;Td0=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=`
|
|
770
|
+
`);var SG0={};const kG0=typeof process<"u"&&SG0.NODE_ENV==="development"?"http://localhost:4000":"https://l.apollos.app";function LG0({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}`),`${kG0}/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(sm0.Provider,{value:{church:a,accessToken:t},children:P.jsx("div",{onClick:l,children:n})})}function Rk(){return Math.random().toString(36).slice(2)}function bG0(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(()=>Rk()),H=e.useCallback(()=>{c(l||[]),f(null),Z(Rk())},[l]),V=e.useCallback(b=>{c(b||[]),f(null),Z(Rk())},[]),F=e.useCallback((b,_)=>{Z(b),c(Array.isArray(_)?_:[]),f(null)},[]),S=e.useCallback(async b=>{const _=(b||"").trim();if(!_)return;u(!0),f(null);const w=i?.()??{},L={search_id:v,type:"user",data:{prompt:_,options:w}};c(O=>[...O,L]),r?.("ask_submit",{churchSlug:t});const T={churchSlug:t,search_id:v,options:{...w,prompt:_}};try{const R=(await n(T)||[]).filter(z=>z.type==="assistant");c(z=>[...z,...R]),r?.("ask_response",{churchSlug:t})}catch(O){const R=O instanceof Error?O.message:"Unknown error";f(R)}finally{u(!1)}},[t,n,r,v]);return{turns:o,loading:m,error:h,submit:S,reset:H,sessionId:v,newSession:V,loadSession:F}}const _G0=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"}))]]),Dk=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:_G0}));Dk.displayName="ArrowCounterClockwiseIcon";const Ed0=Dk,wG0=Object.freeze(Object.defineProperty({__proto__:null,ArrowCounterClockwise:Ed0,ArrowCounterClockwiseIcon:Dk},Symbol.toStringTag,{value:"Module"})),CG0=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"}))]]),zk=e.forwardRef((a,t)=>e.createElement(E,{ref:t,...a,weights:CG0}));zk.displayName="MagnifyingGlassIcon";const kv=zk,NG0=Object.freeze(Object.defineProperty({__proto__:null,MagnifyingGlass:kv,MagnifyingGlassIcon:zk},Symbol.toStringTag,{value:"Module"}));function TG0({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(kv,{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(lm0,{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(Ed0,{size:18,className:"text-fg-secondary dark:text-fg-secondary-dark"})}):null]})]})})})}function Ire(){}function Ore(){}function PG0(a,t){const n={};return(a[a.length-1]===""?[...a,""]:a).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const IG0=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,OG0=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,$G0={};function Vd0(a,t){return($G0.jsx?OG0:IG0).test(a)}const jG0=/[ \t\n\f\r]/g;function xG0(a){return typeof a=="object"?a.type==="text"?yd0(a.value):!1:yd0(a)}function yd0(a){return a.replace(jG0,"")===""}class kd{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}}kd.prototype.normal={},kd.prototype.property={},kd.prototype.space=void 0;function Fd0(a,t){const n={},r={};for(const l of a)Object.assign(n,l.property),Object.assign(r,l.normal);return new kd(n,r,t)}function Bk(a){return a.toLowerCase()}class Za{constructor(t,n){this.attribute=n,this.property=t}}Za.prototype.attribute="",Za.prototype.booleanish=!1,Za.prototype.boolean=!1,Za.prototype.commaOrSpaceSeparated=!1,Za.prototype.commaSeparated=!1,Za.prototype.defined=!1,Za.prototype.mustUseProperty=!1,Za.prototype.number=!1,Za.prototype.overloadedBoolean=!1,Za.prototype.property="",Za.prototype.spaceSeparated=!1,Za.prototype.space=void 0;let RG0=0;const Ie=B5(),i6=B5(),Uk=B5(),A1=B5(),l8=B5(),_9=B5(),Ga=B5();function B5(){return 2**++RG0}const qk=Object.freeze(Object.defineProperty({__proto__:null,boolean:Ie,booleanish:i6,commaOrSpaceSeparated:Ga,commaSeparated:_9,number:A1,overloadedBoolean:Uk,spaceSeparated:l8},Symbol.toStringTag,{value:"Module"})),Wk=Object.keys(qk);class Gk extends Za{constructor(t,n,r,l){let i=-1;if(super(t,n),Sd0(this,"space",l),typeof r=="number")for(;++i<Wk.length;){const o=Wk[i];Sd0(this,Wk[i],(r&qk[o])===qk[o])}}}Gk.prototype.defined=!0;function Sd0(a,t,n){n&&(a[t]=n)}function w9(a){const t={},n={};for(const[r,l]of Object.entries(a.properties)){const i=new Gk(r,a.transform(a.attributes||{},r),l,a.space);a.mustUseProperty&&a.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[Bk(r)]=r,n[Bk(i.attribute)]=r}return new kd(t,n,a.space)}const kd0=w9({properties:{ariaActiveDescendant:null,ariaAtomic:i6,ariaAutoComplete:null,ariaBusy:i6,ariaChecked:i6,ariaColCount:A1,ariaColIndex:A1,ariaColSpan:A1,ariaControls:l8,ariaCurrent:null,ariaDescribedBy:l8,ariaDetails:null,ariaDisabled:i6,ariaDropEffect:l8,ariaErrorMessage:null,ariaExpanded:i6,ariaFlowTo:l8,ariaGrabbed:i6,ariaHasPopup:null,ariaHidden:i6,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:l8,ariaLevel:A1,ariaLive:null,ariaModal:i6,ariaMultiLine:i6,ariaMultiSelectable:i6,ariaOrientation:null,ariaOwns:l8,ariaPlaceholder:null,ariaPosInSet:A1,ariaPressed:i6,ariaReadOnly:i6,ariaRelevant:null,ariaRequired:i6,ariaRoleDescription:l8,ariaRowCount:A1,ariaRowIndex:A1,ariaRowSpan:A1,ariaSelected:i6,ariaSetSize:A1,ariaSort:null,ariaValueMax:A1,ariaValueMin:A1,ariaValueNow:A1,ariaValueText:null,role:null},transform(a,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function Ld0(a,t){return t in a?a[t]:t}function bd0(a,t){return Ld0(a,t.toLowerCase())}const DG0=w9({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:_9,acceptCharset:l8,accessKey:l8,action:null,allow:null,allowFullScreen:Ie,allowPaymentRequest:Ie,allowUserMedia:Ie,alt:null,as:null,async:Ie,autoCapitalize:null,autoComplete:l8,autoFocus:Ie,autoPlay:Ie,blocking:l8,capture:null,charSet:null,checked:Ie,cite:null,className:l8,cols:A1,colSpan:null,content:null,contentEditable:i6,controls:Ie,controlsList:l8,coords:A1|_9,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Ie,defer:Ie,dir:null,dirName:null,disabled:Ie,download:Uk,draggable:i6,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Ie,formTarget:null,headers:l8,height:A1,hidden:Uk,high:A1,href:null,hrefLang:null,htmlFor:l8,httpEquiv:l8,id:null,imageSizes:null,imageSrcSet:null,inert:Ie,inputMode:null,integrity:null,is:null,isMap:Ie,itemId:null,itemProp:l8,itemRef:l8,itemScope:Ie,itemType:l8,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Ie,low:A1,manifest:null,max:null,maxLength:A1,media:null,method:null,min:null,minLength:A1,multiple:Ie,muted:Ie,name:null,nonce:null,noModule:Ie,noValidate:Ie,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:Ie,optimum:A1,pattern:null,ping:l8,placeholder:null,playsInline:Ie,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Ie,referrerPolicy:null,rel:l8,required:Ie,reversed:Ie,rows:A1,rowSpan:A1,sandbox:l8,scope:null,scoped:Ie,seamless:Ie,selected:Ie,shadowRootClonable:Ie,shadowRootDelegatesFocus:Ie,shadowRootMode:null,shape:null,size:A1,sizes:null,slot:null,span:A1,spellCheck:i6,src:null,srcDoc:null,srcLang:null,srcSet:null,start:A1,step:null,style:null,tabIndex:A1,target:null,title:null,translate:null,type:null,typeMustMatch:Ie,useMap:null,value:i6,width:A1,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:l8,axis:null,background:null,bgColor:null,border:A1,borderColor:null,bottomMargin:A1,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Ie,declare:Ie,event:null,face:null,frame:null,frameBorder:null,hSpace:A1,leftMargin:A1,link:null,longDesc:null,lowSrc:null,marginHeight:A1,marginWidth:A1,noResize:Ie,noHref:Ie,noShade:Ie,noWrap:Ie,object:null,profile:null,prompt:null,rev:null,rightMargin:A1,rules:null,scheme:null,scrolling:i6,standby:null,summary:null,text:null,topMargin:A1,valueType:null,version:null,vAlign:null,vLink:null,vSpace:A1,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Ie,disableRemotePlayback:Ie,prefix:null,property:null,results:A1,security:null,unselectable:null},space:"html",transform:bd0}),zG0=w9({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:Ga,accentHeight:A1,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:A1,amplitude:A1,arabicForm:null,ascent:A1,attributeName:null,attributeType:null,azimuth:A1,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:A1,by:null,calcMode:null,capHeight:A1,className:l8,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:A1,diffuseConstant:A1,direction:null,display:null,dur:null,divisor:A1,dominantBaseline:null,download:Ie,dx:null,dy:null,edgeMode:null,editable:null,elevation:A1,enableBackground:null,end:null,event:null,exponent:A1,externalResourcesRequired:null,fill:null,fillOpacity:A1,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:_9,g2:_9,glyphName:_9,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:A1,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:A1,horizOriginX:A1,horizOriginY:A1,id:null,ideographic:A1,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:A1,k:A1,k1:A1,k2:A1,k3:A1,k4:A1,kernelMatrix:Ga,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:A1,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:A1,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:A1,overlineThickness:A1,paintOrder:null,panose1:null,path:null,pathLength:A1,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:l8,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:A1,pointsAtY:A1,pointsAtZ:A1,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Ga,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Ga,rev:Ga,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Ga,requiredFeatures:Ga,requiredFonts:Ga,requiredFormats:Ga,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:A1,specularExponent:A1,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:A1,strikethroughThickness:A1,string:null,stroke:null,strokeDashArray:Ga,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:A1,strokeOpacity:A1,strokeWidth:null,style:null,surfaceScale:A1,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Ga,tabIndex:A1,tableValues:null,target:null,targetX:A1,targetY:A1,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Ga,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:A1,underlineThickness:A1,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:A1,values:null,vAlphabetic:A1,vMathematical:A1,vectorEffect:null,vHanging:A1,vIdeographic:A1,version:null,vertAdvY:A1,vertOriginX:A1,vertOriginY:A1,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:A1,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Ld0}),_d0=w9({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()}}),wd0=w9({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:bd0}),Cd0=w9({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(a,t){return"xml:"+t.slice(3).toLowerCase()}}),BG0={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"},UG0=/[A-Z]/g,Nd0=/-[a-z]/g,qG0=/^data[-\w.:]+$/i;function WG0(a,t){const n=Bk(t);let r=t,l=Za;if(n in a.normal)return a.property[a.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&qG0.test(t)){if(t.charAt(4)==="-"){const i=t.slice(5).replace(Nd0,KG0);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=t.slice(4);if(!Nd0.test(i)){let o=i.replace(UG0,GG0);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}l=Gk}return new l(r,t)}function GG0(a){return"-"+a.toLowerCase()}function KG0(a){return a.charAt(1).toUpperCase()}const YG0=Fd0([kd0,DG0,_d0,wd0,Cd0],"html"),Kk=Fd0([kd0,zG0,_d0,wd0,Cd0],"svg");function QG0(a){return a.join(" ").trim()}var C9={},Yk,Td0;function XG0(){if(Td0)return Yk;Td0=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=`
|
|
771
771
|
`,u="/",h="*",f="",v="comment",Z="declaration";Yk=function(V,F){if(typeof V!="string")throw new TypeError("First argument must be a string");if(!V)return[];F=F||{};var S=1,b=1;function _(i0){var X=i0.match(t);X&&(S+=X.length);var G=i0.lastIndexOf(m);b=~G?i0.length-G:b+i0.length}function w(){var i0={line:S,column:b};return function(X){return X.position=new L(i0),R(),X}}function L(i0){this.start=i0,this.end={line:S,column:b},this.source=F.source}L.prototype.content=V;function T(i0){var X=new Error(F.source+":"+S+":"+b+": "+i0);if(X.reason=i0,X.filename=F.source,X.line=S,X.column=b,X.source=V,!F.silent)throw X}function O(i0){var X=i0.exec(V);if(X){var G=X[0];return _(G),V=V.slice(G.length),X}}function R(){O(n)}function z(i0){var X;for(i0=i0||[];X=x();)X!==!1&&i0.push(X);return i0}function x(){var i0=w();if(!(u!=V.charAt(0)||h!=V.charAt(1))){for(var X=2;f!=V.charAt(X)&&(h!=V.charAt(X)||u!=V.charAt(X+1));)++X;if(X+=2,f===V.charAt(X-1))return T("End of comment missing");var G=V.slice(2,X-2);return b+=2,_(G),V=V.slice(X),b+=2,i0({type:v,comment:G})}}function J(){var i0=w(),X=O(r);if(X){if(x(),!O(l))return T("property missing ':'");var G=O(i),g0=i0({type:Z,property:H(X[0].replace(a,f)),value:G?H(G[0].replace(a,f)):f});return O(o),g0}}function t0(){var i0=[];z(i0);for(var X;X=J();)X!==!1&&(i0.push(X),z(i0));return i0}return R(),t0()};function H(V){return V?V.replace(c,f):f}return Yk}var Pd0;function JG0(){if(Pd0)return C9;Pd0=1;var a=C9&&C9.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(C9,"__esModule",{value:!0}),C9.default=n;var t=a(XG0());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 C9}var Ld={},Id0;function eK0(){if(Id0)return Ld;Id0=1,Object.defineProperty(Ld,"__esModule",{value:!0}),Ld.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 Ld.camelCase=m,Ld}var bd,Od0;function aK0(){if(Od0)return bd;Od0=1;var a=bd&&bd.__importDefault||function(l){return l&&l.__esModule?l:{default:l}},t=a(JG0()),n=eK0();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,bd=r,bd}var tK0=aK0();const nK0=d2(tK0),rK0=lK0("start");function lK0(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 iK0(a){return!a||typeof a!="object"?"":"position"in a||"type"in a?$d0(a.position):"start"in a||"end"in a?$d0(a):"line"in a||"column"in a?Qk(a):""}function Qk(a){return jd0(a&&a.line)+":"+jd0(a&&a.column)}function $d0(a){return Qk(a&&a.start)+"-"+Qk(a&&a.end)}function jd0(a){return a&&typeof a=="number"?a:1}let q4=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=iK0(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}};q4.prototype.file="",q4.prototype.name="",q4.prototype.reason="",q4.prototype.message="",q4.prototype.stack="",q4.prototype.column=void 0,q4.prototype.line=void 0,q4.prototype.ancestors=void 0,q4.prototype.cause=void 0,q4.prototype.fatal=void 0,q4.prototype.place=void 0,q4.prototype.ruleId=void 0,q4.prototype.source=void 0;const Xk={}.hasOwnProperty,oK0=new Map,cK0=/[A-Z]/g,sK0=new Set(["table","tbody","thead","tfoot","tr"]),mK0=new Set(["td","th"]),xd0="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function dK0(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=ZK0(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=gK0(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"?Kk:YG0,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},i=Rd0(l,a,void 0);return i&&typeof i!="string"?i:l.create(a,l.Fragment,{children:i||void 0},void 0)}function Rd0(a,t,n){if(t.type==="element")return uK0(a,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return pK0(a,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return fK0(a,t,n);if(t.type==="mdxjsEsm")return hK0(a,t);if(t.type==="root")return AK0(a,t,n);if(t.type==="text")return vK0(a,t)}function uK0(a,t,n){const r=a.schema;let l=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(l=Kk,a.schema=l),a.ancestors.push(t);const i=zd0(a,t.tagName,!1),o=HK0(a,t);let c=eL(a,t);return sK0.has(t.tagName)&&(c=c.filter(function(m){return typeof m=="string"?!xG0(m):!0})),Dd0(a,o,i,t),Jk(o,c),a.ancestors.pop(),a.schema=r,a.create(t,i,o,n)}function pK0(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)}_d(a,t.position)}function hK0(a,t){if(t.data&&t.data.estree&&a.evaluater)return a.evaluater.evaluateProgram(t.data.estree);_d(a,t.position)}function fK0(a,t,n){const r=a.schema;let l=r;t.name==="svg"&&r.space==="html"&&(l=Kk,a.schema=l),a.ancestors.push(t);const i=t.name===null?a.Fragment:zd0(a,t.name,!0),o=MK0(a,t),c=eL(a,t);return Dd0(a,o,i,t),Jk(o,c),a.ancestors.pop(),a.schema=r,a.create(t,i,o,n)}function AK0(a,t,n){const r={};return Jk(r,eL(a,t)),a.create(t,a.Fragment,r,n)}function vK0(a,t){return t.value}function Dd0(a,t,n,r){typeof n!="string"&&n!==a.Fragment&&a.passNode&&(t.node=r)}function Jk(a,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(a.children=n)}}function gK0(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 ZK0(a,t){return n;function n(r,l,i,o){const c=Array.isArray(i.children),m=rK0(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 HK0(a,t){const n={};let r,l;for(l in t.properties)if(l!=="children"&&Xk.call(t.properties,l)){const i=EK0(a,l,t.properties[l]);if(i){const[o,c]=i;a.tableCellAlignToStyle&&o==="align"&&typeof c=="string"&&mK0.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 MK0(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 _d(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 _d(a,t.position);else i=r.value===null?!0:r.value;n[l]=i}return n}function eL(a,t){const n=[];let r=-1;const l=a.passKeys?new Map:oK0;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=Rd0(a,i,o);c!==void 0&&n.push(c)}return n}function EK0(a,t,n){const r=WG0(a.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?PG0(n):QG0(n)),r.property==="style"){let l=typeof n=="object"?n:VK0(a,String(n));return a.stylePropertyNameCase==="css"&&(l=yK0(l)),["style",l]}return[a.elementAttributeNameCase==="react"&&r.space?BG0[r.property]||r.property:r.attribute,n]}}function VK0(a,t){try{return nK0(t,{reactCompat:!0})}catch(n){if(a.ignoreInvalidStyle)return{};const r=n,l=new q4("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=xd0+"#cannot-parse-style-attribute",l}}function zd0(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=Vd0(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=Vd0(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const l=r.value;return Xk.call(a.components,l)?a.components[l]:l}if(a.evaluater)return a.evaluater.evaluateExpression(r);_d(a)}function _d(a,t){const n=new q4("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=xd0+"#cannot-handle-mdx-estrees-without-createevaluater",n}function yK0(a){const t={};let n;for(n in a)Xk.call(a,n)&&(t[FK0(n)]=a[n]);return t}function FK0(a){let t=a.replace(cK0,SK0);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function SK0(a){return"-"+a.toLowerCase()}const aL={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"]},kK0={};function LK0(a,t){const n=kK0,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,l=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return Bd0(a,r,l)}function Bd0(a,t,n){if(bK0(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 Ud0(a.children,t,n)}return Array.isArray(a)?Ud0(a,t,n):""}function Ud0(a,t,n){const r=[];let l=-1;for(;++l<a.length;)r[l]=Bd0(a[l],t,n);return r.join("")}function bK0(a){return!!(a&&typeof a=="object")}const qd0=document.createElement("i");function tL(a){const t="&"+a+";";qd0.innerHTML=t;const n=qd0.textContent;return n.charCodeAt(n.length-1)===59&&a!=="semi"||n===t?!1:n}function Ha(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 Mt(a,t){return a.length>0?(Ha(a,a.length,0,t),a):t}const Wd0={}.hasOwnProperty;function _K0(a){const t={};let n=-1;for(;++n<a.length;)wK0(t,a[n]);return t}function wK0(a,t){let n;for(n in t){const l=(Wd0.call(a,n)?a[n]:void 0)||(a[n]={}),i=t[n];let o;if(i)for(o in i){Wd0.call(l,o)||(l[o]=[]);const c=i[o];CK0(l[o],Array.isArray(c)?c:c?[c]:[])}}}function CK0(a,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?a:r).push(t[n]);Ha(a,0,0,r)}function Gd0(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 nn(a){return a.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Kd0=NK0(/[\dA-Za-z]/);function NK0(a){return t;function t(n){return n!==null&&n>-1&&a.test(String.fromCharCode(n))}}function N9(a){const t=[];let n=-1,r=0,l=0;for(;++n<a.length;){const i=a.charCodeAt(n);let o="";if(i===37&&Kd0(a.charCodeAt(n+1))&&Kd0(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 Yd0(a){return a===-2||a===-1||a===32}function r2(a,t,n,r){const l=r?r-1:Number.POSITIVE_INFINITY;let i=0;return o;function o(m){return Yd0(m)?(a.enter(n),c(m)):t(m)}function c(m){return Yd0(m)&&i++<l?(a.consume(m),c):(a.exit(n),t(m))}}const er=T9(/[A-Za-z]/),rn=T9(/[\dA-Za-z]/),TK0=T9(/[#-'*+\--9=?A-Z^-~]/);function nL(a){return a!==null&&(a<32||a===127)}const rL=T9(/\d/),PK0=T9(/[\dA-Fa-f]/),IK0=T9(/[!-/:-@[-`{-~]/);function Ee(a){return a!==null&&a<-2}function Ka(a){return a!==null&&(a<0||a===32)}function z2(a){return a===-2||a===-1||a===32}function T9(a){return t;function t(n){return n!==null&&n>-1&&a.test(String.fromCharCode(n))}}const OK0={tokenize:$K0};function $K0(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"),r2(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 Ee(c)?(a.consume(c),a.exit("chunkText"),i):(a.consume(c),o)}}const jK0={tokenize:xK0},Qd0={tokenize:RK0};function xK0(a){const t=this,n=[];let r=0,l,i,o;return c;function c(_){if(r<n.length){const w=n[r];return t.containerState=w[1],a.attempt(w[0].continuation,m,u)(_)}return u(_)}function m(_){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,l&&b();const w=t.events.length;let L=w,T;for(;L--;)if(t.events[L][0]==="exit"&&t.events[L][1].type==="chunkFlow"){T=t.events[L][1].end;break}S(r);let O=w;for(;O<t.events.length;)t.events[O][1].end={...T},O++;return Ha(t.events,L+1,0,t.events.slice(w)),t.events.length=O,u(_)}return c(_)}function u(_){if(r===n.length){if(!l)return v(_);if(l.currentConstruct&&l.currentConstruct.concrete)return H(_);t.interrupt=!!(l.currentConstruct&&!l._gfmTableDynamicInterruptHack)}return t.containerState={},a.check(Qd0,h,f)(_)}function h(_){return l&&b(),S(r),v(_)}function f(_){return t.parser.lazy[t.now().line]=r!==n.length,o=t.now().offset,H(_)}function v(_){return t.containerState={},a.attempt(Qd0,Z,H)(_)}function Z(_){return r++,n.push([t.currentConstruct,t.containerState]),v(_)}function H(_){if(_===null){l&&b(),S(0),a.consume(_);return}return l=l||t.parser.flow(t.now()),a.enter("chunkFlow",{_tokenizer:l,contentType:"flow",previous:i}),V(_)}function V(_){if(_===null){F(a.exit("chunkFlow"),!0),S(0),a.consume(_);return}return Ee(_)?(a.consume(_),F(a.exit("chunkFlow")),r=0,t.interrupt=void 0,c):(a.consume(_),V)}function F(_,w){const L=t.sliceStream(_);if(w&&L.push(null),_.previous=i,i&&(i.next=_),i=_,l.defineSkip(_.start),l.write(L),t.parser.lazy[_.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 O=t.events.length;let R=O,z,x;for(;R--;)if(t.events[R][0]==="exit"&&t.events[R][1].type==="chunkFlow"){if(z){x=t.events[R][1].end;break}z=!0}for(S(r),T=O;T<t.events.length;)t.events[T][1].end={...x},T++;Ha(t.events,R+1,0,t.events.slice(O)),t.events.length=T}}function S(_){let w=n.length;for(;w-- >_;){const L=n[w];t.containerState=L[1],L[0].exit.call(t,a)}n.length=_}function b(){l.write([null]),i=void 0,l=void 0,t.containerState._closeFlow=void 0}}function RK0(a,t,n){return r2(a,a.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function DK0(a){return a!==null&&(a<0||a===32)}const zK0=Xd0(new RegExp("\\p{P}|\\p{S}","u")),BK0=Xd0(/\s/);function Xd0(a){return t;function t(n){return n!==null&&n>-1&&a.test(String.fromCharCode(n))}}function P9(a){if(a===null||DK0(a)||BK0(a))return 1;if(zK0(a))return 2}function Lv(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 lL={name:"attention",resolveAll:UK0,tokenize:qK0};function UK0(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};Jd0(f,-m),Jd0(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=Mt(u,[["enter",a[r][1],t],["exit",a[r][1],t]])),u=Mt(u,[["enter",l,t],["enter",o,t],["exit",o,t],["enter",i,t]]),u=Mt(u,Lv(t.parser.constructs.insideSpan.null,a.slice(r+1,n),t)),u=Mt(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=Mt(u,[["enter",a[n][1],t],["exit",a[n][1],t]])):h=0,Ha(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 qK0(a,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,l=P9(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=P9(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 Jd0(a,t){a.column+=t,a.offset+=t,a._bufferIndex+=t}const WK0={name:"autolink",tokenize:GK0};function GK0(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 er(Z)?(a.consume(Z),o):Z===64?n(Z):u(Z)}function o(Z){return Z===43||Z===45||Z===46||rn(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||rn(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||nL(Z)?n(Z):(a.consume(Z),m)}function u(Z){return Z===64?(a.consume(Z),h):TK0(Z)?(a.consume(Z),u):n(Z)}function h(Z){return rn(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||rn(Z))&&r++<63){const H=Z===45?v:f;return a.consume(Z),H}return n(Z)}}const bv={partial:!0,tokenize:KK0};function KK0(a,t,n){return r;function r(i){return z2(i)?r2(a,l,"linePrefix")(i):l(i)}function l(i){return i===null||Ee(i)?t(i):n(i)}}const eu0={continuation:{tokenize:QK0},exit:XK0,name:"blockQuote",tokenize:YK0};function YK0(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 z2(o)?(a.enter("blockQuotePrefixWhitespace"),a.consume(o),a.exit("blockQuotePrefixWhitespace"),a.exit("blockQuotePrefix"),t):(a.exit("blockQuotePrefix"),t(o))}}function QK0(a,t,n){const r=this;return l;function l(o){return z2(o)?r2(a,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o):i(o)}function i(o){return a.attempt(eu0,t,n)(o)}}function XK0(a){a.exit("blockQuote")}const au0={name:"characterEscape",tokenize:JK0};function JK0(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 IK0(i)?(a.enter("characterEscapeValue"),a.consume(i),a.exit("characterEscapeValue"),a.exit("characterEscape"),t):n(i)}}const tu0={name:"characterReference",tokenize:eY0};function eY0(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=rn,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=PK0,h):(a.enter("characterReferenceValue"),i=7,o=rL,h(f))}function h(f){if(f===59&&l){const v=a.exit("characterReferenceValue");return o===rn&&!tL(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 nu0={partial:!0,tokenize:tY0},ru0={concrete:!0,name:"codeFenced",tokenize:aY0};function aY0(a,t,n){const r=this,l={partial:!0,tokenize:L};let i=0,o=0,c;return m;function m(T){return u(T)}function u(T){const O=r.events[r.events.length-1];return i=O&&O[1].type==="linePrefix"?O[2].sliceSerialize(O[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"),z2(T)?r2(a,f,"whitespace")(T):f(T))}function f(T){return T===null||Ee(T)?(a.exit("codeFencedFence"),r.interrupt?t(T):a.check(nu0,V,w)(T)):(a.enter("codeFencedFenceInfo"),a.enter("chunkString",{contentType:"string"}),v(T))}function v(T){return T===null||Ee(T)?(a.exit("chunkString"),a.exit("codeFencedFenceInfo"),f(T)):z2(T)?(a.exit("chunkString"),a.exit("codeFencedFenceInfo"),r2(a,Z,"whitespace")(T)):T===96&&T===c?n(T):(a.consume(T),v)}function Z(T){return T===null||Ee(T)?f(T):(a.enter("codeFencedFenceMeta"),a.enter("chunkString",{contentType:"string"}),H(T))}function H(T){return T===null||Ee(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,F)(T)}function F(T){return a.enter("lineEnding"),a.consume(T),a.exit("lineEnding"),S}function S(T){return i>0&&z2(T)?r2(a,b,"linePrefix",i+1)(T):b(T)}function b(T){return T===null||Ee(T)?a.check(nu0,V,w)(T):(a.enter("codeFlowValue"),_(T))}function _(T){return T===null||Ee(T)?(a.exit("codeFlowValue"),b(T)):(a.consume(T),_)}function w(T){return a.exit("codeFenced"),t(T)}function L(T,O,R){let z=0;return x;function x(G){return T.enter("lineEnding"),T.consume(G),T.exit("lineEnding"),J}function J(G){return T.enter("codeFencedFence"),z2(G)?r2(T,t0,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(G):t0(G)}function t0(G){return G===c?(T.enter("codeFencedFenceSequence"),i0(G)):R(G)}function i0(G){return G===c?(z++,T.consume(G),i0):z>=o?(T.exit("codeFencedFenceSequence"),z2(G)?r2(T,X,"whitespace")(G):X(G)):R(G)}function X(G){return G===null||Ee(G)?(T.exit("codeFencedFence"),O(G)):R(G)}}}function tY0(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 iL={name:"codeIndented",tokenize:rY0},nY0={partial:!0,tokenize:lY0};function rY0(a,t,n){const r=this;return l;function l(u){return a.enter("codeIndented"),r2(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):Ee(u)?a.attempt(nY0,o,m)(u):(a.enter("codeFlowValue"),c(u))}function c(u){return u===null||Ee(u)?(a.exit("codeFlowValue"),o(u)):(a.consume(u),c)}function m(u){return a.exit("codeIndented"),t(u)}}function lY0(a,t,n){const r=this;return l;function l(o){return r.parser.lazy[r.now().line]?n(o):Ee(o)?(a.enter("lineEnding"),a.consume(o),a.exit("lineEnding"),l):r2(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):Ee(o)?l(o):n(o)}}const iY0={name:"codeText",previous:cY0,resolve:oY0,tokenize:sY0};function oY0(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 cY0(a){return a!==96||this.events[this.events.length-1][1].type==="characterEscape"}function sY0(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)):Ee(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||Ee(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 mY0{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&&wd(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),wd(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),wd(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);wd(this.right,n.reverse())}else{const n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);wd(this.left,n.reverse())}}}function wd(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 lu0(a){const t={};let n=-1,r,l,i,o,c,m,u;const h=new mY0(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,dY0(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 Ha(a,0,Number.POSITIVE_INFINITY,h.slice(0)),!u}function dY0(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 F=[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,F.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):F.pop(),v=F.length;v--;){const S=c.slice(F[v],F[v+1]),b=i.pop();m.push([b,b+S.length-1]),a.splice(b,2,S)}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 uY0={resolve:hY0,tokenize:fY0},pY0={partial:!0,tokenize:AY0};function hY0(a){return lu0(a),a}function fY0(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):Ee(c)?a.check(pY0,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 AY0(a,t,n){const r=this;return l;function l(o){return a.exit("chunkContent"),a.enter("lineEnding"),a.consume(o),a.exit("lineEnding"),r2(a,i,"linePrefix")}function i(o){if(o===null||Ee(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 iu0(a,t,n,r,l,i,o,c,m){const u=m||Number.POSITIVE_INFINITY;let h=0;return f;function f(S){return S===60?(a.enter(r),a.enter(l),a.enter(i),a.consume(S),a.exit(i),v):S===null||S===32||S===41||nL(S)?n(S):(a.enter(r),a.enter(o),a.enter(c),a.enter("chunkString",{contentType:"string"}),V(S))}function v(S){return S===62?(a.enter(i),a.consume(S),a.exit(i),a.exit(l),a.exit(r),t):(a.enter(c),a.enter("chunkString",{contentType:"string"}),Z(S))}function Z(S){return S===62?(a.exit("chunkString"),a.exit(c),v(S)):S===null||S===60||Ee(S)?n(S):(a.consume(S),S===92?H:Z)}function H(S){return S===60||S===62||S===92?(a.consume(S),Z):Z(S)}function V(S){return!h&&(S===null||S===41||Ka(S))?(a.exit("chunkString"),a.exit(c),a.exit(o),a.exit(r),t(S)):h<u&&S===40?(a.consume(S),h++,V):S===41?(a.consume(S),h--,V):S===null||S===32||S===40||nL(S)?n(S):(a.consume(S),S===92?F:V)}function F(S){return S===40||S===41||S===92?(a.consume(S),V):V(S)}}function ou0(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):Ee(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||Ee(Z)||c++>999?(a.exit("chunkString"),h(Z)):(a.consume(Z),m||(m=!z2(Z)),Z===92?v:f)}function v(Z){return Z===91||Z===92||Z===93?(a.consume(Z),c++,f):f(Z)}}function cu0(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):Ee(v)?(a.enter("lineEnding"),a.consume(v),a.exit("lineEnding"),r2(a,u,"linePrefix")):(a.enter("chunkString",{contentType:"string"}),h(v))}function h(v){return v===o||v===null||Ee(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 Cd(a,t){let n;return r;function r(l){return Ee(l)?(a.enter("lineEnding"),a.consume(l),a.exit("lineEnding"),n=!0,r):z2(l)?r2(a,r,n?"linePrefix":"lineSuffix")(l):t(l)}}const vY0={name:"definition",tokenize:ZY0},gY0={partial:!0,tokenize:HY0};function ZY0(a,t,n){const r=this;let l;return i;function i(Z){return a.enter("definition"),o(Z)}function o(Z){return ou0.call(r,a,c,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(Z)}function c(Z){return l=nn(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 Ka(Z)?Cd(a,u)(Z):u(Z)}function u(Z){return iu0(a,h,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(Z)}function h(Z){return a.attempt(gY0,f,f)(Z)}function f(Z){return z2(Z)?r2(a,v,"whitespace")(Z):v(Z)}function v(Z){return Z===null||Ee(Z)?(a.exit("definition"),r.parser.defined.push(l),t(Z)):n(Z)}}function HY0(a,t,n){return r;function r(c){return Ka(c)?Cd(a,l)(c):n(c)}function l(c){return cu0(a,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(c)}function i(c){return z2(c)?r2(a,o,"whitespace")(c):o(c)}function o(c){return c===null||Ee(c)?t(c):n(c)}}const MY0={name:"hardBreakEscape",tokenize:EY0};function EY0(a,t,n){return r;function r(i){return a.enter("hardBreakEscape"),a.consume(i),l}function l(i){return Ee(i)?(a.exit("hardBreakEscape"),t(i)):n(i)}}const VY0={name:"headingAtx",resolve:yY0,tokenize:FY0};function yY0(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"},Ha(a,r,n-r+1,[["enter",l,t],["enter",i,t],["exit",i,t],["exit",l,t]])),a}function FY0(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||Ka(h)?(a.exit("atxHeadingSequence"),c(h)):n(h)}function c(h){return h===35?(a.enter("atxHeadingSequence"),m(h)):h===null||Ee(h)?(a.exit("atxHeading"),t(h)):z2(h)?r2(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||Ka(h)?(a.exit("atxHeadingText"),c(h)):(a.consume(h),u)}}const SY0=["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"],su0=["pre","script","style","textarea"],kY0={concrete:!0,name:"htmlFlow",resolveTo:_Y0,tokenize:wY0},LY0={partial:!0,tokenize:NY0},bY0={partial:!0,tokenize:CY0};function _Y0(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 wY0(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:K):er(B)?(a.consume(B),o=String.fromCharCode(B),F):n(B)}function v(B){return B===45?(a.consume(B),l=2,Z):B===91?(a.consume(B),l=5,c=0,H):er(B)?(a.consume(B),l=4,r.interrupt?t:K):n(B)}function Z(B){return B===45?(a.consume(B),r.interrupt?t:K):n(B)}function H(B){const M0="CDATA[";return B===M0.charCodeAt(c++)?(a.consume(B),c===M0.length?r.interrupt?t:t0:H):n(B)}function V(B){return er(B)?(a.consume(B),o=String.fromCharCode(B),F):n(B)}function F(B){if(B===null||B===47||B===62||Ka(B)){const M0=B===47,_0=o.toLowerCase();return!M0&&!i&&su0.includes(_0)?(l=1,r.interrupt?t(B):t0(B)):SY0.includes(o.toLowerCase())?(l=6,M0?(a.consume(B),S):r.interrupt?t(B):t0(B)):(l=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(B):i?b(B):_(B))}return B===45||rn(B)?(a.consume(B),o+=String.fromCharCode(B),F):n(B)}function S(B){return B===62?(a.consume(B),r.interrupt?t:t0):n(B)}function b(B){return z2(B)?(a.consume(B),b):x(B)}function _(B){return B===47?(a.consume(B),x):B===58||B===95||er(B)?(a.consume(B),w):z2(B)?(a.consume(B),_):x(B)}function w(B){return B===45||B===46||B===58||B===95||rn(B)?(a.consume(B),w):L(B)}function L(B){return B===61?(a.consume(B),T):z2(B)?(a.consume(B),L):_(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,O):z2(B)?(a.consume(B),T):R(B)}function O(B){return B===m?(a.consume(B),m=null,z):B===null||Ee(B)?n(B):(a.consume(B),O)}function R(B){return B===null||B===34||B===39||B===47||B===60||B===61||B===62||B===96||Ka(B)?L(B):(a.consume(B),R)}function z(B){return B===47||B===62||z2(B)?_(B):n(B)}function x(B){return B===62?(a.consume(B),J):n(B)}function J(B){return B===null||Ee(B)?t0(B):z2(B)?(a.consume(B),J):n(B)}function t0(B){return B===45&&l===2?(a.consume(B),g0):B===60&&l===1?(a.consume(B),y0):B===62&&l===4?(a.consume(B),Y):B===63&&l===3?(a.consume(B),K):B===93&&l===5?(a.consume(B),p0):Ee(B)&&(l===6||l===7)?(a.exit("htmlFlowData"),a.check(LY0,a0,i0)(B)):B===null||Ee(B)?(a.exit("htmlFlowData"),i0(B)):(a.consume(B),t0)}function i0(B){return a.check(bY0,X,a0)(B)}function X(B){return a.enter("lineEnding"),a.consume(B),a.exit("lineEnding"),G}function G(B){return B===null||Ee(B)?i0(B):(a.enter("htmlFlowData"),t0(B))}function g0(B){return B===45?(a.consume(B),K):t0(B)}function y0(B){return B===47?(a.consume(B),o="",o0):t0(B)}function o0(B){if(B===62){const M0=o.toLowerCase();return su0.includes(M0)?(a.consume(B),Y):t0(B)}return er(B)&&o.length<8?(a.consume(B),o+=String.fromCharCode(B),o0):t0(B)}function p0(B){return B===93?(a.consume(B),K):t0(B)}function K(B){return B===62?(a.consume(B),Y):B===45&&l===2?(a.consume(B),K):t0(B)}function Y(B){return B===null||Ee(B)?(a.exit("htmlFlowData"),a0(B)):(a.consume(B),Y)}function a0(B){return a.exit("htmlFlow"),t(B)}}function CY0(a,t,n){const r=this;return l;function l(o){return Ee(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 NY0(a,t,n){return r;function r(l){return a.enter("lineEnding"),a.consume(l),a.exit("lineEnding"),a.attempt(bv,t,n)}}const TY0={name:"htmlText",tokenize:PY0};function PY0(a,t,n){const r=this;let l,i,o;return c;function c(K){return a.enter("htmlText"),a.enter("htmlTextData"),a.consume(K),m}function m(K){return K===33?(a.consume(K),u):K===47?(a.consume(K),L):K===63?(a.consume(K),_):er(K)?(a.consume(K),R):n(K)}function u(K){return K===45?(a.consume(K),h):K===91?(a.consume(K),i=0,H):er(K)?(a.consume(K),b):n(K)}function h(K){return K===45?(a.consume(K),Z):n(K)}function f(K){return K===null?n(K):K===45?(a.consume(K),v):Ee(K)?(o=f,y0(K)):(a.consume(K),f)}function v(K){return K===45?(a.consume(K),Z):f(K)}function Z(K){return K===62?g0(K):K===45?v(K):f(K)}function H(K){const Y="CDATA[";return K===Y.charCodeAt(i++)?(a.consume(K),i===Y.length?V:H):n(K)}function V(K){return K===null?n(K):K===93?(a.consume(K),F):Ee(K)?(o=V,y0(K)):(a.consume(K),V)}function F(K){return K===93?(a.consume(K),S):V(K)}function S(K){return K===62?g0(K):K===93?(a.consume(K),S):V(K)}function b(K){return K===null||K===62?g0(K):Ee(K)?(o=b,y0(K)):(a.consume(K),b)}function _(K){return K===null?n(K):K===63?(a.consume(K),w):Ee(K)?(o=_,y0(K)):(a.consume(K),_)}function w(K){return K===62?g0(K):_(K)}function L(K){return er(K)?(a.consume(K),T):n(K)}function T(K){return K===45||rn(K)?(a.consume(K),T):O(K)}function O(K){return Ee(K)?(o=O,y0(K)):z2(K)?(a.consume(K),O):g0(K)}function R(K){return K===45||rn(K)?(a.consume(K),R):K===47||K===62||Ka(K)?z(K):n(K)}function z(K){return K===47?(a.consume(K),g0):K===58||K===95||er(K)?(a.consume(K),x):Ee(K)?(o=z,y0(K)):z2(K)?(a.consume(K),z):g0(K)}function x(K){return K===45||K===46||K===58||K===95||rn(K)?(a.consume(K),x):J(K)}function J(K){return K===61?(a.consume(K),t0):Ee(K)?(o=J,y0(K)):z2(K)?(a.consume(K),J):z(K)}function t0(K){return K===null||K===60||K===61||K===62||K===96?n(K):K===34||K===39?(a.consume(K),l=K,i0):Ee(K)?(o=t0,y0(K)):z2(K)?(a.consume(K),t0):(a.consume(K),X)}function i0(K){return K===l?(a.consume(K),l=void 0,G):K===null?n(K):Ee(K)?(o=i0,y0(K)):(a.consume(K),i0)}function X(K){return K===null||K===34||K===39||K===60||K===61||K===96?n(K):K===47||K===62||Ka(K)?z(K):(a.consume(K),X)}function G(K){return K===47||K===62||Ka(K)?z(K):n(K)}function g0(K){return K===62?(a.consume(K),a.exit("htmlTextData"),a.exit("htmlText"),t):n(K)}function y0(K){return a.exit("htmlTextData"),a.enter("lineEnding"),a.consume(K),a.exit("lineEnding"),o0}function o0(K){return z2(K)?r2(a,p0,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(K):p0(K)}function p0(K){return a.enter("htmlTextData"),o(K)}}const oL={name:"labelEnd",resolveAll:jY0,resolveTo:xY0,tokenize:RY0},IY0={tokenize:DY0},OY0={tokenize:zY0},$Y0={tokenize:BY0};function jY0(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&&Ha(a,0,a.length,n),a}function xY0(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=Mt(c,a.slice(i+1,i+r+3)),c=Mt(c,[["enter",h,t]]),c=Mt(c,Lv(t.parser.constructs.insideSpan.null,a.slice(i+r+4,o-3),t)),c=Mt(c,[["exit",h,t],a[o-2],a[o-1],["exit",u,t]]),c=Mt(c,a.slice(o+1)),c=Mt(c,[["exit",m,t]]),Ha(a,i,a.length,c),a}function RY0(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(nn(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(IY0,h,o?h:f)(v):v===91?a.attempt(OY0,h,o?u:f)(v):o?h(v):f(v)}function u(v){return a.attempt($Y0,h,f)(v)}function h(v){return t(v)}function f(v){return i._balanced=!0,n(v)}}function DY0(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 Ka(f)?Cd(a,i)(f):i(f)}function i(f){return f===41?h(f):iu0(a,o,c,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(f)}function o(f){return Ka(f)?Cd(a,m)(f):h(f)}function c(f){return n(f)}function m(f){return f===34||f===39||f===40?cu0(a,u,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(f):h(f)}function u(f){return Ka(f)?Cd(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 zY0(a,t,n){const r=this;return l;function l(c){return ou0.call(r,a,i,o,"reference","referenceMarker","referenceString")(c)}function i(c){return r.parser.defined.includes(nn(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(c):n(c)}function o(c){return n(c)}}function BY0(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 UY0={name:"labelStartImage",resolveAll:oL.resolveAll,tokenize:qY0};function qY0(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 WY0={name:"labelStartLink",resolveAll:oL.resolveAll,tokenize:GY0};function GY0(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 cL={name:"lineEnding",tokenize:KY0};function KY0(a,t){return n;function n(r){return a.enter("lineEnding"),a.consume(r),a.exit("lineEnding"),r2(a,t,"linePrefix")}}const _v={name:"thematicBreak",tokenize:YY0};function YY0(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||Ee(u))?(a.exit("thematicBreak"),t(u)):n(u)}function m(u){return u===l?(a.consume(u),r++,m):(a.exit("thematicBreakSequence"),z2(u)?r2(a,c,"whitespace")(u):c(u))}}const Ma={continuation:{tokenize:eQ0},exit:tQ0,name:"list",tokenize:JY0},QY0={partial:!0,tokenize:nQ0},XY0={partial:!0,tokenize:aQ0};function JY0(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:rL(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(_v,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 rL(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(bv,r.interrupt?n:h,a.attempt(QY0,v,f))}function h(Z){return r.containerState.initialBlankLine=!0,i++,v(Z)}function f(Z){return z2(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 eQ0(a,t,n){const r=this;return r.containerState._closeFlow=void 0,a.check(bv,l,i);function l(c){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,r2(a,t,"listItemIndent",r.containerState.size+1)(c)}function i(c){return r.containerState.furtherBlankLines||!z2(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(XY0,t,o)(c))}function o(c){return r.containerState._closeFlow=!0,r.interrupt=void 0,r2(a,a.attempt(Ma,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(c)}}function aQ0(a,t,n){const r=this;return r2(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 tQ0(a){a.exit(this.containerState.type)}function nQ0(a,t,n){const r=this;return r2(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!z2(i)&&o&&o[1].type==="listItemPrefixWhitespace"?t(i):n(i)}}const mu0={name:"setextUnderline",resolveTo:rQ0,tokenize:lQ0};function rQ0(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 lQ0(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"),z2(u)?r2(a,m,"lineSuffix")(u):m(u))}function m(u){return u===null||Ee(u)?(a.exit("setextHeadingLine"),t(u)):n(u)}}const iQ0={tokenize:oQ0};function oQ0(a){const t=this,n=a.attempt(bv,r,a.attempt(this.parser.constructs.flowInitial,l,r2(a,a.attempt(this.parser.constructs.flow,l,a.attempt(uY0,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 cQ0={resolveAll:uu0()},sQ0=du0("string"),mQ0=du0("text");function du0(a){return{resolveAll:uu0(a==="text"?dQ0: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 uu0(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 dQ0(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 uQ0=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:{null:[42,95]},contentInitial:{91:vY0},disable:{null:[]},document:{42:Ma,43:Ma,45:Ma,48:Ma,49:Ma,50:Ma,51:Ma,52:Ma,53:Ma,54:Ma,55:Ma,56:Ma,57:Ma,62:eu0},flow:{35:VY0,42:_v,45:[mu0,_v],60:kY0,61:mu0,95:_v,96:ru0,126:ru0},flowInitial:{[-2]:iL,[-1]:iL,32:iL},insideSpan:{null:[lL,cQ0]},string:{38:tu0,92:au0},text:{[-5]:cL,[-4]:cL,[-3]:cL,33:UY0,38:tu0,42:lL,60:[WK0,TY0],91:WY0,92:[MY0,au0],93:oL,95:lL,96:iY0}},Symbol.toStringTag,{value:"Module"}));function pQ0(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:O(L),check:O(T),consume:b,enter:_,exit:w,interrupt:O(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(J){return o=Mt(o,J),F(),o[o.length-1]!==null?[]:(R(t,0),u.events=Lv(i,u.events,u),u.events)}function v(J,t0){return fQ0(Z(J),t0)}function Z(J){return hQ0(o,J)}function H(){const{_bufferIndex:J,_index:t0,line:i0,column:X,offset:G}=r;return{_bufferIndex:J,_index:t0,line:i0,column:X,offset:G}}function V(J){l[J.line]=J.column,x()}function F(){let J;for(;r._index<o.length;){const t0=o[r._index];if(typeof t0=="string")for(J=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===J&&r._bufferIndex<t0.length;)S(t0.charCodeAt(r._bufferIndex));else S(t0)}}function S(J){h=h(J)}function b(J){Ee(J)?(r.line++,r.column=1,r.offset+=J===-3?2:1,x()):J!==-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=J}function _(J,t0){const i0=t0||{};return i0.type=J,i0.start=H(),u.events.push(["enter",i0,u]),c.push(i0),i0}function w(J){const t0=c.pop();return t0.end=H(),u.events.push(["exit",t0,u]),t0}function L(J,t0){R(J,t0.from)}function T(J,t0){t0.restore()}function O(J,t0){return i0;function i0(X,G,g0){let y0,o0,p0,K;return Array.isArray(X)?a0(X):"tokenize"in X?a0([X]):Y(X);function Y(u0){return W0;function W0(r0){const d0=r0!==null&&u0[r0],A0=r0!==null&&u0.null,F0=[...Array.isArray(d0)?d0:d0?[d0]:[],...Array.isArray(A0)?A0:A0?[A0]:[]];return a0(F0)(r0)}}function a0(u0){return y0=u0,o0=0,u0.length===0?g0:B(u0[o0])}function B(u0){return W0;function W0(r0){return K=z(),p0=u0,u0.partial||(u.currentConstruct=u0),u0.name&&u.parser.constructs.disable.null.includes(u0.name)?_0():u0.tokenize.call(t0?Object.assign(Object.create(u),t0):u,m,M0,_0)(r0)}}function M0(u0){return J(p0,K),G}function _0(u0){return K.restore(),++o0<y0.length?B(y0[o0]):g0}}}function R(J,t0){J.resolveAll&&!i.includes(J)&&i.push(J),J.resolve&&Ha(u.events,t0,u.events.length-t0,J.resolve(u.events.slice(t0),u)),J.resolveTo&&(u.events=J.resolveTo(u.events,u))}function z(){const J=H(),t0=u.previous,i0=u.currentConstruct,X=u.events.length,G=Array.from(c);return{from:X,restore:g0};function g0(){r=J,u.previous=t0,u.currentConstruct=i0,u.events.length=X,c=G,x()}}function x(){r.line in l&&r.column<2&&(r.column=l[r.line],r.offset+=l[r.line]-1)}}function hQ0(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 fQ0(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=`
|
|
772
772
|
`;break}case-3:{o=`\r
|
|
773
773
|
`;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 AQ0(a){const r={constructs:_K0([uQ0,...(a||{}).extensions||[]]),content:l(OK0),defined:[],document:l(jK0),flow:l(iQ0),lazy:{},string:l(sQ0),text:l(mQ0)};return r;function l(i){return o;function o(c){return pQ0(r,i,c)}}}function vQ0(a){for(;!lu0(a););return a}const pu0=/[\0\t\n\r]/g;function gQ0(){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(pu0.lastIndex=f,u=pu0.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 ZQ0=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function HQ0(a){return a.replace(ZQ0,MQ0)}function MQ0(a,t,n){if(t)return t;if(n.charCodeAt(0)===35){const l=n.charCodeAt(1),i=l===120||l===88;return Gd0(n.slice(i?2:1),i?16:10)}return tL(n)||a}function wv(a){return!a||typeof a!="object"?"":"position"in a||"type"in a?hu0(a.position):"start"in a||"end"in a?hu0(a):"line"in a||"column"in a?sL(a):""}function sL(a){return fu0(a&&a.line)+":"+fu0(a&&a.column)}function hu0(a){return sL(a&&a.start)+"-"+sL(a&&a.end)}function fu0(a){return a&&typeof a=="number"?a:1}const Au0={}.hasOwnProperty;function EQ0(a,t,n){return typeof t!="string"&&(n=t,t=void 0),VQ0(n)(vQ0(AQ0(n).document().write(gQ0()(a,t,!0))))}function VQ0(a){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:i(f1),autolinkProtocol:z,autolinkEmail:z,atxHeading:i(l0),blockQuote:i(A0),characterEscape:z,characterReference:z,codeFenced:i(F0),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:i(F0,o),codeText:i(C0,o),codeTextData:z,data:z,codeFlowValue:z,definition:i(q),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:i(e0),hardBreakEscape:i(E0),hardBreakTrailing:i(E0),htmlFlow:i(I0,o),htmlFlowData:z,htmlText:i(I0,o),htmlTextData:z,image:i(J0),label:o,link:i(f1),listItem:i(Y1),listItemValue:v,listOrdered:i(Z1,f),listUnordered:i(Z1),paragraph:i(l1),reference:B,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:i(l0),strong:i(X0),thematicBreak:i(i1)},exit:{atxHeading:m(),atxHeadingSequence:L,autolink:m(),autolinkEmail:d0,autolinkProtocol:r0,blockQuote:m(),characterEscapeValue:x,characterReferenceMarkerHexadecimal:_0,characterReferenceMarkerNumeric:_0,characterReferenceValue:u0,characterReference:W0,codeFenced:m(F),codeFencedFence:V,codeFencedFenceInfo:Z,codeFencedFenceMeta:H,codeFlowValue:x,codeIndented:m(S),codeText:m(G),codeTextData:x,data:x,definition:m(),definitionDestinationString:w,definitionLabelString:b,definitionTitleString:_,emphasis:m(),hardBreakEscape:m(t0),hardBreakTrailing:m(t0),htmlFlow:m(i0),htmlFlowData:x,htmlText:m(X),htmlTextData:x,image:m(y0),label:p0,labelText:o0,lineEnding:J,link:m(g0),listItem:m(),listOrdered:m(),listUnordered:m(),paragraph:m(),referenceString:M0,resourceDestinationString:K,resourceTitleString:Y,resource:a0,setextHeading:m(R),setextHeadingLineSequence:O,setextHeadingText:T,strong:m(),thematicBreak:m()}};vu0(t,(a||{}).mdastExtensions||[]);const n={};return r;function r(w0){let z0={type:"root",children:[]};const t1={stack:[z0],tokenStack:[],config:t,enter:c,exit:u,buffer:o,resume:h,data:n},_1=[];let J1=-1;for(;++J1<w0.length;)if(w0[J1][1].type==="listOrdered"||w0[J1][1].type==="listUnordered")if(w0[J1][0]==="enter")_1.push(J1);else{const n1=_1.pop();J1=l(w0,n1,J1)}for(J1=-1;++J1<w0.length;){const n1=t[w0[J1][0]];Au0.call(n1,w0[J1][1].type)&&n1[w0[J1][1].type].call(Object.assign({sliceSerialize:w0[J1][2].sliceSerialize},t1),w0[J1][1])}if(t1.tokenStack.length>0){const n1=t1.tokenStack[t1.tokenStack.length-1];(n1[1]||gu0).call(t1,void 0,n1[0])}for(z0.position={start:j3(w0.length>0?w0[0][1].start:{line:1,column:1,offset:0}),end:j3(w0.length>0?w0[w0.length-2][1].end:{line:1,column:1,offset:0})},J1=-1;++J1<t.transforms.length;)z0=t.transforms[J1](z0)||z0;return z0}function l(w0,z0,t1){let _1=z0-1,J1=-1,n1=!1,L1,S1,se,Le;for(;++_1<=t1;){const fe=w0[_1];switch(fe[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{fe[0]==="enter"?J1++:J1--,Le=void 0;break}case"lineEndingBlank":{fe[0]==="enter"&&(L1&&!Le&&!J1&&!se&&(se=_1),Le=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Le=void 0}if(!J1&&fe[0]==="enter"&&fe[1].type==="listItemPrefix"||J1===-1&&fe[0]==="exit"&&(fe[1].type==="listUnordered"||fe[1].type==="listOrdered")){if(L1){let Ke=_1;for(S1=void 0;Ke--;){const l2=w0[Ke];if(l2[1].type==="lineEnding"||l2[1].type==="lineEndingBlank"){if(l2[0]==="exit")continue;S1&&(w0[S1][1].type="lineEndingBlank",n1=!0),l2[1].type="lineEnding",S1=Ke}else if(!(l2[1].type==="linePrefix"||l2[1].type==="blockQuotePrefix"||l2[1].type==="blockQuotePrefixWhitespace"||l2[1].type==="blockQuoteMarker"||l2[1].type==="listItemIndent"))break}se&&(!S1||se<S1)&&(L1._spread=!0),L1.end=Object.assign({},S1?w0[S1][1].start:fe[1].end),w0.splice(S1||_1,0,["exit",L1,fe[2]]),_1++,t1++}if(fe[1].type==="listItemPrefix"){const Ke={type:"listItem",_spread:!1,start:Object.assign({},fe[1].start),end:void 0};L1=Ke,w0.splice(_1,0,["enter",Ke,fe[2]]),_1++,t1++,se=void 0,Le=!0}}}return w0[z0][1]._spread=n1,t1}function i(w0,z0){return t1;function t1(_1){c.call(this,w0(_1),_1),z0&&z0.call(this,_1)}}function o(){this.stack.push({type:"fragment",children:[]})}function c(w0,z0,t1){this.stack[this.stack.length-1].children.push(w0),this.stack.push(w0),this.tokenStack.push([z0,t1||void 0]),w0.position={start:j3(z0.start),end:void 0}}function m(w0){return z0;function z0(t1){w0&&w0.call(this,t1),u.call(this,t1)}}function u(w0,z0){const t1=this.stack.pop(),_1=this.tokenStack.pop();if(_1)_1[0].type!==w0.type&&(z0?z0.call(this,w0,_1[0]):(_1[1]||gu0).call(this,w0,_1[0]));else throw new Error("Cannot close `"+w0.type+"` ("+wv({start:w0.start,end:w0.end})+"): it’s not open");t1.position.end=j3(w0.end)}function h(){return LK0(this.stack.pop())}function f(){this.data.expectingFirstListItemValue=!0}function v(w0){if(this.data.expectingFirstListItemValue){const z0=this.stack[this.stack.length-2];z0.start=Number.parseInt(this.sliceSerialize(w0),10),this.data.expectingFirstListItemValue=void 0}}function Z(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.lang=w0}function H(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.meta=w0}function V(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function F(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.value=w0.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function S(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.value=w0.replace(/(\r?\n|\r)$/g,"")}function b(w0){const z0=this.resume(),t1=this.stack[this.stack.length-1];t1.label=z0,t1.identifier=nn(this.sliceSerialize(w0)).toLowerCase()}function _(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.title=w0}function w(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.url=w0}function L(w0){const z0=this.stack[this.stack.length-1];if(!z0.depth){const t1=this.sliceSerialize(w0).length;z0.depth=t1}}function T(){this.data.setextHeadingSlurpLineEnding=!0}function O(w0){const z0=this.stack[this.stack.length-1];z0.depth=this.sliceSerialize(w0).codePointAt(0)===61?1:2}function R(){this.data.setextHeadingSlurpLineEnding=void 0}function z(w0){const t1=this.stack[this.stack.length-1].children;let _1=t1[t1.length-1];(!_1||_1.type!=="text")&&(_1=G0(),_1.position={start:j3(w0.start),end:void 0},t1.push(_1)),this.stack.push(_1)}function x(w0){const z0=this.stack.pop();z0.value+=this.sliceSerialize(w0),z0.position.end=j3(w0.end)}function J(w0){const z0=this.stack[this.stack.length-1];if(this.data.atHardBreak){const t1=z0.children[z0.children.length-1];t1.position.end=j3(w0.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(z0.type)&&(z.call(this,w0),x.call(this,w0))}function t0(){this.data.atHardBreak=!0}function i0(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.value=w0}function X(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.value=w0}function G(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.value=w0}function g0(){const w0=this.stack[this.stack.length-1];if(this.data.inReference){const z0=this.data.referenceType||"shortcut";w0.type+="Reference",w0.referenceType=z0,delete w0.url,delete w0.title}else delete w0.identifier,delete w0.label;this.data.referenceType=void 0}function y0(){const w0=this.stack[this.stack.length-1];if(this.data.inReference){const z0=this.data.referenceType||"shortcut";w0.type+="Reference",w0.referenceType=z0,delete w0.url,delete w0.title}else delete w0.identifier,delete w0.label;this.data.referenceType=void 0}function o0(w0){const z0=this.sliceSerialize(w0),t1=this.stack[this.stack.length-2];t1.label=HQ0(z0),t1.identifier=nn(z0).toLowerCase()}function p0(){const w0=this.stack[this.stack.length-1],z0=this.resume(),t1=this.stack[this.stack.length-1];if(this.data.inReference=!0,t1.type==="link"){const _1=w0.children;t1.children=_1}else t1.alt=z0}function K(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.url=w0}function Y(){const w0=this.resume(),z0=this.stack[this.stack.length-1];z0.title=w0}function a0(){this.data.inReference=void 0}function B(){this.data.referenceType="collapsed"}function M0(w0){const z0=this.resume(),t1=this.stack[this.stack.length-1];t1.label=z0,t1.identifier=nn(this.sliceSerialize(w0)).toLowerCase(),this.data.referenceType="full"}function _0(w0){this.data.characterReferenceType=w0.type}function u0(w0){const z0=this.sliceSerialize(w0),t1=this.data.characterReferenceType;let _1;t1?(_1=Gd0(z0,t1==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):_1=tL(z0);const J1=this.stack[this.stack.length-1];J1.value+=_1}function W0(w0){const z0=this.stack.pop();z0.position.end=j3(w0.end)}function r0(w0){x.call(this,w0);const z0=this.stack[this.stack.length-1];z0.url=this.sliceSerialize(w0)}function d0(w0){x.call(this,w0);const z0=this.stack[this.stack.length-1];z0.url="mailto:"+this.sliceSerialize(w0)}function A0(){return{type:"blockquote",children:[]}}function F0(){return{type:"code",lang:null,meta:null,value:""}}function C0(){return{type:"inlineCode",value:""}}function q(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function e0(){return{type:"emphasis",children:[]}}function l0(){return{type:"heading",depth:0,children:[]}}function E0(){return{type:"break"}}function I0(){return{type:"html",value:""}}function J0(){return{type:"image",title:null,url:"",alt:null}}function f1(){return{type:"link",title:null,url:"",children:[]}}function Z1(w0){return{type:"list",ordered:w0.type==="listOrdered",start:null,spread:w0._spread,children:[]}}function Y1(w0){return{type:"listItem",spread:w0._spread,checked:null,children:[]}}function l1(){return{type:"paragraph",children:[]}}function X0(){return{type:"strong",children:[]}}function G0(){return{type:"text",value:""}}function i1(){return{type:"thematicBreak"}}}function j3(a){return{line:a.line,column:a.column,offset:a.offset}}function vu0(a,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?vu0(a,r):yQ0(a,r)}}function yQ0(a,t){let n;for(n in t)if(Au0.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 gu0(a,t){throw a?new Error("Cannot close `"+a.type+"` ("+wv({start:a.start,end:a.end})+"): a different token (`"+t.type+"`, "+wv({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+wv({start:t.start,end:t.end})+") is still open")}function FQ0(a){const t=this;t.parser=n;function n(r){return EQ0(r,{...t.data("settings"),...a,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function SQ0(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 kQ0(a,t){const n={type:"element",tagName:"br",properties:{},children:[]};return a.patch(t,n),[a.applyData(t,n),{type:"text",value:`
|
|
@@ -776,7 +776,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
776
776
|
`}),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:`
|
|
777
777
|
`});const u={type:"element",tagName:"li",properties:i,children:o};return a.patch(t,u),a.applyData(t,u)}function xQ0(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=Hu0(n[r])}return t}function Hu0(a){const t=a.spread;return t??a.children.length>1}function RQ0(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 DQ0(a,t){const n={type:"element",tagName:"p",properties:{},children:a.all(t)};return a.patch(t,n),a.applyData(t,n)}function zQ0(a,t){const n={type:"root",children:a.wrap(a.all(t))};return a.patch(t,n),a.applyData(t,n)}function BQ0(a,t){const n={type:"element",tagName:"strong",properties:{},children:a.all(t)};return a.patch(t,n),a.applyData(t,n)}const Mu0=Vu0("end"),Eu0=Vu0("start");function Vu0(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 UQ0(a){const t=Eu0(a),n=Mu0(a);if(t&&n)return{start:t,end:n}}function qQ0(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=Eu0(t.children[1]),m=Mu0(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 WQ0(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 GQ0(a,t){const n={type:"element",tagName:"td",properties:{},children:a.all(t)};return a.patch(t,n),a.applyData(t,n)}const yu0=9,Fu0=32;function KQ0(a){const t=String(a),n=/\r?\n|\r/g;let r=n.exec(t),l=0;const i=[];for(;r;)i.push(Su0(t.slice(l,r.index),l>0,!0),r[0]),l=r.index+r[0].length,r=n.exec(t);return i.push(Su0(t.slice(l),l>0,!1)),i.join("")}function Su0(a,t,n){let r=0,l=a.length;if(t){let i=a.codePointAt(r);for(;i===yu0||i===Fu0;)r++,i=a.codePointAt(r)}if(n){let i=a.codePointAt(l-1);for(;i===yu0||i===Fu0;)l--,i=a.codePointAt(l-1)}return l>r?a.slice(r,l):""}function YQ0(a,t){const n={type:"text",value:KQ0(String(t.value))};return a.patch(t,n),a.applyData(t,n)}function QQ0(a,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return a.patch(t,n),a.applyData(t,n)}const XQ0={blockquote:SQ0,break:kQ0,code:LQ0,delete:bQ0,emphasis:_Q0,footnoteReference:wQ0,heading:CQ0,html:NQ0,imageReference:TQ0,image:PQ0,inlineCode:IQ0,linkReference:OQ0,link:$Q0,listItem:jQ0,list:RQ0,paragraph:DQ0,root:zQ0,strong:BQ0,table:qQ0,tableCell:GQ0,tableRow:WQ0,text:YQ0,thematicBreak:QQ0,toml:Cv,yaml:Cv,definition:Cv,footnoteDefinition:Cv};function Cv(){}const ku0=-1,Nv=0,Tv=1,Pv=2,mL=3,dL=4,uL=5,pL=6,Lu0=7,bu0=8,_u0=typeof self=="object"?self:globalThis,JQ0=(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 Nv:case ku0:return n(o,l);case Tv:{const c=n([],l);for(const m of o)c.push(r(m));return c}case Pv:{const c=n({},l);for(const[m,u]of o)c[r(m)]=r(u);return c}case mL:return n(new Date(o),l);case dL:{const{source:c,flags:m}=o;return n(new RegExp(c,m),l)}case uL:{const c=n(new Map,l);for(const[m,u]of o)c.set(r(m),r(u));return c}case pL:{const c=n(new Set,l);for(const m of o)c.add(r(m));return c}case Lu0:{const{name:c,message:m}=o;return n(new _u0[c](m),l)}case bu0:return n(BigInt(o),l);case"BigInt":return n(Object(BigInt(o)),l)}return n(new _u0[i](o),l)};return r},wu0=a=>JQ0(new Map,a)(0),I9="",{toString:eX0}={},{keys:aX0}=Object,Nd=a=>{const t=typeof a;if(t!=="object"||!a)return[Nv,t];const n=eX0.call(a).slice(8,-1);switch(n){case"Array":return[Tv,I9];case"Object":return[Pv,I9];case"Date":return[mL,I9];case"RegExp":return[dL,I9];case"Map":return[uL,I9];case"Set":return[pL,I9]}return n.includes("Array")?[Tv,n]:n.includes("Error")?[Lu0,n]:[Pv,n]},Iv=([a,t])=>a===Nv&&(t==="function"||t==="symbol"),tX0=(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]=Nd(o);switch(c){case Nv:{let h=o;switch(m){case"bigint":c=bu0,h=o.toString();break;case"function":case"symbol":if(a)throw new TypeError("unable to serialize "+m);h=null;break;case"undefined":return l([ku0],o)}return l([c,h],o)}case Tv:{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 Pv:{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 aX0(o))(a||!Iv(Nd(o[v])))&&h.push([i(v),i(o[v])]);return f}case mL:return l([c,o.toISOString()],o);case dL:{const{source:h,flags:f}=o;return l([c,{source:h,flags:f}],o)}case uL:{const h=[],f=l([c,h],o);for(const[v,Z]of o)(a||!(Iv(Nd(v))||Iv(Nd(Z))))&&h.push([i(v),i(Z)]);return f}case pL:{const h=[],f=l([c,h],o);for(const v of o)(a||!Iv(Nd(v)))&&h.push(i(v));return f}}const{message:u}=o;return l([c,{name:m,message:u}],o)};return i},Cu0=(a,{json:t,lossy:n}={})=>{const r=[];return tX0(!(t||n),!!t,new Map,r)(a),r},Ov=typeof structuredClone=="function"?(a,t)=>t&&("json"in t||"lossy"in t)?wu0(Cu0(a,t)):structuredClone(a):(a,t)=>wu0(Cu0(a,t));function nX0(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 rX0(a,t){return"Back to reference "+(a+1)+(t>1?"-"+t:"")}function lX0(a){const t=typeof a.options.clobberPrefix=="string"?a.options.clobberPrefix:"user-content-",n=a.options.footnoteBackContent||nX0,r=a.options.footnoteBackLabel||rX0,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=N9(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 b=typeof n=="string"?n:n(m,Z);typeof b=="string"&&(b={type:"text",value:b}),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(b)?b:[b]})}const F=h[h.length-1];if(F&&F.type==="element"&&F.tagName==="p"){const b=F.children[F.children.length-1];b&&b.type==="text"?b.value+=" ":F.children.push({type:"text",value:" "}),F.children.push(...H)}else h.push(...H);const S={type:"element",tagName:"li",properties:{id:t+"fn-"+v},children:a.wrap(h,!0)};a.patch(u,S),c.push(S)}if(c.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:i,properties:{...Ov(o),id:"footnote-label"},children:[{type:"text",value:l}]},{type:"text",value:`
|
|
778
778
|
`},{type:"element",tagName:"ol",properties:{},children:a.wrap(c,!0)},{type:"text",value:`
|
|
779
|
-
`}]}}const $v=(function(a){if(a==null)return sX0;if(typeof a=="function")return jv(a);if(typeof a=="object")return Array.isArray(a)?iX0(a):oX0(a);if(typeof a=="string")return cX0(a);throw new Error("Expected function, string, or object as test")});function iX0(a){const t=[];let n=-1;for(;++n<a.length;)t[n]=$v(a[n]);return jv(r);function r(...l){let i=-1;for(;++i<t.length;)if(t[i].apply(this,l))return!0;return!1}}function oX0(a){const t=a;return jv(n);function n(r){const l=r;let i;for(i in a)if(l[i]!==t[i])return!1;return!0}}function cX0(a){return jv(t);function t(n){return n&&n.type===a}}function jv(a){return t;function t(n,r,l){return!!(mX0(n)&&a.call(this,n,typeof r=="number"?r:void 0,l||void 0))}}function sX0(){return!0}function mX0(a){return a!==null&&typeof a=="object"&&"type"in a}function
|
|
779
|
+
`}]}}const $v=(function(a){if(a==null)return sX0;if(typeof a=="function")return jv(a);if(typeof a=="object")return Array.isArray(a)?iX0(a):oX0(a);if(typeof a=="string")return cX0(a);throw new Error("Expected function, string, or object as test")});function iX0(a){const t=[];let n=-1;for(;++n<a.length;)t[n]=$v(a[n]);return jv(r);function r(...l){let i=-1;for(;++i<t.length;)if(t[i].apply(this,l))return!0;return!1}}function oX0(a){const t=a;return jv(n);function n(r){const l=r;let i;for(i in a)if(l[i]!==t[i])return!1;return!0}}function cX0(a){return jv(t);function t(n){return n&&n.type===a}}function jv(a){return t;function t(n,r,l){return!!(mX0(n)&&a.call(this,n,typeof r=="number"?r:void 0,l||void 0))}}function sX0(){return!0}function mX0(a){return a!==null&&typeof a=="object"&&"type"in a}function Wre(a){return a}const Nu0=[],dX0=!0,hL=!1,uX0="skip";function xv(a,t,n,r){let l;typeof t=="function"&&typeof n!="function"?(r=n,n=t):l=t;const i=$v(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=Nu0,H,V,F;if((!t||i(m,u,h[h.length-1]||void 0))&&(Z=pX0(n(m,h)),Z[0]===hL))return Z;if("children"in m&&m.children){const S=m;if(S.children&&Z[0]!==uX0)for(V=(r?S.children.length:-1)+o,F=h.concat(S);V>-1&&V<S.children.length;){const b=S.children[V];if(H=c(b,V,F)(),H[0]===hL)return H;V=typeof H[1]=="number"?H[1]:V+o}}return Z}}}function pX0(a){return Array.isArray(a)?a:typeof a=="number"?[dX0,a]:a==null?Nu0:[a]}function hX0(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),xv(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 fL={}.hasOwnProperty,fX0={};function AX0(a,t){const n=t||fX0,r=new Map,l=new Map,i=new Map,o={...XQ0,...n.handlers},c={all:u,applyData:gX0,definitionById:r,footnoteById:l,footnoteCounts:i,footnoteOrder:[],handlers:o,one:m,options:n,patch:vX0,wrap:HX0};return hX0(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(fL.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,...F}=h,S=Ov(F);return S.children=c.all(h),S}return Ov(h)}return(c.options.unknownHandler||ZX0)(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=Tu0(H.value)),!Array.isArray(H)&&H.type==="element")){const V=H.children[0];V&&V.type==="text"&&(V.value=Tu0(V.value))}Array.isArray(H)?f.push(...H):f.push(H)}}}return f}}function vX0(a,t){a.position&&(t.position=UQ0(a))}function gX0(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,Ov(i)),"children"in n&&n.children&&l!==null&&l!==void 0&&(n.children=l)}return n}function ZX0(a,t){const n=t.data||{},r="value"in t&&!(fL.call(n,"hProperties")||fL.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 HX0(a,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:`
|
|
780
780
|
`});++r<a.length;)r&&n.push({type:"text",value:`
|
|
781
781
|
`}),n.push(a[r]);return t&&a.length>0&&n.push({type:"text",value:`
|
|
782
782
|
`}),n}function Tu0(a){let t=0,n=a.charCodeAt(t);for(;n===9||n===32;)t++,n=a.charCodeAt(t);return a.slice(t)}function Pu0(a,t){const n=AX0(a,t),r=n.one(a,void 0),l=lX0(n),i=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return l&&i.children.push({type:"text",value:`
|