\n
\n
\n \n ) }\n return (\n
}>\n \n
{title}
\n
{jumpToConfiguratorLink?.fields?.title}
\n\n {isMedium?comparisonMobileView() : comparisonDesktopView()}\n
\n \n )\n}\n\nexport default mediaQueryHOC(ComparisonChart);\nComparisonChart.propTypes = {\n extraAttributes: PropTypes.any,\n className: PropTypes.any,\n props: PropTypes.object,\n onClickCallback: PropTypes.func,\n isMedium: PropTypes.bool,\n}\n\nComparisonChart.defaultProps = {\n extraAttributes: {},\n}\n","import PropTypes from 'prop-types';\nimport React from 'react';\n\nexport default Label;\n\nexport function Label({ label, tokens }) {\n if (!label) {\n return '';\n } else if (tokens) {\n return replaceTokensFromString(label?.fields?.text || label, tokens);\n } else {\n return label?.fields?.text || label;\n }\n}\n\nLabel.propTypes = {\n label: PropTypes.oneOfType([\n PropTypes.string,\n PropTypes.object\n ]),\n tokens: PropTypes.object,\n};\n\nexport function LabelHTML({ label, tokens, ...props }) {\n if (!label) {\n return (\n
\n );\n } else if (tokens) {\n return (\n
\n );\n } else {\n return (\n
\n );\n }\n}\n\nLabelHTML.propTypes = {\n label: PropTypes.oneOfType([\n PropTypes.string,\n PropTypes.object\n ]),\n tokens: PropTypes.object,\n};\n\nexport function replaceTokensFromString(s, tokens) {\n for (let tokenKey in tokens) {\n s = s.replace(new RegExp('{' + tokenKey + '}', 'g'), tokens[tokenKey]);\n }\n\n return s;\n}\n","import React, {Suspense} from 'react';\nimport ReactMarkdown from 'react-markdown';\nimport Block from '../../adapters/helpers/Block'\nimport PropTypes from 'prop-types';\nimport { MarkdownTextConstants } from '../../adapters/helpers/Constants'\nimport Loader from '../../adapters/helpers/Loader';\n\nexport function Markdown({ source, className }) {\n return (\n
\n );\n}\n\nMarkdown.propTypes = {\n source: PropTypes.any,\n className: PropTypes.string,\n}\n\nexport default function MarkdownText(props) {\n const block = new Block(props);\n const document = block.getDocument();\n const classNames = document?.fields?.classNames;\n let ariaHidden = null;\n if (classNames && classNames.indexOf('aria-hidden') >= 0) {\n ariaHidden = true;\n }\n const Tag = props.isSpan ? 'span' : 'div';\n\n return ((document?.fields) ?\n \n
\n }>\n \n \n \n :\n
\n }>\n \n \n \n );\n}\n\nMarkdownText.propTypes = {\n value: PropTypes.string,\n isSpan: PropTypes.bool,\n className: PropTypes.string,\n};\n"],"names":["Symbol","root","module","exports","__webpack_require__","getRawTag","objectToString","symToStringTag","toStringTag","undefined","value","Object","n","iteratee","index","result","Array","trimmedEndIndex","reTrimStart","string","slice","replace","identity","freeGlobal","g","objectProto","prototype","hasOwnProperty","nativeObjectToString","toString","isOwn","call","tag","unmasked","e","freeSelf","self","Function","reWhitespace","length","test","charAt","type","baseGetTag","isObjectLike","baseTimes","castFunction","toInteger","nativeMin","Math","min","toNumber","INFINITY","sign","toFinite","remainder","baseTrim","isObject","isSymbol","NAN","reIsBadHex","reIsBinary","reIsOctal","freeParseInt","parseInt","other","valueOf","isBinary","buildContentfullImageUrl","assetUrl","transformations","__webpack_exports__","ZP","buildContentfullImageUrlByHeight","height","arguments","buildContentfullImageUrlByWidth","width","imageContentfullDpr","imageContentfullSrc","useIsomorphicLayoutEffect","useLayoutEffect","useMatchMedia","mediaQueryString","initialValue","_useState","useState","match","setMatch","useEffect","window","matchMedia","matches","addListener","handleMatch","removeListener","event","mediaQueryHOC","Component","props","isXSmall","isSmall","isMedium","isLarge","isXLarge","_jsx","_objectSpread","listeners","state","currentProductIndex","setState","newState","forEach","listener","updateCurrentProductIndex","newListener","push","optimizeImage","imageUrl","imageFormatValue","imageQualityValue","_imageUrl","_imageUrl2","imageFormat","imageQuality","includes","concat","_imageUrl3","Cell","dynamic","then","bind","loadableGenerated","webpack","CellHtml","Row","Button","ComparisonChart","longestComparision","seriesLabel","_entity$comparisionSe","_entity$comparisionSe2","_entity$comparisonCha","_entity$comparisonCha2","_jumpToConfiguratorLi2","extraAttributes","className","onClickCallback","entity","block","Block","leftFadeRef","useRef","rightFadeRef","noValueLabel","Label","label","getFieldValue","ComparisonChartBlockConstants","jumpToConfiguratorLink","onChartScroll","useCallback","scrollRatio","target","scrollLeft","scrollWidth","offsetWidth","max","current","style","opacity","series","otherSeries","comparisionSeries","fields","products","productSeriesValues","serie","_serie$fields","_serie$fields$product","product","_product$fields","_product$fields$produ","productVariants","variant","_variant$fields","_variant$fields$compa","_product$fields2","_product$fields3","_product$fields3$buyN","_product$fields3$buyN2","_product$fields4","_product$fields5","_product$fields6","comparisonPoints","slug","buyNowLabel","text","isEnableCommingSoon","enableComingSoonLabel","deactivateBuyNowButton","orderingProductIndex","_product$fields7","_product$fields7$prod","_variant$fields2","_variant$fields2$comp","_product$fields8","_product$fields9","_product$fields9$buyN","_product$fields9$buyN2","_product$fields10","_product$fields11","_product$fields12","productSeries","productSeriesData","filter","shortTitle","sort","a","b","seriesCopy","setSriesCopy","title","comparisonChart","classNames","priceRangeLabels","map","_serie$fields2","_serie$fields2$priceR","_serie$fields2$priceR2","_serie$fields3","priceRangeLabel","ariaLabel","priceRangeAriaLabel","_serie$fields4","_serie$fields5","_serie$fields5$compar","comparisonPointFallback","comparisonPointsFallback","comparisonPoint","_comparisonPoint$fiel","_comparisonPoint$fiel2","_comparisonPoint$fiel3","cellTitle","shortName","setSelectedProduct","anchorId","find","_product$fields13","sku","currentSeries","selectedProduct","renderBuyNowCTA","buyNowDeactivated","buyNowDataActionDetail","dataBorderTheme","btnClassName","textTheme","onClick","borderTheme","dataActionDetail","stripHtml","size","children","Suspense","fallback","Loader","_jsxs","join","reduce","p","c","compaire","LazyLoad","offset","_Fragment","isArray","onScroll","_","i","left","role","table","_currentSeries$fields","_asset$fields","_currentSeries$fields2","_currentSeries$fields3","_currentSeries$fields4","_currentSeries$fields5","_currentSeries$fields6","_currentSeries$fields7","_currentSeries$slug","_currentSeries$slug$f","_currentSeries$fields9","asset","mainAsset","altText","alternateText","contentImageId","file","url","imageSrc","ImageFactory","Fragment","required","name","onChange","currentSelect","_currentSelect$fields","_currentSelect$fields2","_currentSelect$fields3","_currentSeries$fields8","productLabel","productValue","selected","dangerouslySetInnerHTML","__html","Link","href","alt","altTextPrefixFeatureImage","src","Image","cell","times","j","_comparisonPoint$","Markdown","source","ref","MINIMUM_WIDTH_MOBILE_VW","_currentSeries$fields10","_currentSeries$fields11","_asset$fields2","_currentSeries$fields12","_currentSeries$fields13","_currentSeries$fields14","_currentSeries$fields15","_currentSeries$fields16","_currentSeries$fields17","_currentSeries$slug2","_currentSeries$slug2$","_currentSeries$fields19","columnheader","_currentSelect$fields4","_currentSelect$fields5","_currentSelect$fields6","_currentSeries$fields18","_comparisonPoint$2","defaultProps","_ref","_label$fields","_label$fields2","tokens","replaceTokensFromString","LabelHTML","_ref2","_label$fields3","_label$fields4","_objectWithoutProperties","_excluded","s","tokenKey","propTypes","PropTypes","ReactMarkdown","escapeHtml","MarkdownText","_document$fields","document","getDocument","ariaHidden","indexOf","Tag","isSpan","MarkdownTextConstants"],"sourceRoot":""}