-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path7708.dc951f4d.iframe.bundle.js
1 lines (1 loc) · 39.9 KB
/
7708.dc951f4d.iframe.bundle.js
1
"use strict";(self.webpackChunk_haaretz_a_tm_sg=self.webpackChunk_haaretz_a_tm_sg||[]).push([[7708],{"../../ds-atoms/s-button/src/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{ZP:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__=__webpack_require__("../../ds-atoms/s-button/src/Button.tsx").ZP},"../../ds-atoms/s-htz-link/src/HtzLink.tsx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../../node_modules/.pnpm/@babel+runtime@7.22.10/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),_home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("../../../node_modules/.pnpm/@babel+runtime@7.22.10/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../../node_modules/.pnpm/next@13.5.4_@babel+core@7.22.10_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/react/jsx-runtime.js"),next_link__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("../../../node_modules/.pnpm/next@13.5.4_@babel+core@7.22.10_react-dom@18.2.0_react@18.2.0/node_modules/next/link.js"),next_link__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(next_link__WEBPACK_IMPORTED_MODULE_2__),react__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("../../../node_modules/.pnpm/next@13.5.4_@babel+core@7.22.10_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/react/index.js"),console=__webpack_require__("../../../node_modules/.pnpm/console-browserify@1.2.0/node_modules/console-browserify/index.js");const _excluded=["children","href","hrefAs","locale","prefetch","replace","scroll","shallow"];function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach((function(r){(0,_home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__.Z)(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}const HtzLink=react__WEBPACK_IMPORTED_MODULE_3__.forwardRef((function HtzLinkComponent(_ref,forwardedRef){let{children=null,href,hrefAs,locale,prefetch,replace,scroll,shallow}=_ref,attrs=(0,_home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_4__.Z)(_ref,_excluded);if("string"!=typeof href&&!href.href)return console.warn('The "href" prop you passed <HtzLink /> is a "URL" object without an "href" field:',href,"\nOpting out of rendering the element"),console.trace(),null;if(function isNextLink(href){return"string"!=typeof href||!href.startsWith("http")}(href))return(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(next_link__WEBPACK_IMPORTED_MODULE_2___default(),_objectSpread(_objectSpread({as:hrefAs,href,locale,prefetch,ref:forwardedRef,replace,scroll,shallow,legacyBehavior:!1},attrs),{},{children}));const url="string"==typeof href?href:href.href||void 0;return(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)("a",_objectSpread(_objectSpread({href:url,ref:forwardedRef},attrs),{},{children}))}));HtzLink.__docgenInfo={description:"",methods:[],displayName:"HtzLink",props:{children:{defaultValue:{value:"null",computed:!1},required:!1}}};const __WEBPACK_DEFAULT_EXPORT__=HtzLink;try{HtzLink.displayName="HtzLink",HtzLink.__docgenInfo={description:"",displayName:"HtzLink",props:{href:{defaultValue:null,description:"The path or URL to navigate to. It can also be an object.\n@example https://nextjs.org/docs/api-reference/next/link#with-url-object",name:"href",required:!0,type:{name:"Url"}},replace:{defaultValue:null,description:"Replace the current `history` state instead of adding a new url into the stack.\n@defaultValue `false`",name:"replace",required:!1,type:{name:"boolean | undefined"}},scroll:{defaultValue:null,description:"Whether to override the default scroll behavior\n@example https://nextjs.org/docs/api-reference/next/link#disable-scrolling-to-the-top-of-the-page\n@defaultValue `true`",name:"scroll",required:!1,type:{name:"boolean | undefined"}},shallow:{defaultValue:null,description:"Update the path of the current page without rerunning [`getStaticProps`](/docs/basic-features/data-fetching/get-static-props.md), [`getServerSideProps`](/docs/basic-features/data-fetching/get-server-side-props.md) or [`getInitialProps`](/docs/api-reference/data-fetching/get-initial-props.md).\n@defaultValue `false`",name:"shallow",required:!1,type:{name:"boolean | undefined"}},prefetch:{defaultValue:null,description:"Prefetch the page in the background.\nAny `<Link />` that is in the viewport (initially or through scroll) will be preloaded.\nPrefetch can be disabled by passing `prefetch={false}`. When `prefetch` is set to `false`, prefetching will still occur on hover. Pages using [Static Generation](/docs/basic-features/data-fetching/get-static-props.md) will preload `JSON` files with the data for faster page transitions. Prefetching is only enabled in production.\n@defaultValue `true`",name:"prefetch",required:!1,type:{name:"boolean | undefined"}},locale:{defaultValue:null,description:"The active locale is automatically prepended. `locale` allows for providing a different locale.\nWhen `false` `href` has to include the locale as the default behavior is disabled.",name:"locale",required:!1,type:{name:"string | false | undefined"}},onMouseEnter:{defaultValue:null,description:"Optional event handler for when the mouse pointer is moved onto Link",name:"onMouseEnter",required:!1,type:{name:"MouseEventHandler<HTMLAnchorElement> | undefined"}},onTouchStart:{defaultValue:null,description:"Optional event handler for when Link is touched.",name:"onTouchStart",required:!1,type:{name:"TouchEventHandler<HTMLAnchorElement> | undefined"}},onClick:{defaultValue:null,description:"Optional event handler for when Link is clicked.",name:"onClick",required:!1,type:{name:"MouseEventHandler<HTMLAnchorElement> | undefined"}},hrefAs:{defaultValue:null,description:"When different than `href`, the path that will be rendered in the browser\nURL bar. Used for dynamic routes. Otherwise used to decorate how `href` is\ndisplayed in the browser's URL bar.",name:"hrefAs",required:!1,type:{name:"Url | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["../../ds-atoms/s-htz-link/src/HtzLink.tsx#HtzLink"]={docgenInfo:HtzLink.__docgenInfo,name:"HtzLink",path:"../../ds-atoms/s-htz-link/src/HtzLink.tsx#HtzLink"})}catch(__react_docgen_typescript_loader_error){}},"../../ds-atoms/s-htz-link/src/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__=__webpack_require__("../../ds-atoms/s-htz-link/src/HtzLink.tsx").Z},"../../ds-atoms/s-htz-logo/src/HtzLogo.tsx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>HtzLogo});var _home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../../node_modules/.pnpm/@babel+runtime@7.22.10/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),_home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("../../../node_modules/.pnpm/@babel+runtime@7.22.10/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../../node_modules/.pnpm/next@13.5.4_@babel+core@7.22.10_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/react/jsx-runtime.js"),_haaretz_s_icon__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("../../ds-atoms/s-icon/src/index.ts");const _excluded=["a11yLabel","styleExtend"];function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}const c={width:{width:"krTlgv"}};function HtzLogo(_ref){let{a11yLabel="הארץ",styleExtend=[]}=_ref,restProps=(0,_home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_2__.Z)(_ref,_excluded);return(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_haaretz_s_icon__WEBPACK_IMPORTED_MODULE_3__.Z,function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach((function(r){(0,_home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__.Z)(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}({icon:"htz",a11yLabel,styleExtend:[c.width,...styleExtend]},restProps))}try{HtzLogo.displayName="HtzLogo",HtzLogo.__docgenInfo={description:"",displayName:"HtzLogo",props:{inlineStyle:{defaultValue:null,description:"CSS declarations to be set as inline `style` on the\nhtml element.\n\nBy setting values of CSS Custom Properties based on\nprops or state in the consuming component (where\nthe value of `inlineStyle` is passed), `inlineStyle`\ncan be used as an API contract for setting dynamic\nvalues to styles created with `style9.create()`:\n@example ```ts\nimport s9 from 'style9';\nconst { styleExtend, } = s9.create({\n styleExtend: {\n color: 'var(--color-based-on-prop)',\n },\n});\n\nfunction MyIcon(props) {\n const inlineStyle = {\n '--color-based-on-prop': props.color,\n },\n\n return (\n <Icon\n styleExtend={[ styleExtend, ]}\n inlineStyle={inlineStyle}\n />\n );\n}\n```",name:"inlineStyle",required:!1,type:{name:"InlineStyles | undefined"}},styleExtend:{defaultValue:{value:"[]"},description:"An array of `Style`s created by `style9.create()`.\nWARNING: **_do not_** pass simple CSS-in-JS object.\nThe items in the array must be created with Style9's\n`create` function.\nThe array can also hold falsy values to assist with\nconditional inclusion of `Style`s:\n@example ```ts\nconst { foo, bar, } = s9.create({ foo: { ... }, bar: { ... }, });\n<Icon styleExtend={[ someCondition && foo, bar, ]} />\n```",name:"styleExtend",required:!1,type:{name:"StyleExtend | undefined"}},variant:{defaultValue:null,description:"The color of the icon",name:"variant",required:!1,type:{name:"enum",value:[{value:"undefined"},{value:'"inherit"'},{value:'"brand"'},{value:'"neutral"'},{value:'"danger"'},{value:'"success"'},{value:'"inverse"'},{value:'"brandInverse"'}]}},focusable:{defaultValue:null,description:"Make the icon keyboard accessible",name:"focusable",required:!1,type:{name:"boolean | undefined"}},screenReaderText:{defaultValue:null,description:"Visually hidden text for screen readers",name:"screenReaderText",required:!1,type:{name:"ReactNode"}},a11yLabel:{defaultValue:{value:"הארץ"},description:"An A11Y label for the icon",name:"a11yLabel",required:!1,type:{name:"string | undefined"}},a11yDescription:{defaultValue:null,description:"An A11Y description for the icon",name:"a11yDescription",required:!1,type:{name:"string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["../../ds-atoms/s-htz-logo/src/HtzLogo.tsx#HtzLogo"]={docgenInfo:HtzLogo.__docgenInfo,name:"HtzLogo",path:"../../ds-atoms/s-htz-logo/src/HtzLogo.tsx#HtzLogo"})}catch(__react_docgen_typescript_loader_error){}},"../../ds-atoms/s-htz-logo/src/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__=__webpack_require__("../../ds-atoms/s-htz-logo/src/HtzLogo.tsx").Z},"../../ds-atoms/s-layout-container/src/LayoutContainer.tsx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>LayoutContainer,p:()=>DEFAULT_ELEMENT});var _home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../../node_modules/.pnpm/@babel+runtime@7.22.10/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),_home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("../../../node_modules/.pnpm/@babel+runtime@7.22.10/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../../node_modules/.pnpm/next@13.5.4_@babel+core@7.22.10_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/react/jsx-runtime.js"),style9__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("../../../node_modules/.pnpm/style9@0.18.2_rollup@2.79.1_webpack@5.88.2/node_modules/style9/index.mjs");const _excluded=["as","bgc","children","inlineStyle","childSpacing","styleExtend"];function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach((function(r){(0,_home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__.Z)(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}const classNames={base:{"--contentWidth":"AaQVF","--LayoutContainerGutter":"fZqkIO","--inlineMargin":"iiWdGh","--_lcbgc":"gfwYfV",backgroundColor:"bZhsMg",display:"kbCXHY",gridTemplateColumns:"euYQzU",rowGap:"gJhpvu",width:"cRUUAa","@media all and (min-width:37.5em) and (max-width:47.9375em)":{"--contentWidth":"bOJATL","--LayoutContainerGutter":"glFmOE",rowGap:"hBEtUR"},"@media all and (min-width:48em) and (max-width:63.9375em)":{"--contentWidth":"bwgSsv","--LayoutContainerGutter":"iWxHnZ",rowGap:"eZBYXB"},"@media all and (min-width:64em) and (max-width:79.9375em)":{"--contentWidth":"jJQtMM","--LayoutContainerGutter":"hAOfjT",rowGap:"djUFJS"},"@media all and (min-width:80em) and (max-width:101.9375em)":{"--contentWidth":"EozEF","--LayoutContainerGutter":"dOIBSz",rowGap:"lmjPOP"},"@media all and (min-width:102em)":{"--contentWidth":"fXDMoc","--LayoutContainerGutter":"hzVbVG",rowGap:"hmSCJu"}}},DEFAULT_ELEMENT="div";function LayoutContainer(props){const{as=DEFAULT_ELEMENT,bgc,children=null,inlineStyle,childSpacing,styleExtend=[]}=props,attrs=(0,_home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_3__.Z)(props,_excluded),Element=as,backgroundColor=bgc?{"--_lcbgc":`var(--LayoutContainerBackgroundColor, ${bgc})`}:{},spacingVars={};if(childSpacing)for(const bp of Object.keys(childSpacing)){const value=childSpacing[bp];value&&(spacingVars[`--childSpacing${bp[0].toUpperCase()+bp.slice(1)}`]=value)}return(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(Element,_objectSpread(_objectSpread({className:(0,style9__WEBPACK_IMPORTED_MODULE_2__.Z)(classNames.base,...styleExtend),style:_objectSpread(_objectSpread(_objectSpread({},backgroundColor),spacingVars),inlineStyle)},attrs),{},{children}))}try{LayoutContainer.displayName="LayoutContainer",LayoutContainer.__docgenInfo={description:"",displayName:"LayoutContainer",props:{as:{defaultValue:null,description:"The HTML element (`string`) or React component\nthe `<LayoutContainer />` will be rendered as.",name:"as",required:!0,type:{name:"enum",value:[{value:'"article"'},{value:'"main"'},{value:'"aside"'},{value:'"div"'},{value:'"footer"'},{value:'"header"'},{value:'"nav"'},{value:'"p"'},{value:'"section"'}]}},bgc:{defaultValue:null,description:"A color value for the background of the entire row, which\nwill bleed out all the way to the edge of the screen (so not\njust the contained layout area). Must be the output of the `color` macro.",name:"bgc",required:!1,type:{name:"ThemeColor | undefined"}},children:{defaultValue:null,description:"The Children to render inside the `<LayoutContainer>`",name:"children",required:!1,type:{name:"ReactNode"}},childSpacing:{defaultValue:null,description:"Changes the default vertical spacing between *children*\nof the container (e.g., the space between list views on the Homepage)\n@remarks * Internal vertical spacing between the container's children\n is set using the `row-gap` property. This means that an\n individual child element can override the spacing around it\n by using top and bottom margins (including negative margins)\n* Takes an object with an (optional) value for each breakpoint,\n meaning it's possible to change the default vertical spacing\n only for one or several specific breakpoints.\n@example ```ts\nimport space from '@haaretz/l-space.macro';\nimport s9 from 'style9';\nfunction MyLayoutContainer(props) {\n // This will only affect the default spacing\n // between the `l` and `xl` breakpoints\n return <LayoutContainer childSpacing={{ l: space(8) }}/>;\n}\n```",name:"childSpacing",required:!1,type:{name:"ChildSpacing | undefined"}},inlineStyle:{defaultValue:null,description:"CSS declarations to be set as inline `style` on the\nhtml element.\n\nBy setting values of CSS Custom Properties based on\nprops or state in the consuming component (where\nthe value of `inlineStyle` is passed), `inlineStyle`\ncan be used as an API contract for setting dynamic\nvalues to styles created with `style9.create()`:\n@example ```ts\nimport s9 from 'style9';\nconst { styleExtend, } = s9.create({\n styleExtend: {\n color: 'var(--color-based-on-prop)',\n },\n});\n\nfunction MyLayoutContainer(props) {\n const inlineStyle = {\n '--color-based-on-prop': props.color,\n },\n\n return (\n <LayoutContainer\n styleExtend={[ styleExtend, ]}\n inlineStyle={inlineStyle}\n />\n );\n}\n```",name:"inlineStyle",required:!1,type:{name:"InlineStyles | undefined"}},styleExtend:{defaultValue:null,description:"An array of `Style`s created by `style9.create()`.\nWARNING: **_do not_** pass simple CSS-in-JS object.\nThe items in the array must be created with Style9's\n`create` function.\nThe array can also hold falsy values to assist with\nconditional inclusion of `Style`s:\n@example ```ts\nconst { foo, bar, } = s9.create({ foo: { ... }, bar: { ... }, });\n<LayoutContainer styleExtend={[ someCondition && foo, bar, ]} />\n```",name:"styleExtend",required:!1,type:{name:"StyleExtend | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["../../ds-atoms/s-layout-container/src/LayoutContainer.tsx#LayoutContainer"]={docgenInfo:LayoutContainer.__docgenInfo,name:"LayoutContainer",path:"../../ds-atoms/s-layout-container/src/LayoutContainer.tsx#LayoutContainer"})}catch(__react_docgen_typescript_loader_error){}},"../../ds-atoms/s-layout-container/src/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__=__webpack_require__("../../ds-atoms/s-layout-container/src/LayoutContainer.tsx").Z},"../../graphql/s-fragments/src/__generated__/HTZ_image_Image.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{I:()=>ImageFragmentGql});const ImageFragmentGql="\n fragment ImageFragment on htz_image_Image {\n __typename\n alt\n caption\n contentId\n credit\n files {\n __typename\n crops {\n __typename\n headline {\n ...ImageCropFragment\n }\n landscape {\n ...ImageCropFragment\n }\n regular {\n ...ImageCropFragment\n }\n square {\n ...ImageCropFragment\n }\n vertical {\n ...ImageCropFragment\n }\n wide {\n ...ImageCropFragment\n }\n }\n height\n path\n width\n }\n link\n photographer\n type\n}\n "},"../../graphql/s-fragments/src/__generated__/ImageCrop.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{T:()=>ImageCropFragmentGql});const ImageCropFragmentGql="\n fragment ImageCropFragment on ImageCrop {\n __typename\n height\n width\n x\n y\n}\n "},"../../graphql/s-pp-queries/src/__generated__/PurchasePage.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{RF:()=>usePurchasePagePersonalQuery});__webpack_require__("../../../node_modules/.pnpm/@babel+runtime@7.22.10/node_modules/@babel/runtime/helpers/esm/defineProperty.js");var HTZ_image_Image=__webpack_require__("../../graphql/s-fragments/src/__generated__/HTZ_image_Image.ts"),ImageCrop=__webpack_require__("../../graphql/s-fragments/src/__generated__/ImageCrop.ts");var useQuery=__webpack_require__("../../../node_modules/.pnpm/@tanstack+react-query@4.36.1_react-dom@18.2.0_react@18.2.0/node_modules/@tanstack/react-query/build/lib/useQuery.mjs"),GraphqlFetcher=(__webpack_require__("../../../node_modules/.pnpm/@tanstack+react-query@4.36.1_react-dom@18.2.0_react@18.2.0/node_modules/@tanstack/react-query/build/lib/useInfiniteQuery.mjs"),__webpack_require__("../../graphql/s-graphql-fetcher/src/GraphqlFetcher.tsx"));const PurchasePagePersonalQueryDocument=`\n query PurchasePagePersonalQuery($couponId: String, $pathSegment: String, $selectedOfferId: String, $ticketId: String, $userId: String, $cartData: Boolean, $previousSteps: String) {\n PurchasePage(\n couponId: $couponId\n pathSegment: $pathSegment\n selectedOfferId: $selectedOfferId\n ticketId: $ticketId\n userId: $userId\n cartData: $cartData\n previousSteps: $previousSteps\n ) {\n pageData {\n ...PageDataFragment\n }\n }\n}\n \n fragment PageDataFragment on PageData {\n allSteps {\n ...StepDataFragment\n }\n contentId\n couponId\n couponErrorMessage\n toggleKicker {\n ...PurchaseToggleKickerFragment\n }\n annual {\n ...PurchaseOfferFragment\n }\n marketingBullets {\n ...MarketingBulletFragment\n }\n monthly {\n ...PurchaseOfferFragment\n }\n personalCouponId\n steps {\n ...StepDataFragment\n }\n specialSaleData {\n ...SpecialSaleDataFragment\n }\n thankYouPageText\n cartData {\n ...CartDataFragment\n }\n image {\n ...ImageFragment\n }\n selectedOffer {\n ...PurchaseOfferFragment\n }\n}\n \n\n fragment StepDataFragment on StepData {\n __typename\n content {\n ...HtmlNodeFragment\n }\n instructions\n messageIds\n messages\n name\n title\n}\n \n\n fragment HtmlNodeFragment on HtmlNode {\n __typename\n as: tag\n content\n id\n}\n \n\n fragment PurchaseToggleKickerFragment on PurchaseToggleKicker {\n __typename\n billing\n text\n}\n \n\n fragment PurchaseOfferFragment on PurchaseOffer {\n __typename\n benefits {\n ...HtmlNodeFragment\n }\n benefitsHeading\n contentId\n description\n exclusive\n exclusiveStrip\n legalText {\n ...HtmlNodeFragment\n }\n line1Text {\n ...HtmlNodeFragment\n }\n line2Text {\n ...HtmlNodeFragment\n }\n note\n offerHighlight\n offerType\n paymentType\n periodCalc\n prices\n product\n productName\n productNumber\n promotionNumber\n saleCode\n thankYouMailTemplate\n}\n \n\n fragment MarketingBulletFragment on MarketingBullet {\n __typename\n text\n title\n}\n \n\n fragment SpecialSaleDataFragment on SpecialSaleData {\n __typename\n exclusive\n image {\n ...ImageFragment\n }\n title\n}\n \n${HTZ_image_Image.I}\n${ImageCrop.T}\n\n fragment CartDataFragment on CartData {\n approveDebtClaim\n contentId\n periodCalc\n prices\n productNumber\n promotionNumber\n saleCode\n thankYouMailTemplate\n paymentType\n __typename\n}\n `,usePurchasePagePersonalQuery=(variables,options)=>(0,useQuery.a)(void 0===variables?["PurchasePagePersonalQuery"]:["PurchasePagePersonalQuery",variables],(0,GraphqlFetcher.Z)(PurchasePagePersonalQueryDocument,variables),options);usePurchasePagePersonalQuery.document=PurchasePagePersonalQueryDocument,usePurchasePagePersonalQuery.getKey=variables=>void 0===variables?["PurchasePagePersonalQuery"]:["PurchasePagePersonalQuery",variables];usePurchasePagePersonalQuery.fetcher=(variables,options)=>(0,GraphqlFetcher.Z)(PurchasePagePersonalQueryDocument,variables,options)},"../../hooks/s-use-bi/src/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>src});var configShim=__webpack_require__("../../config/l-storybook-config/wwwroot/public/configShim.js"),react=__webpack_require__("../../../node_modules/.pnpm/next@13.5.4_@babel+core@7.22.10_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/react/index.js"),useBiDataContext=__webpack_require__("../../hooks/s-use-bi/src/useBiDataContext.tsx");const src=function useBi(){let biUrl,biType=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"action";const biServer=configShim.Z.get("bIServer");switch(biType){case"impression":biUrl=`${biServer}/impressionPlain`;break;case"pageview":biUrl=`${biServer}/requestPlain`;break;default:biUrl=`${biServer}/actionPlain`}const contextBiDataPromise=(0,useBiDataContext.Z)();return react.useCallback((userBiData=>{contextBiDataPromise.then((contextBiData=>{var _window$navigator;const{additional_info}=userBiData;additional_info&&"object"==typeof additional_info&&(userBiData.additional_info=JSON.stringify(additional_info));const finalBiData=Object.assign({},contextBiData,userBiData);null===(_window$navigator=window.navigator)||void 0===_window$navigator||_window$navigator.sendBeacon(biUrl,JSON.stringify(finalBiData))}))}),[biUrl,contextBiDataPromise])}},"../../pp-hooks/s-use-pp-data-variables/src/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__=__webpack_require__("../../pp-hooks/s-use-pp-data-variables/src/usePPDataVariables.ts").Z},"../../pp-hooks/s-use-pp-data-variables/src/usePPDataVariables.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>usePPDataVariables,a:()=>getPpDataVariableFromContext});var defineProperty=__webpack_require__("../../../node_modules/.pnpm/@babel+runtime@7.22.10/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),user=__webpack_require__("../../utils/s-atoms/src/user/index.ts");const src_discardFields=(object,discard)=>{const result={};for(const key in object)discard.includes(key)||(result[key]=object[key]);return result};var discardNullableValues=__webpack_require__("../../utils/s-common-utils/src/discardNullableValues/index.ts"),isAbandonedCartRoute=__webpack_require__("../../pp-utils/s-pp-routing-utils/src/isAbandonedCartRoute/index.ts"),usePPDataStore=__webpack_require__("../../pp-hooks/s-use-pp-data-store/src/usePPDataStore.tsx"),usePPStepsOffsetStore=__webpack_require__("../../pp-hooks/s-use-pp-offset-steps-store/src/usePPStepsOffsetStore.tsx"),dist=__webpack_require__("../../../node_modules/.pnpm/next-router-mock@0.9.10_next@13.5.4_react@18.2.0/node_modules/next-router-mock/dist/index.js"),react=__webpack_require__("../../../node_modules/.pnpm/next@13.5.4_@babel+core@7.22.10_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/react/index.js");function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach((function(r){(0,defineProperty.Z)(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function getVariabelFromQuery(query,isLoggedIn){return{pathSegment:query.pathSegment,cartData:isLoggedIn&&(0,isAbandonedCartRoute.Z)(query),previousSteps:""}}function getPpDataVariableFromContext(ctx,isLoggedIn){return(0,discardNullableValues.Z)(getVariabelFromQuery(ctx.query,isLoggedIn))}const usePPDataVariables=function usePpDataVariables(excludeValues){const router=(0,dist.useRouter)(),{contentId}=(0,usePPDataStore.JV)(),couponId=(0,usePPDataStore.vA)(),offsetSteps=(0,usePPStepsOffsetStore.np)(),[userData]=(0,user.Z)(),previousSteps=offsetSteps.join(","),variabelFromQuery=react.useMemo((()=>getVariabelFromQuery(router.query,userData.isLoggedIn||!1)),[router.query,null==userData?void 0:userData.isLoggedIn]);return react.useMemo((()=>(0,discardNullableValues.Z)(src_discardFields(_objectSpread(_objectSpread({},variabelFromQuery),{},{selectedOfferId:null!=userData&&userData.isLoggedIn?contentId:void 0,couponId,previousSteps:variabelFromQuery.previousSteps||previousSteps}),excludeValues||[]))),[contentId,couponId,excludeValues,previousSteps,null==userData?void 0:userData.isLoggedIn,variabelFromQuery])}},"../../pp-organisms/s-pp-masthead/src/PpMasthead.tsx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>PpMasthead});var _home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../../node_modules/.pnpm/@babel+runtime@7.22.10/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../../node_modules/.pnpm/next@13.5.4_@babel+core@7.22.10_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/react/jsx-runtime.js"),_haaretz_s_button__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__("../../ds-atoms/s-button/src/index.ts"),_haaretz_s_htz_link__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__("../../ds-atoms/s-htz-link/src/index.ts"),_haaretz_s_htz_logo__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__("../../ds-atoms/s-htz-logo/src/index.ts"),_haaretz_s_icon__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__("../../ds-atoms/s-icon/src/index.ts"),_haaretz_s_layout_container__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__("../../ds-atoms/s-layout-container/src/index.ts"),_haaretz_s_pp_queries_PurchasePage__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("../../graphql/s-pp-queries/src/__generated__/PurchasePage.ts"),_haaretz_s_pp_routing_utils_getCurrentStep__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__("../../pp-utils/s-pp-routing-utils/src/getCurrentStep/index.ts"),_haaretz_s_pp_routing_utils_getCurrentStepName__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("../../pp-utils/s-pp-routing-utils/src/getCurrentStepName/index.ts"),_haaretz_s_pp_routing_utils_isAbandonedCartRoute__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("../../pp-utils/s-pp-routing-utils/src/isAbandonedCartRoute/index.ts"),_haaretz_s_pp_routing_utils_isGqlPpStep__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("../../pp-utils/s-pp-routing-utils/src/isGqlPpStep/index.ts"),_haaretz_s_pp_routing_utils_isThankYouStep__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__("../../pp-utils/s-pp-routing-utils/src/isThankYouStep/index.ts"),_haaretz_s_use_bi__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("../../hooks/s-use-bi/src/index.ts"),_haaretz_s_use_pp_data_variables__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("../../pp-hooks/s-use-pp-data-variables/src/index.ts"),next_router__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("../../../node_modules/.pnpm/next-router-mock@0.9.10_next@13.5.4_react@18.2.0/node_modules/next-router-mock/dist/index.js"),style9__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("../../../node_modules/.pnpm/style9@0.18.2_rollup@2.79.1_webpack@5.88.2/node_modules/style9/index.mjs");function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach((function(r){(0,_home_runner_work_fe_fe_node_modules_pnpm_babel_runtime_7_22_10_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__.Z)(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}const c={lc:{"@media all and (min-width:102em)":{"--contentWidth":"fagErb"}},basePadding:{"@media all and (min-width:80em)":{paddingTop:"dMjEnC",paddingBottom:"gzJbfQ"}},base:{alignItems:"foGVKH",display:"kbCXHY",gridColumnStart:"jrBSXg",gridTemplateColumns:"TXnuQ",paddingBottom:"dPFrWx",paddingTop:"dmKgnC",width:"cRUUAa"},hidden:{visibility:"dWytAe"},backButton:{justifySelf:"kRjLwT",paddingInlineStart:"fXNSxz","@media all and (max-width:47.9375em)":{fontSize:"gqKHoD",lineHeight:"dDTvzc",paddingInlineStart:"liiyvf"}},logoContainer:{textAlign:"kooHYa"},logo:{fontSize:"cypeLb","@media all and (min-width:80em)":{fontSize:"lllWpD"}},safePurchaseWidth:{paddingTop:"kMKXDC",width:"gbByvw","@media all and (min-width:80em) and (max-width:101.9375em)":{width:"bQQlpX"},"@media all and (min-width:102em)":{width:"haBRiO"}},backButtonIcon:{transform:"iALeuP"},safePurchase:{alignItems:"foGVKH",aspectRatio:"eUirwo",borderTopLeftRadius:"eCJvpO",borderTopRightRadius:"KuLii",borderBottomRightRadius:"cPOOyy",borderBottomLeftRadius:"dJEuaT",backgroundColor:"oSbfz",display:"gSBWlu",flexDirection:"iMkoWi",justifyContent:"fPWmiY",justifySelf:"cqxUdF",textAlign:"kooHYa",borderBottomColor:"vKUcM",borderBottomStyle:"hpBjJb",borderBottomWidth:"hdHwPS",paddingBottom:"eJnETF",borderInlineEndColor:"fbdwVL",borderInlineEndStyle:"hszzXi",borderInlineEndWidth:"hWXZao",paddingInlineEnd:"cfEHVR",borderInlineStartColor:"eUkXcN",borderInlineStartStyle:"itlHSH",borderInlineStartWidth:"kPrHOm",paddingInlineStart:"kQDwxQ",borderTopColor:"gEalRr",borderTopStyle:"FwRrA",borderTopWidth:"fcSDbz",paddingTop:"dCdWKc"},lockIcon:{fontSize:"hHyHSZ","@media all and (min-width:80em)":{fontSize:"kltmtJ"}},safePurchaseText:{fontWeight:"bRNbBj",fontFamily:"cGpNyn",color:"bzRhTf",fontSize:"efkEmg",lineHeight:"iVgpjd","@media all and (min-width:80em) and (max-width:101.9375em)":{fontSize:"hMfcaY",lineHeight:"jGdwue"},"@media all and (min-width:102em)":{fontSize:"cXOjsd",lineHeight:"eLlMhd"}}},cleanReload=()=>{const reloadLocation=window.location.origin||`${window.location.protocol}//${window.location.hostname}${window.location.port?`:${window.location.port}`:""}`;window.location.assign(reloadLocation)};function PpMasthead(){var _data$PurchasePage;const router=(0,next_router__WEBPACK_IMPORTED_MODULE_2__.useRouter)(),currentStepName=(0,_haaretz_s_pp_routing_utils_getCurrentStepName__WEBPACK_IMPORTED_MODULE_4__.Z)(router.pathname),biAction=(0,_haaretz_s_use_bi__WEBPACK_IMPORTED_MODULE_5__.Z)(),variables=(0,_haaretz_s_use_pp_data_variables__WEBPACK_IMPORTED_MODULE_6__.Z)(),{data}=(0,_haaretz_s_pp_queries_PurchasePage__WEBPACK_IMPORTED_MODULE_7__.RF)(variables,{enabled:!1}),pageData=null==data||null===(_data$PurchasePage=data.PurchasePage)||void 0===_data$PurchasePage?void 0:_data$PurchasePage.pageData,buttonShouldReload=(0,_haaretz_s_pp_routing_utils_isAbandonedCartRoute__WEBPACK_IMPORTED_MODULE_8__.Z)(router.query),getBiData=()=>{const currentStep=pageData&&(0,_haaretz_s_pp_routing_utils_isGqlPpStep__WEBPACK_IMPORTED_MODULE_9__.Z)(currentStepName)&&(0,_haaretz_s_pp_routing_utils_getCurrentStep__WEBPACK_IMPORTED_MODULE_10__.Z)(currentStepName,pageData.allSteps).currentStepIndex+1,additionalInfoBiData={additional_info:_objectSpread({refactor:"true"},currentStep?{stage_number:currentStep.toString()}:{})};return _objectSpread({stage:currentStepName},additionalInfoBiData)},hideBackButton=(0,_haaretz_s_pp_routing_utils_isThankYouStep__WEBPACK_IMPORTED_MODULE_11__.Z)(currentStepName);return(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_haaretz_s_layout_container__WEBPACK_IMPORTED_MODULE_12__.Z,{as:"header",styleExtend:[c.lc],children:(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)("div",{className:(0,style9__WEBPACK_IMPORTED_MODULE_3__.Z)(c.base,c.basePadding),children:[(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_haaretz_s_button__WEBPACK_IMPORTED_MODULE_13__.ZP,{onClick:()=>{biAction(_objectSpread({action_id:169,feature:"Back on promotions",feature_type:"Marketing"},getBiData())),buttonShouldReload?cleanReload():router.back()},variant:"neutral",priority:"tertiary",startIcon:"chevron-right",styleExtend:[c.backButton,hideBackButton&&c.hidden],startIconStyleExtend:[c.backButtonIcon],"data-testid":"pp-masthead-back-button",children:"חזרה"}),(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)("div",{className:(0,style9__WEBPACK_IMPORTED_MODULE_3__.Z)(c.logoContainer),children:(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_haaretz_s_htz_link__WEBPACK_IMPORTED_MODULE_14__.Z,{href:"https://www.haaretz.co.il",onClick:()=>{biAction(_objectSpread({action_id:80,feature:"Promotions footer",feature_type:"Content"},getBiData()))},"data-testid":"pp-masthead-logo-link",children:(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_haaretz_s_htz_logo__WEBPACK_IMPORTED_MODULE_15__.Z,{styleExtend:[c.logo]})})}),(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)("div",{className:(0,style9__WEBPACK_IMPORTED_MODULE_3__.Z)(c.safePurchase,c.safePurchaseWidth),children:[(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_haaretz_s_icon__WEBPACK_IMPORTED_MODULE_16__.Z,{icon:"lock",variant:"success",styleExtend:[c.lockIcon]}),(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)("span",{className:(0,style9__WEBPACK_IMPORTED_MODULE_3__.Z)(c.safePurchaseText),children:"תשלום מאובטח"})]})]})})}},"../../pp-utils/s-pp-routing-utils/src/getCurrentStep/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>src_getCurrentStep});const src_getCurrentStep=function getCurrentStep(currentStepName,steps){if(!currentStepName||"string"!=typeof currentStepName)throw new Error("Step name isn't valid");if(null==steps||!steps.length)throw new Error("Steps is required array");const currentStepIndex=steps.findIndex((step=>step.name===currentStepName));if(currentStepIndex<0)throw new Error("Invalid current step");return{currentStep:steps[currentStepIndex],currentStepIndex}}},"../../pp-utils/s-pp-routing-utils/src/isAbandonedCartRoute/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>src_isAbandonedCartRoute});const src_isAbandonedCartRoute=function isAbandonedCartRoute(query){return"preference"in query}},"../../pp-utils/s-pp-routing-utils/src/isThankYouStep/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>src_isThankYouStep});const src_isThankYouStep=function isThankYouStep(step){return"thankYou"===step||"validSubscription"===step||"specialSubscription"===step||"changeSuccess"===step}}}]);