{"version":3,"file":"index.es.min.js","sources":["../../../packages/components/src/sku-coffee/services/index.js","../../../packages/helpers/src/props.helpers.js","../../../packages/page-builder-sections/src/bundle-details/bundle-details.js","../../../packages/helpers/src/catalog.js"],"sourcesContent":["import { INTENSITY_MAX_OL, INTENSITY_MAX_VL } from '@kissui/components'\n\nexport const getMaxIntensity = ({ technologies }) =>\n technologies.indexOf('original') !== -1 ? INTENSITY_MAX_OL : INTENSITY_MAX_VL\n","const getData = attributes => attributes.find(attribute => attribute.nodeName === 'data')\n\nconst createProps = attributes => {\n const data = getData([...attributes])\n const props = [...attributes]\n .filter(attribute => attribute.nodeName !== 'data')\n .reduce((all, attr) => {\n return { ...all, [attr.nodeName]: attr.nodeValue }\n }, {})\n\n if (isNil(data)) {\n return props\n }\n\n try {\n return { ...props, ...JSON.parse(data.nodeValue) }\n } catch (error) {\n console.log('ERROR: No data', error, data?.nodeValue)\n }\n}\n\nconst isNil = obj => obj === undefined || obj === null\n\nexport const parseBool = value => (!value || value === 'false' ? false : true)\n\nexport default createProps\n","import { getMaxIntensity } from '@kissui/components/src/sku-coffee/services'\nimport createProps from '@kissui/helpers/src/props.helpers'\nimport { getProduct } from '@kissui/helpers/src/catalog'\n\nclass BundleDetails extends HTMLElement {\n constructor() {\n super()\n this.props = {}\n this.detailLinks = []\n this.popinCenter = ''\n this.popinRight = ''\n this.boundShowHide = this.showHideDetailBlock.bind(this)\n }\n\n connectedCallback() {\n this.renderLoader()\n this.props = createProps(this.attributes)\n this.loadProducts()\n }\n\n renderLoader() {\n this.innerHTML = '
${headline}
` : ''\n }\n\n renderImage(image, name) {\n if (!image.icon) {\n return ''\n }\n return `x${quantities[index]}
\n \n${headline}
\n ${\n type === 'capsule'\n ? this.renderCapsuleIntensity(capsuleProperties.intensity, product)\n : ''\n }\n