{"version":3,"file":"QdsBreadCrumbInfo.87W4ZpPL.js","sources":["../../../../../../../../packages/builder-oem/src/components/aprimo-dam/consts.ts","../../../../../../../../packages/common/src/accessibility/consts.ts","../../../../../../../../packages/builder-oem/src/components/aprimo-dam/ResponsiveImage/ResponsiveImage.svelte","../../../../../../../../node_modules/.pnpm/svelte-intersection-observer@0.10.2/node_modules/svelte-intersection-observer/src/IntersectionObserver.svelte","../../../../../../../../packages/builder-oem/src/components/shared/qds-button/QdsButton.svelte","../../../../../../../../packages/builder-oem/src/components/Reusable/SvelteWindow.svelte","../../../../../../../../packages/builder-oem/src/assets/icons/black-icon.svg","../../../../../../../../packages/builder-oem/src/assets/icons/circle.svg","../../../../../../../../packages/builder-oem/src/assets/icons/green-dark-circle.svg","../../../../../../../../packages/builder-oem/src/assets/icons/green-dark-triangle.svg","../../../../../../../../packages/builder-oem/src/assets/icons/green-light-circle.svg","../../../../../../../../packages/builder-oem/src/assets/icons/green-light-triangle.svg","../../../../../../../../packages/builder-oem/src/assets/icons/white-circle.svg","../../../../../../../../packages/builder-oem/src/assets/icons/white-triangle.svg","../../../../../../../../packages/builder-oem/src/assets/icons/circle-play-green-button.svg","../../../../../../../../packages/builder-oem/src/components/controls/Button.svelte","../../../../../../../../packages/common/src/components/typography/Typography.svelte","../../../../../../../../packages/builder-oem/src/components/shared/qds-button/consts.ts","../../../../../../../../packages/builder-oem/src/components/shared/qds-block-promo/QdsBlockPromo.svelte","../../../../../../../../packages/builder-oem/src/components/CC-03/shared/utils/selector-widget/consts.ts","../../../../../../../../packages/builder-oem/src/components/CC-03/shared/utils/selector-widget/convert-country-code.ts","../../../../../../../../packages/builder-oem/src/components/CC-03/shared/utils/selector-widget/open-selector-widget.ts","../../../../../../../../packages/builder-oem/src/modules/range-pages/context.ts","../../../../../../../../packages/builder-oem/src/components/shared/qds-breadcrumb-item/QdsBreadCrumbItem.svelte","../../../../../../../../packages/builder-oem/src/components/shared/qds-block-hero/QdsBlockHero.svelte","../../../../../../../../packages/builder-oem/src/components/qds/container/QdsBuilderContainer.svelte","../../../../../../../../packages/builder-oem/src/components/qds/builder/qds-hero-block-builder-input-factory.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-hero/BlockHeroInfo.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-hero-v3/consts.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-hero-v2/consts.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-hero-v2/BlockHeroInfo.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-hero-v3/WidgetContainer.svelte","../../../../../../../../packages/builder-oem/src/modules/product-selector/get-product-range-value.ts","../../../../../../../../packages/builder-oem/src/modules/product-selector/utils.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-hero-v3/utils/getImageUrl.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-hero-v3/utils/sanitizeAndClean.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-hero-v3/utils/getRangeKickerName.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-hero-v3/get-props-for-range-page.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-hero-v3/BlockHero.svelte","../../../../../../../../packages/builder-oem/src/components/qds/block-hero-v3/BlockHeroInfo.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-promo-v3/consts.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-promo-v2/consts.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-promo/consts.ts","../../../../../../../../packages/builder-oem/src/components/qds/builder/qds-promo-block-builder-input-factory.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-promo/BlockPromoInfo.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-promo-v2/BlockPromoInfo.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-promo-v3/BlockPromo.svelte","../../../../../../../../packages/builder-oem/src/components/qds/block-promo-v3/BlockPromoInfo.ts","../../../../../../../../packages/builder-oem/src/components/qds/button/ButtonInfo.ts","../../../../../../../../packages/builder-oem/src/components/qds/intro-block/consts.ts","../../../../../../../../packages/builder-oem/src/components/qds/intro-block/intro-block-builder-input-factory.ts","../../../../../../../../packages/builder-oem/src/components/qds/intro-block/IntroBlockInfo.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-content/consts.ts","../../../../../../../../packages/builder-oem/src/components/qds/block-content/BlockContentInfo.ts","../../../../../../../../packages/builder-oem/src/components/qds/builder/qds-breadcrumb-builder-input-factory.ts","../../../../../../../../packages/builder-oem/src/components/qds/qds-breadcrumb/const.ts","../../../../../../../../packages/builder-oem/src/components/qds/qds-breadcrumb/QdsBreadCrumbInfo.ts"],"sourcesContent":["import type { ImageResponsiveOptionsType } from './types';\nimport { BREAKPOINTS } from '@se/common/src/config/consts/breakpoints';\n\nexport const MAX_SQUARE_CONTAINER_ASPECT_RATIO = 1.4;\nexport const MIN_HORIZONTAL_CONTAINER_ASPECT_RATIO = 2.846;\nexport const DEFAULT_RESPONSIVE_OPTIONS: ImageResponsiveOptionsType = [\n\t{ min: 0, crop: 'square' },\n\t{ min: BREAKPOINTS.LG, crop: 'rectangle' },\n\t{ min: BREAKPOINTS.XL, crop: 'horizontal' },\n];\n","export const ACCESSIBLE_CARD_GRADIENT =\n\t'background: linear-gradient(-180deg, rgba(23, 23, 28, 0.5) 0%, rgba(4, 4, 4, 0.8) 100%);';\n","<script lang=\"ts\">\n\timport { onMount } from 'svelte';\n\timport type { Readable } from 'svelte/store';\n\timport { derived, writable } from 'svelte/store';\n\timport { twMerge } from 'tailwind-merge';\n\timport {\n\t\tMAX_SQUARE_CONTAINER_ASPECT_RATIO,\n\t\tMIN_HORIZONTAL_CONTAINER_ASPECT_RATIO,\n\t} from '../consts';\n\timport { ACCESSIBLE_CARD_GRADIENT } from '@se/common/src/accessibility/consts';\n\timport type { AprimoDefaultAspectRatio, ImageResponsiveOptionsType } from '../types';\n\n\texport let horizontalImageUrl: string;\n\texport let squareImageUrl: string;\n\texport let rectangleImageUrl: string;\n\texport let altText: string;\n\texport let horizontalImageAssetId: string;\n\texport let squareImageAssetId: string;\n\texport let rectangleImageAssetId: string;\n\texport let assetSource: string | null = null;\n\texport let imageClass: string = '';\n\texport let containerClass: string = '';\n\texport let accessibleOverlay: boolean = false;\n\texport let imgElement: HTMLImageElement | undefined = undefined;\n\texport let imageInlineHeight: number | undefined = undefined;\n\texport let defaultAspectRatio: AprimoDefaultAspectRatio | undefined = undefined;\n\texport let responsiveOptions: ImageResponsiveOptionsType | undefined = undefined;\n\texport let preloadImages: boolean = false;\n\n\tlet container: HTMLElement;\n\tlet dimensions = writable({ width: 0, height: 0 });\n\n\tconst aspectRatio: Readable<number> = derived(dimensions, ($dimensions) => {\n\t\tif (imageInlineHeight) {\n\t\t\treturn $dimensions.width / imageInlineHeight;\n\t\t}\n\t\treturn $dimensions.width / $dimensions.height;\n\t});\n\n\tlet imageUrl: string;\n\tlet immageAssetId: string;\n\n\tlet width: number;\n\tlet height: number;\n\n\t$: {\n\t\tdimensions.set({ width, height });\n\t}\n\n\t$: {\n\t\tif (isNaN($aspectRatio) && defaultAspectRatio) {\n\t\t\tswitch (defaultAspectRatio) {\n\t\t\t\tcase 'square':\n\t\t\t\t\timageUrl = squareImageUrl;\n\t\t\t\t\timmageAssetId = squareImageAssetId;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'horizontal':\n\t\t\t\t\timageUrl = horizontalImageUrl;\n\t\t\t\t\timmageAssetId = horizontalImageAssetId;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'rectangle':\n\t\t\t\t\timageUrl = rectangleImageUrl;\n\t\t\t\t\timmageAssetId = rectangleImageAssetId;\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t} else {\n\t\t\timageUrl =\n\t\t\t\t$aspectRatio < MAX_SQUARE_CONTAINER_ASPECT_RATIO\n\t\t\t\t\t? squareImageUrl\n\t\t\t\t\t: $aspectRatio > MIN_HORIZONTAL_CONTAINER_ASPECT_RATIO\n\t\t\t\t\t\t? horizontalImageUrl\n\t\t\t\t\t\t: rectangleImageUrl;\n\t\t\timmageAssetId =\n\t\t\t\t$aspectRatio < MAX_SQUARE_CONTAINER_ASPECT_RATIO\n\t\t\t\t\t? squareImageAssetId\n\t\t\t\t\t: $aspectRatio > MIN_HORIZONTAL_CONTAINER_ASPECT_RATIO\n\t\t\t\t\t\t? horizontalImageAssetId\n\t\t\t\t\t\t: rectangleImageAssetId;\n\t\t}\n\t}\n\n\tresponsiveOptions = responsiveOptions?.sort((a, b) => a.min - b.min);\n\n\tconst getImageUrlByIndex = (index: number) => {\n\t\tif (!responsiveOptions) return;\n\t\treturn responsiveOptions[index].crop === 'square'\n\t\t\t? squareImageUrl\n\t\t\t: responsiveOptions[index].crop === 'horizontal'\n\t\t\t\t? horizontalImageUrl\n\t\t\t\t: rectangleImageUrl;\n\t};\n\n\tonMount(() => {\n\t\tconst resizeObserver = new ResizeObserver((entries) => {\n\t\t\tfor (let entry of entries) {\n\t\t\t\tconst { width, height } = entry.contentRect;\n\t\t\t\tdimensions.set({ width, height });\n\t\t\t}\n\t\t});\n\t\tresizeObserver.observe(container);\n\t\treturn () => {\n\t\t\tresizeObserver.disconnect();\n\t\t};\n\t});\n</script>\n\n<svelte:head>\n\t{#if preloadImages && defaultAspectRatio}\n\t\t<link rel=\"preload\" as=\"image\" href={imageUrl} fetchpriority=\"high\" />\n\t{/if}\n\t{#if preloadImages && responsiveOptions && responsiveOptions.length >= 3}\n\t\t{#each responsiveOptions as option, index}\n\t\t\t{#if index === 0}\n\t\t\t\t<link\n\t\t\t\t\trel=\"preload\"\n\t\t\t\t\tas=\"image\"\n\t\t\t\t\thref={getImageUrlByIndex(index)}\n\t\t\t\t\tfetchpriority=\"high\"\n\t\t\t\t\tmedia={`(max-width: ${responsiveOptions[index + 1]?.min}px)`}\n\t\t\t\t/>\n\t\t\t{:else if index < responsiveOptions.length - 1}\n\t\t\t\t<link\n\t\t\t\t\trel=\"preload\"\n\t\t\t\t\tas=\"image\"\n\t\t\t\t\thref={getImageUrlByIndex(index)}\n\t\t\t\t\tfetchpriority=\"high\"\n\t\t\t\t\tmedia={`(min-width: ${option.min + 0.1}px) and (max-width: ${responsiveOptions[index + 1].min}px)`}\n\t\t\t\t/>\n\t\t\t{:else}\n\t\t\t\t<link\n\t\t\t\t\trel=\"preload\"\n\t\t\t\t\tas=\"image\"\n\t\t\t\t\thref={getImageUrlByIndex(index)}\n\t\t\t\t\tfetchpriority=\"high\"\n\t\t\t\t\tmedia={`(min-width: ${option.min + 0.1}px)`}\n\t\t\t\t/>\n\t\t\t{/if}\n\t\t{/each}\n\t{/if}\n</svelte:head>\n\n<!-- <svelte:head>\n\t{#if preloadImages && defaultAspectRatio}\n\t\t<link rel=\"preload\" as=\"image\" href={imageUrl} fetchpriority=\"high\" />\n\t{/if}\n\t{#if preloadImages && responsiveOptions && responsiveOptions.length === 3}\n\t\t<link\n\t\t\trel=\"preload\"\n\t\t\tas=\"image\"\n\t\t\thref={getImageUrlByIndex(0)}\n\t\t\tfetchpriority=\"high\"\n\t\t\tmedia={`(max-width: ${responsiveOptions[1].min}px)`}\n\t\t/>\n\t\t<link\n\t\t\trel=\"preload\"\n\t\t\tas=\"image\"\n\t\t\thref={getImageUrlByIndex(1)}\n\t\t\tfetchpriority=\"high\"\n\t\t\tmedia={`(min-width: ${responsiveOptions[1].min}.1px) and (max-width: ${responsiveOptions[2].min}px)`}\n\t\t/>\n\t\t<link\n\t\t\trel=\"preload\"\n\t\t\tas=\"image\"\n\t\t\thref={horizontalImageUrl}\n\t\t\tfetchpriority=\"high\"\n\t\t\tmedia={`(min-width: ${responsiveOptions[2].min}.1px)`}\n\t\t/>\n\t{/if}\n</svelte:head> -->\n\n<div\n\tbind:this={container}\n\tclass={twMerge('relative h-full w-full', containerClass)}\n\tbind:clientHeight={height}\n\tbind:clientWidth={width}\n>\n\t<!-- {#if responsiveOptions && responsiveOptions && responsiveOptions.length === 3} -->\n\t{#if responsiveOptions && responsiveOptions && responsiveOptions.length >= 3}\n\t\t<picture>\n\t\t\t{#each responsiveOptions as option, index}\n\t\t\t\t{#if index < responsiveOptions.length - 1}\n\t\t\t\t\t<source\n\t\t\t\t\t\tsrcset={getImageUrlByIndex(index)}\n\t\t\t\t\t\tmedia={`(min-width: ${option.min}px) and (max-width: ${responsiveOptions[index + 1].min}px)`}\n\t\t\t\t\t/>\n\t\t\t\t{:else}\n\t\t\t\t\t<source srcset={getImageUrlByIndex(index)} media={`(min-width: ${option.min}px)`} />\n\t\t\t\t{/if}\n\t\t\t{/each}\n\t\t\t<img\n\t\t\t\tfetchpriority={preloadImages ? 'high' : 'auto'}\n\t\t\t\tbind:this={imgElement}\n\t\t\t\tdata-assetSource={assetSource}\n\t\t\t\tdata-assetId={immageAssetId}\n\t\t\t\tsrc={getImageUrlByIndex(0)}\n\t\t\t\talt={altText}\n\t\t\t\tclass={twMerge('absolute left-0 top-0 h-full w-full object-cover', imageClass)}\n\t\t\t\tstyle:height={imageInlineHeight && `${imageInlineHeight}px`}\n\t\t\t\t{width}\n\t\t\t\t{height}\n\t\t\t/>\n\t\t</picture>\n\t\t<!-- <picture>\n\t\t\t<source srcset={getImageUrlByIndex(2)} media={`(min-width: ${responsiveOptions[2].min}px)`} />\n\t\t\t<source srcset={getImageUrlByIndex(1)} media={`(min-width: ${responsiveOptions[1].min}px)`} />\n\t\t\t<img\n\t\t\t\tfetchpriority={preloadImages ? 'high' : 'auto'}\n\t\t\t\tbind:this={imgElement}\n\t\t\t\tdata-assetSource={assetSource}\n\t\t\t\tdata-assetId={immageAssetId}\n\t\t\t\tsrc={getImageUrlByIndex(0)}\n\t\t\t\talt={altText}\n\t\t\t\tclass={twMerge('absolute left-0 top-0 h-full w-full object-cover', imageClass)}\n\t\t\t\tstyle:height={imageInlineHeight && `${imageInlineHeight}px`}\n\t\t\t\t{width}\n\t\t\t\t{height}\n\t\t\t/>\n\t\t</picture> -->\n\t{:else if !isNaN($aspectRatio) || defaultAspectRatio}\n\t\t<img\n\t\t\tbind:this={imgElement}\n\t\t\tsrc={imageUrl}\n\t\t\tdata-assetSource={assetSource}\n\t\t\tdata-assetId={immageAssetId}\n\t\t\talt={altText}\n\t\t\tclass={twMerge('absolute left-0 top-0 h-full w-full object-cover', imageClass)}\n\t\t\tstyle:height={imageInlineHeight && `${imageInlineHeight}px`}\n\t\t\t{width}\n\t\t\t{height}\n\t\t\tloading={preloadImages ? 'eager' : 'lazy'}\n\t\t/>\n\t{/if}\n\n\t<!-- For text overlay or additional content -->\n\t<div class=\"absolute inset-0 overflow-hidden\">\n\t\t<slot />\n\t</div>\n\t<!-- {/if} -->\n\t{#if accessibleOverlay}\n\t\t<div class=\"absolute h-full w-full\" style={ACCESSIBLE_CARD_GRADIENT} />\n\t{/if}\n</div>\n","<script>\n  /**\n   * The HTML Element to observe.\n   * @type {HTMLElement}\n   */\n  export let element = null;\n\n  /**\n   * Set to `true` to unobserve the element\n   * after it intersects the viewport.\n   * @type {boolean}\n   */\n  export let once = false;\n\n  /**\n   * `true` if the observed element\n   * is intersecting the viewport.\n   */\n  export let intersecting = false;\n\n  /**\n   * Specify the containing element.\n   * Defaults to the browser viewport.\n   * @type {HTMLElement}\n   */\n  export let root = null;\n\n  /** Margin offset of the containing element. */\n  export let rootMargin = \"0px\";\n\n  /**\n   * Percentage of element visibility to trigger an event.\n   * Value must be between 0 and 1.\n   */\n  export let threshold = 0;\n\n  /**\n   * Observed element metadata.\n   * @type {null | IntersectionObserverEntry}\n   */\n  export let entry = null;\n\n  /**\n   * `IntersectionObserver` instance.\n   * @type {null | IntersectionObserver}\n   */\n  export let observer = null;\n\n  import { tick, createEventDispatcher, afterUpdate, onMount } from \"svelte\";\n\n  const dispatch = createEventDispatcher();\n\n  let prevRootMargin = null;\n  let prevElement = null;\n\n  const initialize = () => {\n    observer = new IntersectionObserver(\n      (entries) => {\n        entries.forEach((_entry) => {\n          entry = _entry;\n          intersecting = _entry.isIntersecting;\n        });\n      },\n      { root, rootMargin, threshold }\n    );\n  };\n\n  onMount(() => {\n    initialize();\n\n    return () => {\n      if (observer) {\n        observer.disconnect();\n        observer = null;\n      }\n    };\n  });\n\n  afterUpdate(async () => {\n    if (entry !== null) {\n      dispatch(\"observe\", entry);\n\n      if (entry.isIntersecting) {\n        dispatch(\"intersect\", entry);\n\n        if (once) observer.unobserve(element);\n      }\n    }\n\n    await tick();\n\n    if (element !== null && element !== prevElement) {\n      observer.observe(element);\n\n      if (prevElement !== null) observer.unobserve(prevElement);\n      prevElement = element;\n    }\n\n    if (prevRootMargin && rootMargin !== prevRootMargin) {\n      observer.disconnect();\n      prevElement = null;\n      initialize();\n    }\n\n    prevRootMargin = rootMargin;\n  });\n</script>\n\n<slot {intersecting} {entry} {observer} />\n","<script lang=\"ts\">\n\timport { getLinkProvider } from '@se/common/src/embedded-link/get-link-provider';\n\timport { isEditing } from '@builder.io/sdk-svelte';\n\timport QdsSsrWrapper from '../container/QdsSsrWrapper.svelte';\n\timport type { LinkFieldSet, PesUrlsData } from '@se/common/src/embedded-link/types';\n\timport { downloadFile, getEdmsDocumentName, pushEdmsGaEvent } from '../../../utility/edms';\n\timport { DataLayerEventName, analytics, getCtaCategory } from '@se/core/services/analytics';\n\timport { LinkTarget } from '@se/common/src/embedded-link';\n\timport {\n\t\tbodyOverflowHidden,\n\t\tbuilderApiKey,\n\t\tcountryParam,\n\t\tcurrentUrl,\n\t\tlanguageParam,\n\t} from '@se/common/stores';\n\timport Portal from '../../Reusable/Portal.svelte';\n\timport Video from '../../Reusable/Video.svelte';\n\timport { parseYoutubeUrl } from '../../../utility/util';\n\timport { getContext, onMount, tick } from 'svelte';\n\timport { modalScrollDistance } from '../../../store/store';\n\timport type { ButtonImportance, ButtonSize } from './types';\n\timport { getLocaleInfoFromCode } from '@se/common/src/utils/get-locale-info-from-code';\n\timport { getAppContext } from '@se/common/utils';\n\timport type { BuilderLocalizedValue } from '@se/common/types';\n\n\texport let text: BuilderLocalizedValue<string> | undefined = undefined;\n\texport let iconName: string | undefined = undefined;\n\texport let iconLibrary: string = 'default';\n\texport let importance: ButtonImportance = 'standard';\n\texport let size: ButtonSize = 'standard';\n\texport let action: 'dropdown' | 'dropdown-close' | 'next' | '' | undefined = undefined;\n\texport let disabled: boolean = false;\n\texport let gaEventLocation: string | undefined = undefined;\n\texport let link: LinkFieldSet | undefined = undefined;\n\texport let gaEventName: string | undefined = undefined;\n\texport let href: string | undefined = undefined;\n\texport let target: string | undefined = undefined;\n\texport let badge: string | boolean | undefined = undefined;\n\texport let badgeDescription: string | undefined = undefined;\n\texport let badgeIndicatorStatus:\n\t\t| 'error'\n\t\t| 'info'\n\t\t| 'neutral'\n\t\t| 'success'\n\t\t| 'warning'\n\t\t| undefined = undefined;\n\texport let customVideoClass: string = '';\n\n\tconst fallbackTarget = target ?? link?.target;\n\n\tlet isVideoModalVisible: boolean = false;\n\tlet timeout: NodeJS.Timeout;\n\tlet docId: string;\n\tlet match: RegExpMatchArray | null;\n\tlet docName: string;\n\tlet docType: string;\n\n\tconst updateBodyOverflowState = (value = false) => {\n\t\tbodyOverflowHidden.update(() => value);\n\t};\n\n\tconst handlePlayButtonClick = () => {\n\t\tupdateBodyOverflowState(true);\n\t\ttimeout = setTimeout(function () {\n\t\t\tisVideoModalVisible = true;\n\t\t}, 150);\n\t\tmodalScrollDistance.update(() => `-${scrollY}px`);\n\t};\n\n\tconst handleClose = async () => {\n\t\tupdateBodyOverflowState(false);\n\t\tisVideoModalVisible = false;\n\t\tawait tick();\n\t\twindow.dispatchEvent(new Event('resize'));\n\t\tawait tick();\n\t};\n\n\tfunction handleClick(event: MouseEvent) {\n\t\tif (isEditing()) {\n\t\t\tevent.preventDefault();\n\t\t\treturn;\n\t\t}\n\n\t\tif (link?.linkType === 'documentLink') {\n\t\t\tconst {\n\t\t\t\tresolvedUrl,\n\t\t\t\tlinkData: { edmsId, shouldDownload },\n\t\t\t} = link;\n\t\t\tif (resolvedUrl) {\n\t\t\t\tif (shouldDownload) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\tdownloadFile(resolvedUrl, getEdmsDocumentName(resolvedUrl) ?? `${edmsId}.pdf`).then(\n\t\t\t\t\t\t() => {\n\t\t\t\t\t\t\tpushEdmsGaEvent(resolvedUrl!, edmsId);\n\t\t\t\t\t\t}\n\t\t\t\t\t);\n\t\t\t\t} else {\n\t\t\t\t\tpushEdmsGaEvent(resolvedUrl, edmsId);\n\t\t\t\t}\n\t\t\t}\n\t\t} else if (isActiveVideoLink) {\n\t\t\tanalytics.pushToDataLayer({\n\t\t\t\tevent: DataLayerEventName.VIDEO,\n\t\t\t});\n\t\t}\n\n\t\thref = link?.resolvedUrl ?? '';\n\t\tmatch = href.match(/\\/document\\/([^\\/]+)\\/schneider-electric/i);\n\t\tif (match) {\n\t\t\tdocId = match[1];\n\t\t}\n\t\tdocName = href.substring(href.lastIndexOf('/') + 1);\n\t\tdocType = href.substring(href.lastIndexOf('.') + 1);\n\t\tif (href && href.includes('/document/')) {\n\t\t\tanalytics.pushToDataLayer({\n\t\t\t\tevent: DataLayerEventName.FILE_DOWNLOAD,\n\t\t\t\tdocument_id: docId,\n\t\t\t\tdocument_name: docName,\n\t\t\t\tdocument_type: docType,\n\t\t\t});\n\t\t}\n\n\t\tif (gaEventLocation && gaEventName) {\n\t\t\tanalytics.pushToDataLayer({\n\t\t\t\tevent: DataLayerEventName.CTA_CLICK,\n\t\t\t\tcta_location: gaEventLocation,\n\t\t\t\tcta_name: gaEventName,\n\t\t\t\tcta_link: link?.resolvedUrl ?? '',\n\t\t\t\tcta_category: getCtaCategory(link?.resolvedUrl ?? ''),\n\t\t\t});\n\t\t}\n\t}\n\n\t$: isActiveVideoLink = link?.linkType === 'videoLink' && fallbackTarget === LinkTarget.MODAL;\n\n\tasync function loadLink(link: LinkFieldSet): Promise<string | undefined> {\n\t\tconst locale = `${$languageParam}-${$countryParam.toUpperCase()}`;\n\t\tlink.linkData.locale = locale;\n\n\t\ttry {\n\t\t\tconst isPreviewOrEditing = isEditing() || $currentUrl.includes('__builder_editing__=true');\n\t\t\tconst provider = getLinkProvider(link.linkType, {\n\t\t\t\tbuilderKey: $builderApiKey,\n\t\t\t\tcontextQuery: [],\n\t\t\t\tisPreviewOrEditing,\n\t\t\t});\n\n\t\t\thref = await provider.getUrl(link).then(async (url: string): Promise<string> => {\n\t\t\t\tif (link.linkType === 'documentLink') {\n\t\t\t\t\tconst valid = await provider.validateUrl(url, link, {});\n\t\t\t\t\treturn url && valid ? url : '';\n\t\t\t\t}\n\t\t\t\treturn url ?? '';\n\t\t\t});\n\t\t} catch (e) {\n\t\t\treturn '';\n\t\t}\n\t}\n\n\tif (link && !isActiveVideoLink) {\n\t\tswitch (link.linkType) {\n\t\t\tcase 'externalLink':\n\t\t\t\tif (link.linkData?.url?.includes('[cc]') && link.linkData?.url?.includes('[lc]')) {\n\t\t\t\t\tconst { currentLocale } = getAppContext();\n\t\t\t\t\tconst { language, country } = getLocaleInfoFromCode(currentLocale);\n\t\t\t\t\thref = link?.linkData?.url.replaceAll('[cc]', country).replaceAll('[lc]', language) ?? '';\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase 'productLink':\n\t\t\t\tif (!link?.linkData?.pesId) {\n\t\t\t\t\thref = '';\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tconst pesUrlsData = getContext('pesUrlsData') as PesUrlsData;\n\t\t\t\tconst pesIdPart = link.linkData.pesId.split('/')[0];\n\t\t\t\tif (pesUrlsData) {\n\t\t\t\t\t// id is used when pesUrlsData comes with business id (eg. 62159/5)\n\t\t\t\t\tconst foundUrl = pesUrlsData.find(\n\t\t\t\t\t\t({ id, pesId }) => id === pesIdPart || pesId === pesIdPart\n\t\t\t\t\t)?.url;\n\t\t\t\t\thref = foundUrl || '';\n\t\t\t\t} else {\n\t\t\t\t\tloadLink(link);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase 'documentLink':\n\t\t\t\tloadLink(link);\n\t\t\t\tbreak;\n\t\t}\n\t}\n</script>\n\n{#if isVideoModalVisible && fallbackTarget === LinkTarget.MODAL}\n\t<Portal>\n\t\t<Video\n\t\t\tyoutubeUrl={parseYoutubeUrl(href || '')}\n\t\t\ton:close={handleClose}\n\t\t\tcustomClass={customVideoClass ?? 'bg-se-charcoal'}\n\t\t/>\n\t</Portal>\n{/if}\n\n<!-- svelte-ignore a11y-no-static-element-interactions -->\n\n<QdsSsrWrapper>\n\t<qds-button\n\t\t{text}\n\t\ticon-name={iconName}\n\t\ticon-library={iconLibrary}\n\t\t{importance}\n\t\t{size}\n\t\t{action}\n\t\t{disabled}\n\t\t{badge}\n\t\t{badgeDescription}\n\t\t{badgeIndicatorStatus}\n\t\thref={!isActiveVideoLink && href ? href : undefined}\n\t\ttarget={isActiveVideoLink ? '_self' : fallbackTarget}\n\t\ton:click={isActiveVideoLink ? handlePlayButtonClick : handleClick}\n\t\ton:click\n\t\ton:keydown\n\t\t{...$$restProps}\n\t>\n\t</qds-button>\n</QdsSsrWrapper>\n","<script lang=\"ts\">\n\texport let scrollY: number;\n\texport let clickHandeler: any = null;\n\texport let fullScreenHandler: any = null;\n</script>\n\n<svelte:window bind:scrollY on:click={clickHandeler} on:fullscreenchange={fullScreenHandler} />\n","export default \"data:image/svg+xml,%3csvg%20width='84'%20height='58'%20viewBox='0%200%2084%2058'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M81.9304%208.96494C80.9734%205.43221%2078.1557%202.63767%2074.5405%201.68857C68.0013%200.00130187%2041.8443%200.00130191%2041.8443%200.00130191C41.8443%200.00130191%2016.1658%20-0.104153%209.62656%201.58312C6.01137%202.53221%202.55567%205.43221%201.59871%208.96494C-0.155719%2015.3977%200.003775%2028.7377%200.003775%2028.7377C0.003775%2028.7377%20-0.155719%2042.0777%201.59871%2048.5104C2.55567%2052.0431%206.06454%2054.9431%209.62656%2055.8922C16.1658%2057.6322%2041.8443%2057.474%2041.8443%2057.474C41.8443%2057.474%2067.5228%2057.5795%2074.062%2055.8922C77.6772%2054.9431%2081.0266%2052.0431%2081.9835%2048.5104C83.738%2042.1304%2083.738%2028.7377%2083.738%2028.7377C83.738%2028.7377%2083.6848%2015.3977%2081.9304%208.96494Z'%20fill='%23282828'/%3e%3c/svg%3e\"","export default \"data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.167969'%20y='0.169922'%20width='66.661'%20height='66.661'%20rx='33.3305'%20fill='white'/%3e%3c/svg%3e\"","export default \"data:image/svg+xml,%3csvg%20width='79'%20height='79'%20viewBox='0%200%2079%2079'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='77'%20height='77'%20rx='38.5'%20stroke='%23006E34'%20stroke-width='2'/%3e%3c/svg%3e\"","export default \"data:image/svg+xml,%3csvg%20width='19.47'%20height='25.27'%20viewBox='0%200%2019%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.476562%202.35948C0.476562%200.773349%202.23456%20-0.181633%203.56515%200.68169L17.3653%209.63554C18.5805%2010.424%2018.5805%2012.2027%2017.3653%2012.9911L3.56515%2021.945C2.23456%2022.8083%200.476562%2021.8533%200.476562%2020.2672V2.35948Z'%20fill='%23008240'/%3e%3c/svg%3e\"","export default \"data:image/svg+xml,%3csvg%20width='79'%20height='79'%20viewBox='0%200%2079%2079'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='77'%20height='77'%20rx='38.5'%20stroke='%23008240'%20stroke-width='2'/%3e%3c/svg%3e\"","export default \"data:image/svg+xml,%3csvg%20width='19.47'%20height='25.27'%20viewBox='0%200%2019%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.476562%202.35948C0.476562%200.773349%202.23456%20-0.181633%203.56515%200.68169L17.3653%209.63554C18.5805%2010.424%2018.5805%2012.2027%2017.3653%2012.9911L3.56515%2021.945C2.23456%2022.8083%200.476562%2021.8533%200.476562%2020.2672V2.35948Z'%20fill='%23009530'/%3e%3c/svg%3e\"","export default \"data:image/svg+xml,%3csvg%20width='79'%20height='79'%20viewBox='0%200%2079%2079'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='77'%20height='77'%20rx='38.5'%20stroke='white'%20stroke-width='2'/%3e%3c/svg%3e\"","export default \"data:image/svg+xml,%3csvg%20width='101'%20height='101'%20viewBox='0%200%20101%20101'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_23310_28328)'%3e%3cpath%20d='M40.8164%2059.7151C40.8164%2060.4959%2041.6712%2060.9755%2042.3376%2060.5685L60.3126%2049.591C60.951%2049.2011%2060.951%2048.274%2060.3126%2047.8841L42.3376%2036.9066C41.6712%2036.4996%2040.8164%2036.9792%2040.8164%2037.76V59.7151Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_23310_28328'%20x='0.816406'%20y='-3.2417'%20width='99.975'%20height='103.958'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='20'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.384314%200%200%200%200%200.392157%200%200%200%200%200.411765%200%200%200%200.2%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_23310_28328'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_23310_28328'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e\"","export default \"data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.8132%208.32149L3.41037%200.621489C2.68582%200.233989%201.83635%200.258989%201.1243%200.683989C0.424735%201.10899%200%201.85899%200%202.67149V7.22149C0%207.57149%200.274828%207.84649%200.62461%207.84649C0.974391%207.84649%201.24922%207.57149%201.24922%207.22149V2.67149C1.24922%202.29649%201.44909%201.94649%201.77389%201.74649C2.09869%201.54649%202.48595%201.53399%202.83573%201.73399L18.2136%209.42149C18.5384%209.62149%2018.7383%209.95899%2018.7383%2010.3465C18.7383%2010.734%2018.5384%2011.0715%2018.2511%2011.2465L2.82324%2018.9715C2.48595%2019.159%202.09869%2019.1465%201.77389%2018.9465C1.44909%2018.7465%201.24922%2018.409%201.24922%2018.0215V12.2215C1.24922%2011.8715%200.974391%2011.5965%200.62461%2011.5965C0.274828%2011.5965%200%2011.8715%200%2012.2215V18.0215C0%2018.8465%200.424735%2019.5965%201.1243%2020.009C1.49906%2020.234%201.91131%2020.3465%202.32355%2020.3465C2.69831%2020.3465%203.06059%2020.259%203.39788%2020.084L18.8632%2012.3465C19.5753%2011.9215%2020%2011.1715%2020%2010.3465C20%209.52149%2019.5753%208.77149%2018.8257%208.32149H18.8132Z'%20fill='white'/%3e%3c/svg%3e\"","<script lang=\"ts\">\n\t//external de\n\timport blackIcon from '../../assets/icons/black-icon.svg';\n\timport circle from '../../assets/icons/circle.svg';\n\timport greenDarkCircle from '../../assets/icons/green-dark-circle.svg';\n\timport greenDarkTriangle from '../../assets/icons/green-dark-triangle.svg';\n\timport greenLightCircle from '../../assets/icons/green-light-circle.svg';\n\timport greenLightTraingle from '../../assets/icons/green-light-triangle.svg';\n\timport whiteCircle from '../../assets/icons/white-circle.svg';\n\timport whiteTriangle from '../../assets/icons/white-triangle.svg';\n\timport circlePlayGreenButton from '../../assets/icons/circle-play-green-button.svg';\n\timport * as constant from '../../config/constant';\n\timport {\n\t\tAppearance,\n\t\tEffect,\n\t\tSize,\n\t\tButtonTypes,\n\t\tState,\n\t\tSticky,\n\t\tIconType,\n\t\tArrowIconEffect,\n\t\tArrowIcon,\n\t\tToggleOutlineIcon,\n\t} from './types';\n\timport sanitizeHtml from 'sanitize-html';\n\timport { createEventDispatcher } from 'svelte';\n\texport let ctaText = '';\n\texport let href = '';\n\texport let focusMe = false;\n\texport let imageCommunicationBubble = '';\n\texport let altText = '';\n\texport let appearance: string = Appearance.FLAT;\n\texport let effect: string = Effect.GRAY;\n\texport let size: string = Size.LARGE;\n\texport let buttonTypes: string = ButtonTypes.BUTTON;\n\texport let state: string = State.DEFAULT;\n\texport let stickySize: string = Sticky.MEDIUM;\n\texport let openInNewTab: boolean;\n\texport let iconType: string = IconType.CONTACT;\n\texport let arrowIconEffect: string = ArrowIconEffect.GRAY;\n\texport let tabIndexVal = 0;\n\texport let arrowIcon: string = ArrowIcon.ARROW;\n\texport let toggleOutlineIcon: string = ToggleOutlineIcon.HIDE;\n\texport let hoverState = false;\n\tconst dispatch = createEventDispatcher();\n\t/**\n\t * to handle navigation on button click\n\t */ const handleNavigation = () => {\n\t\tif (href) {\n\t\t\tlet targetType = '_self';\n\t\t\tif (openInNewTab) {\n\t\t\t\ttargetType = '_blank';\n\t\t\t}\n\t\t\twindow.open(`${href}`, targetType);\n\t\t}\n\t\t/**\n\t\t * to trigger GA and external function\n\t\t */ dispatch('click');\n\t};\n</script>\n\n{#if buttonTypes === ButtonTypes.BUTTON}\n\t<button\n\t\ttabindex={tabIndexVal}\n\t\tdata-testid=\"Button\"\n\t\tclass:button={true}\n\t\tclass:flat={appearance === Appearance.FLAT}\n\t\tclass:outlined={appearance === Appearance.OUTLINED}\n\t\tclass:green={effect === Effect.GREEN}\n\t\tclass:white={effect === Effect.WHITE}\n\t\tclass:gray={effect === Effect.GRAY}\n\t\tclass:large={size === Size.LARGE}\n\t\tclass:medium={size === Size.MEDIUM}\n\t\tclass:small={size === Size.SMALL}\n\t\tclass:full-width={size === Size.FULL_WIDTH}\n\t\tclass:pressed={state === State.PRESSED}\n\t\tclass:disabled={state === State.DISABLED}\n\t\tclass:focused={focusMe}\n\t\tclass:arrowIcon={arrowIcon === ArrowIcon.ARROW}\n\t\tclass:toggleOutlineIcon={toggleOutlineIcon === ToggleOutlineIcon.HIDE}\n\t\tclass:hoverParent={hoverState !== false}\n\t\ton:click={handleNavigation}\n\t\t{...$$restProps}\n\t\tclass=\"rtl:flex-row-reverse\"\n\t>\n\t\t<span>{@html sanitizeHtml(ctaText)}</span>\n\t\t<!-- black arrow icon  -->\n\t\t<span class=\"blackArrow\">\n\t\t\t{@html constant.BLACK_ARROW_ICON}\n\t\t</span>\n\t\t<!-- white arrow icon  -->\n\t\t<span class=\"whiteArrow\">\n\t\t\t{@html constant.WHITE_ARROW_ICON}\n\t\t</span>\n\t</button>\n{:else if buttonTypes === ButtonTypes.ICON}\n\t<button\n\t\ttabindex={tabIndexVal}\n\t\tdata-testid=\"Button\"\n\t\tclass:icon={true}\n\t\tclass:pressed={state === State.PRESSED}\n\t\tclass:disabled={state === State.DISABLED}\n\t\tclass:iconTypeContact={iconType === IconType.CONTACT}\n\t\tclass:iconTypeArrow={iconType === IconType.ARROW}\n\t\tclass:large={size === Size.LARGE}\n\t\tclass:medium={size === Size.MEDIUM}\n\t\tclass:small={size === Size.SMALL}\n\t\tclass:full-width={size === Size.FULL_WIDTH}\n\t\tclass:flat={appearance === Appearance.FLAT}\n\t\tclass:outlined={appearance === Appearance.OUTLINED}\n\t\tclass:gray={arrowIconEffect === ArrowIconEffect.GRAY}\n\t\tclass:white={arrowIconEffect === ArrowIconEffect.WHITE}\n\t\ton:click={handleNavigation}\n\t>\n\t\t<!-- communication bubble icon  -->\n\t\t<img src={imageCommunicationBubble} alt={altText} class=\"contact\" />\n\t\t<!-- white arrow icon  -->\n\t\t<span class=\"whiteArrow\">\n\t\t\t{@html constant.WHITE_ARROW_ICON}\n\t\t</span>\n\t\t<!-- black arrow icon  -->\n\t\t<span class=\"blackArrow\">\n\t\t\t{@html constant.BLACK_ARROW_ICON}\n\t\t</span>\n\t</button>\n{:else if buttonTypes === ButtonTypes.STICKY}\n\t<button\n\t\ttabindex={tabIndexVal}\n\t\tdata-testid=\"Button\"\n\t\tclass:sticky={buttonTypes === ButtonTypes.STICKY}\n\t\tclass:stickySize={stickySize === Sticky.MEDIUM}\n\t\tclass:pressed={state === State.PRESSED}\n\t\tclass:disabled={state === State.DISABLED}\n\t\ton:click={handleNavigation}\n\t>\n\t\t<!-- communication bubble icon  -->\n\t\t<img src={imageCommunicationBubble} alt={altText} class=\"stickyImg\" />\n\t\t<span>{@html sanitizeHtml(ctaText)}</span>\n\t</button>\n{:else if buttonTypes === ButtonTypes.PLAY_BUTTON}\n\t<button\n\t\tclass=\"btn\"\n\t\tclass:hoverParent={hoverState !== false}\n\t\tdata-testid=\"Button\"\n\t\ttabindex={tabIndexVal}\n\t\ton:click={handleNavigation}\n\t>\n\t\t<!-- black icon  -->\n\t\t<img src={blackIcon} alt=\"icon\" class=\"blackIcon\" width=\"84\" height=\"58\" loading=\"lazy\" />\n\t\t<!-- red icon  -->\n\t\t<span class=\"redIcon\">\n\t\t\t{@html constant.RED_ICON}\n\t\t</span>\n\t\t<!-- dark red icon  -->\n\t\t<span class=\"darkRedIcon\">\n\t\t\t{@html constant.DARK_RED}\n\t\t</span>\n\t\t<!-- white triangle icon  -->\n\t\t<img src={whiteTriangle} alt=\"icon\" class=\"youtube\" width=\"101\" height=\"101\" loading=\"lazy\" />\n\t</button>\n{:else if buttonTypes === ButtonTypes.CIRCLE_PLAY_BUTTON}\n\t<button class=\"circleBtn\" data-testid=\"Button\" tabindex={tabIndexVal} on:click={handleNavigation}>\n\t\t<img src={whiteCircle} alt=\"whiteIcon\" class=\"whiteCircle\" />\n\t\t<img src={circle} alt=\"icon\" class=\"circle\" />\n\t\t<img src={greenLightTraingle} alt=\"icon\" class=\"greenLightTraingle\" />\n\t\t<img src={greenLightCircle} alt=\"icon\" class=\"greenLightCircle\" />\n\t\t<img src={greenDarkTriangle} alt=\"icon\" class=\"greenDarkTriangle\" />\n\t\t<img src={greenDarkCircle} alt=\"icon\" class=\"greenDarkCircle\" />\n\t</button>\n{:else if buttonTypes === ButtonTypes.CIRCLE_PLAY_GREEN_BUTTON}\n\t<button\n\t\tclass=\"circleBtn flex h-14 !w-14 items-center justify-center rounded-full bg-[#008A16] group-hover/tile:bg-[#0FB542]\"\n\t\tdata-testid=\"Button\"\n\t\ttabindex={tabIndexVal}\n\t\ton:click={handleNavigation}\n\t>\n\t\t<img src={circlePlayGreenButton} alt=\"icon\" />\n\t</button>\n{/if}\n\n<style lang=\"scss\">\n\t:root {\n\t\t--transparent: transparent;\n\t\t--inherit-color: inherit;\n\t}\n\n\t.button {\n\t\tposition: relative;\n\t\tborder-radius: theme('borderRadius.DEFAULT');\n\t\tpadding: theme('spacing.se17') theme('spacing.6');\n\t\tmin-height: theme('minHeight.se56');\n\t\twidth: fit-content;\n\t\ttext-align: center;\n\t\tfont-size: theme('fontSize.lg');\n\t\tfont-weight: theme('fontWeight.bold');\n\t\tline-height: theme('lineHeight.se21');\n\t\talign-items: center;\n\t\t&.medium {\n\t\t\tpadding: theme('spacing.se13') theme('spacing.6');\n\t\t\tmin-height: theme('minHeight.se44');\n\t\t\tmin-width: theme('minWidth.se110');\n\t\t\tfont-size: theme('fontSize.base');\n\t\t\tfont-weight: theme('fontWeight.bold');\n\t\t\tline-height: theme('lineHeight.se19');\n\t\t}\n\t\t&.small {\n\t\t\tpadding: theme('padding.se7') theme('spacing.6');\n\t\t\tmin-height: theme('minHeight.se30');\n\t\t\tmin-width: theme('minWidth.se94');\n\t\t\tfont-size: theme('fontSize.sm');\n\t\t\tfont-weight: theme('fontWeight.bold');\n\t\t\tline-height: theme('lineHeight.4');\n\t\t}\n\t\t&.disabled,\n\t\t&.disabled:hover {\n\t\t\tcursor: not-allowed;\n\t\t}\n\t\t&.flat {\n\t\t\tmin-width: theme('minWidth.se107');\n\t\t\t&.arrowIcon {\n\t\t\t\tdisplay: flex;\n\t\t\t\tjustify-content: space-between;\n\t\t\t\talign-items: center;\n\t\t\t}\n\t\t\t.blackArrow,\n\t\t\t.whiteArrow {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t\t&.medium {\n\t\t\t\tmin-width: theme('minWidth.se102');\n\t\t\t}\n\t\t\t&.small {\n\t\t\t\tmin-width: theme('minWidth.se94');\n\t\t\t}\n\n\t\t\t&.green {\n\t\t\t\tbackground: theme('colors.se.green.200');\n\t\t\t\tcolor: white;\n\t\t\t\t&:hover,\n\t\t\t\t&.hoverParent {\n\t\t\t\t\tbackground: theme('colors.se.green.300');\n\t\t\t\t}\n\t\t\t\t&:active {\n\t\t\t\t\tbackground-color: theme('colors.se.focusdark');\n\t\t\t\t}\n\t\t\t\t&.pressed {\n\t\t\t\t\tbackground: theme('colors.se.focusdark');\n\t\t\t\t}\n\t\t\t\t&.disabled,\n\t\t\t\t&.disabled:hover {\n\t\t\t\t\tbackground: theme('colors.se.gray.800');\n\t\t\t\t\tcolor: theme('colors.se.gray.1005');\n\t\t\t\t}\n\t\t\t\t&.arrowIcon {\n\t\t\t\t\tpadding-right: theme('padding.se31');\n\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tmargin-left: theme('margin.se15');\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t&.white {\n\t\t\t\tbackground: white;\n\t\t\t\tcolor: theme('colors.se.charcoal');\n\t\t\t\tborder: theme('borderWidth.2') solid white;\n\t\t\t\t&:hover,\n\t\t\t\t&.hoverParent {\n\t\t\t\t\tborder: theme('borderWidth.2') solid theme('colors.se.gray.1007');\n\t\t\t\t}\n\t\t\t\t&:active {\n\t\t\t\t\tborder: theme('borderWidth.2') solid theme('colors.se.gray.300');\n\t\t\t\t}\n\t\t\t\t&.pressed {\n\t\t\t\t\tborder: theme('borderWidth.2') solid theme('colors.se.gray.300');\n\t\t\t\t}\n\t\t\t\t&.disabled,\n\t\t\t\t&.disabled:hover {\n\t\t\t\t\tbackground: theme('colors.se.gray.800');\n\t\t\t\t\tcolor: theme('colors.se.gray.1007');\n\t\t\t\t\tborder: theme('borderWidth.2') solid theme('colors.se.gray.800');\n\t\t\t\t}\n\t\t\t}\n\t\t\t&.gray {\n\t\t\t\tbackground: transparent;\n\t\t\t\tcolor: theme('colors.se.charcoal');\n\t\t\t\t&:hover,\n\t\t\t\t&.hoverParent {\n\t\t\t\t\tbackground: theme('colors.se.gray.500');\n\t\t\t\t}\n\t\t\t\t&:active {\n\t\t\t\t\tbackground: theme('colors.se.gray.400');\n\t\t\t\t}\n\t\t\t\t&.pressed {\n\t\t\t\t\tbackground: theme('colors.se.gray.400');\n\t\t\t\t}\n\t\t\t\t&.disabled,\n\t\t\t\t&.disabled:hover {\n\t\t\t\t\tcolor: theme('colors.se.gray.1007');\n\t\t\t\t\tbackground: transparent;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t&.outlined {\n\t\t\tborder: theme('borderWidth.2') solid white;\n\t\t\tmin-width: theme('minWidth.se173');\n\t\t\tmax-width: theme('maxWidth.se331');\n\t\t\tbackground-color: transparent;\n\t\t\tcolor: white;\n\t\t\tposition: relative;\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: space-between;\n\t\t\tpadding-right: theme('padding.se31');\n\t\t\t.blackArrow {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t\t.whiteArrow {\n\t\t\t\tmargin-left: theme('margin.se15');\n\t\t\t}\n\t\t\t&.large {\n\t\t\t\tspan::after {\n\t\t\t\t\ttop: theme('spacing.se19');\n\t\t\t\t\tright: theme('spacing.se30');\n\t\t\t\t}\n\t\t\t}\n\t\t\t&.medium {\n\t\t\t\tmin-width: theme('minWidth.se161');\n\t\t\t\theight: theme('height.11');\n\t\t\t\t.whiteArrow {\n\t\t\t\t\twidth: theme('width.se9');\n\t\t\t\t\theight: theme('height.se17');\n\t\t\t\t}\n\t\t\t\t&::after {\n\t\t\t\t\ttop: theme('spacing.se13');\n\t\t\t\t\tright: theme('spacing.se25');\n\t\t\t\t}\n\t\t\t}\n\t\t\t&.small {\n\t\t\t\tmin-width: theme('minWidth.se153');\n\t\t\t\tmin-height: theme('minHeight.se30');\n\t\t\t\t&::after {\n\t\t\t\t\ttop: theme('spacing.se6');\n\t\t\t\t\tright: theme('spacing.se30');\n\t\t\t\t}\n\t\t\t}\n\t\t\t&.gray {\n\t\t\t\tborder: theme('borderWidth.2') solid theme('colors.se.gray.300');\n\t\t\t\tcolor: theme('colors.se.charcoal');\n\t\t\t\tbackground-color: transparent;\n\n\t\t\t\t.blackArrow {\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\tmargin-left: theme('margin.se15');\n\t\t\t\t}\n\t\t\t\t&.toggleOutlineIcon {\n\t\t\t\t\tpadding-right: theme('padding.6');\n\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t.whiteArrow {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\t\t\t\t&:hover,\n\t\t\t\t&.hoverParent {\n\t\t\t\t\tbackground: theme('colors.se.black.100');\n\t\t\t\t}\n\t\t\t\t&:active {\n\t\t\t\t\tbackground: theme('colors.se.black.200');\n\t\t\t\t}\n\t\t\t\t&.pressed {\n\t\t\t\t\tbackground: theme('colors.se.black.200');\n\t\t\t\t}\n\t\t\t\t&.disabled,\n\t\t\t\t&.disabled:hover {\n\t\t\t\t\topacity: 0.4;\n\t\t\t\t\tbackground: none;\n\t\t\t\t}\n\t\t\t}\n\t\t\t&:hover,\n\t\t\t&.hoverParent,\n\t\t\t&:active,\n\t\t\t&.pressed {\n\t\t\t\tbackground: theme('colors.se.black.100');\n\t\t\t}\n\t\t\t&.disabled,\n\t\t\t&.disabled:hover {\n\t\t\t\topacity: 0.4;\n\t\t\t\tbackground: none;\n\t\t\t}\n\t\t}\n\t}\n\t.icon {\n\t\tposition: relative;\n\t\twidth: theme('width.se72');\n\t\theight: theme('height.se68');\n\t\tborder-radius: theme('borderRadius.DEFAULT');\n\t\tpadding: theme('padding.se22') theme('padding.6');\n\t\tbackground-color: theme('colors.se.green.200');\n\t\t.contact {\n\t\t\twidth: theme('width.se24');\n\t\t\theight: theme('height.6');\n\t\t}\n\t\t&:hover {\n\t\t\tbackground-color: theme('colors.se.green.300');\n\t\t}\n\t\t&:active {\n\t\t\tbackground-color: theme('colors.se.focusdark');\n\t\t}\n\t\t&.pressed {\n\t\t\tbackground-color: theme('colors.se.focusdark');\n\t\t}\n\t\t&.disabled,\n\t\t&.disabled:hover {\n\t\t\tbackground-color: theme('colors.se.gray.800');\n\t\t\tcursor: not-allowed;\n\t\t}\n\n\t\t&.iconTypeContact {\n\t\t\t.contact {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t\t.whiteArrow,\n\t\t\t.blackArrow {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\t\t&.iconTypeArrow {\n\t\t\t&.flat {\n\t\t\t\t&.disabled,\n\t\t\t\t&.disabled:hover {\n\t\t\t\t\tbackground-color: theme('colors.se.green.400');\n\t\t\t\t\topacity: 0.4;\n\t\t\t\t\tcursor: not-allowed;\n\t\t\t\t}\n\n\t\t\t\t&.small {\n\t\t\t\t\twidth: theme('width.se24');\n\t\t\t\t\theight: theme('height.6');\n\t\t\t\t\tpadding: theme('padding.se4P5') theme('padding.se7P76');\n\t\t\t\t\t.contact,\n\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t}\n\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\twidth: theme('width.se8P48');\n\t\t\t\t\t\theight: theme('height.se15');\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t&.medium {\n\t\t\t\t\twidth: theme('width.8');\n\t\t\t\t\theight: theme('height.8');\n\t\t\t\t\tpadding: theme('padding.se7') theme('padding.se11');\n\n\t\t\t\t\t.contact,\n\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t}\n\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\twidth: theme('width.se10P176');\n\t\t\t\t\t\theight: theme('height.se18');\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t&.large {\n\t\t\t\t\twidth: theme('width.10');\n\t\t\t\t\theight: theme('height.10');\n\t\t\t\t\tpadding: theme('padding.se8P75') theme('padding.se13P6');\n\n\t\t\t\t\t.contact,\n\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t}\n\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\twidth: theme('width.se12P7');\n\t\t\t\t\t\theight: theme('height.se22P4');\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&.full-width {\n\t\t\t\t\twidth: theme('width.14');\n\t\t\t\t\theight: theme('height.14');\n\t\t\t\t\tpadding: theme('padding.se16P7') theme('padding.se21P6');\n\n\t\t\t\t\t.contact,\n\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t}\n\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\twidth: theme('width.se12P7');\n\t\t\t\t\t\theight: theme('height.se22P4');\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&.outlined {\n\t\t\t\t&.gray {\n\t\t\t\t\tbackground-color: transparent;\n\n\t\t\t\t\t&:hover {\n\t\t\t\t\t\tbackground-color: theme('colors.se.gray.500');\n\t\t\t\t\t}\n\t\t\t\t\t&:active {\n\t\t\t\t\t\tbackground-color: theme('colors.se.gray.400');\n\t\t\t\t\t}\n\t\t\t\t\t&.pressed {\n\t\t\t\t\t\tbackground-color: theme('colors.se.gray.400');\n\t\t\t\t\t}\n\n\t\t\t\t\t&.disabled,\n\t\t\t\t\t&.disabled:hover {\n\t\t\t\t\t\tbackground-color: transparent;\n\t\t\t\t\t\topacity: 0.4;\n\t\t\t\t\t\tcursor: not-allowed;\n\t\t\t\t\t}\n\n\t\t\t\t\t&.small {\n\t\t\t\t\t\twidth: theme('width.se24');\n\t\t\t\t\t\theight: theme('height.6');\n\t\t\t\t\t\tpadding: theme('padding.se4P5') theme('padding.se7P76');\n\t\t\t\t\t\t.contact,\n\t\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\twidth: theme('width.se8P48');\n\t\t\t\t\t\t\theight: theme('height.se15');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t&.medium {\n\t\t\t\t\t\twidth: theme('width.8');\n\t\t\t\t\t\theight: theme('height.8');\n\t\t\t\t\t\tpadding: theme('padding.se7') theme('padding.se11');\n\n\t\t\t\t\t\t.contact,\n\t\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\twidth: theme('width.se10P176');\n\t\t\t\t\t\t\theight: theme('height.se18');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t&.large {\n\t\t\t\t\t\twidth: theme('width.10');\n\t\t\t\t\t\theight: theme('height.10');\n\t\t\t\t\t\tpadding: theme('padding.se8P75') theme('padding.se13P6');\n\n\t\t\t\t\t\t.contact,\n\t\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\twidth: theme('width.se12P7');\n\t\t\t\t\t\t\theight: theme('height.se22P4');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t&.full-width {\n\t\t\t\t\t\twidth: theme('width.14');\n\t\t\t\t\t\theight: theme('height.14');\n\t\t\t\t\t\tpadding: theme('padding.se16P7') theme('padding.se21P6');\n\n\t\t\t\t\t\t.contact,\n\t\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\twidth: theme('width.se12P7');\n\t\t\t\t\t\t\theight: theme('height.se22P4');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&.white {\n\t\t\t\t\tborder: 1px solid theme('colors.se.gray.1006');\n\t\t\t\t\tbackground-color: transparent;\n\n\t\t\t\t\t&:hover {\n\t\t\t\t\t\tborder: 1px solid theme('colors.se.gray.1007');\n\t\t\t\t\t}\n\t\t\t\t\t&:active {\n\t\t\t\t\t\tbackground-color: theme('colors.se.gray.300');\n\t\t\t\t\t}\n\t\t\t\t\t&.pressed {\n\t\t\t\t\t\tborder: 1px solid theme('colors.se.gray.300');\n\t\t\t\t\t}\n\n\t\t\t\t\t&.disabled,\n\t\t\t\t\t&.disabled:hover {\n\t\t\t\t\t\tborder: 1px solid theme('colors.se.gray.1006');\n\t\t\t\t\t\topacity: 0.4;\n\t\t\t\t\t\tcursor: not-allowed;\n\t\t\t\t\t}\n\n\t\t\t\t\t&.small {\n\t\t\t\t\t\twidth: theme('width.se24');\n\t\t\t\t\t\theight: theme('height.6');\n\t\t\t\t\t\tpadding: theme('padding.se4P5') theme('padding.se7P76');\n\t\t\t\t\t\t.contact,\n\t\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\twidth: theme('width.se8P48');\n\t\t\t\t\t\t\theight: theme('height.se15');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t&.medium {\n\t\t\t\t\t\twidth: theme('width.8');\n\t\t\t\t\t\theight: theme('height.8');\n\t\t\t\t\t\tpadding: theme('padding.se7') theme('padding.se11');\n\n\t\t\t\t\t\t.contact,\n\t\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\twidth: theme('width.se10P176');\n\t\t\t\t\t\t\theight: theme('height.se18');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t&.large {\n\t\t\t\t\t\twidth: theme('width.10');\n\t\t\t\t\t\theight: theme('height.10');\n\t\t\t\t\t\tpadding: theme('padding.se8P75') theme('padding.se13P6');\n\n\t\t\t\t\t\t.contact,\n\t\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\twidth: theme('width.se12P7');\n\t\t\t\t\t\t\theight: theme('height.se22P4');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t&.full-width {\n\t\t\t\t\t\twidth: theme('width.14');\n\t\t\t\t\t\theight: theme('height.14');\n\t\t\t\t\t\tpadding: theme('padding.se16P7') theme('padding.se21P6');\n\n\t\t\t\t\t\t.contact,\n\t\t\t\t\t\t.whiteArrow {\n\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t.blackArrow {\n\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\twidth: theme('width.se12P7');\n\t\t\t\t\t\t\theight: theme('height.se22P4');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.sticky {\n\t\tposition: relative;\n\t\twidth: fit-content;\n\t\theight: theme('height.se104');\n\t\tborder-radius: theme('borderRadius.lg');\n\t\tfont-size: theme('fontSize.3xl');\n\t\tfont-weight: theme('fontWeight.bold');\n\t\tline-height: theme('lineHeight.10');\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: flex-start;\n\t\tborder: theme('spacing.se1') solid white;\n\t\tpadding: theme('padding.8') theme('padding.6') theme('padding.8') theme('padding.se31');\n\t\tcolor: white;\n\t\tbackground-color: theme('colors.se.green.200');\n\t\tbox-shadow: 0px 0px 40px theme('colors.se.blue.101');\n\n\t\t.stickyImg {\n\t\t\twidth: theme('width.se42');\n\t\t\theight: theme('height.se42');\n\t\t\tmargin-right: theme('margin.6');\n\t\t}\n\n\t\t&.stickySize {\n\t\t\tposition: relative;\n\t\t\twidth: fit-content;\n\t\t\theight: theme('height.se68');\n\t\t\tborder-radius: theme('borderRadius.DEFAULT');\n\t\t\tcolor: white;\n\t\t\tfont-size: theme('fontSize.lg');\n\t\t\tfont-weight: theme('fontWeight.bold');\n\t\t\tline-height: theme('lineHeight.se21');\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\tjustify-content: flex-start;\n\t\t\tpadding: theme('padding.se23') theme('padding.5') theme('padding.se23') theme('padding.6');\n\t\t\tbackground-color: theme('colors.se.green.200');\n\t\t\tborder: none;\n\t\t\tbox-shadow: 0px 0px 40px theme('colors.se.blue.101');\n\t\t\ttext-align: left;\n\n\t\t\t.stickyImg {\n\t\t\t\twidth: theme('width.se24');\n\t\t\t\theight: theme('height.6');\n\t\t\t\tmargin-right: theme('margin.4');\n\t\t\t}\n\t\t\t&:hover {\n\t\t\t\tbackground-color: theme('colors.se.green.300');\n\t\t\t}\n\n\t\t\t&:active {\n\t\t\t\tbackground-color: theme('colors.se.focusdark');\n\t\t\t}\n\t\t\t&.pressed {\n\t\t\t\tbackground-color: theme('colors.se.focusdark');\n\t\t\t}\n\t\t\t&.disabled,\n\t\t\t&.disabled:hover {\n\t\t\t\tbackground-color: theme('colors.se.gray.800');\n\t\t\t\tcursor: not-allowed;\n\t\t\t}\n\t\t}\n\t}\n\n\t.youtube {\n\t\tposition: absolute;\n\t\ttop: theme('spacing.se12');\n\t\tleft: theme('spacing.se2');\n\t}\n\n\t.blackIcon {\n\t\tdisplay: block;\n\t}\n\n\t.redIcon,\n\t.darkRedIcon {\n\t\tdisplay: none;\n\t}\n\n\t.btn {\n\t\twidth: theme('width.20');\n\n\t\t&:hover,\n\t\t&.hoverParent {\n\t\t\t.blackIcon,\n\t\t\t.darkRedIcon {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t\t.redIcon {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\n\t\t&:active {\n\t\t\t.blackIcon,\n\t\t\t.redIcon {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t\t.darkRedIcon {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\t}\n\t.circleBtn {\n\t\twidth: theme('width.20');\n\t\tborder-radius: theme('borderRadius.se34');\n\t\t.circle {\n\t\t\tposition: absolute;\n\t\t\ttop: theme('spacing.se5P12');\n\t\t\tleft: theme('spacing.se5P88');\n\t\t}\n\t\t.greenLightCircle {\n\t\t\tdisplay: none;\n\t\t}\n\t\t.greenDarkTriangle {\n\t\t\tdisplay: none;\n\t\t}\n\t\t.greenLightTraingle {\n\t\t\tposition: absolute;\n\t\t\tz-index: 10;\n\t\t\ttop: theme('spacing.se27');\n\t\t\tleft: theme('spacing.8');\n\t\t}\n\t\t.greenDarkCircle {\n\t\t\tdisplay: none;\n\t\t}\n\t\t&:hover {\n\t\t\t.whiteCircle {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t\t.greenLightCircle {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t\t.greenDarkTriangle {\n\t\t\t\tdisplay: block;\n\t\t\t\tposition: absolute;\n\t\t\t\tz-index: 10;\n\t\t\t\ttop: theme('spacing.se27');\n\t\t\t\tleft: theme('spacing.8');\n\t\t\t}\n\t\t}\n\t\t&:active {\n\t\t\t.greenDarkCircle {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t\t.greenLightCircle {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\t}\n</style>\n","<script lang=\"ts\">\n\timport type { TypographyTag } from './TypographyTag';\n\timport type { TypographyType } from './TypographyType';\n\timport { twMerge } from 'tailwind-merge';\n\timport { accessibilityMode } from '../../stores';\n\n\texport let tag: TypographyTag = 'p';\n\texport let type: TypographyType = 'native';\n\texport let className: string = '';\n\texport let ariaHidden: boolean = false;\n\n\tconst classes: Record<TypographyTag, string> = {\n\t\th1: 'text-4xl md:text-6xl font-bold mb-4 mt-0 text-theme-heading-color',\n\t\th2: 'text-3xl md:text-4xl font-bold mb-4 mt-0 text-theme-heading-color',\n\t\th3: 'text-xl md:text-3xl font-bold mb-4 mt-0 text-theme-heading-color',\n\t\th4: 'text-lg/[25px] md:text-2xl/[27px] font-bold mb-4 mt-0 text-theme-heading-color',\n\t\th5: 'text-base md:text-xl font-bold mb-4 mt-0 text-theme-heading-color',\n\t\th6: 'text-sm md:text-lg font-bold mb-4 mt-0 text-theme-heading-color',\n\t\tp: 'text-base mb-4 mt-0 text-theme-text-color',\n\t};\n\n\t$: accessibilityClass = $accessibilityMode\n\t\t? 'md:text-white lg:text-white text-white bg-black'\n\t\t: '';\n</script>\n\n{#if type === 'native'}\n\t<svelte:element this={tag} class={twMerge(classes[tag], className, accessibilityClass)}>\n\t\t<slot />\n\t</svelte:element>\n{/if}\n\n{#if type === 'rich-text'}\n\t<div class={twMerge('rich-text', className, accessibilityClass)}>\n\t\t<slot />\n\t</div>\n{/if}\n\n{#if type === 'custom'}\n\t<svelte:element\n\t\tthis={tag}\n\t\tclass={twMerge(className, accessibilityClass)}\n\t\taria-hidden={ariaHidden}\n\t>\n\t\t<slot />\n\t</svelte:element>\n{/if}\n\n{#if type === 'hidden-heading'}\n\t<svelte:element this={tag} class={twMerge('absolute -left-[10000px]', accessibilityClass)}>\n\t\t<slot />\n\t</svelte:element>\n{/if}\n\n<style lang=\"postcss\">\n\t.rich-text {\n\t\t@apply text-theme-text-color;\n\n\t\t& :global(h1) {\n\t\t\t@apply text-theme-heading-color mb-4 mt-0 text-4xl font-bold md:text-6xl;\n\t\t}\n\n\t\t& :global(h2) {\n\t\t\t@apply text-theme-heading-color mb-4 mt-0 text-3xl font-bold md:text-4xl;\n\t\t}\n\n\t\t& :global(h3) {\n\t\t\t@apply text-theme-heading-color mb-4 mt-0 text-xl font-bold md:text-3xl;\n\t\t}\n\n\t\t& :global(h4) {\n\t\t\t@apply text-theme-heading-color mb-4 mt-0 text-lg/[25px] font-bold md:text-2xl/[27px];\n\t\t}\n\n\t\t& :global(h5) {\n\t\t\t@apply text-theme-heading-color mb-4 mt-0 text-base font-bold md:text-xl;\n\t\t}\n\n\t\t& :global(h6) {\n\t\t\t@apply text-theme-heading-color mb-4 mt-0 text-sm font-bold md:text-lg;\n\t\t}\n\n\t\t& :global(p) {\n\t\t\t@apply text-theme-text-color mb-4 mt-0 text-base;\n\t\t}\n\t}\n\n\t@media screen and (prefers-reduced-motion: reduce) {\n\t\t.hideFromScreenReader {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n</style>\n","export const OPEN_IN_NEW_TAB_ICON = 'external-link';\n","<script lang=\"ts\">\n\timport { MediaType, VideoSource } from '../../qds/constant';\n\timport QdsSsrWrapper from '../container/QdsSsrWrapper.svelte';\n\timport type { BuilderLocalizedValue } from '@se/common/types';\n\n\texport let descriptionList: DescriptionListItem[] | undefined = undefined;\n\texport let importance: 'standard' | 'subdued';\n\texport let kicker: BuilderLocalizedValue<string> | undefined = undefined;\n\texport let subtitle: BuilderLocalizedValue<string> | undefined = undefined;\n\texport let mainTitle: BuilderLocalizedValue<string> | undefined = undefined;\n\texport let size: 'small' | 'standard' | 'large';\n\texport let titleTag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';\n\texport let mediaType: MediaType;\n\texport let imageSrc: string | undefined = undefined;\n\texport let videoSrc: string | undefined = undefined;\n\texport let imagePosition: 'start' | 'end';\n\texport let videoPosition: 'start' | 'end' | undefined = undefined;\n\texport let overrideStyleVars = {} as any;\n\texport let videoThumbnail: string | undefined = undefined;\n\texport let customVideoThumbnail: string | undefined = undefined;\n\texport let useCustomThumbnail: boolean = false;\n\texport let imageSizes: string | undefined = undefined;\n\texport let imageAlt: BuilderLocalizedValue<string> | undefined = undefined;\n\texport let videoSource: VideoSource | undefined = undefined;\n\n\ttype DescriptionListItem = {\n\t\tdescriptionListItem: BuilderLocalizedValue<string> | string;\n\t};\n\n\tconst stringify = (arr: DescriptionListItem[]): string =>\n\t\t`[${arr.map((item) => `&quot;${item.descriptionListItem}&quot;`).join()}]`;\n\n\t$: descriptionListStringified = descriptionList ? stringify(descriptionList) : undefined;\n\n\t$: videoThumbnailSrc =\n\t\tuseCustomThumbnail && customVideoThumbnail && customVideoThumbnail?.length > 0\n\t\t\t? customVideoThumbnail\n\t\t\t: videoThumbnail;\n</script>\n\n<svelte:head>\n\t{#if importance !== 'subdued'}\n\t\t<link rel=\"preload\" fetchpriority=\"high\" as=\"image\" href={imageSrc} />\n\t{/if}\n</svelte:head>\n\n<QdsSsrWrapper>\n\t{#if mediaType === MediaType.IMAGE || mediaType === undefined}\n\t\t<qds-web-block-promo\n\t\t\tdescription-list={descriptionListStringified}\n\t\t\t{importance}\n\t\t\t{kicker}\n\t\t\t{subtitle}\n\t\t\tmain-title={mainTitle}\n\t\t\t{size}\n\t\t\ttitle-tag={titleTag}\n\t\t\timage-src={importance !== 'subdued' ? imageSrc : undefined}\n\t\t\timage-position={imagePosition}\n\t\t\timage-sizes={imageSizes}\n\t\t\timage-alt={imageAlt}\n\t\t\tstyle={overrideStyleVars}\n\t\t\t{...$$restProps}\n\t\t>\n\t\t\t<slot />\n\t\t</qds-web-block-promo>\n\t{:else}\n\t\t{#key videoSrc}\n\t\t\t<qds-web-block-promo\n\t\t\t\tdescription-list={descriptionListStringified}\n\t\t\t\t{importance}\n\t\t\t\t{kicker}\n\t\t\t\t{subtitle}\n\t\t\t\tmain-title={mainTitle}\n\t\t\t\t{size}\n\t\t\t\ttitle-tag={titleTag}\n\t\t\t\timage-src={importance !== 'subdued' ? videoThumbnailSrc : undefined}\n\t\t\t\tvideo-src={importance !== 'subdued' ? videoSrc : undefined}\n\t\t\t\timage-position={videoPosition}\n\t\t\t\timage-sizes={imageSizes}\n\t\t\t\timage-alt={imageAlt}\n\t\t\t\tstyle={overrideStyleVars}\n\t\t\t\t{...$$restProps}\n\t\t\t>\n\t\t\t\t<slot />\n\t\t\t</qds-web-block-promo>\n\t\t{/key}\n\t{/if}\n</QdsSsrWrapper>\n","export const DIALOG_CONTAINER_ID = 'dialog-simple-notitle';\n","export const convertCountryCode = (countryCode: string) => {\n\tconst countryCodes = {\n\t\tAE: 'ARE',\n\t\tAF: 'AFG',\n\t\tAG: 'ATG',\n\t\tAI: 'AIA',\n\t\tAL: 'ALB',\n\t\tAM: 'ARM',\n\t\tAN: 'ANT',\n\t\tAO: 'AGO',\n\t\tAQ: 'ATA',\n\t\tAR: 'ARG',\n\t\tAS: 'ASM',\n\t\tAT: 'AUT',\n\t\tAU: 'AUS',\n\t\tAW: 'ABW',\n\t\tAX: 'ALA',\n\t\tAZ: 'AZE',\n\t\tBA: 'BIH',\n\t\tBB: 'BRB',\n\t\tBD: 'BGD',\n\t\tBE: 'BEL',\n\t\tBF: 'BFA',\n\t\tBG: 'BGR',\n\t\tBH: 'BHR',\n\t\tBI: 'BDI',\n\t\tBJ: 'BEN',\n\t\tBL: 'BLM',\n\t\tBM: 'BMU',\n\t\tBN: 'BRN',\n\t\tBO: 'BOL',\n\t\tBQ: 'BES',\n\t\tBR: 'BRA',\n\t\tBS: 'BHS',\n\t\tBT: 'BTN',\n\t\tBV: 'BVT',\n\t\tBW: 'BWA',\n\t\tBY: 'BLR',\n\t\tBZ: 'BLZ',\n\t\tCA: 'CAN',\n\t\tCC: 'CCK',\n\t\tCD: 'COD',\n\t\tCF: 'CAF',\n\t\tCG: 'COG',\n\t\tCH: 'CHE',\n\t\tCI: 'CIV',\n\t\tCK: 'COK',\n\t\tCL: 'CHL',\n\t\tCM: 'CMR',\n\t\tCN: 'CHN',\n\t\tCO: 'COL',\n\t\tCR: 'CRI',\n\t\tCU: 'CUB',\n\t\tCV: 'CPV',\n\t\tCW: 'CUW',\n\t\tCX: 'CXR',\n\t\tCY: 'CYP',\n\t\tCZ: 'CZE',\n\t\tDE: 'DEU',\n\t\tDJ: 'DJI',\n\t\tDK: 'DNK',\n\t\tDM: 'DMA',\n\t\tDO: 'DOM',\n\t\tDZ: 'DZA',\n\t\tEC: 'ECU',\n\t\tEE: 'EST',\n\t\tEG: 'EGY',\n\t\tEH: 'ESH',\n\t\tER: 'ERI',\n\t\tES: 'ESP',\n\t\tET: 'ETH',\n\t\tFI: 'FIN',\n\t\tFJ: 'FJI',\n\t\tFK: 'FLK',\n\t\tFM: 'FSM',\n\t\tFO: 'FRO',\n\t\tFR: 'FRA',\n\t\tGA: 'GAB',\n\t\tUK: 'GBR',\n\t\tGD: 'GRD',\n\t\tGE: 'GEO',\n\t\tGF: 'GUF',\n\t\tGG: 'GGY',\n\t\tGH: 'GHA',\n\t\tGI: 'GIB',\n\t\tGL: 'GRL',\n\t\tGM: 'GMB',\n\t\tGN: 'GIN',\n\t\tGP: 'GLP',\n\t\tGQ: 'GNQ',\n\t\tGR: 'GRC',\n\t\tGS: 'SGS',\n\t\tGT: 'GTM',\n\t\tGU: 'GUM',\n\t\tGW: 'GNB',\n\t\tGY: 'GUY',\n\t\tHK: 'HKG',\n\t\tHM: 'HMD',\n\t\tHN: 'HND',\n\t\tHR: 'HRV',\n\t\tHT: 'HTI',\n\t\tHU: 'HUN',\n\t\tID: 'IDN',\n\t\tIE: 'IRL',\n\t\tIL: 'ISR',\n\t\tIM: 'IMN',\n\t\tIN: 'IND',\n\t\tIO: 'IOT',\n\t\tIQ: 'IRQ',\n\t\tIR: 'IRN',\n\t\tIS: 'ISL',\n\t\tIT: 'ITA',\n\t\tJE: 'JEY',\n\t\tJM: 'JAM',\n\t\tJO: 'JOR',\n\t\tJP: 'JPN',\n\t\tKE: 'KEN',\n\t\tKG: 'KGZ',\n\t\tKH: 'KHM',\n\t\tKI: 'KIR',\n\t\tKM: 'COM',\n\t\tKN: 'KNA',\n\t\tKP: 'PRK',\n\t\tKR: 'KOR',\n\t\tKW: 'KWT',\n\t\tKY: 'CYM',\n\t\tKZ: 'KAZ',\n\t\tLA: 'LAO',\n\t\tLB: 'LBN',\n\t\tLC: 'LCA',\n\t\tLI: 'LIE',\n\t\tLK: 'LKA',\n\t\tLR: 'LBR',\n\t\tLS: 'LSO',\n\t\tLT: 'LTU',\n\t\tLU: 'LUX',\n\t\tLV: 'LVA',\n\t\tLY: 'LBY',\n\t\tMA: 'MAR',\n\t\tMC: 'MCO',\n\t\tMD: 'MDA',\n\t\tME: 'MNE',\n\t\tMF: 'MAF',\n\t\tMG: 'MDG',\n\t\tMH: 'MHL',\n\t\tMK: 'MKD',\n\t\tML: 'MLI',\n\t\tMM: 'MMR',\n\t\tMN: 'MNG',\n\t\tMO: 'MAC',\n\t\tMP: 'MNP',\n\t\tMQ: 'MTQ',\n\t\tMR: 'MRT',\n\t\tMS: 'MSR',\n\t\tMT: 'MLT',\n\t\tMU: 'MUS',\n\t\tMV: 'MDV',\n\t\tMW: 'MWI',\n\t\tMX: 'MEX',\n\t\tMY: 'MYS',\n\t\tMZ: 'MOZ',\n\t\tNA: 'NAM',\n\t\tNC: 'NCL',\n\t\tNE: 'NER',\n\t\tNF: 'NFK',\n\t\tNG: 'NGA',\n\t\tNI: 'NIC',\n\t\tNL: 'NLD',\n\t\tNO: 'NOR',\n\t\tNP: 'NPL',\n\t\tNR: 'NRU',\n\t\tNU: 'NIU',\n\t\tNZ: 'NZL',\n\t\tOM: 'OMN',\n\t\tPA: 'PAN',\n\t\tPE: 'PER',\n\t\tPF: 'PYF',\n\t\tPG: 'PNG',\n\t\tPH: 'PHL',\n\t\tPK: 'PAK',\n\t\tPL: 'POL',\n\t\tPM: 'SPM',\n\t\tPN: 'PCN',\n\t\tPR: 'PRI',\n\t\tPS: 'PSE',\n\t\tPT: 'PRT',\n\t\tPW: 'PLW',\n\t\tPY: 'PRY',\n\t\tQA: 'QAT',\n\t\tRE: 'REU',\n\t\tRO: 'ROU',\n\t\tRS: 'SRB',\n\t\tRU: 'RUS',\n\t\tRW: 'RWA',\n\t\tSA: 'SAU',\n\t\tSB: 'SLB',\n\t\tSC: 'SYC',\n\t\tSD: 'SDN',\n\t\tSE: 'SWE',\n\t\tSG: 'SGP',\n\t\tSH: 'SHN',\n\t\tSI: 'SVN',\n\t\tSJ: 'SJM',\n\t\tSK: 'SVK',\n\t\tSL: 'SLE',\n\t\tSM: 'SMR',\n\t\tSN: 'SEN',\n\t\tSO: 'SOM',\n\t\tSR: 'SUR',\n\t\tSS: 'SSD',\n\t\tST: 'STP',\n\t\tSV: 'SLV',\n\t\tSX: 'SXM',\n\t\tSY: 'SYR',\n\t\tSZ: 'SWZ',\n\t\tTC: 'TCA',\n\t\tTD: 'TCD',\n\t\tTF: 'ATF',\n\t\tTG: 'TGO',\n\t\tTH: 'THA',\n\t\tTJ: 'TJK',\n\t\tTK: 'TKL',\n\t\tTL: 'TLS',\n\t\tTM: 'TKM',\n\t\tTN: 'TUN',\n\t\tTO: 'TON',\n\t\tTR: 'TUR',\n\t\tTT: 'TTO',\n\t\tTV: 'TUV',\n\t\tTW: 'TWN',\n\t\tTZ: 'TZA',\n\t\tUA: 'UKR',\n\t\tUG: 'UGA',\n\t\tUM: 'UMI',\n\t\tUS: 'USA',\n\t\tUY: 'URY',\n\t\tUZ: 'UZB',\n\t\tVA: 'VAT',\n\t\tVC: 'VCT',\n\t\tVE: 'VEN',\n\t\tVG: 'VGB',\n\t\tVI: 'VIR',\n\t\tVN: 'VNM',\n\t\tVU: 'VUT',\n\t\tWF: 'WLF',\n\t\tWS: 'WSM',\n\t\tYE: 'YEM',\n\t\tYT: 'MYT',\n\t\tZA: 'ZAF',\n\t\tZM: 'ZMB',\n\t\tZW: 'ZWE',\n\t};\n\treturn countryCodes[countryCode.toUpperCase() as keyof typeof countryCodes] || 'Unknown';\n};\n","import { DIALOG_CONTAINER_ID } from './consts';\nimport { convertCountryCode } from './convert-country-code';\nimport type { SelectedProductsType } from './types';\nimport { productSelectorToken } from '@se/common/stores';\nimport { getCountryAndLanguage } from '@se/common/utils';\nimport { get } from 'svelte/store';\n\nexport const openWidget = ({\n\tcountryCode,\n\tlanguageCode,\n\twidgetType,\n\twidgetId,\n\tisHierarchy,\n}: {\n\tcountryCode: string;\n\tlanguageCode: string;\n\twidgetType: string;\n\twidgetId: string;\n\tisHierarchy?: boolean;\n}) => {\n\tlet widgetWrapper: any;\n\tlet selectedProducts: SelectedProductsType[] = [];\n\n\tif (typeof document !== 'undefined') {\n\t\t(document.getElementById(DIALOG_CONTAINER_ID) as HTMLDialogElement).open = true;\n\t}\n\n\tconst dataset = isHierarchy\n\t\t? {\n\t\t\t\tvalue: widgetId,\n\t\t\t\tparameters: {},\n\t\t\t}\n\t\t: {\n\t\t\t\ttype: widgetType,\n\t\t\t\tvalue: widgetId,\n\t\t\t};\n\n\tconst language = languageCode.toUpperCase();\n\tconst country = convertCountryCode(countryCode);\n\tconst project = 'ANY';\n\tconst token = `Bearer ${get(productSelectorToken)}`;\n\n\tconst widgetOptions = {\n\t\tformatExportConfiguration: ['json'],\n\t};\n\n\tif (window) {\n\t\twidgetWrapper = (window as any).seWidgetWrapper;\n\t}\n\n\tlet wrapperInstance;\n\n\tif (isHierarchy) {\n\t\twrapperInstance = widgetWrapper.startHierarchy(\n\t\t\tdataset,\n\t\t\tlanguage,\n\t\t\tcountry,\n\t\t\tproject,\n\t\t\ttoken,\n\t\t\twidgetOptions\n\t\t);\n\t} else {\n\t\twrapperInstance = widgetWrapper.startWidget(\n\t\t\tdataset,\n\t\t\tlanguage,\n\t\t\tcountry,\n\t\t\tproject,\n\t\t\ttoken,\n\t\t\twidgetOptions\n\t\t);\n\t}\n\n\twrapperInstance.addSaveConfigurationListener(function (event: any) {\n\t\tselectedProducts = event.products.map((product: any) => {\n\t\t\treturn {\n\t\t\t\tproductId: product.productId,\n\t\t\t\tquantity: product.quantity,\n\t\t\t};\n\t\t});\n\t\tsendProductsRequest(selectedProducts);\n\t});\n\n\twrapperInstance.addErrorListener(function () {\n\t\talert('Fatal error');\n\t});\n};\n\nasync function sendProductsRequest(data: unknown) {\n\tconst { language, country } = getCountryAndLanguage();\n\tlet url = `https://www-pre.se.com/my-products?brand=se&country-code=${country.toUpperCase()}&language-code=${language}`;\n\tif (import.meta.env.VITE_ENVIRONMENT_MODE === 'prod') {\n\t\turl = `https://www.se.com/my-products?brand=se&country-code=${country.toUpperCase()}&language-code=${language}`;\n\t}\n\n\ttry {\n\t\tconst response = await fetch(url, {\n\t\t\tmethod: 'POST',\n\t\t\theaders: {\n\t\t\t\t'Content-Type': 'application/json',\n\t\t\t},\n\t\t\tbody: JSON.stringify({\n\t\t\t\tproducts: data,\n\t\t\t}),\n\t\t});\n\n\t\tif (!response.ok) {\n\t\t\tthrow new Error('Network response was not ok');\n\t\t}\n\t} catch (error) {\n\t\tconsole.error('Error:', error);\n\t}\n}\n","import type { PesScope } from './consts';\nimport { getContext, setContext } from 'svelte';\n\nconst CONTEXT_NAME = 'rangePages';\n\nexport type RangePagesInformation = {\n\tpesScope: keyof typeof PesScope;\n\tpesId: string;\n\tpesData: any;\n};\n\nexport const setRangePagesInformation = (information: RangePagesInformation) => {\n\treturn setContext(CONTEXT_NAME, information);\n};\n\nexport const getRangePagesInformation = () => {\n\treturn getContext<RangePagesInformation | undefined>(CONTEXT_NAME);\n};\n","<script lang=\"ts\">\n\timport QdsSsrWrapper from '../container/QdsSsrWrapper.svelte';\n\texport let text: string | undefined = undefined;\n\texport let href: string | undefined = undefined;\n\texport let hreflang: string | undefined = undefined;\n\texport let referrerPolicy: string | undefined = undefined;\n\texport let rel: string | undefined = undefined;\n\texport let target: string | undefined = undefined;\n</script>\n\n<QdsSsrWrapper>\n\t<qds-breadcrumb-item {text} {href} {hreflang} {referrerPolicy} {rel} {target}\n\t></qds-breadcrumb-item>\n</QdsSsrWrapper>\n","<script lang=\"ts\">\n\timport type { BuilderLocalizedValue } from '@se/common/types';\n\timport QdsSsrWrapper from '../container/QdsSsrWrapper.svelte';\n\timport { BlockImportance, MediaType } from '../../qds/constant';\n\n\texport let description: string | undefined = undefined;\n\texport let descriptionList: DescriptionListItem[] | undefined = undefined;\n\texport let importance: BlockImportance;\n\texport let kicker: string | undefined = undefined;\n\texport let subtitle: string | undefined = undefined;\n\texport let mainTitle: string | undefined = undefined;\n\texport let size: 'small' | 'standard' | 'large' | 'hero';\n\texport let titleTag: 'h1' | 'h2' | 'h3' | 'h4';\n\texport let imageSrc: string | undefined = undefined;\n\texport let overrideStyleVars = {} as any;\n\texport let imageSizes: string | undefined = undefined;\n\texport let imageAlt: BuilderLocalizedValue<string> | undefined = undefined;\n\texport let videoSrc: string | undefined = undefined;\n\texport let shouldAutoplay: boolean = false;\n\texport let mediaType: MediaType;\n\n\ttype DescriptionListItem = {\n\t\tdescriptionListItem: string;\n\t};\n\n\tconst stringify = (arr: DescriptionListItem[]): string =>\n\t\t`[${arr.map((item) => `&quot;${item.descriptionListItem}&quot;`).join()}]`;\n\n\t$: descriptionListStringified = descriptionList ? stringify(descriptionList) : undefined;\n</script>\n\n<svelte:head>\n\t<link rel=\"preload\" fetchpriority=\"high\" as=\"image\" href={imageSrc} />\n</svelte:head>\n\n<QdsSsrWrapper>\n\t{#key [videoSrc, shouldAutoplay]}\n\t\t<qds-web-block-hero\n\t\t\t{description}\n\t\t\tdescription-list={descriptionListStringified}\n\t\t\t{importance}\n\t\t\t{kicker}\n\t\t\t{subtitle}\n\t\t\tmain-title={mainTitle}\n\t\t\t{size}\n\t\t\ttitle-tag={titleTag}\n\t\t\timage-src={imageSrc}\n\t\t\timage-sizes={imageSizes}\n\t\t\timage-alt={imageAlt}\n\t\t\tvideo-src={importance === 'emphasized' && mediaType === MediaType.VIDEO ? videoSrc : ''}\n\t\t\tstyle={overrideStyleVars}\n\t\t\tvideoAutoplay={shouldAutoplay}\n\t\t\t{...$$restProps}\n\t\t>\n\t\t\t<slot />\n\t\t</qds-web-block-hero>\n\t{/key}\n</QdsSsrWrapper>\n","<script lang=\"ts\">\n\timport type { BuilderBlock } from '@builder.io/sdk-svelte';\n\timport { Blocks } from '@builder.io/sdk-svelte';\n\timport { twMerge } from 'tailwind-merge';\n\n\texport let fullWidth: boolean = false;\n\texport let marginBottom: boolean = false;\n\texport let anchorId: string | null = null;\n\texport let builderBlock: BuilderBlock | undefined = undefined;\n\t$: children = builderBlock?.children ?? [];\n\texport let customClass: string = '';\n</script>\n\n<div\n\tdata-anchor-id={anchorId}\n\tid={anchorId}\n\tclass={twMerge(\n\t\t!fullWidth && 'max-w-[var(--container-max-width)]',\n\t\tmarginBottom && 'mb-14 lg:mb-[120px]',\n\t\t'mx-auto w-full',\n\t\tcustomClass\n\t)}\n>\n\t{#if builderBlock && children}\n\t\t<Blocks parent={builderBlock.id} blocks={children} path=\"children\" styleProp={{}} />\n\t{:else}\n\t\t<slot />\n\t{/if}\n</div>\n","import type { BlockHero } from '..';\nimport { getProductImageInputs } from '../../../modules/product-image/get-product-image-inputs';\nimport { getProductVideoInputs } from '../../../modules/product-video/get-product-video-inputs';\nimport { BuilderInputTypes } from '../../../service-contracts/enums';\nimport {\n\tImportance,\n\tRECOMMENDED_IMAGE_SIZE,\n\tRECOMMENDED_SIZE_TEXT,\n\tSize,\n\tTitleTag,\n\tBackgroundColor,\n\tMediaType,\n\tVideoSource,\n\tBlockImportance,\n\tVideoPosition,\n} from '../constant';\nimport type { Input } from '@builder.io/sdk-svelte/src/types/input';\nimport { EXAMPLE_APRIMO_IMAGE } from '@se/common/constants';\nimport {\n\tcharactersLimitBuilderRegex,\n\tgetLimitationBuilderFields,\n\tlocalizeBuilderValue as l,\n} from '@se/common/utils';\nimport type { ComponentProps } from 'svelte';\n\nexport const allowedFileTypesForImage = ['jpeg', 'jpg', 'png', 'svg', 'webp'];\n\nexport enum HeroSubFields {\n\tDESCRIPTION = 'description',\n\tDESCRIPTION_LIST = 'descriptionList',\n\tIMPORTANCE = 'importance',\n\tKICKER = 'kicker',\n\tSUB_TITLE = 'subtitle',\n\tMAIN_TITLE = 'mainTitle',\n\tSIZE = 'size',\n\tTITLE_TAG = 'titleTag',\n\tIMAGE_SRC = 'imageSrc',\n\tBACKGROUND_COLOR = 'backgroundColor',\n}\n\nexport enum ImportanceType {\n\tSUBDUED = 'subdued',\n}\nexport enum SizeType {\n\tSMALL = 'small',\n\tSTANDARD = 'standard',\n\tLARGE = 'large',\n}\nexport enum TitleTagType {\n\tH1 = 'h1',\n\tH2 = 'h2',\n\tH3 = 'h3',\n\tH4 = 'h4',\n}\n\nconst qdsHeroPropsInfo: Input[] = [\n\t{\n\t\tname: 'backgroundColor',\n\t\ttype: 'enum',\n\t\tenum: Object.values(BackgroundColor),\n\t},\n\t{\n\t\tname: 'kicker',\n\t\ttype: BuilderInputTypes.String,\n\t\tlocalized: true,\n\t\t...getLimitationBuilderFields(90, 6),\n\t},\n\t{\n\t\tname: 'mainTitle',\n\t\ttype: BuilderInputTypes.String,\n\t\tlocalized: true,\n\t\trequired: true,\n\t\t...getLimitationBuilderFields(125, 6),\n\t},\n\t{\n\t\tname: 'titleTag',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: Object.values(TitleTag),\n\t},\n\t{\n\t\tname: 'subtitle',\n\t\ttype: BuilderInputTypes.String,\n\t\tlocalized: true,\n\t\t...getLimitationBuilderFields(60, 6),\n\t},\n\t{\n\t\tname: 'description',\n\t\ttype: BuilderInputTypes.LongText,\n\t\tlocalized: true,\n\t\t...getLimitationBuilderFields(200, 25),\n\t\thelperText: RECOMMENDED_SIZE_TEXT('25', '200', '160'),\n\t\tregex: charactersLimitBuilderRegex({ max: 200 }),\n\t},\n\n\t{\n\t\tname: 'descriptionList',\n\t\ttype: BuilderInputTypes.List,\n\t\tsubFields: [\n\t\t\t{\n\t\t\t\tname: 'descriptionListItem',\n\t\t\t\ttype: BuilderInputTypes.LongText,\n\t\t\t\tdefaultValue: l('Create cases to help from our experts.'),\n\t\t\t\tlocalized: true,\n\t\t\t\t...getLimitationBuilderFields(200, 25),\n\t\t\t},\n\t\t],\n\t},\n\t{\n\t\tname: 'size',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: Object.values(Size),\n\t},\n\t{\n\t\tname: 'importance',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: Object.values(BlockImportance),\n\t},\n\t{\n\t\tname: 'mediaType',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: Object.values(MediaType),\n\t\tshowIf: `options.get('importance') === '${Importance.EMPHASIZED}'`,\n\t},\n\t...getProductImageInputs({\n\t\taprimoFieldName: 'backgroundImage',\n\t\texternalFieldName: 'externalBackgroundImage',\n\t\taprimoDefaultValue: EXAMPLE_APRIMO_IMAGE,\n\t\thelperText: RECOMMENDED_IMAGE_SIZE('550 x 340 pixels', '800 x 500 pixels', '900 x 600 pixels'),\n\t\tshowIf: `options.get('mediaType') !== '${MediaType.VIDEO}'`,\n\t}),\n\t...getProductVideoInputs({\n\t\taprimoFieldName: 'aprimoVideo',\n\t\tyouTubeFieldName: 'youTubeVideo',\n\t\tthumbnailName: 'videoThumbnail',\n\t\tvideoSource: Object.values(VideoSource),\n\t\tshowIf: `options.get('importance') === '${Importance.EMPHASIZED}' && options.get('mediaType') === '${MediaType.VIDEO}'`,\n\t\tvideoPosition: VideoPosition.START,\n\t\tallowAutoPlay: true,\n\t\tshouldAutoplay: false,\n\t}),\n];\n\nexport type QdsHeroBlockBuilderInputFactoryOptions = {\n\tfield: {\n\t\tfieldName: Input['name'];\n\t\tfriendlyName?: Input['friendlyName'];\n\t\tdefaultValue?: ComponentProps<BlockHero>['blockHero'];\n\t};\n\toptions: {\n\t\thideSubfields: string[];\n\t};\n};\n\nexport const qdsHeroBlockBuilderInputFactoryOptions = (\n\topts: QdsHeroBlockBuilderInputFactoryOptions\n) => {\n\tconst {\n\t\tfield: { fieldName, friendlyName, defaultValue },\n\t\toptions: { hideSubfields },\n\t} = opts;\n\n\tconst qdsHeroEditorFields = qdsHeroPropsInfo.map((prop: Input) => {\n\t\tconst hide = hideSubfields.includes(prop.name);\n\t\treturn { ...prop, ...{ hideFromUI: hide } };\n\t});\n\n\treturn [\n\t\t{\n\t\t\tname: fieldName,\n\t\t\tfriendlyName: friendlyName ?? '',\n\t\t\ttype: BuilderInputTypes.Object,\n\t\t\tdefaultValue: defaultValue,\n\t\t\tsubFields: qdsHeroEditorFields,\n\t\t},\n\t] satisfies Input[];\n};\n","import {\n\tButtonSubFields,\n\tButtonUtilitySubFields,\n\tOpenLink,\n\tqdsButtonBuilderInputFactory,\n\tButtonUtility,\n} from '../builder/qds-button-builder-input-factory';\nimport {\n\tHeroSubFields,\n\tqdsHeroBlockBuilderInputFactoryOptions,\n} from '../builder/qds-hero-block-builder-input-factory';\nimport {\n\tBlockHeroBase64,\n\tDEFAULT_IMAGE,\n\tDEFAULT_PDF,\n\tDEFAULT_TEXT,\n\tImportance,\n\tSize,\n\tTitleTag,\n} from '../constant';\nimport type { ComponentInfo } from '@builder.io/sdk-svelte';\n\nconst BlockHero: ComponentInfo = {\n\tname: 'Banner - Hero Block',\n\tcanHaveChildren: false,\n\timage: BlockHeroBase64,\n\thideFromInsertMenu: true,\n\tinputs: [\n\t\t...qdsHeroBlockBuilderInputFactoryOptions({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'heroBanner',\n\t\t\t\tfriendlyName: 'Hero Banner',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\tdescription: DEFAULT_TEXT.DESCRIPTION,\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tkicker: DEFAULT_TEXT.KICKER,\n\t\t\t\t\tsubtitle: DEFAULT_TEXT.SUB_TITLE,\n\t\t\t\t\tmainTitle: DEFAULT_TEXT.MAIN_TITLE,\n\t\t\t\t\tsize: Size.STANDARD,\n\t\t\t\t\ttitleTag: TitleTag.H1,\n\t\t\t\t\timageSrc: DEFAULT_IMAGE,\n\t\t\t\t},\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideSubfields: [HeroSubFields.IMPORTANCE],\n\t\t\t},\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaFirst',\n\t\t\t\tfriendlyName: 'First CTA options',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: DEFAULT_TEXT.SHARE_UTILITY_OPTION,\n\t\t\t\t\timportance: Importance.EMPHASIZED,\n\t\t\t\t\tutility: ButtonUtility.SHARE,\n\t\t\t\t\turl: DEFAULT_PDF,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_NEW_TAB,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTAFirst',\n\t\t\t\tfriendlyName: 'Show First CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideButtonOptionsSubfields: [\n\t\t\t\t\tButtonSubFields.SIZE,\n\t\t\t\t\tButtonSubFields.ICONNAME,\n\t\t\t\t\tButtonSubFields.ACTION,\n\t\t\t\t\tButtonSubFields.BADGE,\n\t\t\t\t\tButtonSubFields.DISABLED,\n\t\t\t\t\tButtonSubFields.BUTTON_TYPE,\n\t\t\t\t\tButtonSubFields.WIDGET_TITLE,\n\t\t\t\t\tButtonSubFields.RANGE_ID,\n\t\t\t\t],\n\t\t\t\thideButtonUtilitySubFields: [ButtonUtilitySubFields.RESOLVED_URL],\n\t\t\t\thideUtilityFieldOptions: [ButtonUtility.PRINT],\n\t\t\t},\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaSecond',\n\t\t\t\tfriendlyName: 'Second CTA options',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: DEFAULT_TEXT.DOWNLOAD_UTILITY_OPTION,\n\t\t\t\t\timportance: Importance.STANDARD,\n\t\t\t\t\tutility: ButtonUtility.DOWNLOAD,\n\t\t\t\t\turl: DEFAULT_PDF,\n\t\t\t\t\tdocumentId: 'download.pdf',\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTASecond',\n\t\t\t\tfriendlyName: 'Show Second CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideButtonOptionsSubfields: [\n\t\t\t\t\tButtonSubFields.SIZE,\n\t\t\t\t\tButtonSubFields.ICONNAME,\n\t\t\t\t\tButtonSubFields.ACTION,\n\t\t\t\t\tButtonSubFields.BADGE,\n\t\t\t\t\tButtonSubFields.DISABLED,\n\t\t\t\t\tButtonSubFields.BUTTON_TYPE,\n\t\t\t\t\tButtonSubFields.WIDGET_TITLE,\n\t\t\t\t\tButtonSubFields.RANGE_ID,\n\t\t\t\t],\n\t\t\t\thideButtonUtilitySubFields: [ButtonUtilitySubFields.RESOLVED_URL],\n\t\t\t\thideUtilityFieldOptions: [ButtonUtility.PRINT],\n\t\t\t},\n\t\t}),\n\t],\n};\nexport default BlockHero;\n","import type { ComponentMetadataType } from '../../types';\n\nexport const COMPONENT_META_DATA: ComponentMetadataType = {\n\tVERSION: '3.0.9',\n\tNAME: 'v3: Banner - Hero Block',\n\tTAG: 'banner-hero-block',\n};\n","import type { ComponentMetadataType } from '../../types';\nimport { COMPONENT_META_DATA as latestVersion } from '../block-hero-v3/consts';\n\nexport const COMPONENT_META_DATA: ComponentMetadataType = {\n\tVERSION: latestVersion.VERSION,\n\tNAME: 'v2: Hero - Block',\n\tTAG: 'hero-block',\n};\n","//external dependencies\n// internal dependencies\nimport { BUILDER_CLEAR_STYLES } from '../../../config/constant';\nimport { BuilderInputTypes } from '../../../service-contracts/enums';\nimport { ComponentStylesBuilderInputs } from '../../CC-03/shared/component-styles-wrapper/consts';\nimport {\n\tButtonSubFields,\n\tButtonUtilitySubFields,\n\tOpenLink,\n\tqdsButtonBuilderInputFactory,\n\tButtonUtility,\n} from '../builder/qds-button-builder-input-factory';\nimport {\n\tHeroSubFields,\n\tqdsHeroBlockBuilderInputFactoryOptions,\n} from '../builder/qds-hero-block-builder-input-factory';\nimport {\n\tBlockHeroBase64,\n\tDEFAULT_IMAGE,\n\tDEFAULT_PDF,\n\tDEFAULT_TEXT,\n\tImportance,\n\tSize,\n\tTitleTag,\n\tImageSource,\n\tDEFAULT_LINK_INSIGHTS,\n\tBackgroundColor,\n} from '../constant';\nimport { COMPONENT_META_DATA } from './consts';\nimport type { ComponentInfo } from '@builder.io/sdk-svelte';\nimport { EXAMPLE_APRIMO_IMAGE } from '@se/common/src/constants';\nimport { EXAMPLE_LINK_EMBEDDED } from '@se/common/src/constants/builder';\n\nconst BlockHero: ComponentInfo = {\n\tname: COMPONENT_META_DATA.NAME,\n\ttag: COMPONENT_META_DATA.TAG,\n\tcanHaveChildren: false,\n\timage: BlockHeroBase64,\n\thideFromInsertMenu: true,\n\tshouldReceiveBuilderProps: {\n\t\tbuilderBlock: true,\n\t},\n\tinputs: [\n\t\t{\n\t\t\tname: 'componentVersion',\n\t\t\ttype: BuilderInputTypes.String,\n\t\t\thideFromUI: true,\n\t\t\tdefaultValue: COMPONENT_META_DATA.VERSION,\n\t\t},\n\t\t{\n\t\t\tname: 'shouldTranslate',\n\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\tdefaultValue: true,\n\t\t},\n\t\t...qdsHeroBlockBuilderInputFactoryOptions({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'blockHero',\n\t\t\t\tfriendlyName: 'Block Hero',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\tdescription: DEFAULT_TEXT.DESCRIPTION,\n\t\t\t\t\tdescriptionList: [{ descriptionListItem: DEFAULT_TEXT.DESCRIPTION_LIST }],\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tkicker: DEFAULT_TEXT.KICKER,\n\t\t\t\t\tsubtitle: DEFAULT_TEXT.SUB_TITLE,\n\t\t\t\t\tmainTitle: DEFAULT_TEXT.MAIN_TITLE,\n\t\t\t\t\tsize: Size.STANDARD,\n\t\t\t\t\ttitleTag: TitleTag.H1,\n\t\t\t\t\texternalBackgroundImage: DEFAULT_IMAGE,\n\t\t\t\t\tbackgroundImage: EXAMPLE_APRIMO_IMAGE,\n\t\t\t\t\timageSource: ImageSource.APRIMO,\n\t\t\t\t\tbackgroundColor: BackgroundColor.WHITE,\n\t\t\t\t},\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideSubfields: [HeroSubFields.IMPORTANCE],\n\t\t\t},\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaFirst',\n\t\t\t\tfriendlyName: 'First CTA options',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: DEFAULT_TEXT.BUTTON,\n\t\t\t\t\timportance: Importance.EMPHASIZED,\n\t\t\t\t\tsize: Size.LARGE,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: DEFAULT_LINK_INSIGHTS,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_SAME_TAB,\n\t\t\t\t\tlink: EXAMPLE_LINK_EMBEDDED,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTAFirst',\n\t\t\t\tfriendlyName: 'Show First CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideButtonOptionsSubfields: [\n\t\t\t\t\tButtonSubFields.ICONNAME,\n\t\t\t\t\tButtonSubFields.ACTION,\n\t\t\t\t\tButtonSubFields.BADGE,\n\t\t\t\t\tButtonSubFields.DISABLED,\n\t\t\t\t\tButtonSubFields.BUTTON_TYPE,\n\t\t\t\t\tButtonSubFields.WIDGET_TITLE,\n\t\t\t\t\tButtonSubFields.RANGE_ID,\n\t\t\t\t],\n\t\t\t\thideButtonUtilitySubFields: [\n\t\t\t\t\tButtonUtilitySubFields.URL,\n\t\t\t\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\t\t\t\tButtonUtilitySubFields.RESOLVED_URL,\n\t\t\t\t\tButtonUtilitySubFields.UTILITY,\n\t\t\t\t],\n\t\t\t\thideUtilityFieldOptions: [ButtonUtility.PRINT],\n\t\t\t},\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaSecond',\n\t\t\t\tfriendlyName: 'Second CTA options',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: DEFAULT_TEXT.LINK_UTILITY_OPTION,\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: DEFAULT_LINK_INSIGHTS,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_NEW_TAB,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTASecond',\n\t\t\t\tfriendlyName: 'Show Second CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideButtonOptionsSubfields: [\n\t\t\t\t\tButtonSubFields.ICONNAME,\n\t\t\t\t\tButtonSubFields.ACTION,\n\t\t\t\t\tButtonSubFields.BADGE,\n\t\t\t\t\tButtonSubFields.DISABLED,\n\t\t\t\t\tButtonSubFields.BUTTON_TYPE,\n\t\t\t\t\tButtonSubFields.WIDGET_TITLE,\n\t\t\t\t\tButtonSubFields.RANGE_ID,\n\t\t\t\t],\n\t\t\t\thideButtonUtilitySubFields: [\n\t\t\t\t\tButtonUtilitySubFields.URL,\n\t\t\t\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\t\t\t\tButtonUtilitySubFields.RESOLVED_URL,\n\t\t\t\t\tButtonUtilitySubFields.UTILITY,\n\t\t\t\t],\n\t\t\t\thideUtilityFieldOptions: [ButtonUtility.PRINT],\n\t\t\t},\n\t\t}),\n\t\tComponentStylesBuilderInputs,\n\t],\n\tdefaultStyles: BUILDER_CLEAR_STYLES,\n};\nexport default BlockHero;\n","<script lang=\"ts\">\n\timport { twMerge } from 'tailwind-merge';\n\timport { DIALOG_CONTAINER_ID } from '../../../components/CC-03/shared/utils/selector-widget/consts';\n\timport { QdsButton } from '../../../components/shared/qds-button';\n\n\texport let isWidgetOnFullScreen: boolean;\n\texport let widgetTitle: string;\n\texport let handleResizeWidget: (setFullScreen: boolean) => void;\n\texport let toggleWidget: (isOpen: boolean) => void;\n</script>\n\n<div\n\tclass={twMerge(\n\t\t'fixed inset-0 z-50 flex items-center justify-center bg-[rgba(51,51,51,0.6)] p-[15px]',\n\t\tisWidgetOnFullScreen && 'p-0'\n\t)}\n>\n\t<dialog\n\t\tid={DIALOG_CONTAINER_ID}\n\t\tclass={twMerge(\n\t\t\t'xm:h-[70vh] relative z-50 h-full max-h-[100vh] w-full max-w-[1200px]',\n\t\t\tisWidgetOnFullScreen && 'xm:h-[100vh] max-w-[100vw]'\n\t\t)}\n\t>\n\t\t<div class=\"h-full w-full p-4 lg:p-7\">\n\t\t\t<div class=\"xm:gap-[32px] flex h-full flex-col gap-4\">\n\t\t\t\t<div class=\"flex flex-row items-center justify-center\">\n\t\t\t\t\t{#if widgetTitle}\n\t\t\t\t\t\t<span class=\"text-theme-mostly-black-color text-[24px]/[28px] font-bold\"\n\t\t\t\t\t\t\t>{widgetTitle}</span\n\t\t\t\t\t\t>\n\t\t\t\t\t{/if}\n\t\t\t\t\t<div\n\t\t\t\t\t\tclass=\"flex items-center justify-center ltr:ml-auto ltr:pl-2 ltr:lg:pl-5 rtl:mr-auto rtl:pr-2 rtl:lg:pr-5\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<div class=\"xm:block mr-2\">\n\t\t\t\t\t\t\t{#if isWidgetOnFullScreen}\n\t\t\t\t\t\t\t\t<QdsButton\n\t\t\t\t\t\t\t\t\timportance=\"subdued\"\n\t\t\t\t\t\t\t\t\tsize=\"standard\"\n\t\t\t\t\t\t\t\t\ticonName=\"arrows-diagonal-inward\"\n\t\t\t\t\t\t\t\t\talt=\"Shrink widget\"\n\t\t\t\t\t\t\t\t\taria-label=\"Shrink widget\"\n\t\t\t\t\t\t\t\t\ton:click={() => handleResizeWidget(false)}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t{:else}\n\t\t\t\t\t\t\t\t<QdsButton\n\t\t\t\t\t\t\t\t\timportance=\"subdued\"\n\t\t\t\t\t\t\t\t\tsize=\"standard\"\n\t\t\t\t\t\t\t\t\ticonName=\"arrows-diagonal-outward\"\n\t\t\t\t\t\t\t\t\talt=\"Expand widget\"\n\t\t\t\t\t\t\t\t\taria-label=\"Expand widget\"\n\t\t\t\t\t\t\t\t\ton:click={() => handleResizeWidget(true)}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t{/if}\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<QdsButton\n\t\t\t\t\t\t\timportance=\"subdued\"\n\t\t\t\t\t\t\tsize=\"standard\"\n\t\t\t\t\t\t\ticonName=\"cross-large\"\n\t\t\t\t\t\t\talt=\"Close widget\"\n\t\t\t\t\t\t\taria-label=\"Close widget\"\n\t\t\t\t\t\t\ton:click={() => {\n\t\t\t\t\t\t\t\ttoggleWidget(false);\n\t\t\t\t\t\t\t\thandleResizeWidget(false);\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"h-full w-full\">\n\t\t\t\t\t<div id=\"widgetFrame\" style=\"width:100%; height:100%\"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</dialog>\n</div>\n","import type { GetProductRangeValueTypes } from './types';\n\nexport const getProductRangeValue = async ({\n\trangeId,\n\tcountry,\n\tlanguage,\n}: GetProductRangeValueTypes) => {\n\tconst url = new URL('/_server/api/product-selector-get-range-value/', window.location.origin);\n\n\turl.searchParams.append('rangeId', rangeId);\n\turl.searchParams.append('country', country);\n\turl.searchParams.append('language', language);\n\n\tconst res = await fetch(url.toString(), {\n\t\tmethod: 'GET',\n\t\theaders: {\n\t\t\t'Content-Type': 'application/json',\n\t\t},\n\t});\n\n\tif (!res.ok) throw new Error('Request failed');\n\n\tconst data = await res.json();\n\treturn { data, error: false };\n};\n","export const extractFunctionalId = (\n\tscFunctionalIds: string\n): { widgetType: string; widgetId: string } | undefined => {\n\ttry {\n\t\tconst parsed = JSON.parse(scFunctionalIds);\n\t\treturn { widgetType: parsed.type, widgetId: parsed.value };\n\t} catch (error) {\n\t\tconsole.error('Error parsing scFunctionalIds:', error);\n\t\treturn undefined;\n\t}\n};\n","export const getImageUrl = (url: string, countryCode: string) => {\n\tif (typeof url !== 'string' || typeof countryCode !== 'string') {\n\t\treturn '';\n\t}\n\n\tconst prefix = '/ww/product-shop-static/assets/';\n\n\tif (url.startsWith(prefix) && countryCode) {\n\t\tconst path = url.slice(prefix.length);\n\t\treturn `https://www.se.com/${countryCode.toLowerCase()}/product-shop-static/assets/${path}`;\n\t}\n\n\treturn url;\n};\n","import sanitizeHtml from 'sanitize-html';\n\n/**\n * Sanitizes and cleans the input HTML string.\n *\n * This function removes all HTML tags from the input string using the `sanitizeHtml` library\n * and then replaces any encoded ampersands (`&amp;`) with the actual ampersand character (`&`).\n *\n * @param input - The HTML string to be sanitized and cleaned.\n * @returns The sanitized and cleaned string.\n */\nexport const sanitizeAndClean = (input: string, options?: sanitizeHtml.IOptions) => {\n\treturn sanitizeHtml(input, { allowedTags: [], ...options }).replace(/&amp;/g, '&');\n};\n","import { sanitizeAndClean } from './sanitizeAndClean';\n\nconst MASTER_RANGE_NAME_MARKER = '#MasterRangeName#';\n\n/**\n * Generates a kicker name by replacing a marker in the range part of the label with the master range name.\n *\n * @param rangePartofLabel - The part of the label that contains the range.\n * @param masterRangeName - The master range name to replace the marker with.\n * @returns The generated kicker name with the master range name inserted.\n */\nexport const getRangeKickerName = (rangePartofLabel: string, masterRangeName: string) => {\n\tconst sanitizedRangePartofLabel = sanitizeAndClean(rangePartofLabel);\n\tconst sanitizedMasterRangeName = sanitizeAndClean(masterRangeName);\n\n\tconst kickerName = sanitizedRangePartofLabel.replace(\n\t\tnew RegExp(MASTER_RANGE_NAME_MARKER, 'g'),\n\t\t`${sanitizedMasterRangeName}`\n\t);\n\n\treturn kickerName;\n};\n","import type { RangePagesInformation } from '../../../modules/range-pages/context';\nimport { ButtonType } from '../builder/qds-button-builder-input-factory';\nimport { MediaType } from '../constant';\nimport type { Props } from './types';\nimport { getImageUrl } from './utils/getImageUrl';\nimport { getRangeKickerName } from './utils/getRangeKickerName';\nimport { sanitizeAndClean } from './utils/sanitizeAndClean';\nimport { LinkTarget } from '@se/common/src/embedded-link';\n\ntype ManuallyManagedProps = Pick<\n\tProps['blockHero'],\n\t'importance' | 'size' | 'titleTag' | 'backgroundColor'\n>;\n\nexport const getPropsForRangePage = (\n\trangePagesInformation: RangePagesInformation,\n\tmanuallyManagedProps: ManuallyManagedProps\n) => {\n\tconst {\n\t\tpesData,\n\t\tpesData: {\n\t\t\tmappedRangeLocale,\n\t\t\trangesMainData: {\n\t\t\t\tname,\n\t\t\t\tdescription,\n\t\t\t\tlongDescription,\n\t\t\t\trangePartofLabel,\n\t\t\t\tmasterRangeName,\n\t\t\t\timage: { url, title: imageTitle } = {},\n\t\t\t\trangeCtas, // TODO: buttons to be done later on in separate PR\n\t\t\t} = {},\n\t\t} = {},\n\t} = rangePagesInformation;\n\n\tconst [_, country] = mappedRangeLocale?.split('-') || [];\n\tconst imageUrl = getImageUrl(url, country);\n\n\tconst blockHero = {\n\t\tdescriptionList: [],\n\t\timageSource: 'External',\n\t\texternalBackgroundImage: imageUrl,\n\t\tkicker: getRangeKickerName(rangePartofLabel, masterRangeName),\n\t\tmainTitle: sanitizeAndClean(name),\n\t\tsubtitle: sanitizeAndClean(description),\n\t\tdescription: sanitizeAndClean(longDescription),\n\t\tmediaType: MediaType.IMAGE,\n\t\timageAlt: {\n\t\t\t'@type': '@builder.io/core:LocalizedValue',\n\t\t\tDefault: imageTitle,\n\t\t},\n\t\t...manuallyManagedProps,\n\t} satisfies Props['blockHero'];\n\n\tconst pesRangeCta1 = pesData.rangeCtas[0];\n\n\tconst ctaFirst = {\n\t\ttext: pesRangeCta1.label,\n\t\timportance: 'emphasized',\n\t\tsize: 'large',\n\t\tutility: 'link',\n\t\turl: pesRangeCta1.url,\n\t\topenLink: pesRangeCta1?.target === '_blank' ? 'Open in a new tab' : 'Open in a same tab',\n\t\tbuttonType: ButtonType.LINK,\n\t\twidgetTitle: 'Widget title',\n\t\trangeId: '63545',\n\t\tlink: {\n\t\t\tlinkType: 'externalLink',\n\t\t\ttarget: pesRangeCta1?.target === '_blank' ? LinkTarget.BLANK : LinkTarget.SELF,\n\t\t\tlinkData: {\n\t\t\t\turl: pesRangeCta1.url,\n\t\t\t},\n\t\t\tresolvedUrl: pesRangeCta1.url,\n\t\t\tinvalid: false,\n\t\t},\n\t} satisfies Props['ctaFirst'];\n\n\tconst pesRangeCta2 = pesData.rangeCtas[1];\n\n\tconst ctaSecond = {\n\t\ttext: pesRangeCta2.label,\n\t\timportance: 'emphasized',\n\t\tsize: 'large',\n\t\tutility: 'link',\n\t\turl: pesRangeCta2.url,\n\t\topenLink: pesRangeCta2?.target === '_blank' ? 'Open in a new tab' : 'Open in a same tab',\n\t\tbuttonType: ButtonType.LINK,\n\t\twidgetTitle: 'Widget title',\n\t\trangeId: '63545',\n\t\tlink: {\n\t\t\tlinkType: 'externalLink',\n\t\t\ttarget: pesRangeCta2?.target === '_blank' ? LinkTarget.BLANK : LinkTarget.SELF,\n\t\t\tlinkData: {\n\t\t\t\turl: pesRangeCta2.url,\n\t\t\t},\n\t\t\tresolvedUrl: pesRangeCta2.url,\n\t\t\tinvalid: false,\n\t\t},\n\t} satisfies Props['ctaSecond'];\n\n\treturn {\n\t\tblockHero,\n\t\ttoggleCTAFirst: true,\n\t\tctaFirst,\n\t\ttoggleCTASecond: true,\n\t\tctaSecond,\n\t} satisfies Omit<Props, 'componentVersion' | 'builderBlock' | 'ComponentStyles' | 'customClass'>;\n};\n","<script lang=\"ts\">\n\t// external dependencies\n\timport newUniqueId from 'locally-unique-id-generator-esm';\n\n\t// internal dependencies\n\timport { QdsBlockHero } from '../../shared/qds-block-hero';\n\timport { QdsButton } from '../../shared/qds-button';\n\timport QdsBuilderContainer from '../container/QdsBuilderContainer.svelte';\n\timport { BackgroundColor, ColorCode, ImageSource } from '../constant';\n\timport { isInvalidLink, internalLinksStatusStore, EmbeddedLink } from '../../embedded-link';\n\timport { convertFieldSetToParams } from '../../embedded-link/helpers/convert-field-set-to-params';\n\n\t// Required dependencies\n\timport { twMerge } from 'tailwind-merge';\n\timport { onMount, tick, type ComponentProps } from 'svelte';\n\timport type { BuilderBlock } from '@builder.io/sdk-svelte';\n\timport isComponentOutdated from '../../../utility/is-component-outdated';\n\timport ComponentStylesWrapper from '../../CC-03/shared/component-styles-wrapper/ComponentStylesWrapper.svelte';\n\timport RequestedTranslationsTooltip from '../../../modules/global-link/components/RequestedTranslationsTooltip.svelte';\n\timport type { ComponentStylesType } from '../../CC-03/shared/component-styles-wrapper/types';\n\timport { COMPONENT_META_DATA } from './consts';\n\timport type { CTAOptionsType } from './types';\n\timport { defaultComponentStylesCheckboxesValues } from '../../CC-03/shared/component-styles-wrapper/consts';\n\timport WidgetContainer from './WidgetContainer.svelte';\n\timport { ButtonType } from '../builder/qds-button-builder-input-factory';\n\timport { openWidget } from '../../../components/CC-03/shared/utils/selector-widget/open-selector-widget';\n\timport { getCountryAndLanguage } from '@se/common/utils';\n\timport type { ProductWidgetTypes, Status } from '../../../modules/product-selector/types';\n\timport { getProductRangeValue } from '../../../modules/product-selector/get-product-range-value';\n\timport { extractFunctionalId } from '../../../modules/product-selector/utils';\n\timport { getRangePagesInformation } from '../../../modules/range-pages/context';\n\timport { getPropsForRangePage } from './get-props-for-range-page';\n\timport { OPEN_IN_NEW_TAB_ICON } from '../../../components/shared/qds-button/consts';\n\n\t// Required props\n\texport let componentVersion: string;\n\texport let ComponentStyles: ComponentStylesType = defaultComponentStylesCheckboxesValues;\n\texport let builderBlock: BuilderBlock;\n\texport let customClass: string;\n\n\t// Component specific props\n\texport let blockHero: ComponentProps<QdsBlockHero>;\n\texport let toggleCTAFirst: boolean;\n\texport let toggleCTASecond: boolean;\n\texport let ctaFirst: CTAOptionsType;\n\texport let ctaSecond: CTAOptionsType;\n\n\tlet status: Status = 'idle';\n\tlet widgetTitle: string = '';\n\tlet isProductSelectorVisible: boolean = false;\n\tlet isWidgetOnFullScreen: boolean = false;\n\tlet firstButtonWidgetId:\n\t\t| {\n\t\t\t\twidgetType: string;\n\t\t\t\twidgetId: string;\n\t\t  }\n\t\t| undefined = undefined;\n\tlet secondButtonWidgetId:\n\t\t| {\n\t\t\t\twidgetType: string;\n\t\t\t\twidgetId: string;\n\t\t  }\n\t\t| undefined = undefined;\n\tconst rangePagesInformation = getRangePagesInformation();\n\n\t$: if (rangePagesInformation) {\n\t\tconst { importance, backgroundColor, size, titleTag } = blockHero;\n\t\tconst manuallyManagedProps = { importance, backgroundColor, size, titleTag };\n\t\tconst rangePageProps = getPropsForRangePage(rangePagesInformation, manuallyManagedProps);\n\n\t\tctaFirst = rangePageProps.ctaFirst;\n\t\tctaSecond = rangePageProps.ctaSecond;\n\t\ttoggleCTAFirst = rangePageProps.toggleCTAFirst;\n\t\ttoggleCTASecond = rangePageProps.toggleCTASecond;\n\t\tblockHero = rangePageProps.blockHero;\n\t}\n\n\tlet styles = {\n\t\t'qds-theme-main-background': ColorCode.WHITE_100,\n\t\t'qds-theme-main-subsection-standard-background': ColorCode.WHITE_100,\n\t};\n\n\tlet overrideStyleVars = Object.entries(styles)\n\t\t.map(([key, value]) => `--${key}:${value}`)\n\t\t.join(';');\n\n\tconst updateStyleProps = () => {\n\t\tstyles['qds-theme-main-background'] =\n\t\t\tblockHero.backgroundColor === BackgroundColor.GREY\n\t\t\t\t? ColorCode.GREY_100\n\t\t\t\t: blockHero.backgroundColor === BackgroundColor.LIGHT_GREY\n\t\t\t\t\t? ColorCode.LIGHT_GREY_100\n\t\t\t\t\t: ColorCode.WHITE_100;\n\n\t\tstyles['qds-theme-main-subsection-standard-background'] =\n\t\t\tblockHero.backgroundColor === BackgroundColor.GREY\n\t\t\t\t? ColorCode.GREY_100\n\t\t\t\t: blockHero.backgroundColor === BackgroundColor.LIGHT_GREY\n\t\t\t\t\t? ColorCode.LIGHT_GREY_100\n\t\t\t\t\t: ColorCode.WHITE_100;\n\n\t\toverrideStyleVars = Object.entries(styles)\n\t\t\t.map(([key, value]) => `--${key}:${value}`)\n\t\t\t.join(';');\n\t};\n\n\t// TODO: should run on only background color instead of any key change\n\t$: blockHero, updateStyleProps();\n\t$: isAprimo = blockHero?.imageSource === ImageSource.APRIMO;\n\t$: imageSrc = isAprimo\n\t\t? blockHero?.backgroundImage?.cropsDetails?.horizontal?.uri\n\t\t: blockHero?.externalBackgroundImage;\n\n\t$: videoSrc = blockHero?.aprimoVideo?.aprimoOptions?.videoUri;\n\n\t$: backgroundColor =\n\t\tblockHero.backgroundColor === BackgroundColor.GREY\n\t\t\t? ColorCode.GREY_100\n\t\t\t: blockHero.backgroundColor === BackgroundColor.LIGHT_GREY\n\t\t\t\t? ColorCode.LIGHT_GREY_100\n\t\t\t\t: ColorCode.WHITE_100;\n\n\tconst { language, country } = getCountryAndLanguage();\n\n\tconst handleResizeWidget = (setFullScreen: boolean) => {\n\t\tisWidgetOnFullScreen = setFullScreen;\n\t};\n\n\tconst toggleWidget = (isOpen: boolean) => {\n\t\tisProductSelectorVisible = isOpen;\n\t};\n\n\tconst toggleProductSelector = async ({\n\t\tshowProductSelector,\n\t\ttitle,\n\t\twidgetId,\n\t\twidgetType,\n\t}: ProductWidgetTypes) => {\n\t\twidgetTitle = title;\n\t\ttoggleWidget(showProductSelector);\n\t\t// used to render dialog-simple-notitle before open the widget\n\t\tawait tick();\n\t\tif (!widgetId) {\n\t\t\topenWidget({\n\t\t\t\tcountryCode: country,\n\t\t\t\tlanguageCode: language,\n\t\t\t\twidgetType: '',\n\t\t\t\twidgetId: 'SINGLE_ENTRY_POINT',\n\t\t\t\tisHierarchy: true,\n\t\t\t});\n\t\t}\n\t\topenWidget({\n\t\t\tcountryCode: country,\n\t\t\tlanguageCode: language,\n\t\t\twidgetType,\n\t\t\twidgetId,\n\t\t});\n\t};\n\n\tonMount(async () => {\n\t\ttry {\n\t\t\tstatus = 'fetching';\n\t\t\tconst firstButtonDataPromise = getProductRangeValue({\n\t\t\t\trangeId: ctaFirst?.rangeId || '',\n\t\t\t\tcountry,\n\t\t\t\tlanguage,\n\t\t\t}).catch((error) => error);\n\t\t\tconst secondButtonDataPromise = getProductRangeValue({\n\t\t\t\trangeId: ctaSecond?.rangeId || '',\n\t\t\t\tcountry,\n\t\t\t\tlanguage,\n\t\t\t}).catch((error) => error);\n\n\t\t\tconst [\n\t\t\t\t{ data: firstButtonResponseData, error: firstPromiseError },\n\t\t\t\t{ data: secondButtonResponseData, error: secondPromiseError },\n\t\t\t] = await Promise.all([firstButtonDataPromise, secondButtonDataPromise]);\n\n\t\t\tif (firstPromiseError) {\n\t\t\t\tstatus = 'error';\n\t\t\t\tfirstButtonWidgetId = undefined;\n\t\t\t} else {\n\t\t\t\tstatus = 'success';\n\t\t\t\tfirstButtonWidgetId = extractFunctionalId(firstButtonResponseData?.config?.scFunctionalIds);\n\t\t\t}\n\n\t\t\tif (secondPromiseError) {\n\t\t\t\tstatus = 'error';\n\t\t\t\tsecondButtonWidgetId = undefined;\n\t\t\t} else {\n\t\t\t\tstatus = 'success';\n\t\t\t\tsecondButtonWidgetId = extractFunctionalId(\n\t\t\t\t\tsecondButtonResponseData?.config?.scFunctionalIds\n\t\t\t\t);\n\t\t\t}\n\t\t} catch (error) {\n\t\t\tconsole.error(error);\n\t\t\tstatus = 'error';\n\t\t}\n\t});\n</script>\n\n<svelte:head>\n\t<script\n\t\ttype=\"text/javascript\"\n\t\tsrc=\"https://selectandconfig-widget.schneider-electric.com/release/wrapper/2.X/wrapper.min.js\"\n\t></script>\n\t<link\n\t\trel=\"stylesheet\"\n\t\thref=\"https://selectandconfig-widget.schneider-electric.com/release/wrapper/2.X/wrapper.min.css\"\n\t/>\n</svelte:head>\n\n<RequestedTranslationsTooltip id={builderBlock?.id} />\n<ComponentStylesWrapper\n\t{ComponentStyles}\n\tisComponentOutdated={isComponentOutdated(COMPONENT_META_DATA.VERSION, componentVersion)}\n\ttPaddingClass=\"pt-14\"\n>\n\t<div\n\t\tdata-testid={COMPONENT_META_DATA.NAME}\n\t\tclass={twMerge(`bg-[${backgroundColor}]`, customClass)}\n\t>\n\t\t<QdsBuilderContainer customClass=\"max-w-none\">\n\t\t\t{@const heroId = newUniqueId()}\n\t\t\t<QdsBlockHero\n\t\t\t\t{...blockHero}\n\t\t\t\t{overrideStyleVars}\n\t\t\t\t{imageSrc}\n\t\t\t\tid={heroId}\n\t\t\t\t{videoSrc}\n\t\t\t\tmediaType={blockHero?.mediaType}\n\t\t\t>\n\t\t\t\t{@const ctaFirstBtnId = newUniqueId()}\n\t\t\t\t{@const ctaSecondBtnId = newUniqueId()}\n\t\t\t\t{#if toggleCTAFirst && ctaFirst?.buttonType === ButtonType.PRODUCT && ctaFirst?.text}\n\t\t\t\t\t<QdsButton\n\t\t\t\t\t\t{...ctaFirst}\n\t\t\t\t\t\ton:click={() =>\n\t\t\t\t\t\t\ttoggleProductSelector({\n\t\t\t\t\t\t\t\tshowProductSelector: true,\n\t\t\t\t\t\t\t\ttitle: ctaFirst?.widgetTitle,\n\t\t\t\t\t\t\t\twidgetId: firstButtonWidgetId?.widgetId || '',\n\t\t\t\t\t\t\t\twidgetType: firstButtonWidgetId?.widgetType || '',\n\t\t\t\t\t\t\t})}\n\t\t\t\t\t/>\n\t\t\t\t{:else if toggleCTAFirst && ctaFirst.link && ctaFirst.text && !isInvalidLink($internalLinksStatusStore, ctaFirst.link)}\n\t\t\t\t\t<EmbeddedLink\n\t\t\t\t\t\tlink={ctaFirst.link}\n\t\t\t\t\t\tparams={convertFieldSetToParams(ctaFirst.link)}\n\t\t\t\t\t\trenderChildrenOnly\n\t\t\t\t\t>\n\t\t\t\t\t\t<QdsButton\n\t\t\t\t\t\t\t{...ctaFirst}\n\t\t\t\t\t\t\thref={ctaFirst.link.resolvedUrl}\n\t\t\t\t\t\t\ttarget={ctaFirst.link.target}\n\t\t\t\t\t\t\tid={ctaFirstBtnId}\n\t\t\t\t\t\t\tgaEventName={ctaFirst.text}\n\t\t\t\t\t\t\tgaEventLocation={builderBlock?.component?.name}\n\t\t\t\t\t\t\ticonLibrary=\"core\"\n\t\t\t\t\t\t\ticonName={ctaFirst.link.target === '_blank' ? OPEN_IN_NEW_TAB_ICON : ''}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</EmbeddedLink>\n\t\t\t\t{/if}\n\t\t\t\t{#if toggleCTASecond && ctaSecond?.buttonType === ButtonType.PRODUCT && ctaSecond?.text}\n\t\t\t\t\t<QdsButton\n\t\t\t\t\t\t{...ctaSecond}\n\t\t\t\t\t\ton:click={() =>\n\t\t\t\t\t\t\ttoggleProductSelector({\n\t\t\t\t\t\t\t\tshowProductSelector: true,\n\t\t\t\t\t\t\t\ttitle: ctaSecond?.widgetTitle,\n\t\t\t\t\t\t\t\twidgetId: secondButtonWidgetId?.widgetId || '',\n\t\t\t\t\t\t\t\twidgetType: secondButtonWidgetId?.widgetType || '',\n\t\t\t\t\t\t\t})}\n\t\t\t\t\t/>\n\t\t\t\t{:else if toggleCTASecond && ctaSecond.link && ctaSecond.text && !isInvalidLink($internalLinksStatusStore, ctaSecond.link)}\n\t\t\t\t\t<EmbeddedLink\n\t\t\t\t\t\tlink={ctaSecond.link}\n\t\t\t\t\t\tparams={convertFieldSetToParams(ctaSecond.link)}\n\t\t\t\t\t\trenderChildrenOnly\n\t\t\t\t\t>\n\t\t\t\t\t\t<QdsButton\n\t\t\t\t\t\t\t{...ctaSecond}\n\t\t\t\t\t\t\thref={ctaSecond.link.resolvedUrl}\n\t\t\t\t\t\t\ttarget={ctaSecond.link.target}\n\t\t\t\t\t\t\tid={ctaSecondBtnId}\n\t\t\t\t\t\t\tgaEventName={ctaSecond.text}\n\t\t\t\t\t\t\tgaEventLocation={builderBlock?.component?.name}\n\t\t\t\t\t\t\ticonLibrary=\"core\"\n\t\t\t\t\t\t\ticonName={ctaSecond.link.target === '_blank' ? OPEN_IN_NEW_TAB_ICON : ''}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</EmbeddedLink>\n\t\t\t\t{/if}\n\t\t\t</QdsBlockHero>\n\t\t</QdsBuilderContainer>\n\t</div>\n\n\t{#if typeof document !== 'undefined' && isProductSelectorVisible}\n\t\t<WidgetContainer {isWidgetOnFullScreen} {widgetTitle} {handleResizeWidget} {toggleWidget} />\n\t{/if}\n</ComponentStylesWrapper>\n","//external dependencies\n// internal dependencies\nimport { BUILDER_CLEAR_STYLES } from '../../../config/constant';\nimport { BuilderInputTypes } from '../../../service-contracts/enums';\nimport { ComponentStylesBuilderInputs } from '../../CC-03/shared/component-styles-wrapper/consts';\nimport {\n\tButtonSubFields,\n\tButtonUtilitySubFields,\n\tOpenLink,\n\tqdsButtonBuilderInputFactory,\n\tButtonUtility,\n\tButtonType,\n} from '../builder/qds-button-builder-input-factory';\nimport { qdsHeroBlockBuilderInputFactoryOptions } from '../builder/qds-hero-block-builder-input-factory';\nimport {\n\tBlockHeroBase64,\n\tDEFAULT_TEXT,\n\tImportance,\n\tSize,\n\tTitleTag,\n\tImageSource,\n\tDEFAULT_LINK_INSIGHTS,\n\tBackgroundColor,\n\tMediaType,\n\tVideoSource,\n\tBlockImportance,\n} from '../constant';\nimport { COMPONENT_META_DATA } from './consts';\nimport type { ComponentInfo } from '@builder.io/sdk-svelte';\nimport { EXAMPLE_APRIMO_IMAGE } from '@se/common/src/constants';\nimport { EXAMPLE_LINK_EMBEDDED, EXAMPLE_APRIMO_VIDEO } from '@se/common/src/constants/builder';\nimport { localizeBuilderValue as l } from '@se/common/utils';\n\nconst BUTTON_OPTIONS = {\n\thideButtonOptionsSubfields: [\n\t\tButtonSubFields.ICONNAME,\n\t\tButtonSubFields.ACTION,\n\t\tButtonSubFields.BADGE,\n\t\tButtonSubFields.DISABLED,\n\t],\n\thideButtonUtilitySubFields: [\n\t\tButtonUtilitySubFields.URL,\n\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\tButtonUtilitySubFields.RESOLVED_URL,\n\t\tButtonUtilitySubFields.UTILITY,\n\t\tButtonUtilitySubFields.SHARE_TITLE,\n\t\tButtonUtilitySubFields.DOCUMENT_ID,\n\t],\n\thideUtilityFieldOptions: [ButtonUtility.PRINT],\n};\n\nconst BlockHeroInfo: ComponentInfo = {\n\tname: COMPONENT_META_DATA.NAME,\n\ttag: COMPONENT_META_DATA.TAG,\n\tcanHaveChildren: false,\n\timage: BlockHeroBase64,\n\tshouldReceiveBuilderProps: {\n\t\tbuilderBlock: true,\n\t},\n\tinputs: [\n\t\t{\n\t\t\tname: 'componentVersion',\n\t\t\ttype: BuilderInputTypes.String,\n\t\t\thideFromUI: true,\n\t\t\tdefaultValue: COMPONENT_META_DATA.VERSION,\n\t\t},\n\t\t{\n\t\t\tname: 'shouldTranslate',\n\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\tdefaultValue: true,\n\t\t},\n\t\t...qdsHeroBlockBuilderInputFactoryOptions({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'blockHero',\n\t\t\t\tfriendlyName: 'Block Hero',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\tdescription: l(DEFAULT_TEXT.DESCRIPTION),\n\t\t\t\t\tdescriptionList: [{ descriptionListItem: l('Create cases to help from our experts.') }],\n\t\t\t\t\timportance: BlockImportance.SUBDUED,\n\t\t\t\t\tkicker: l(DEFAULT_TEXT.KICKER),\n\t\t\t\t\tsubtitle: l(DEFAULT_TEXT.SUB_TITLE),\n\t\t\t\t\tmainTitle: l(DEFAULT_TEXT.MAIN_TITLE),\n\t\t\t\t\tsize: Size.STANDARD,\n\t\t\t\t\ttitleTag: TitleTag.H1,\n\t\t\t\t\tbackgroundImage: EXAMPLE_APRIMO_IMAGE,\n\t\t\t\t\timageSource: ImageSource.APRIMO,\n\t\t\t\t\tbackgroundColor: BackgroundColor.WHITE,\n\t\t\t\t\tmediaType: MediaType.IMAGE,\n\t\t\t\t\tvideoSource: VideoSource.APRIMO,\n\t\t\t\t\taprimoVideo: EXAMPLE_APRIMO_VIDEO,\n\t\t\t\t\tallowAutoPlay: true,\n\t\t\t\t\tshouldAutoplay: false,\n\t\t\t\t},\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideSubfields: [],\n\t\t\t},\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaFirst',\n\t\t\t\tfriendlyName: 'First CTA options',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: 'Button',\n\t\t\t\t\timportance: Importance.EMPHASIZED,\n\t\t\t\t\tsize: Size.LARGE,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: DEFAULT_LINK_INSIGHTS,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_SAME_TAB,\n\t\t\t\t\tlink: EXAMPLE_LINK_EMBEDDED,\n\t\t\t\t\tbuttonType: ButtonType.LINK,\n\t\t\t\t\twidgetTitle: l('Widget title'),\n\t\t\t\t\trangeId: '63545',\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTAFirst',\n\t\t\t\tfriendlyName: 'Show First CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: BUTTON_OPTIONS,\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaSecond',\n\t\t\t\tfriendlyName: 'Second CTA options',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: 'Link',\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tsize: Size.LARGE,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: DEFAULT_LINK_INSIGHTS,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_SAME_TAB,\n\t\t\t\t\tlink: EXAMPLE_LINK_EMBEDDED,\n\t\t\t\t\tbuttonType: ButtonType.LINK,\n\t\t\t\t\twidgetTitle: l('Widget title'),\n\t\t\t\t\trangeId: '928',\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTASecond',\n\t\t\t\tfriendlyName: 'Show Second CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: BUTTON_OPTIONS,\n\t\t}),\n\t\tComponentStylesBuilderInputs,\n\t],\n\tdefaultStyles: BUILDER_CLEAR_STYLES,\n};\n\nexport const Range_BlockHeroInfo: ComponentInfo = {\n\tname: COMPONENT_META_DATA.NAME,\n\ttag: COMPONENT_META_DATA.TAG,\n\tcanHaveChildren: false,\n\timage: BlockHeroBase64,\n\tshouldReceiveBuilderProps: {\n\t\tbuilderBlock: true,\n\t},\n\tinputs: [\n\t\t{\n\t\t\tname: 'componentVersion',\n\t\t\ttype: BuilderInputTypes.String,\n\t\t\thideFromUI: true,\n\t\t\tdefaultValue: COMPONENT_META_DATA.VERSION,\n\t\t},\n\t\t{\n\t\t\tname: 'shouldTranslate',\n\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\tdefaultValue: true,\n\t\t},\n\t\t...qdsHeroBlockBuilderInputFactoryOptions({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'blockHero',\n\t\t\t\tfriendlyName: 'Block Hero',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tsize: Size.STANDARD,\n\t\t\t\t\ttitleTag: TitleTag.H1,\n\t\t\t\t\tbackgroundColor: BackgroundColor.WHITE,\n\t\t\t\t},\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideSubfields: [\n\t\t\t\t\t'descriptionList',\n\t\t\t\t\t'description',\n\t\t\t\t\t'kicker',\n\t\t\t\t\t'mainTitle',\n\t\t\t\t\t'subtitle',\n\t\t\t\t\t'imageSource',\n\t\t\t\t\t'imageAlt',\n\t\t\t\t],\n\t\t\t},\n\t\t}),\n\t],\n};\n\nexport default BlockHeroInfo;\n","import type { ComponentMetadataType } from '../../types';\n\nexport const COMPONENT_META_DATA: ComponentMetadataType = {\n\tVERSION: '3.0.8',\n\tNAME: 'v3: Promo - Block',\n\tTAG: 'promo-block',\n};\n","import { BuilderInputTypes } from '../../../service-contracts/enums';\nimport type { ComponentMetadataType } from '../../types';\nimport { COMPONENT_META_DATA as latestComponent } from '../block-promo-v3/consts';\nimport {\n\tButtonSubFields,\n\tButtonUtilitySubFields,\n\tButtonUtility,\n} from '../builder/qds-button-builder-input-factory';\nimport { EXAMPLE_LINK_EMBEDDED } from '@se/common/src/constants/builder';\n\nexport const COMPONENT_META_DATA: ComponentMetadataType = {\n\tVERSION: latestComponent.VERSION,\n\tNAME: 'v2: Promo - Block',\n\tTAG: 'promo-block',\n};\n\nexport const BUTTON_OPTIONS = {\n\thideButtonOptionsSubfields: [\n\t\tButtonSubFields.ICONNAME,\n\t\tButtonSubFields.BADGE,\n\t\tButtonSubFields.DISABLED,\n\t\tButtonSubFields.LINK,\n\t\tButtonSubFields.BUTTON_TYPE,\n\t\tButtonSubFields.WIDGET_TITLE,\n\t\tButtonSubFields.RANGE_ID,\n\t],\n\thideButtonUtilitySubFields: [\n\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\tButtonUtilitySubFields.RESOLVED_URL,\n\t\tButtonUtilitySubFields.UTILITY,\n\t\tButtonUtilitySubFields.SHARE_TITLE,\n\t\tButtonUtilitySubFields.DOCUMENT_ID,\n\t],\n\thideUtilityFieldOptions: [ButtonUtility.PRINT],\n\tcustomButtonUtilityEditorFields: [\n\t\t{\n\t\t\tname: ButtonUtilitySubFields.URL,\n\t\t\ttype: BuilderInputTypes.EmbeddedLink,\n\t\t\tdefaultValue: EXAMPLE_LINK_EMBEDDED,\n\t\t},\n\t],\n};\n","import type { ComponentMetadataType } from '../../types';\nimport { COMPONENT_META_DATA as latestVersion } from '../block-promo-v2/consts';\n\nexport const COMPONENT_META_DATA: ComponentMetadataType = {\n\tVERSION: latestVersion.VERSION,\n\tNAME: 'Promo - Block',\n\tTAG: 'promo-block',\n};\n","import { getProductImageInputs } from '../../../modules/product-image/get-product-image-inputs';\nimport { getProductVideoInputs } from '../../../modules/product-video/get-product-video-inputs';\nimport { BuilderInputTypes } from '../../../service-contracts/enums';\nimport type BlockPromo from '../block-promo/BlockPromo.svelte';\nimport {\n\tBackgroundColor,\n\tImportance,\n\tBlockSize,\n\tTitleTag,\n\tImagePosition,\n\tRECOMMENDED_IMAGE_SIZE,\n\tMediaType,\n\tVideoPosition,\n} from '../constant';\nimport type { Input } from '@builder.io/sdk-svelte/src/types/input';\nimport { EXAMPLE_APRIMO_IMAGE } from '@se/common/constants';\nimport { getLimitationBuilderFields, localizeBuilderValue as l } from '@se/common/utils';\nimport type { ComponentProps } from 'svelte';\n\nexport const allowedFileTypesForImage = ['jpeg', 'jpg', 'png', 'svg', 'webp'];\n\nexport enum PromoSubFields {\n\tDESCRIPTION = 'description',\n\tDESCRIPTION_LIST = 'descriptionList',\n\tIMPORTANCE = 'importance',\n\tKICKER = 'kicker',\n\tSUB_TITLE = 'subtitle',\n\tMAIN_TITLE = 'mainTitle',\n\tSIZE = 'size',\n\tTITLE_TAG = 'titleTag',\n\tIMAGE_SRC = 'imageSrc',\n\tIMAGE_POSITION = 'imagePosition',\n\tBACKGROUND_COLOR = 'backgroundColor',\n\tMEDIA_TYPE = 'mediaType',\n}\n\nconst qdsPromoPropsInfo: Input[] = [\n\t{\n\t\tname: 'kicker',\n\t\ttype: BuilderInputTypes.String,\n\t\tlocalized: true,\n\t\t...getLimitationBuilderFields(60, 6),\n\t},\n\t{\n\t\tname: 'mainTitle',\n\t\ttype: BuilderInputTypes.String,\n\t\tlocalized: true,\n\t\trequired: true,\n\t\t...getLimitationBuilderFields(100, 6),\n\t},\n\t{\n\t\tname: 'titleTag',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: [TitleTag.H2, TitleTag.H3, TitleTag.H4],\n\t},\n\t{\n\t\tname: 'subtitle',\n\t\ttype: BuilderInputTypes.String,\n\t\tlocalized: true,\n\t\t...getLimitationBuilderFields(60, 6),\n\t},\n\t{\n\t\tname: 'description',\n\t\ttype: BuilderInputTypes.LongText,\n\t\tlocalized: true,\n\t\t// TODO: Add validation for max for [description, mainTitle, kicker, subtitle] based on size (as not possible from builder)\n\t\t...getLimitationBuilderFields(260, 25),\n\t},\n\t{\n\t\tname: 'descriptionList',\n\t\ttype: BuilderInputTypes.List,\n\t\tsubFields: [\n\t\t\t{\n\t\t\t\tname: 'descriptionListItem',\n\t\t\t\ttype: BuilderInputTypes.LongText,\n\t\t\t\tdefaultValue: l('Real-time product and availability.'),\n\t\t\t\tlocalized: true,\n\t\t\t\t...getLimitationBuilderFields(200, 25),\n\t\t\t},\n\t\t],\n\t},\n\t{\n\t\tname: 'mediaType',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: Object.values(MediaType),\n\t\tshowIf: `options.get('importance') === '${Importance.STANDARD}'`,\n\t},\n\t...getProductImageInputs({\n\t\taprimoFieldName: 'backgroundImage',\n\t\texternalFieldName: 'externalBackgroundImage',\n\t\taprimoDefaultValue: EXAMPLE_APRIMO_IMAGE,\n\t\thelperText: RECOMMENDED_IMAGE_SIZE('550 x 340 pixels', '800 x 500 pixels', '900 x 600 pixels'),\n\t\tshowIf: `(options.get('importance') === '${Importance.STANDARD}' || options.get('importance') === '${Importance.EMPHASIZED}') && options.get('mediaType') === '${MediaType.IMAGE}'`,\n\t}),\n\t...getProductVideoInputs({\n\t\taprimoFieldName: 'aprimoVideo',\n\t\tyouTubeFieldName: 'youTubeVideo',\n\t\tthumbnailName: 'videoThumbnail',\n\t\tvideoSource: Object.values(MediaType),\n\t\tallowYouTube: true,\n\t\tallowCustomThumbnail: true,\n\t\tvideoPosition: VideoPosition.END,\n\t\tshowIf: `options.get('importance') === '${Importance.STANDARD}' && options.get('mediaType') === '${MediaType.VIDEO}'`,\n\t}),\n\t{\n\t\tname: 'imagePosition',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: Object.values(ImagePosition),\n\t\tshowIf: `options.get('importance') === '${Importance.STANDARD}' && options.get('mediaType') === '${MediaType.IMAGE}'`,\n\t},\n\t{\n\t\tname: 'importance',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: [Importance.STANDARD, Importance.SUBDUED, Importance.EMPHASIZED],\n\t},\n\t{\n\t\tname: 'size',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: Object.values(BlockSize),\n\t},\n\t{\n\t\tname: 'backgroundColor',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: Object.values(BackgroundColor),\n\t},\n];\n\ntype QdsPromoBlockBuilderInputFactoryOptions = {\n\tfield: {\n\t\tfieldName: Input['name'];\n\t\tfriendlyName?: Input['friendlyName'];\n\t\tdefaultValue: ComponentProps<BlockPromo>['blockPromo'];\n\t};\n\toptions: {\n\t\thideSubfields: string[];\n\t};\n};\n\nexport const qdsPromoBlockBuilderInputFactoryOptions = (\n\topts: QdsPromoBlockBuilderInputFactoryOptions\n) => {\n\tconst {\n\t\tfield: { fieldName, friendlyName, defaultValue },\n\t\toptions: { hideSubfields },\n\t} = opts;\n\n\tconst qdsPromoEditorFields = qdsPromoPropsInfo.map((prop: Input) => {\n\t\tconst hide = hideSubfields.includes(prop.name);\n\t\treturn { ...prop, ...{ hideFromUI: hide } };\n\t});\n\n\treturn [\n\t\t{\n\t\t\tname: fieldName,\n\t\t\tfriendlyName: friendlyName ?? '',\n\t\t\ttype: BuilderInputTypes.Object,\n\t\t\tdefaultValue: defaultValue,\n\t\t\tsubFields: qdsPromoEditorFields,\n\t\t},\n\t] satisfies Input[];\n};\n","// external dependencies\n// internal dependencies.\nimport { BUILDER_CLEAR_STYLES } from '../../../config/constant';\nimport { BuilderInputTypes } from '../../../service-contracts/enums';\nimport { ComponentStylesBuilderInputs } from '../../CC-03/shared/component-styles-wrapper/consts';\nimport {\n\tButtonSubFields,\n\tButtonUtilitySubFields,\n\tOpenLink,\n\tqdsButtonBuilderInputFactory,\n\tButtonUtility,\n} from '../builder/qds-button-builder-input-factory';\nimport {\n\tPromoSubFields,\n\tqdsPromoBlockBuilderInputFactoryOptions,\n} from '../builder/qds-promo-block-builder-input-factory';\nimport {\n\tImportance,\n\tSize,\n\tImagePosition,\n\tTitleTag,\n\tDEFAULT_IMAGE,\n\tDEFAULT_TEXT,\n\tDEFAULT_LINK_INSIGHTS,\n\tBackgroundColor,\n\tImageSource,\n} from '../constant';\nimport { COMPONENT_META_DATA } from './consts';\nimport type { ComponentInfo } from '@builder.io/sdk-svelte';\nimport { EXAMPLE_APRIMO_IMAGE } from '@se/common/src/constants';\nimport { EXAMPLE_LINK_EMBEDDED } from '@se/common/src/constants/builder';\n\nconst BlockPromo: ComponentInfo = {\n\tname: COMPONENT_META_DATA.NAME,\n\ttag: COMPONENT_META_DATA.TAG,\n\thideFromInsertMenu: true,\n\tshouldReceiveBuilderProps: {\n\t\tbuilderBlock: true,\n\t},\n\tinputs: [\n\t\t{\n\t\t\tname: 'componentVersion',\n\t\t\ttype: BuilderInputTypes.String,\n\t\t\thideFromUI: true,\n\t\t\tdefaultValue: COMPONENT_META_DATA.VERSION,\n\t\t},\n\t\t{\n\t\t\tname: 'shouldTranslate',\n\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\tdefaultValue: true,\n\t\t},\n\t\t...qdsPromoBlockBuilderInputFactoryOptions({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'blockPromo',\n\t\t\t\tfriendlyName: 'Block Promo',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\tbackgroundColor: BackgroundColor.WHITE,\n\t\t\t\t\tdescription: DEFAULT_TEXT.DESCRIPTION,\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tkicker: DEFAULT_TEXT.KICKER,\n\t\t\t\t\tmainTitle: DEFAULT_TEXT.MAIN_TITLE,\n\t\t\t\t\tsize: Size.STANDARD,\n\t\t\t\t\ttitleTag: TitleTag.H2,\n\t\t\t\t\timagePosition: ImagePosition.END,\n\t\t\t\t\texternalBackgroundImage: DEFAULT_IMAGE,\n\t\t\t\t\tbackgroundImage: EXAMPLE_APRIMO_IMAGE,\n\t\t\t\t\timageSource: ImageSource.APRIMO,\n\t\t\t\t},\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideSubfields: [],\n\t\t\t},\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaFirst',\n\t\t\t\tfriendlyName: 'First CTA options',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: DEFAULT_TEXT.BUTTON,\n\t\t\t\t\timportance: Importance.EMPHASIZED,\n\t\t\t\t\tsize: Size.LARGE,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: DEFAULT_LINK_INSIGHTS,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_SAME_TAB,\n\t\t\t\t\tlink: EXAMPLE_LINK_EMBEDDED,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTAFirst',\n\t\t\t\tfriendlyName: 'Show First CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideButtonOptionsSubfields: [\n\t\t\t\t\tButtonSubFields.SIZE,\n\t\t\t\t\tButtonSubFields.ICONNAME,\n\t\t\t\t\tButtonSubFields.ACTION,\n\t\t\t\t\tButtonSubFields.BADGE,\n\t\t\t\t\tButtonSubFields.DISABLED,\n\t\t\t\t\tButtonSubFields.IMPORTANCE,\n\t\t\t\t\tButtonSubFields.BUTTON_TYPE,\n\t\t\t\t\tButtonSubFields.WIDGET_TITLE,\n\t\t\t\t\tButtonSubFields.RANGE_ID,\n\t\t\t\t],\n\t\t\t\thideButtonUtilitySubFields: [\n\t\t\t\t\tButtonUtilitySubFields.URL,\n\t\t\t\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\t\t\t\tButtonUtilitySubFields.RESOLVED_URL,\n\t\t\t\t\tButtonUtilitySubFields.UTILITY,\n\t\t\t\t],\n\t\t\t\thideUtilityFieldOptions: [ButtonUtility.PRINT],\n\t\t\t},\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaSecond',\n\t\t\t\tfriendlyName: 'Second CTA options',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: DEFAULT_TEXT.LINK_UTILITY_OPTION,\n\t\t\t\t\tsize: Size.LARGE,\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: DEFAULT_LINK_INSIGHTS,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_NEW_TAB,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTASecond',\n\t\t\t\tfriendlyName: 'Show Second CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideButtonOptionsSubfields: [\n\t\t\t\t\tButtonSubFields.SIZE,\n\t\t\t\t\tButtonSubFields.ICONNAME,\n\t\t\t\t\tButtonSubFields.ACTION,\n\t\t\t\t\tButtonSubFields.BADGE,\n\t\t\t\t\tButtonSubFields.DISABLED,\n\t\t\t\t\tButtonSubFields.BUTTON_TYPE,\n\t\t\t\t\tButtonSubFields.WIDGET_TITLE,\n\t\t\t\t\tButtonSubFields.RANGE_ID,\n\t\t\t\t],\n\t\t\t\thideButtonUtilitySubFields: [\n\t\t\t\t\tButtonUtilitySubFields.URL,\n\t\t\t\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\t\t\t\tButtonUtilitySubFields.RESOLVED_URL,\n\t\t\t\t\tButtonUtilitySubFields.UTILITY,\n\t\t\t\t],\n\t\t\t\thideUtilityFieldOptions: [ButtonUtility.PRINT],\n\t\t\t},\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaSecond',\n\t\t\t\tfriendlyName: 'Second CTA options',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: 'Link',\n\t\t\t\t\tsize: Size.LARGE,\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: DEFAULT_LINK_INSIGHTS,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_NEW_TAB,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTASecond',\n\t\t\t\tfriendlyName: 'Show Second CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideButtonOptionsSubfields: [\n\t\t\t\t\tButtonSubFields.SIZE,\n\t\t\t\t\tButtonSubFields.ICONNAME,\n\t\t\t\t\tButtonSubFields.ACTION,\n\t\t\t\t\tButtonSubFields.BADGE,\n\t\t\t\t\tButtonSubFields.DISABLED,\n\t\t\t\t],\n\t\t\t\thideButtonUtilitySubFields: [ButtonUtilitySubFields.RESOLVED_URL],\n\t\t\t\thideUtilityFieldOptions: [ButtonUtility.PRINT],\n\t\t\t},\n\t\t}),\n\t\tComponentStylesBuilderInputs,\n\t],\n\tdefaultStyles: BUILDER_CLEAR_STYLES,\n};\nexport default BlockPromo;\n","import { BUILDER_CLEAR_STYLES } from '../../../config/constant';\nimport { BuilderInputTypes } from '../../../service-contracts/enums';\nimport { ComponentStylesBuilderInputs } from '../../CC-03/shared/component-styles-wrapper/consts';\nimport {\n\tOpenLink,\n\tqdsButtonBuilderInputFactory,\n\tButtonUtility,\n} from '../builder/qds-button-builder-input-factory';\nimport { qdsPromoBlockBuilderInputFactoryOptions } from '../builder/qds-promo-block-builder-input-factory';\nimport {\n\tImportance,\n\tSize,\n\tImagePosition,\n\tTitleTag,\n\tDEFAULT_IMAGE,\n\tDEFAULT_TEXT,\n\tBackgroundColor,\n\tImageSource,\n\tAction,\n\tMediaType,\n\tVideoSource,\n} from '../constant';\nimport { BUTTON_OPTIONS, COMPONENT_META_DATA } from './consts';\nimport type { ComponentInfo } from '@builder.io/sdk-svelte';\nimport { EXAMPLE_APRIMO_IMAGE } from '@se/common/src/constants';\nimport {\n\tEXAMPLE_APRIMO_VIDEO,\n\tEXAMPLE_LINK_EMBEDDED,\n\tEXAMPLE_VIDEO_LINK_EMBEDDED,\n} from '@se/common/src/constants/builder';\nimport { localizeBuilderValue as l } from '@se/common/utils';\n\nconst BlockPromo: ComponentInfo = {\n\tname: COMPONENT_META_DATA.NAME,\n\ttag: COMPONENT_META_DATA.TAG,\n\thideFromInsertMenu: true,\n\tshouldReceiveBuilderProps: {\n\t\tbuilderBlock: true,\n\t},\n\tinputs: [\n\t\t{\n\t\t\tname: 'componentVersion',\n\t\t\ttype: BuilderInputTypes.String,\n\t\t\thideFromUI: true,\n\t\t\tdefaultValue: COMPONENT_META_DATA.VERSION,\n\t\t},\n\t\t{\n\t\t\tname: 'shouldTranslate',\n\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\tdefaultValue: true,\n\t\t},\n\t\t...qdsPromoBlockBuilderInputFactoryOptions({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'blockPromo',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\tbackgroundColor: BackgroundColor.WHITE,\n\t\t\t\t\tdescription: DEFAULT_TEXT.DESCRIPTION,\n\t\t\t\t\tdescriptionList: [{ descriptionListItem: l('Create cases to help from our experts.') }],\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tkicker: DEFAULT_TEXT.KICKER,\n\t\t\t\t\tmainTitle: DEFAULT_TEXT.MAIN_TITLE,\n\t\t\t\t\tsize: Size.STANDARD,\n\t\t\t\t\ttitleTag: TitleTag.H2,\n\t\t\t\t\tsubtitle: DEFAULT_TEXT.SUB_TITLE,\n\t\t\t\t\texternalBackgroundImage: DEFAULT_IMAGE,\n\t\t\t\t\tbackgroundImage: EXAMPLE_APRIMO_IMAGE,\n\t\t\t\t\timageSource: ImageSource.APRIMO,\n\t\t\t\t\timagePosition: ImagePosition.END,\n\t\t\t\t\tmediaType: MediaType.IMAGE,\n\t\t\t\t\tvideoSource: VideoSource.YOU_TUBE,\n\t\t\t\t\taprimoVideo: EXAMPLE_APRIMO_VIDEO,\n\t\t\t\t\tyouTubeVideo: EXAMPLE_VIDEO_LINK_EMBEDDED,\n\t\t\t\t\tvideoThumbnail: '',\n\t\t\t\t},\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideSubfields: [],\n\t\t\t},\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'firstCTAOptions',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: 'Button',\n\t\t\t\t\timportance: Importance.EMPHASIZED,\n\t\t\t\t\tsize: Size.LARGE,\n\t\t\t\t\taction: undefined,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: EXAMPLE_LINK_EMBEDDED,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_SAME_TAB,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'showFirstCTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: BUTTON_OPTIONS,\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'secondCTAOptions',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: 'Link',\n\t\t\t\t\tsize: Size.LARGE,\n\t\t\t\t\taction: Action.NEXT,\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: EXAMPLE_LINK_EMBEDDED,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_NEW_TAB,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'showSecondCTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: BUTTON_OPTIONS,\n\t\t}),\n\t\tComponentStylesBuilderInputs,\n\t],\n\tdefaultStyles: BUILDER_CLEAR_STYLES,\n};\n\nexport default BlockPromo;\n","<script lang=\"ts\">\n\t// external dependencies\n\timport newUniqueId from 'locally-unique-id-generator-esm';\n\timport type { BuilderBlock } from '@builder.io/sdk-svelte';\n\timport { twMerge } from 'tailwind-merge';\n\timport type { ComponentProps } from 'svelte';\n\n\t// internal dependencies\n\timport { QdsBlockPromo } from '../../shared/qds-block-promo';\n\timport { QdsButton } from '../../shared/qds-button';\n\timport { BackgroundColor, ColorCode, Size, Variant, VideoSource } from '../constant';\n\timport QdsBuilderContainer from '../container/QdsBuilderContainer.svelte';\n\timport { ImageSource } from '../constant';\n\timport { COMPONENT_META_DATA } from './consts';\n\timport type { ComponentStylesType } from '../../CC-03/shared/component-styles-wrapper/types';\n\timport RequestedTranslationsTooltip from '../../../modules/global-link/components/RequestedTranslationsTooltip.svelte';\n\timport isComponentOutdated from '../../../utility/is-component-outdated';\n\timport ComponentStylesWrapper from '../../CC-03/shared/component-styles-wrapper/ComponentStylesWrapper.svelte';\n\timport { isInvalidLink, internalLinksStatusStore, EmbeddedLink } from '../../embedded-link';\n\timport { convertFieldSetToParams } from '../../embedded-link/helpers/convert-field-set-to-params';\n\timport type { CTAOptionsType } from './types';\n\timport { extractVideoId } from '@se/common/src/utils/extract-video-id';\n\timport { OPEN_IN_NEW_TAB_ICON } from '../../../components/shared/qds-button/consts';\n\n\t// Required props\n\texport let componentVersion: string;\n\texport let ComponentStyles: ComponentStylesType;\n\texport let builderBlock: BuilderBlock;\n\texport let customClass: string;\n\n\t// Component specific props\n\texport let blockPromo: ComponentProps<QdsBlockPromo>;\n\texport let toggleCTAFirst: boolean;\n\texport let toggleCTASecond: boolean;\n\texport let ctaFirst: CTAOptionsType;\n\texport let ctaSecond: CTAOptionsType;\n\tlet videoThumbnail: string | undefined;\n\tlet styles = {\n\t\t'qds-theme-main-background': ColorCode.WHITE_100,\n\t\t'qds-theme-main-subsection-standard-background': ColorCode.WHITE_100,\n\t\t'qds-main-section-promo-emphasized-background-light': ColorCode.WHITE_100,\n\t};\n\n\tlet overrideStyleVars = Object.entries(styles)\n\t\t.map(([key, value]) => `--${key}:${value}`)\n\t\t.join(';');\n\n\t$: {\n\t\tif (blockPromo?.videoSource === VideoSource.YOU_TUBE && blockPromo?.youTubeVideo?.resolvedUrl) {\n\t\t\tconst videoId = extractVideoId(blockPromo?.youTubeVideo?.resolvedUrl);\n\t\t\tvideoThumbnail = `https://img.youtube.com/vi/${videoId}/hqdefault.jpg`;\n\t\t} else {\n\t\t\tvideoThumbnail = undefined;\n\t\t}\n\t}\n\n\tconst updateStyleProps = () => {\n\t\tconst backgroundColor = blockPromo.backgroundColor;\n\t\tconst colorCode =\n\t\t\tbackgroundColor === BackgroundColor.GREY\n\t\t\t\t? ColorCode.GREY_100\n\t\t\t\t: backgroundColor === BackgroundColor.LIGHT_GREY\n\t\t\t\t\t? ColorCode.LIGHT_GREY_100\n\t\t\t\t\t: ColorCode.WHITE_100;\n\n\t\tstyles = {\n\t\t\t'qds-theme-main-background': colorCode,\n\t\t\t'qds-theme-main-subsection-standard-background': colorCode,\n\t\t\t'qds-main-section-promo-emphasized-background-light': colorCode,\n\t\t};\n\n\t\toverrideStyleVars = Object.entries(styles)\n\t\t\t.map(([key, value]) => `--${key}:${value}`)\n\t\t\t.join(';');\n\t};\n\n\t$: backgroundColor =\n\t\tblockPromo.backgroundColor === BackgroundColor.GREY\n\t\t\t? ColorCode.GREY_100\n\t\t\t: blockPromo.backgroundColor === BackgroundColor.LIGHT_GREY\n\t\t\t\t? ColorCode.LIGHT_GREY_100\n\t\t\t\t: ColorCode.WHITE_100;\n\n\t// TODO: should run on only background color instead of any key change\n\t$: blockPromo, updateStyleProps();\n\t$: videoSrc =\n\t\tblockPromo?.videoSource === VideoSource.YOU_TUBE\n\t\t\t? blockPromo?.youTubeVideo?.resolvedUrl\n\t\t\t: blockPromo?.aprimoVideo?.aprimoOptions?.videoUri;\n\t$: isAprimo = blockPromo?.imageSource === ImageSource.APRIMO;\n\t$: imageSrc = isAprimo\n\t\t? blockPromo?.backgroundImage?.cropsDetails?.rectangle?.uri\n\t\t: blockPromo?.externalBackgroundImage;\n\t$: customVideoThumbnail = blockPromo?.videoThumbnail;\n</script>\n\n<RequestedTranslationsTooltip id={builderBlock?.id} />\n<ComponentStylesWrapper\n\t{ComponentStyles}\n\tisComponentOutdated={isComponentOutdated(COMPONENT_META_DATA.VERSION, componentVersion)}\n>\n\t<div\n\t\tdata-testid={COMPONENT_META_DATA.NAME}\n\t\tclass={twMerge(`bg-[${backgroundColor}]`, customClass)}\n\t>\n\t\t<QdsBuilderContainer customClass=\"max-w-none\">\n\t\t\t{@const promoId = newUniqueId()}\n\t\t\t<QdsBlockPromo\n\t\t\t\t{...blockPromo}\n\t\t\t\t{imageSrc}\n\t\t\t\t{videoSrc}\n\t\t\t\t{videoThumbnail}\n\t\t\t\t{customVideoThumbnail}\n\t\t\t\t{overrideStyleVars}\n\t\t\t\tid={promoId}\n\t\t\t>\n\t\t\t\t{@const blockPromoSize = blockPromo.size}\n\t\t\t\t{@const ctaFirstBtnId = newUniqueId()}\n\t\t\t\t{@const ctaSecondBtnId = newUniqueId()}\n\t\t\t\t{#if toggleCTAFirst && ctaFirst.link && ctaFirst.text && !isInvalidLink($internalLinksStatusStore, ctaFirst.link)}\n\t\t\t\t\t<EmbeddedLink\n\t\t\t\t\t\tlink={ctaFirst.link}\n\t\t\t\t\t\tparams={convertFieldSetToParams(ctaFirst.link)}\n\t\t\t\t\t\trenderChildrenOnly\n\t\t\t\t\t>\n\t\t\t\t\t\t<QdsButton\n\t\t\t\t\t\t\t{...ctaFirst}\n\t\t\t\t\t\t\t{...{ variant: blockPromoSize === Size.LARGE ? Variant.HERO : undefined }}\n\t\t\t\t\t\t\thref={ctaFirst.link.resolvedUrl}\n\t\t\t\t\t\t\ttarget={ctaFirst.link.target}\n\t\t\t\t\t\t\tid={ctaFirstBtnId}\n\t\t\t\t\t\t\tgaEventName={ctaFirst.text}\n\t\t\t\t\t\t\tgaEventLocation={builderBlock?.component?.name}\n\t\t\t\t\t\t\ticonLibrary=\"core\"\n\t\t\t\t\t\t\ticonName={ctaFirst.link.target === '_blank' ? OPEN_IN_NEW_TAB_ICON : ''}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</EmbeddedLink>\n\t\t\t\t{/if}\n\t\t\t\t{#if toggleCTASecond && ctaSecond.link && ctaSecond.text && !isInvalidLink($internalLinksStatusStore, ctaSecond.link)}\n\t\t\t\t\t<EmbeddedLink\n\t\t\t\t\t\tlink={ctaSecond.link}\n\t\t\t\t\t\tparams={convertFieldSetToParams(ctaSecond.link)}\n\t\t\t\t\t\trenderChildrenOnly\n\t\t\t\t\t>\n\t\t\t\t\t\t<QdsButton\n\t\t\t\t\t\t\t{...ctaSecond}\n\t\t\t\t\t\t\t{...{ variant: blockPromoSize === Size.LARGE ? Variant.HERO : undefined }}\n\t\t\t\t\t\t\thref={ctaSecond.link.resolvedUrl}\n\t\t\t\t\t\t\ttarget={ctaSecond.link.target}\n\t\t\t\t\t\t\tid={ctaSecondBtnId}\n\t\t\t\t\t\t\tgaEventName={ctaSecond.text}\n\t\t\t\t\t\t\tgaEventLocation={builderBlock?.component?.name}\n\t\t\t\t\t\t\ticonLibrary=\"core\"\n\t\t\t\t\t\t\ticonName={ctaSecond.link.target === '_blank' ? OPEN_IN_NEW_TAB_ICON : ''}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</EmbeddedLink>\n\t\t\t\t{/if}\n\t\t\t</QdsBlockPromo>\n\t\t</QdsBuilderContainer>\n\t</div>\n</ComponentStylesWrapper>\n","import { BUILDER_CLEAR_STYLES } from '../../../config/constant';\nimport { BuilderInputTypes } from '../../../service-contracts/enums';\nimport { ComponentStylesBuilderInputs } from '../../CC-03/shared/component-styles-wrapper/consts';\nimport {\n\tOpenLink,\n\tqdsButtonBuilderInputFactory,\n\tButtonSubFields,\n\tButtonUtilitySubFields,\n\tButtonUtility,\n} from '../builder/qds-button-builder-input-factory';\nimport { qdsPromoBlockBuilderInputFactoryOptions } from '../builder/qds-promo-block-builder-input-factory';\nimport {\n\tImportance,\n\tSize,\n\tBlockSize,\n\tImagePosition,\n\tTitleTag,\n\tDEFAULT_IMAGE,\n\tDEFAULT_TEXT,\n\tBackgroundColor,\n\tImageSource,\n\tAction,\n\tMediaType,\n\tVideoSource,\n\tDEFAULT_LINK_INSIGHTS,\n\tVideoPosition,\n} from '../constant';\nimport { COMPONENT_META_DATA } from './consts';\nimport type { ComponentInfo } from '@builder.io/sdk-svelte';\nimport { EXAMPLE_APRIMO_IMAGE } from '@se/common/src/constants';\nimport {\n\tEXAMPLE_APRIMO_VIDEO,\n\tEXAMPLE_LINK_EMBEDDED,\n\tEXAMPLE_VIDEO_LINK_EMBEDDED,\n} from '@se/common/src/constants/builder';\nimport { localizeBuilderValue as l } from '@se/common/utils';\n\nconst BUTTON_OPTIONS = {\n\thideButtonOptionsSubfields: [\n\t\tButtonSubFields.VARIANT,\n\t\tButtonSubFields.ICONNAME,\n\t\tButtonSubFields.BADGE,\n\t\tButtonSubFields.DISABLED,\n\t\tButtonSubFields.BUTTON_TYPE,\n\t\tButtonSubFields.WIDGET_TITLE,\n\t\tButtonSubFields.RANGE_ID,\n\t],\n\thideButtonUtilitySubFields: [\n\t\tButtonUtilitySubFields.URL,\n\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\tButtonUtilitySubFields.RESOLVED_URL,\n\t\tButtonUtilitySubFields.UTILITY,\n\t\tButtonUtilitySubFields.SHARE_TITLE,\n\t\tButtonUtilitySubFields.DOCUMENT_ID,\n\t],\n\thideUtilityFieldOptions: [ButtonUtility.PRINT],\n\tcustomButtonUtilityEditorFields: [\n\t\t{\n\t\t\tname: ButtonUtilitySubFields.URL,\n\t\t\ttype: BuilderInputTypes.EmbeddedLink,\n\t\t\tdefaultValue: EXAMPLE_LINK_EMBEDDED,\n\t\t},\n\t],\n};\n\nconst BlockPromo: ComponentInfo = {\n\tname: COMPONENT_META_DATA.NAME,\n\ttag: COMPONENT_META_DATA.TAG,\n\tshouldReceiveBuilderProps: {\n\t\tbuilderBlock: true,\n\t},\n\tinputs: [\n\t\t{\n\t\t\tname: 'componentVersion',\n\t\t\ttype: BuilderInputTypes.String,\n\t\t\thideFromUI: true,\n\t\t\tdefaultValue: COMPONENT_META_DATA.VERSION,\n\t\t},\n\t\t{\n\t\t\tname: 'shouldTranslate',\n\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\tdefaultValue: true,\n\t\t},\n\t\t...qdsPromoBlockBuilderInputFactoryOptions({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'blockPromo',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\tbackgroundColor: BackgroundColor.WHITE,\n\t\t\t\t\tdescription: l(DEFAULT_TEXT.DESCRIPTION),\n\t\t\t\t\tdescriptionList: [{ descriptionListItem: l('Create cases to help from our experts.') }],\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tkicker: l(DEFAULT_TEXT.KICKER),\n\t\t\t\t\tmainTitle: l(DEFAULT_TEXT.MAIN_TITLE),\n\t\t\t\t\tsize: BlockSize.STANDARD,\n\t\t\t\t\ttitleTag: TitleTag.H2,\n\t\t\t\t\tsubtitle: l(DEFAULT_TEXT.SUB_TITLE),\n\t\t\t\t\texternalBackgroundImage: DEFAULT_IMAGE,\n\t\t\t\t\tbackgroundImage: EXAMPLE_APRIMO_IMAGE,\n\t\t\t\t\timageSource: ImageSource.APRIMO,\n\t\t\t\t\timagePosition: ImagePosition.END,\n\t\t\t\t\tmediaType: MediaType.IMAGE,\n\t\t\t\t\tvideoSource: VideoSource.YOU_TUBE,\n\t\t\t\t\taprimoVideo: EXAMPLE_APRIMO_VIDEO,\n\t\t\t\t\tyouTubeVideo: EXAMPLE_VIDEO_LINK_EMBEDDED,\n\t\t\t\t\tvideoThumbnail: '',\n\t\t\t\t\tallowYouTube: true,\n\t\t\t\t\tallowCustomThumbnail: true,\n\t\t\t\t\tvideoPosition: VideoPosition.END,\n\t\t\t\t},\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideSubfields: [],\n\t\t\t},\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaFirst',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: 'Button',\n\t\t\t\t\timportance: Importance.EMPHASIZED,\n\t\t\t\t\tsize: Size.LARGE,\n\t\t\t\t\taction: undefined,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: DEFAULT_LINK_INSIGHTS,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_SAME_TAB,\n\t\t\t\t\tlink: EXAMPLE_LINK_EMBEDDED,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTAFirst',\n\t\t\t\tfriendlyName: 'Show First CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: BUTTON_OPTIONS,\n\t\t}),\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctaSecond',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: 'Link',\n\t\t\t\t\tsize: Size.LARGE,\n\t\t\t\t\taction: Action.NEXT,\n\t\t\t\t\timportance: Importance.SUBDUED,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\turl: DEFAULT_LINK_INSIGHTS,\n\t\t\t\t\topenLink: OpenLink.OPEN_IN_NEW_TAB,\n\t\t\t\t\tlink: EXAMPLE_LINK_EMBEDDED,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTASecond',\n\t\t\t\tfriendlyName: 'Show Second CTA',\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t\toptions: BUTTON_OPTIONS,\n\t\t}),\n\t\tComponentStylesBuilderInputs,\n\t],\n\tdefaultStyles: BUILDER_CLEAR_STYLES,\n};\n\nexport default BlockPromo;\n","import {\n\tqdsButtonBuilderInputFactory,\n\tButtonUtilitySubFields,\n\tButtonUtility,\n\tButtonSubFields,\n} from '../builder/qds-button-builder-input-factory';\nimport { Importance, Size } from '../constant';\nimport type { ComponentInfo } from '@builder.io/sdk-svelte';\n\nconst ButtonInfo: ComponentInfo = {\n\tname: 'qdsButton',\n\tfriendlyName: 'Standalone Button',\n\tcanHaveChildren: false,\n\tinputs: [\n\t\t...qdsButtonBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'button',\n\t\t\t\tfriendlyName: 'Button',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\ttext: 'Link',\n\t\t\t\t\timportance: Importance.STANDARD,\n\t\t\t\t\tsize: Size.STANDARD,\n\t\t\t\t\tutility: ButtonUtility.LINK,\n\t\t\t\t\thref: 'https://www.se.com/ww/en/',\n\t\t\t\t},\n\t\t\t},\n\t\t\ttoggle: {\n\t\t\t\tfieldName: 'toggleCTA',\n\t\t\t\tfriendlyName: 'Show Button',\n\t\t\t\tdefaultValue: true,\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideButtonOptionsSubfields: [\n\t\t\t\t\tButtonSubFields.BUTTON_TYPE,\n\t\t\t\t\tButtonSubFields.WIDGET_TITLE,\n\t\t\t\t\tButtonSubFields.RANGE_ID,\n\t\t\t\t],\n\t\t\t\thideButtonUtilitySubFields: [ButtonUtilitySubFields.RESOLVED_URL],\n\t\t\t},\n\t\t}),\n\t],\n};\n\nexport default ButtonInfo;\n","import type { ComponentMetadataType } from '../../types';\n\nexport const IntroBoxIconBase64 = `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAAAsTAAALEwEAmpwYAAADOElEQVR4nO2cy2oUQRSGPxV0YXSlMcY3MA9hzMowopgE8Q1EF+pCDcGVxrj18hLiSknW8QXE+1YkGneKl4xIBjRHCk6gCDNOT3eZPlVdH9QmU5cvP9VTXT0zBZlMJpOpGylZMkoOsCKDzqg8A7eQA/wPAbaAT8AqMFmgfqORLoGsen//WKB+9JwEloGfgRaFIgEOWtrq6Ga3KW5X+Kd6BTipIbrwTmx5LcRY8xiaeQKsA1eBw4YXEed2TV3Fykx8qjIuvFhW4eva3l3OtdNWmZGIAhzR9msYQAKsiHXcB5pZyaWkyB2gU3Jv67dxfSw0McB2oNW07KUYfYALXWZgmdLR26jt8g6OWBGJ1VusiMTqLVZEYvUWKyKxeosVkVi9xYpIrN5iRSRWbwksMqyPml7qs0VXXgC3gIMBx0kywBndVfS6af4BTAUaK7kAZ4AN7esxcAzYq2UceKKv/QHOGPI2ITLszTz3wLMXs1rnO3Cg4phJBTjvzbx+LGrdmxXHTCrAV9qHu2z7cVzruoWlCkkF2NY+hgrU3VfhEVayAX4bIMD9WvdrxTGTCvC59uFW235MaN1nFcdMKsAb2oe7VenHktadqzhmUgEeAr5oP+5WpRdzWuez3vpUIakAHaeB39rXoq62Q1omvJnn6pyiOskFiG7TNncj3cpGoF1IkgFOAysFPkRaCbQfTibAncADr5/XwCXgqLcXHgMuA2+8eveAHTV6B0MqitzX9u4LP+c10F641y54Xw662/QAp73wimzjNhn3QpxqaoB7gA/a1s28QbnovSfubmKA57z3vH9dtr3YBbzVPs42McBH2s4tGGW5on08bGKA77WdW23LMqZ9vGtigL8GeALT79GW66txAdaNGW+xIhKrt1gRidVbrIjE6i1WRGL1FisisXpLSREJXLbLOziSA6wnwLox4y1WRGL1FisisXpLze+B2+0dHMkB1hNg3ZjxFisisXqLFZFYvcWKSKzeYkUkVm+xIhKr95qKlDnupC6OeL87qZ3lAj9PsMaspWNPWiqzruexjGKXUQ2vY+ngHf93HjEVM0c/bdLSSyLkaRyhi9nDxzKZTCaTyWQyRMVfSX/AmXoCqRQAAAAASUVORK5CYII=`;\n\nexport const COMPONENT_META_DATA: ComponentMetadataType = {\n\tVERSION: '1.0.1',\n\tNAME: 'Intro - Block',\n\tTAG: 'intro-block',\n};\n","import { BuilderInputTypes } from '../../../service-contracts/enums';\nimport { BackgroundColor } from '../constant';\nimport type { Input } from '@builder.io/sdk-svelte/src/types/input';\n\n// import { charactersLimitBuilderRegex } from '@se/common/src/utils/characters-limit-builder-regex';\n\nexport const introBlockPropsInfo: Input[] = [\n\t{\n\t\tname: 'author',\n\t\tfriendlyName: 'Author',\n\t\ttype: 'string',\n\t\t// regex: charactersLimitBuilderRegex({ max: 200 }),\n\t},\n\t{\n\t\tname: 'createdAt',\n\t\tfriendlyName: 'CreatedAt',\n\t\ttype: 'timestamp',\n\t\t// regex: charactersLimitBuilderRegex({ max: 200 }),\n\t},\n\t{\n\t\tname: 'readingTime',\n\t\tfriendlyName: 'Reading time',\n\t\ttype: 'string',\n\t\t// regex: charactersLimitBuilderRegex({ max: 200 }),\n\t},\n\t{\n\t\tname: 'backgroundColor',\n\t\ttype: 'enum',\n\t\tenum: Object.values(BackgroundColor),\n\t},\n];\n\nexport type IntroBlockBuilderInputFactoryOptions = {\n\tfield: {\n\t\tfieldName: Input['name'];\n\t\tfriendlyName?: Input['friendlyName'];\n\t\tdefaultValue: Input['defaultValue'];\n\t};\n};\n\nexport const introBlockBuilderInputFactoryOptions = (\n\topts: IntroBlockBuilderInputFactoryOptions\n) => {\n\tconst {\n\t\tfield: { fieldName, friendlyName, defaultValue },\n\t} = opts;\n\n\tconst introBlockEditorFields = introBlockPropsInfo.map((prop: Input) => {\n\t\treturn { ...prop };\n\t});\n\n\treturn [\n\t\t{\n\t\t\tname: fieldName,\n\t\t\tfriendlyName: friendlyName ?? '',\n\t\t\ttype: BuilderInputTypes.Object,\n\t\t\tdefaultValue: defaultValue,\n\t\t\tsubFields: introBlockEditorFields,\n\t\t},\n\t] satisfies Input[];\n};\n","import { BUILDER_CLEAR_STYLES } from '../../../config/constant';\nimport { BuilderInputTypes } from '../../../service-contracts/enums';\nimport { ComponentStylesBuilderInputs } from '../../CC-03/shared/component-styles-wrapper/consts';\nimport {\n\tButtonSubFields,\n\tButtonUtilitySubFields,\n\tqdsButtonBuilderInputFactory,\n\tButtonUtility,\n\tOpenLink,\n} from '../builder/qds-button-builder-input-factory';\nimport { BackgroundColor, CTABase64, DEFAULT_PDF, DEFAULT_TEXT } from '../constant';\nimport { COMPONENT_META_DATA } from './consts';\nimport { introBlockBuilderInputFactoryOptions } from './intro-block-builder-input-factory';\nimport type { ComponentInfo } from '@builder.io/sdk-svelte';\n\nconst CTAInputs = [\n\t...qdsButtonBuilderInputFactory({\n\t\tfield: {\n\t\t\tfieldName: 'ctaFirst',\n\t\t\tfriendlyName: 'Share CTA options',\n\t\t\tdefaultValue: {\n\t\t\t\ttext: 'Share',\n\t\t\t\timportance: 'subdued',\n\t\t\t\ticonName: 'circles-three-connected',\n\t\t\t\tutility: ButtonUtility.SHARE,\n\t\t\t\turl: DEFAULT_PDF,\n\t\t\t\topenLink: OpenLink.OPEN_IN_NEW_TAB,\n\t\t\t},\n\t\t},\n\t\ttoggle: {\n\t\t\tfieldName: 'toggelCTAFirst',\n\t\t\tfriendlyName: 'Show Share CTA',\n\t\t\tdefaultValue: true,\n\t\t},\n\t\toptions: {\n\t\t\thideButtonOptionsSubfields: [\n\t\t\t\tButtonSubFields.TEXT,\n\t\t\t\tButtonSubFields.ICONNAME,\n\t\t\t\tButtonSubFields.VARIANT,\n\t\t\t\tButtonSubFields.IMPORTANCE,\n\t\t\t\tButtonSubFields.SIZE,\n\t\t\t\tButtonSubFields.ACTION,\n\t\t\t\tButtonSubFields.BADGE,\n\t\t\t\tButtonSubFields.DISABLED,\n\t\t\t\tButtonSubFields.BUTTON_TYPE,\n\t\t\t\tButtonSubFields.WIDGET_TITLE,\n\t\t\t\tButtonSubFields.RANGE_ID,\n\t\t\t],\n\t\t\thideButtonUtilitySubFields: [\n\t\t\t\tButtonUtilitySubFields.UTILITY,\n\t\t\t\tButtonUtilitySubFields.URL,\n\t\t\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\t\t\tButtonUtilitySubFields.DOCUMENT_ID,\n\t\t\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\t\t\tButtonUtilitySubFields.RESOLVED_URL,\n\t\t\t],\n\t\t},\n\t}),\n\t...qdsButtonBuilderInputFactory({\n\t\tfield: {\n\t\t\tfieldName: 'ctaSecond',\n\t\t\tfriendlyName: 'Download CTA options',\n\t\t\tdefaultValue: {\n\t\t\t\ttext: 'Download',\n\t\t\t\timportance: 'subdued',\n\t\t\t\ticonName: 'arrow-down-tray',\n\t\t\t\tutility: ButtonUtility.DOWNLOAD,\n\t\t\t\turl: DEFAULT_PDF,\n\t\t\t\tdocumentId: 'download.pdf',\n\t\t\t\topenLink: OpenLink.OPEN_IN_NEW_TAB,\n\t\t\t},\n\t\t},\n\t\ttoggle: {\n\t\t\tfieldName: 'toggelCTASecond',\n\t\t\tfriendlyName: 'Show Download CTA',\n\t\t\tdefaultValue: true,\n\t\t},\n\t\toptions: {\n\t\t\thideButtonOptionsSubfields: [\n\t\t\t\tButtonSubFields.TEXT,\n\t\t\t\tButtonSubFields.ICONNAME,\n\t\t\t\tButtonSubFields.VARIANT,\n\t\t\t\tButtonSubFields.IMPORTANCE,\n\t\t\t\tButtonSubFields.SIZE,\n\t\t\t\tButtonSubFields.ACTION,\n\t\t\t\tButtonSubFields.BADGE,\n\t\t\t\tButtonSubFields.DISABLED,\n\t\t\t\tButtonSubFields.BUTTON_TYPE,\n\t\t\t\tButtonSubFields.WIDGET_TITLE,\n\t\t\t\tButtonSubFields.RANGE_ID,\n\t\t\t],\n\t\t\thideButtonUtilitySubFields: [\n\t\t\t\tButtonUtilitySubFields.UTILITY,\n\t\t\t\tButtonUtilitySubFields.URL,\n\t\t\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\t\t\tButtonUtilitySubFields.DOCUMENT_ID,\n\t\t\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\t\t\tButtonUtilitySubFields.SHARE_TITLE,\n\t\t\t\tButtonUtilitySubFields.RESOLVED_URL,\n\t\t\t],\n\t\t},\n\t}),\n\t...qdsButtonBuilderInputFactory({\n\t\tfield: {\n\t\t\tfieldName: 'ctaThird',\n\t\t\tfriendlyName: 'Print CTA options',\n\t\t\tdefaultValue: {\n\t\t\t\ttext: 'Print',\n\t\t\t\timportance: 'subdued',\n\t\t\t\ticonName: 'printer',\n\t\t\t\tutility: ButtonUtility.PRINT,\n\t\t\t\turl: DEFAULT_PDF,\n\t\t\t\tdocumentId: 'download.pdf',\n\t\t\t},\n\t\t},\n\t\ttoggle: {\n\t\t\tfieldName: 'toggelCTAThird',\n\t\t\tfriendlyName: 'Show Print CTA',\n\t\t\tdefaultValue: true,\n\t\t},\n\t\toptions: {\n\t\t\thideButtonOptionsSubfields: [\n\t\t\t\tButtonSubFields.TEXT,\n\t\t\t\tButtonSubFields.ICONNAME,\n\t\t\t\tButtonSubFields.VARIANT,\n\t\t\t\tButtonSubFields.IMPORTANCE,\n\t\t\t\tButtonSubFields.SIZE,\n\t\t\t\tButtonSubFields.ACTION,\n\t\t\t\tButtonSubFields.BADGE,\n\t\t\t\tButtonSubFields.DISABLED,\n\t\t\t\tButtonSubFields.BUTTON_TYPE,\n\t\t\t\tButtonSubFields.WIDGET_TITLE,\n\t\t\t\tButtonSubFields.RANGE_ID,\n\t\t\t],\n\t\t\thideButtonUtilitySubFields: [\n\t\t\t\tButtonUtilitySubFields.UTILITY,\n\t\t\t\tButtonUtilitySubFields.URL,\n\t\t\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\t\t\tButtonUtilitySubFields.DOCUMENT_ID,\n\t\t\t\tButtonUtilitySubFields.OPEN_LINK,\n\t\t\t\tButtonUtilitySubFields.SHARE_TITLE,\n\t\t\t\tButtonUtilitySubFields.RESOLVED_URL,\n\t\t\t],\n\t\t},\n\t}),\n\t{\n\t\t...ComponentStylesBuilderInputs,\n\t\tsubFields: [\n\t\t\t...(ComponentStylesBuilderInputs.subFields || []),\n\t\t\t{\n\t\t\t\tname: 'enableQdsContainer',\n\t\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\t\tdefaultValue: false,\n\t\t\t},\n\t\t],\n\t},\n];\n\nconst IntroBlockInfo: ComponentInfo = {\n\tname: 'qdsCtaBar',\n\timage: CTABase64,\n\thideFromInsertMenu: true,\n\tinputs: [\n\t\t...introBlockBuilderInputFactoryOptions({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'ctabar',\n\t\t\t\tfriendlyName: 'Cta bar',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\tauthor: DEFAULT_TEXT.AUTHOR,\n\t\t\t\t\tcreatedAt: DEFAULT_TEXT.CREATED_AT,\n\t\t\t\t\treadingTime: DEFAULT_TEXT.READ_TIME,\n\t\t\t\t\tbackgroundColor: BackgroundColor.WHITE,\n\t\t\t\t},\n\t\t\t},\n\t\t}),\n\t\t...CTAInputs,\n\t],\n\tdefaultStyles: BUILDER_CLEAR_STYLES,\n};\n\nconst IntroBlockInfoV2 = {\n\t...IntroBlockInfo,\n\t...{\n\t\tname: COMPONENT_META_DATA.NAME,\n\t\ttag: COMPONENT_META_DATA.TAG,\n\t\thideFromInsertMenu: false,\n\t\tinputs: [\n\t\t\t...introBlockBuilderInputFactoryOptions({\n\t\t\t\tfield: {\n\t\t\t\t\tfieldName: 'introBlock',\n\t\t\t\t\tfriendlyName: 'Intro block',\n\t\t\t\t\tdefaultValue: {\n\t\t\t\t\t\tauthor: DEFAULT_TEXT.AUTHOR,\n\t\t\t\t\t\tcreatedAt: DEFAULT_TEXT.CREATED_AT,\n\t\t\t\t\t\treadingTime: DEFAULT_TEXT.READ_TIME,\n\t\t\t\t\t\tbackgroundColor: BackgroundColor.WHITE,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t}),\n\t\t\t...CTAInputs,\n\t\t],\n\t},\n};\n\nexport { IntroBlockInfoV2 };\n\nexport default IntroBlockInfo;\n","import type { ComponentMetadataType } from '../../types';\nimport { EXAMPLE_APRIMO_IMAGE } from '@se/common/constants';\n\nexport const IntroBoxIconBase64 = `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAACY0lEQVR4nN2Zz4tOYRTHPzbIvIwshrAdLCULhTTKgrCwo0ySkpWirFDKkNLIgljJfmbjD5B5p2ksxMJOs6CpIWnGryTGHN363no83Xln7iX33OdTp/fc+zynzrfz3Oe95z4A9pfmBktNSFkaK+Qa8BUYKBn337CChFoF875o3ucF4l7/g+VqJW20KKHDwHtge5TkgMRcdSikHSd0FpjV9RSwsWQla8Vkd/Q7B0zIfwas0LweoK8gzg0W2HfgGLAGeKV7Q8GD/gs4HcW5wWQfgN3B/c3ATDA+F9g5z0J6C8b2AT+AR8A24IyqYk3YtWLWRtfHgZ/ed63FcsTz0iqLWyFW0dxgqQhJBkulIpaakLK4F9ILDMpOAWPAJ+A+sLRDXO1YkNBq4G2HZXRynjh3ryj75T8HLgHTwHlZdv+uUyHtOKFdgZCdwAHgZiDkDbCpg5BasSChC/JnlPAD4DbQD4yH6r0LeSe/Tw/6CeAosAM4qLFvBXEuMNkS4KP8rP8YBvYAe9VM5fMeRnFusOjjQ5j046AbzHazi8Dygjh3u1bGFnWC09HkQ/xJYxqrrcBTVeJywbjrpVUGt0KsornBUhGSDJZKRSw1IWVplJAeYH2FuFqwKKFuoEt+dqhzT/4yYFWHOHevKC2dWI0Ehz5P1Iu0mvaKMq6XxyFZ5r9YoJK1Y0FC69QRzkpATi7mlubEcS6wIKHsCOFGUI2cYYm7HhwzuBaS87JgaWWfhULcC1kJTKqpMlViRG1wq0m7Vre2WvRR7or8Lo15FNKeL6GcDfpTXEwla8cqJuRWiFU0N1gKQn4DEjAyfzxXBP4AAAAASUVORK5CYII=`;\n\nexport const COMPONENT_META_DATA: ComponentMetadataType = {\n\tVERSION: '1.0.0',\n\tNAME: 'Content - Asset Cards',\n\tTAG: 'content-asset-cards',\n};\n\nexport const DEFAULT_ITEM = {\n\tbgImage: EXAMPLE_APRIMO_IMAGE,\n};\n\nexport enum ImageSource {\n\tAPRIMO = 'Aprimo',\n\tEXTERNAL = 'External',\n}\n","//external dependencies\nimport { ComponentStylesBuilderInputs } from '../../../components/CC-03/shared/component-styles-wrapper/consts';\nimport { BUILDER_CLEAR_STYLES } from '../../../config/constant';\nimport { getProductImageInputs } from '../../../modules/product-image/get-product-image-inputs';\nimport { BuilderInputTypes } from '../../../service-contracts/enums';\nimport {\n\tBlockContentBase64,\n\tDEFAULT_TEXT,\n\tDEFAULT_IMAGE,\n\tDEFAULT_YOUTUBE_URL,\n\tCARD_ASSET_TYPE,\n\tCARD_VARIANT_TYPE,\n\tCARD_TEXT_PLACEMENT_TYPE,\n\tRECOMMENDED_IMAGE_SIZE,\n} from '../constant';\nimport { COMPONENT_META_DATA, DEFAULT_ITEM, ImageSource } from './consts';\nimport type { ComponentInfo } from '@builder.io/sdk-svelte';\nimport { EXAMPLE_APRIMO_IMAGE } from '@se/common/constants';\nimport { allowedFileTypesForImage } from '@se/common/src/config/consts/misc';\n\nconst BlockContentInfo: ComponentInfo = {\n\tname: 'qdsBlockContent',\n\timage: BlockContentBase64,\n\thideFromInsertMenu: true,\n\tcanHaveChildren: false,\n\tinputs: [\n\t\t{\n\t\t\tname: 'componentVersion',\n\t\t\ttype: BuilderInputTypes.String,\n\t\t\thideFromUI: true,\n\t\t\tdefaultValue: COMPONENT_META_DATA.VERSION,\n\t\t},\n\t\t{\n\t\t\tname: 'blockContent',\n\t\t\ttype: 'object',\n\t\t\tfriendlyName: 'Block content',\n\t\t\tdefaultValue: {\n\t\t\t\tshowTitle: true,\n\t\t\t\tshowAssets: true,\n\t\t\t\tshowDescription: true,\n\t\t\t\tvariant: CARD_VARIANT_TYPE.FULLSCREEN,\n\t\t\t\tplacement: CARD_TEXT_PLACEMENT_TYPE.CENTER,\n\t\t\t\tbackgroundColor: 'white',\n\n\t\t\t\tcards: [\n\t\t\t\t\t{\n\t\t\t\t\t\tmainTitle: DEFAULT_TEXT.MAIN_TITLE,\n\t\t\t\t\t\tshowMainTitle: true,\n\t\t\t\t\t\tshowAssetsInUI: true,\n\t\t\t\t\t\tshowDescriptionInUI: true,\n\t\t\t\t\t\tassetType: CARD_ASSET_TYPE.IMAGE,\n\t\t\t\t\t\timage: DEFAULT_IMAGE,\n\t\t\t\t\t\tyoutubeUrl: DEFAULT_YOUTUBE_URL,\n\t\t\t\t\t\tdescription: DEFAULT_TEXT.DESCRIPTION,\n\t\t\t\t\t\tbgImage: EXAMPLE_APRIMO_IMAGE,\n\t\t\t\t\t\timageSource: ImageSource.APRIMO,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\tonChange: `\n\t\t\t\t\tconst cards =  options.get('blockContent').get('cards');\n\t\t\t\t\tif(cards.length) {\n\t\t\t\t\tif (cards.length > 6) {\n\t\t\t\t\t\toptions.get('blockContent').set('cards', cards.slice(0, 6))\n\t\t\t\t\t\talert('maximum items is 6, delete items to continue')\n\t\t\t\t\t}\n\t\t\t\t\tconst showTitle = options.get('blockContent').get('showTitle');\n\t\t\t\t\tconst showDescription = options.get('blockContent').get('showDescription');\n\t\t\t\t\tconst showAssets = options.get('blockContent').get('showAssets');\n\t\t\t\t\tcards.forEach((item, i) => {\n\t\t\t\t\t\titem.set('showMainTitle', showTitle);\n\t\t\t\t\t\titem.set('showAssetsInUI', showAssets);\n\t\t\t\t\t\titem.set('showDescriptionInUI', showDescription);\n\t\t\t\t\t\t});\n\t\t\t\t\t}`,\n\t\t\tsubFields: [\n\t\t\t\t{\n\t\t\t\t\tname: 'showAssets',\n\t\t\t\t\tfriendlyName: 'Show Assets',\n\t\t\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\t\t\tdefaultValue: true,\n\t\t\t\t\tshowIf: `options.get('showDescription')`,\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: 'showDescription',\n\t\t\t\t\tfriendlyName: 'Show Description',\n\t\t\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\t\t\tdefaultValue: true,\n\t\t\t\t\tshowIf: `options.get('showAssets')`,\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: 'showTitle',\n\t\t\t\t\tfriendlyName: 'Show Title',\n\t\t\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: 'variant',\n\t\t\t\t\tfriendlyName: 'Variant',\n\t\t\t\t\ttype: BuilderInputTypes.String,\n\t\t\t\t\tenum: Object.values(CARD_VARIANT_TYPE),\n\t\t\t\t\tdefaultValue: CARD_VARIANT_TYPE.FULLSCREEN,\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: 'placement',\n\t\t\t\t\tfriendlyName: 'Placement',\n\t\t\t\t\ttype: BuilderInputTypes.String,\n\t\t\t\t\tenum: Object.values(CARD_TEXT_PLACEMENT_TYPE),\n\t\t\t\t\tdefaultValue: CARD_TEXT_PLACEMENT_TYPE.CENTER,\n\t\t\t\t\tshowIf: `options.get('showDescription') || options.get('showTitle')`,\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: 'backgroundColor',\n\t\t\t\t\tfriendlyName: 'Background Color',\n\t\t\t\t\ttype: BuilderInputTypes.String,\n\t\t\t\t\tenum: ['white', 'grey'],\n\t\t\t\t\tdefaultValue: 'white',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: 'cards',\n\t\t\t\t\tfriendlyName: 'Cards',\n\t\t\t\t\ttype: 'list',\n\t\t\t\t\tsubFields: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: 'cardDesc',\n\t\t\t\t\t\t\tfriendlyName: '',\n\t\t\t\t\t\t\ttype: BuilderInputTypes.String,\n\t\t\t\t\t\t\thideFromUI: true,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: 'showAssetsInUI',\n\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\thideFromUI: true,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: 'assetType',\n\t\t\t\t\t\t\tfriendlyName: 'Asset type',\n\t\t\t\t\t\t\ttype: BuilderInputTypes.String,\n\t\t\t\t\t\t\tenum: Object.values(CARD_ASSET_TYPE),\n\t\t\t\t\t\t\tshowIf: `options.get('showAssetsInUI')`,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: 'image',\n\t\t\t\t\t\t\tfriendlyName: 'Image',\n\t\t\t\t\t\t\ttype: BuilderInputTypes.File,\n\t\t\t\t\t\t\tallowedFileTypes: allowedFileTypesForImage,\n\t\t\t\t\t\t\tshowIf: `options.get('showAssetsInUI') && options.get('assetType') === \"image\"`,\n\t\t\t\t\t\t\thelperText:\n\t\t\t\t\t\t\t\t'Selecting this image will replace the Aprimo/External image. To retain the Apprimo/External image, please leave this field blank.',\n\t\t\t\t\t\t},\n\t\t\t\t\t\t...getProductImageInputs({\n\t\t\t\t\t\t\taprimoFieldName: 'bgImage',\n\t\t\t\t\t\t\texternalFieldName: 'externalBackgroundImage',\n\t\t\t\t\t\t\taprimoDefaultValue: EXAMPLE_APRIMO_IMAGE,\n\t\t\t\t\t\t\thelperText: RECOMMENDED_IMAGE_SIZE(\n\t\t\t\t\t\t\t\t'320 x 400 pixels',\n\t\t\t\t\t\t\t\t'320 x 400 pixels',\n\t\t\t\t\t\t\t\t'320 x 400 pixels'\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t}),\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: 'youtubeUrl',\n\t\t\t\t\t\t\tfriendlyName: 'Youtube URL',\n\t\t\t\t\t\t\ttype: BuilderInputTypes.String,\n\t\t\t\t\t\t\thelperText: 'Valid Url e.g. https://youtube.com/embed/sdWVdFd',\n\t\t\t\t\t\t\tshowIf: `options.get('showAssetsInUI') && options.get('assetType') === \"external\"`,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: 'showMainTitle',\n\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\thideFromUI: true,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: 'mainTitle',\n\t\t\t\t\t\t\tfriendlyName: 'Main Title',\n\t\t\t\t\t\t\ttype: BuilderInputTypes.String,\n\t\t\t\t\t\t\tshowIf: `options.get('showMainTitle')`,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: 'showDescriptionInUI',\n\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\thideFromUI: true,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: 'description',\n\t\t\t\t\t\t\tfriendlyName: 'Description',\n\t\t\t\t\t\t\ttype: BuilderInputTypes.RichText,\n\t\t\t\t\t\t\tshowIf: `options.get('showDescriptionInUI')`,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\t{\n\t\t\t...ComponentStylesBuilderInputs,\n\t\t\tsubFields: [\n\t\t\t\t...(ComponentStylesBuilderInputs.subFields || []),\n\t\t\t\t{\n\t\t\t\t\tname: 'enableQdsContainer',\n\t\t\t\t\ttype: BuilderInputTypes.Boolean,\n\t\t\t\t\tdefaultValue: false,\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t],\n\tdefaultStyles: BUILDER_CLEAR_STYLES,\n};\n\nconst BlockContentInfoV2 = {\n\t...BlockContentInfo,\n\t...{\n\t\tname: COMPONENT_META_DATA.NAME,\n\t\ttag: COMPONENT_META_DATA.TAG,\n\t\thideFromInsertMenu: false,\n\t},\n};\n\nexport { BlockContentInfoV2 };\n\nexport default BlockContentInfo;\n","import { BuilderInputTypes } from '../../../service-contracts/enums';\nimport { BackgroundColor, DEFAULT_LINK_INSIGHTS } from '../constant';\nimport type { Input } from '@builder.io/sdk-svelte/src/types/input';\n\nexport enum BreadCrumbSubFields {\n\tTEXT = 'text',\n\tURL = 'href',\n\tHREF_LANG = 'hreflang',\n\tREFERRER_POLICY = 'referrerPolicy',\n\tREL = 'rel',\n\tTARGET = 'target',\n}\n\nexport enum BreadCrumbUtilitySubFields {\n\tALWAYS_VISIBLE = 'alwaysVisible',\n\tBACKGROUND_COLOR = 'backgroundColor',\n\tSELECT_MODEL = 'selectModel',\n\tSELECTED_MODEL = 'selectedModel',\n\tMORE_OPTIONS = 'options',\n}\n\nexport enum BuilderPageModels {\n\tNONE = 'none',\n\tPAGE = 'page',\n\tINSIGHTS_CATEGORY = 'insights-category',\n\tPOST = 'insights-post',\n}\n\nconst moreOptions = () => [\n\t{\n\t\tname: BreadCrumbSubFields.HREF_LANG,\n\t\tfriendlyName: 'Hreflang',\n\t\ttype: BuilderInputTypes.String,\n\t},\n\t{\n\t\tname: BreadCrumbSubFields.REFERRER_POLICY,\n\t\tfriendlyName: 'Referrer Policy',\n\t\ttype: BuilderInputTypes.String,\n\t},\n\t{\n\t\tname: BreadCrumbSubFields.REL,\n\t\tfriendlyName: 'Rel',\n\t\ttype: BuilderInputTypes.String,\n\t},\n\t{\n\t\tname: BreadCrumbSubFields.TARGET,\n\t\tfriendlyName: 'Target',\n\t\ttype: BuilderInputTypes.String,\n\t},\n];\n\nconst SELECT_MODEL_INFO = (modelOptions: BuilderPageModels[]) => [\n\t{\n\t\tname: BreadCrumbUtilitySubFields.SELECT_MODEL,\n\t\tfriendlyName: 'Select Model',\n\t\ttype: BuilderInputTypes.String,\n\t\tenum: [\n\t\t\tBuilderPageModels.NONE,\n\t\t\tBuilderPageModels.PAGE,\n\t\t\tBuilderPageModels.INSIGHTS_CATEGORY,\n\t\t\tBuilderPageModels.POST,\n\t\t].filter((option) => modelOptions.includes(option)),\n\t\trequired: true,\n\t\tdefaultValue: BuilderPageModels.NONE,\n\t\tonChange: `if(options.get('${BreadCrumbUtilitySubFields.SELECT_MODEL}') === '${BuilderPageModels.NONE}) {options.set('${BreadCrumbUtilitySubFields.SELECTED_MODEL}', null)}`,\n\t},\n\t{\n\t\tname: BreadCrumbUtilitySubFields.SELECTED_MODEL,\n\t\tfriendlyName: 'Select Breadcrumb URL',\n\t\ttype: BuilderInputTypes.Reference,\n\t\tmodel: BuilderPageModels.PAGE,\n\t\tdefaultValue: null,\n\t\tshowIf: `options.get('${BreadCrumbUtilitySubFields.SELECT_MODEL}') === '${BuilderPageModels.PAGE}'`,\n\t\tonChange: `console.log('selected page', options.get('${BreadCrumbUtilitySubFields.SELECT_MODEL}'),`,\n\t},\n\t{\n\t\tname: BreadCrumbUtilitySubFields.SELECTED_MODEL,\n\t\tfriendlyName: 'Select Breadcrumb URL',\n\t\ttype: BuilderInputTypes.Reference,\n\t\tmodel: BuilderPageModels.INSIGHTS_CATEGORY,\n\t\tdefaultValue: null,\n\t\tshowIf: `options.get('${BreadCrumbUtilitySubFields.SELECT_MODEL}') === '${BuilderPageModels.INSIGHTS_CATEGORY}'`,\n\t\tonChange: `console.log('selected category', options.get('${BreadCrumbUtilitySubFields.SELECT_MODEL}'),`,\n\t},\n\t{\n\t\tname: BreadCrumbUtilitySubFields.SELECTED_MODEL,\n\t\tfriendlyName: 'Select Breadcrumb URL',\n\t\ttype: BuilderInputTypes.Reference,\n\t\tmodel: BuilderPageModels.POST,\n\t\tdefaultValue: null,\n\t\tshowIf: `options.get('${BreadCrumbUtilitySubFields.SELECT_MODEL}') === '${BuilderPageModels.POST}'`,\n\t\tonChange: `console.log('selected post', options.get('${BreadCrumbUtilitySubFields.SELECT_MODEL}'),`,\n\t},\n];\n\nexport const qdsBreadCrumbPropsInfo = () => [\n\t// TODO: Write CSS for making it visible on scroll and then remove hide from UI. Currently hidden from UI.\n\t// TODO: Support for Input type embedded link.\n\t{\n\t\tname: BreadCrumbUtilitySubFields.ALWAYS_VISIBLE,\n\t\ttype: BuilderInputTypes.Boolean,\n\t\thelperText: 'Breadcrumb always visible',\n\t},\n\t{\n\t\tname: 'text',\n\t\tfriendlyName: 'Current Page Label',\n\t\ttype: BuilderInputTypes.LongText,\n\t\thelperText: 'Breadcrumb label for current page',\n\t},\n\t{\n\t\tname: 'breadcrumbItems',\n\t\ttype: BuilderInputTypes.List,\n\t\tcopyOnAdd: false,\n\t\tsubFields: [\n\t\t\t...SELECT_MODEL_INFO([\n\t\t\t\tBuilderPageModels.NONE,\n\t\t\t\tBuilderPageModels.INSIGHTS_CATEGORY,\n\t\t\t\tBuilderPageModels.POST,\n\t\t\t]),\n\t\t\t{\n\t\t\t\tname: BreadCrumbSubFields.TEXT,\n\t\t\t\tfriendlyName: 'Breadcrumb Label',\n\t\t\t\ttype: BuilderInputTypes.LongText,\n\t\t\t\tdefaultValue: 'Step',\n\t\t\t\trequired: true,\n\t\t\t\tshowIf: `options.get('${BreadCrumbUtilitySubFields.SELECT_MODEL}') === '${BuilderPageModels.NONE}'`,\n\t\t\t},\n\t\t\t{\n\t\t\t\tname: BreadCrumbSubFields.URL,\n\t\t\t\tfriendlyName: 'Breadcrumb URL',\n\t\t\t\ttype: BuilderInputTypes.LongText,\n\t\t\t\tdefaultValue: DEFAULT_LINK_INSIGHTS,\n\t\t\t\trequired: true,\n\t\t\t\tshowIf: `options.get('${BreadCrumbUtilitySubFields.SELECT_MODEL}') === '${BuilderPageModels.NONE}'`,\n\t\t\t},\n\t\t\t{\n\t\t\t\tname: BreadCrumbUtilitySubFields.MORE_OPTIONS,\n\t\t\t\tfriendlyName: 'More options',\n\t\t\t\thideFromUI: true,\n\t\t\t\ttype: BuilderInputTypes.Object,\n\t\t\t\tdefaultValue: {\n\t\t\t\t\threfLang: '',\n\t\t\t\t\treferrerPolicy: '',\n\t\t\t\t\trel: '',\n\t\t\t\t\ttarget: '',\n\t\t\t\t},\n\t\t\t\tsubFields: [...moreOptions()],\n\t\t\t},\n\t\t],\n\t},\n\t{\n\t\tname: BreadCrumbUtilitySubFields.BACKGROUND_COLOR,\n\t\tfriendlyName: 'Breadcrumb background color',\n\t\ttype: 'enum',\n\t\tenum: Object.values(BackgroundColor),\n\t},\n];\n\nexport type QdsBreadCrumbBuilderInputFactoryOptions = {\n\tfield: {\n\t\tfieldName: Input['name'];\n\t\tfriendlyName?: Input['friendlyName'];\n\t\tdefaultValue: Input['defaultValue'];\n\t\thideFromUI?: boolean | undefined;\n\t};\n\toptions: {\n\t\thideBreadCrumbOptionsSubfields: string[];\n\t};\n};\n\nexport const qdsBreadCrumbBuilderInputFactory = (opts: QdsBreadCrumbBuilderInputFactoryOptions) => {\n\tconst {\n\t\tfield: { fieldName, friendlyName, defaultValue },\n\t\toptions: { hideBreadCrumbOptionsSubfields },\n\t} = opts;\n\n\tconst qdsBreadCrumbEditorFields = qdsBreadCrumbPropsInfo().map((prop: Input) => {\n\t\tconst hide = hideBreadCrumbOptionsSubfields.includes(prop.name);\n\t\treturn { ...prop, ...{ hideFromUI: hide } };\n\t});\n\n\treturn [\n\t\t{\n\t\t\tname: fieldName,\n\t\t\tfriendlyName: friendlyName ?? '',\n\t\t\tonChange: `\n\t\t\tconst items = options.get('breadcrumb').get('breadcrumbItems');\n\t\t\t\tif(items.length) {\n\t\t\t\t\tif (items.length > 3) {\n\t\t\t\t\t\toptions.get('breadcrumb').set('breadcrumbItems', items.slice(0, 3));\n\t\t\t\t\t\talert('Maximum items is 2. Delete and continue.');\n\t\t\t\t\t};\n\t\t\t\t\titems.forEach((item, i) => {\n\t\t\t\t\t\tif(i === 0) {\n\t\t\t\t\t\t\titem.set('text', 'Home');\n\t\t\t\t\t\t}else if(!item.get('text')) {\n\t\t\t\t\t\t\titem.set('text', 'Step');\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}`,\n\t\t\ttype: BuilderInputTypes.Object,\n\t\t\tdefaultValue: defaultValue,\n\t\t\tsubFields: [...qdsBreadCrumbEditorFields],\n\t\t},\n\t] satisfies Input[];\n};\n","import type { ComponentMetadataType } from '../../types';\n\nexport const COMPONENT_META_DATA: ComponentMetadataType = {\n\tVERSION: '1.0.0',\n\tNAME: 'Insights:Breadcrumb',\n\tTAG: 'breadcrumb',\n};\n","import { BUILDER_CLEAR_STYLES } from '../../../config/constant';\nimport { BuilderInputTypes } from '../../../service-contracts/enums';\nimport { qdsBreadCrumbBuilderInputFactory } from '../builder/qds-breadcrumb-builder-input-factory';\nimport { BreadcrumbBase64, DEFAULT_LINK_INSIGHTS } from '../constant';\nimport { COMPONENT_META_DATA } from './const';\nimport type { ComponentInfo } from '@builder.io/sdk-svelte';\n\nconst QdsBreadCrumbInfo: ComponentInfo = {\n\tname: COMPONENT_META_DATA.NAME,\n\ttag: COMPONENT_META_DATA.TAG,\n\tcanHaveChildren: false,\n\timage: BreadcrumbBase64,\n\tinputs: [\n\t\t{\n\t\t\tname: 'componentVersion',\n\t\t\ttype: BuilderInputTypes.String,\n\t\t\thideFromUI: true,\n\t\t\tdefaultValue: COMPONENT_META_DATA.VERSION,\n\t\t},\n\t\t...qdsBreadCrumbBuilderInputFactory({\n\t\t\tfield: {\n\t\t\t\tfieldName: 'breadcrumb',\n\t\t\t\tfriendlyName: 'Breadcrumb',\n\t\t\t\tdefaultValue: {\n\t\t\t\t\talwaysVisible: true,\n\t\t\t\t\ttext: 'Current Page',\n\t\t\t\t\tbackgroundColor: 'white',\n\t\t\t\t\tbreadcrumbItems: [\n\t\t\t\t\t\t{ text: 'Home', href: DEFAULT_LINK_INSIGHTS, selectModel: 'none', selectedModel: null },\n\t\t\t\t\t],\n\t\t\t\t},\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\thideBreadCrumbOptionsSubfields: [],\n\t\t\t},\n\t\t}),\n\t],\n\tdefaultStyles: BUILDER_CLEAR_STYLES,\n};\n\nexport default QdsBreadCrumbInfo;\n"],"names":["MAX_SQUARE_CONTAINER_ASPECT_RATIO","MIN_HORIZONTAL_CONTAINER_ASPECT_RATIO","DEFAULT_RESPONSIVE_OPTIONS","BREAKPOINTS","ACCESSIBLE_CARD_GRADIENT","ctx","insert_hydration","target","link","anchor","i","attr","link_media_value","_a","dirty","create_if_block_5","create_if_block_6","img","img_src_value","twMerge","set_style","src_url_equal","picture","append_hydration","srcset_url_equal","source","source_srcset_value","source_media_value","create_if_block_2","div","if_block0","create_if_block_7","if_block1","create_if_block_4","create_if_block_1","create_if_block","div1","div0","horizontalImageUrl","$$props","squareImageUrl","rectangleImageUrl","altText","horizontalImageAssetId","squareImageAssetId","rectangleImageAssetId","assetSource","imageClass","containerClass","accessibleOverlay","imgElement","imageInlineHeight","defaultAspectRatio","responsiveOptions","preloadImages","container","dimensions","writable","aspectRatio","derived","$dimensions","imageUrl","immageAssetId","width","height","a","b","getImageUrlByIndex","index","onMount","resizeObserver","entries","entry","$$value","$aspectRatio","$$invalidate","element","once","intersecting","root","rootMargin","threshold","observer","dispatch","createEventDispatcher","prevRootMargin","prevElement","initialize","_entry","afterUpdate","tick","parseYoutubeUrl","video_changes","qds_button_href_value","qds_button","qds_button_target_value","if_block","LinkTarget","text","iconName","iconLibrary","importance","size","action","disabled","gaEventLocation","gaEventName","href","badge","badgeDescription","badgeIndicatorStatus","customVideoClass","fallbackTarget","isVideoModalVisible","docId","match","docName","docType","updateBodyOverflowState","value","bodyOverflowHidden","handlePlayButtonClick","modalScrollDistance","handleClose","handleClick","event","isEditing","resolvedUrl","edmsId","shouldDownload","downloadFile","getEdmsDocumentName","pushEdmsGaEvent","isActiveVideoLink","analytics","DataLayerEventName","getCtaCategory","loadLink","locale","$languageParam","$countryParam","isPreviewOrEditing","$currentUrl","provider","getLinkProvider","$builderApiKey","url","valid","_b","_d","_c","currentLocale","getAppContext","language","country","getLocaleInfoFromCode","_e","_f","pesUrlsData","getContext","pesIdPart","_g","id","pesId","is_function","scrollY","clickHandeler","fullScreenHandler","blackIcon","circle","greenDarkCircle","greenDarkTriangle","greenLightCircle","greenLightTraingle","whiteCircle","whiteTriangle","circlePlayGreenButton","button","img0","img0_src_value","img1","img1_src_value","img2","img2_src_value","img3","img3_src_value","img4","img4_src_value","img5","img5_src_value","raw0_value","constant.RED_ICON","raw1_value","constant.DARK_RED","toggle_class","span0","span1","raw_value","sanitizeHtml","ButtonTypes","Sticky","State","span","html_tag","constant.WHITE_ARROW_ICON","constant.BLACK_ARROW_ICON","IconType","Size","Appearance","ArrowIconEffect","raw2_value","Effect","ArrowIcon","ToggleOutlineIcon","span2","create_if_block_3","ctaText","focusMe","imageCommunicationBubble","appearance","effect","buttonTypes","state","stickySize","openInNewTab","iconType","arrowIconEffect","tabIndexVal","arrowIcon","toggleOutlineIcon","hoverState","handleNavigation","targetType","create_dynamic_element_2","svelte_element_class_value","null_to_empty","svelte_element","svelte_element_data","get_spread_update","svelte_element_levels","current","div_class_value","create_dynamic_element_1","create_dynamic_element","if_block2","if_block3","tag","type","className","ariaHidden","classes","accessibilityClass","$accessibilityMode","OPEN_IN_NEW_TAB_ICON","qds_web_block_promo_image_src_value","qds_web_block_promo","qds_web_block_promo_video_src_value","MediaType","descriptionList","kicker","subtitle","mainTitle","titleTag","mediaType","imageSrc","videoSrc","imagePosition","videoPosition","overrideStyleVars","videoThumbnail","customVideoThumbnail","useCustomThumbnail","imageSizes","imageAlt","videoSource","stringify","arr","item","descriptionListStringified","videoThumbnailSrc","DIALOG_CONTAINER_ID","convertCountryCode","countryCode","openWidget","languageCode","widgetType","widgetId","isHierarchy","widgetWrapper","selectedProducts","dataset","project","token","get","productSelectorToken","widgetOptions","wrapperInstance","product","sendProductsRequest","data","getCountryAndLanguage","error","CONTEXT_NAME","setRangePagesInformation","information","setContext","getRangePagesInformation","qds_breadcrumb_item","hreflang","referrerPolicy","rel","qds_web_block_hero_video_src_value","qds_web_block_hero","previous_key","safe_not_equal","description","shouldAutoplay","blocks_changes","fullWidth","marginBottom","anchorId","builderBlock","customClass","children","HeroSubFields","qdsHeroPropsInfo","BackgroundColor","BuilderInputTypes","getLimitationBuilderFields","TitleTag","RECOMMENDED_SIZE_TEXT","charactersLimitBuilderRegex","l","BlockImportance","Importance","getProductImageInputs","EXAMPLE_APRIMO_IMAGE","RECOMMENDED_IMAGE_SIZE","getProductVideoInputs","VideoSource","VideoPosition","qdsHeroBlockBuilderInputFactoryOptions","opts","fieldName","friendlyName","defaultValue","hideSubfields","qdsHeroEditorFields","prop","hide","BlockHero","BlockHeroBase64","DEFAULT_TEXT","DEFAULT_IMAGE","qdsButtonBuilderInputFactory","ButtonUtility","DEFAULT_PDF","OpenLink","ButtonSubFields","ButtonUtilitySubFields","COMPONENT_META_DATA","latestVersion","ImageSource","DEFAULT_LINK_INSIGHTS","EXAMPLE_LINK_EMBEDDED","ComponentStylesBuilderInputs","BUILDER_CLEAR_STYLES","dialog","dialog_class_value","div7","div7_class_value","div6","div5","div2","div4","isWidgetOnFullScreen","widgetTitle","handleResizeWidget","toggleWidget","click_handler","click_handler_1","getProductRangeValue","rangeId","res","extractFunctionalId","scFunctionalIds","parsed","getImageUrl","prefix","path","sanitizeAndClean","input","options","MASTER_RANGE_NAME_MARKER","getRangeKickerName","rangePartofLabel","masterRangeName","sanitizedRangePartofLabel","sanitizedMasterRangeName","getPropsForRangePage","rangePagesInformation","manuallyManagedProps","pesData","mappedRangeLocale","name","longDescription","imageTitle","rangeCtas","_","blockHero","pesRangeCta1","ctaFirst","ButtonType","pesRangeCta2","ctaSecond","newUniqueId","convertFieldSetToParams","embeddedlink_changes","show_if_1","isInvalidLink","show_if","isComponentOutdated","document_1","script","requestedtranslationstooltip_changes","componentstyleswrapper_changes","componentVersion","ComponentStyles","defaultComponentStylesCheckboxesValues","toggleCTAFirst","toggleCTASecond","status","isProductSelectorVisible","firstButtonWidgetId","secondButtonWidgetId","styles","ColorCode","key","updateStyleProps","setFullScreen","isOpen","toggleProductSelector","showProductSelector","title","firstButtonDataPromise","secondButtonDataPromise","firstButtonResponseData","firstPromiseError","secondButtonResponseData","secondPromiseError","backgroundColor","rangePageProps","isAprimo","BUTTON_OPTIONS","BlockHeroInfo","EXAMPLE_APRIMO_VIDEO","Range_BlockHeroInfo","latestComponent","qdsPromoPropsInfo","ImagePosition","BlockSize","qdsPromoBlockBuilderInputFactoryOptions","qdsPromoEditorFields","BlockPromo","EXAMPLE_VIDEO_LINK_EMBEDDED","Action","constants_0","Variant","blockPromo","colorCode","videoId","extractVideoId","_h","ButtonInfo","introBlockPropsInfo","introBlockBuilderInputFactoryOptions","introBlockEditorFields","CTAInputs","IntroBlockInfo","CTABase64","IntroBlockInfoV2","BlockContentInfo","BlockContentBase64","CARD_VARIANT_TYPE","CARD_TEXT_PLACEMENT_TYPE","CARD_ASSET_TYPE","DEFAULT_YOUTUBE_URL","allowedFileTypesForImage","BlockContentInfoV2","BuilderPageModels","moreOptions","SELECT_MODEL_INFO","modelOptions","option","qdsBreadCrumbPropsInfo","qdsBreadCrumbBuilderInputFactory","hideBreadCrumbOptionsSubfields","qdsBreadCrumbEditorFields","QdsBreadCrumbInfo","BreadcrumbBase64"],"mappings":"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J,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MACJ,GAAI,MAC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","x_google_ignoreList":[3]}