{"version":3,"file":"withHydrationOnDemand.1271c19f.js","sources":["../../../../../../../node_modules/@babylon/ui-kit/dist/styles/common/mixins/section.styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/structures/others/section/views/desktop/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/structures/others/section/views/desktop/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/structures/others/section/views/mobile/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/structures/others/section/views/mobile/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/structures/others/section/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/base/text/title/views/desktop/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/base/text/title/views/desktop/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/base/text/title/views/mobile/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/base/text/title/views/mobile/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/base/text/title/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/hocs/hydration-on-demand/withHydrationOnDemand.helpers.js","../../../../../../../node_modules/@babylon/ui-kit/dist/hocs/hydration-on-demand/withHydrationOnDemand.useHydrationOnDemand.js","../../../../../../../node_modules/@babylon/ui-kit/dist/hocs/hydration-on-demand/withHydrationOnDemandClientSide.js","../../../../../../../node_modules/@babylon/ui-kit/dist/hocs/hydration-on-demand/withHydrationOnDemandServerSide.js","../../../../../../../node_modules/@babylon/ui-kit/dist/hocs/hydration-on-demand/withHydrationOnDemand.js"],"sourcesContent":["import styled, { css } from \"styled-components\";\nimport { Container } from \"./container.styled.js\";\nimport { Margin } from \"./logical.styled.js\";\nexport const SectionMixin = css([\n \"\",\n \" margin-bottom:\",\n \";\"\n], (props)=>props.bg ? `background-color: ${props.bg};` : '', (props)=>props.mb ?? '50px');\nexport const SectionMobileMixin = css([\n \"\",\n \" margin-top:\",\n \";\"\n], (props)=>props.bg ? `background-color: ${props.bg};` : '', (props)=>props.mt ?? '20px');\nexport const SectionContainer = styled(Container).attrs({\n as: 'section'\n}).withConfig({\n displayName: \"section.styled__SectionContainer\",\n componentId: \"sc-4dcc96c0-0\"\n})([\n \"\",\n \"\"\n], SectionMixin);\nexport const SectionSearcher = styled(Container).withConfig({\n displayName: \"section.styled__SectionSearcher\",\n componentId: \"sc-4dcc96c0-1\"\n})([\n \"margin-top:\",\n \";\"\n], Margin({\n top: '-50px'\n}));\n\n//# sourceMappingURL=section.styled.js.map","import styled from \"styled-components\";\nimport { SectionMixin } from \"../../../../../../styles/common/mixins/section.styled.js\";\nexport const Section = styled.section.withConfig({\n displayName: \"styled__Section\",\n componentId: \"sc-d4e6ca07-0\"\n})([\n \"\",\n \"\"\n], SectionMixin);\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as S from \"./styled.js\";\nexport const SectionDesktop = ({ className, children })=>/*#__PURE__*/ _jsx(S.Section, {\n className: className,\n children: children\n });\nexport default SectionDesktop;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { SectionMobileMixin } from \"../../../../../../styles/common/mixins/section.styled.js\";\nexport const SectionMobile = styled.section.withConfig({\n displayName: \"styled__SectionMobile\",\n componentId: \"sc-2788022-0\"\n})([\n \"\",\n \"\"\n], SectionMobileMixin);\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as S from \"./styled.js\";\nexport const SectionMobile = ({ className, children })=>/*#__PURE__*/ _jsx(S.SectionMobile, {\n className: className,\n children: children\n });\nexport default SectionMobile;\n\n//# sourceMappingURL=index.js.map","import { generateViewsComponent } from \"../../../../helpers/views.js\";\nimport DesktopView from \"./views/desktop/index.js\";\nimport MobileView from \"./views/mobile/index.js\";\nexport const Section = generateViewsComponent(DesktopView, MobileView);\nexport default Section;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { FontMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nexport const TitleWrapper = styled.div.withConfig({\n displayName: \"styled__TitleWrapper\",\n componentId: \"sc-63f842cb-0\"\n})([\n \"margin-bottom:20px;text-align:\",\n \";\"\n], ({ $textAlign })=>$textAlign);\nexport const TitleStyled = styled.h2.withConfig({\n displayName: \"styled__TitleStyled\",\n componentId: \"sc-63f842cb-1\"\n})([\n \"\",\n \" font-family:\",\n \";color:\",\n \";padding:0 8px;position:relative;a{color:\",\n \";}\"\n], FontMixin({\n size: 'largest',\n height: 'largest',\n weight: 'medium'\n}), (props)=>props.theme.font.family.secondary, ({ theme })=>theme.colors.grays.darker, ({ theme })=>theme.colors.grays.darker);\nexport const SubTitleStyled = styled.p.withConfig({\n displayName: \"styled__SubTitleStyled\",\n componentId: \"sc-63f842cb-2\"\n})([\n \"\",\n \" color:\",\n \";margin-bottom:0;margin-top:4px;\"\n], FontMixin({\n size: 'base',\n height: 'base',\n weight: 'light'\n}), ({ theme })=>theme.colors.grays.dark);\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport InnerMarkdownHTML from \"../../../inner-markdown-HTML/index.js\";\nimport * as S from \"./styled.js\";\nexport const TitleDesktopView = ({ title, subTitle, // inspired by the following fix - https://dev.azure.com/toolfactory/babylon/_git/babylon-ui-kit/pullrequest/142840?path=/src/components/base/title/views/desktop/index.tsx&_a=files\nsubtitle, link, className, textAlign = 'center', tag = 'h2' })=>/*#__PURE__*/ _jsxs(S.TitleWrapper, {\n $textAlign: textAlign,\n \"data-testid\": \"Title\",\n className: className,\n children: [\n /*#__PURE__*/ _jsxs(S.TitleStyled, {\n as: tag,\n children: [\n link && /*#__PURE__*/ _jsx(\"a\", {\n \"data-testid\": \"link\",\n href: link?.href,\n title: link?.title,\n children: /*#__PURE__*/ _jsx(InnerMarkdownHTML, {\n content: title\n })\n }),\n !link && /*#__PURE__*/ _jsx(InnerMarkdownHTML, {\n content: title\n })\n ]\n }),\n subTitle && /*#__PURE__*/ _jsx(S.SubTitleStyled, {\n \"data-testid\": \"subtitle\",\n children: /*#__PURE__*/ _jsx(InnerMarkdownHTML, {\n content: subTitle\n })\n }),\n subtitle && /*#__PURE__*/ _jsx(S.SubTitleStyled, {\n \"data-testid\": \"subtitle\",\n children: /*#__PURE__*/ _jsx(InnerMarkdownHTML, {\n content: subtitle\n })\n })\n ]\n });\nexport default TitleDesktopView;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { FontMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nimport { Margin, Padding } from \"../../../../../../styles/common/mixins/logical.styled.js\";\nexport const TitleMobileWrapper = styled.div.withConfig({\n displayName: \"styled__TitleMobileWrapper\",\n componentId: \"sc-d45ccbdd-0\"\n})([\n \"text-align:\",\n \";\",\n \"\"\n], ({ $textAlign })=>$textAlign, Margin({\n bottom: '12px'\n}));\nexport const TitleMobileStyled = styled.h2.withConfig({\n displayName: \"styled__TitleMobileStyled\",\n componentId: \"sc-d45ccbdd-1\"\n})([\n \"\",\n \" font-family:\",\n \";color:\",\n \";font-family:\",\n \";\",\n \" \",\n \" position:relative;\"\n], FontMixin({\n size: 'larger',\n height: 'larger',\n weight: 'medium'\n}), (props)=>props.theme.font.family.secondary, ({ theme })=>theme.colors.grays.darker, ({ theme })=>theme.font.family.secondary, Padding({\n x: '16px'\n}), Margin({\n bottom: '8px'\n}));\nexport const SubTitleStyled = styled.p.withConfig({\n displayName: \"styled__SubTitleStyled\",\n componentId: \"sc-d45ccbdd-2\"\n})([\n \"\",\n \" color:\",\n \";text-align:center;\"\n], FontMixin({\n size: 'medium',\n height: 'base',\n weight: 'light'\n}), ({ theme })=>theme.colors.grays.darker);\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport InnerMarkdownHTML from \"../../../inner-markdown-HTML/index.js\";\nimport * as S from \"./styled.js\";\nexport const TitleMobile = ({ title, subTitle = '', className, textAlign = 'center', tag = 'h2' })=>/*#__PURE__*/ _jsxs(S.TitleMobileWrapper, {\n $textAlign: textAlign,\n \"data-testid\": \"Title\",\n className: className,\n children: [\n /*#__PURE__*/ _jsx(S.TitleMobileStyled, {\n as: tag,\n children: /*#__PURE__*/ _jsx(InnerMarkdownHTML, {\n content: title\n })\n }),\n subTitle && /*#__PURE__*/ _jsx(S.SubTitleStyled, {\n \"data-testid\": \"subtitle\",\n children: /*#__PURE__*/ _jsx(InnerMarkdownHTML, {\n content: subTitle\n })\n })\n ]\n });\nexport default TitleMobile;\n\n//# sourceMappingURL=index.js.map","import { generateViewsComponent } from \"../../../../helpers/views.js\";\nimport TitleDesktopView from \"./views/desktop/index.js\";\nimport TitleMobile from \"./views/mobile/index.js\";\nexport const Title = generateViewsComponent(TitleDesktopView, TitleMobile);\nexport default Title;\n\n//# sourceMappingURL=index.js.map","export const isClientSide = ()=>!!(typeof window !== 'undefined' && window.document && window.document.createElement);\nexport const eventListenerOptions = {\n once: true,\n capture: true,\n passive: true\n};\nexport const getDisplayName = (WrappedComponent)=>WrappedComponent.displayName ?? WrappedComponent.name ?? 'Component';\nexport const isInputPending = (isInputPendingFallbackValue)=>{\n const isInputPending = navigator?.scheduling?.isInputPending?.();\n return isInputPending ?? isInputPendingFallbackValue;\n};\nexport const defaultOptions = {\n on: [\n 'idle',\n 'visible'\n ]\n};\n\n//# sourceMappingURL=withHydrationOnDemand.helpers.js.map","import { useCallback, useEffect, useLayoutEffect, useRef, useState } from \"react\";\nimport { eventListenerOptions, isInputPending } from \"./withHydrationOnDemand.helpers.js\";\nconst useHydrationOnDemand = (hydrationOnDemandOptions, forceHydration)=>{\n const { disableFallback = false, isInputPendingFallbackValue = true, on = [], onBefore, whenInputPending = false } = hydrationOnDemandOptions;\n const cleanupFunctions = useRef([]);\n const rootRef = useRef(null);\n const cleanUp = useCallback(()=>{\n cleanupFunctions.current.forEach((fn)=>fn());\n cleanupFunctions.current = [];\n }, []);\n const getDefaultHydrationState = ()=>{\n const isNotInputPending = whenInputPending && !isInputPending(isInputPendingFallbackValue);\n return (isNotInputPending || forceHydration) && !onBefore;\n };\n const [isHydrated, setIsHydrated] = useState(getDefaultHydrationState());\n const hydrate = useCallback(()=>{\n cleanUp();\n if (isHydrated) return;\n if (onBefore) onBefore();\n setIsHydrated(true);\n }, [\n isHydrated,\n onBefore,\n cleanUp,\n setIsHydrated\n ]);\n const initDOMEvent = useCallback((type, getTarget = ()=>rootRef.current)=>{\n const target = getTarget();\n target?.addEventListener(type, hydrate, eventListenerOptions);\n cleanupFunctions.current.push(()=>{\n if (!target) return;\n target.removeEventListener(type, hydrate, eventListenerOptions);\n });\n }, [\n hydrate\n ]);\n const initIntersectionObserver = useCallback((getOptions = Function.prototype)=>{\n if (!('IntersectionObserver' in window)) {\n hydrate();\n return;\n }\n const options = getOptions();\n const observer = new IntersectionObserver(([entry])=>{\n if (!entry.isIntersecting || entry.intersectionRatio <= 0) return;\n hydrate();\n }, options);\n cleanupFunctions.current.push(()=>{\n if (!observer) return;\n observer.disconnect();\n });\n rootRef.current && observer.observe(rootRef.current);\n }, [\n hydrate\n ]);\n const initTimeout = useCallback((delay = 2000)=>{\n if (delay <= 0) return;\n const timeout = setTimeout(hydrate, delay);\n cleanupFunctions.current.push(()=>clearTimeout(timeout));\n }, [\n hydrate\n ]);\n const initIdleCallback = useCallback(()=>{\n if (!('requestIdleCallback' in window)) {\n initTimeout();\n return;\n }\n const idleCallback = requestIdleCallback(()=>requestAnimationFrame(()=>hydrate()), {\n timeout: 500\n });\n if (!('cancelIdleCallback' in window)) return;\n cleanupFunctions.current.push(()=>{\n cancelIdleCallback(idleCallback);\n });\n }, [\n hydrate,\n initTimeout\n ]);\n const initEvent = useCallback((type, options)=>{\n switch(type){\n case 'delay':\n initTimeout(options);\n break;\n case 'visible':\n initIntersectionObserver(options);\n break;\n case 'idle':\n initIdleCallback();\n break;\n default:\n initDOMEvent(type, options);\n }\n }, [\n initDOMEvent,\n initIdleCallback,\n initIntersectionObserver,\n initTimeout\n ]);\n useEffect(()=>{\n if (isHydrated) return;\n on.forEach((event)=>Array.isArray(event) ? initEvent(event[0], event[1]) : initEvent(event), []);\n return cleanUp;\n }, [\n isHydrated,\n on,\n initEvent,\n cleanUp\n ]);\n useLayoutEffect(()=>{\n if (isHydrated) return;\n if (forceHydration) {\n hydrate();\n return;\n }\n const wasRenderedServerSide = !!rootRef.current?.getAttribute('data-hydration-on-demand');\n const shouldHydrate = !wasRenderedServerSide && !disableFallback;\n if (shouldHydrate) hydrate();\n }, [\n isHydrated,\n rootRef,\n disableFallback,\n forceHydration,\n hydrate\n ]);\n return {\n rootRef,\n isHydrated\n };\n};\nexport default useHydrationOnDemand;\n\n//# sourceMappingURL=withHydrationOnDemand.useHydrationOnDemand.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { getDisplayName } from \"./withHydrationOnDemand.helpers.js\";\nimport useHydrationOnDemand from \"./withHydrationOnDemand.useHydrationOnDemand.js\";\nconst withHydrationOnDemandClientSide = (hydrationOnDemandOptions)=>(WrappedComponent)=>{\n const WithHydrationOnDemand = ({ forceHydration = false, wrapperProps, ...props })=>{\n const { rootRef, isHydrated } = useHydrationOnDemand(hydrationOnDemandOptions, forceHydration);\n if (!isHydrated) return /*#__PURE__*/ _jsx(\"div\", {\n \"data-testid\": \"HydrationOnDemand\",\n ref: rootRef,\n dangerouslySetInnerHTML: {\n __html: ''\n },\n suppressHydrationWarning: true,\n ...wrapperProps\n });\n return /*#__PURE__*/ _jsx(\"div\", {\n \"data-testid\": \"HydrationOnDemand\",\n ...wrapperProps,\n children: /*#__PURE__*/ _jsx(WrappedComponent, {\n \"component-hydration-on-demand\": true,\n ...props\n })\n });\n };\n WithHydrationOnDemand.displayName = `withHydrationOnDemand(${getDisplayName(WrappedComponent)})`;\n return WithHydrationOnDemand;\n };\nexport default withHydrationOnDemandClientSide;\n\n//# sourceMappingURL=withHydrationOnDemandClientSide.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nconst withHydrationOnDemandServerSide = ()=>(WrappedComponent)=>{\n const ComponentWithHydration = (props)=>/*#__PURE__*/ _jsx(\"div\", {\n \"data-testid\": \"HydrationOnDemand\",\n \"data-hydration-on-demand\": true,\n children: /*#__PURE__*/ _jsx(WrappedComponent, {\n \"component-hydration-on-demand\": true,\n ...props\n })\n });\n return ComponentWithHydration;\n };\nexport default withHydrationOnDemandServerSide;\n\n//# sourceMappingURL=withHydrationOnDemandServerSide.js.map","import { defaultOptions, isClientSide } from \"./withHydrationOnDemand.helpers.js\";\nimport withHydrationOnDemandClientSide from \"./withHydrationOnDemandClientSide.js\";\nimport withHydrationOnDemandServerSide from \"./withHydrationOnDemandServerSide.js\";\nconst withHydrationOnDemand = (options = defaultOptions)=>{\n if (isClientSide()) return withHydrationOnDemandClientSide(options);\n return withHydrationOnDemandServerSide();\n};\nexport default withHydrationOnDemand;\n\n//# sourceMappingURL=withHydrationOnDemand.js.map"],"names":["SectionMixin","css","props","SectionMobileMixin","SectionContainer","styled","Container","SectionSearcher","Margin","Section","SectionDesktop","className","children","_jsx","S.Section","SectionMobile","S.SectionMobile","generateViewsComponent","DesktopView","MobileView","TitleWrapper","$textAlign","TitleStyled","FontMixin","theme","SubTitleStyled","TitleDesktopView","title","subTitle","subtitle","link","textAlign","tag","_jsxs","S.TitleWrapper","S.TitleStyled","InnerMarkdownHTML","S.SubTitleStyled","TitleMobileWrapper","TitleMobileStyled","Padding","TitleMobile","S.TitleMobileWrapper","S.TitleMobileStyled","Title","isClientSide","eventListenerOptions","getDisplayName","WrappedComponent","isInputPending","isInputPendingFallbackValue","_b","_a","defaultOptions","useHydrationOnDemand","hydrationOnDemandOptions","forceHydration","disableFallback","on","onBefore","whenInputPending","cleanupFunctions","useRef","rootRef","cleanUp","useCallback","fn","getDefaultHydrationState","isHydrated","setIsHydrated","useState","hydrate","initDOMEvent","type","getTarget","target","initIntersectionObserver","getOptions","options","observer","entry","initTimeout","delay","timeout","initIdleCallback","idleCallback","initEvent","useEffect","event","useLayoutEffect","withHydrationOnDemandClientSide","WithHydrationOnDemand","wrapperProps","withHydrationOnDemandServerSide","withHydrationOnDemand"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]}