{"version":3,"sources":["webpack:///node_modules/nespresso-components/AddToCart/Phantom.vue","webpack:///./node_modules/nespresso-components/AddToCart/Phantom.vue","webpack:///./node_modules/nespresso-components/AddToCart/Phantom.vue?eed0"],"names":["__vue_styles__","context","__webpack_require__","Component","Object","component_normalizer","_vm","this","_h","$createElement","_c","_self","staticClass","attrs","aria-hidden","directives","name","rawName","value","expression","domProps","textContent","_s","price","_v","tabindex","quantity","label","__webpack_exports__"],"mappings":";qGAgCA,gBCvBA,IAEAA,EAXA,SAAAC,GACAC,EAAA,SAgBAC,EAAAC,OAAAC,EAAA,EAAAD,wCDiBA,UElCA,WAA0B,IAAAE,EAAAC,KAAaC,EAAAF,EAAAG,eAA0BC,EAAAJ,EAAAK,MAAAD,IAAAF,EAAwB,OAAAE,EAAA,OAAiBE,YAAA,YAAAC,OAA+BC,cAAA,UAAsBJ,EAAA,KAAUK,aAAaC,KAAA,OAAAC,QAAA,SAAAC,MAAAZ,EAAA,UAAAa,WAAA,cAA0EP,YAAA,iBAAAQ,UAAyCC,YAAAf,EAAAgB,GAAAhB,EAAAiB,UAAiCjB,EAAAkB,GAAA,KAAAd,EAAA,OAAwBE,YAAA,sBAAgCF,EAAA,UAAeE,YAAA,iBAAAC,OAAoCY,SAAA,QAAiBf,EAAA,KAAUE,YAAA,cAAwBF,EAAA,QAAaU,UAAUC,YAAAf,EAAAgB,GAAAhB,EAAAoB,eAAoCpB,EAAAkB,GAAA,KAAAd,EAAA,QAA2BE,YAAA,iBAAAC,OAAoCC,cAAA,QAAqBM,UAAWC,YAAAf,EAAAgB,GAAAhB,EAAAqB,UAAiCrB,EAAAkB,GAAA,KAAAd,EAAA,KAAsBE,YAAA,uBDSzrB,EAaAZ,EATA,KAEA,MAYA4B,EAAA,QAAAzB,EAAA","file":"js/2.674a346c6844d855c604.js","sourcesContent":["<style lang=\"sass\">\n    @import ~nespresso-bi/utilities\n    @import ~nespresso-bi/brand/variables\n\n    .g_addToCart .g_phantom\n        visibility: hidden\n        & + .g_priceAndButton\n            position: absolute\n            bottom: 0\n            // width: calc(100% - #{$gap}*2)\n            width: 100%\n\n    +mobile\n        .g_addToCart .g_phantom\n            & + .g_priceAndButton\n                width: 100%\n</style>\n\n<template lang=\"html\">\n    <div class=\"g_phantom\" aria-hidden=\"true\">\n        <p class=\"g_productPrice\" v-text=\"price\" v-show=\"showPrice\"></p>\n        <div class=\"g_addToCartCustom\">\n            <button tabindex=\"-1\" class=\"g_btn g_btnBuy\">\n                <i class=\"fn_basket\"><span v-text=\"quantity\"></span></i>\n                <span class=\"g_labelPhantom\" aria-hidden=\"true\" v-text=\"label\"></span>\n                <i class=\"fn_more\"></i>\n            </button>\n        </div>\n    </div>\n</template>\n\n<script>\nexport default {\n    props: ['showPrice', 'price', 'quantity', 'label']\n}\n</script>\n\n\n\n// WEBPACK FOOTER //\n// node_modules/nespresso-components/AddToCart/Phantom.vue","function injectStyle (context) {\n  require(\"!!../../extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-5f107d2a\\\",\\\"scoped\\\":false,\\\"sourceMap\\\":false}!sass-loader?{\\\"indentedSyntax\\\":true,\\\"sourceMap\\\":true}!sass-resources-loader?{\\\"resources\\\":\\\"/Users/thomas/Documents/DEV/awaken-machines/src/assets/sass/_variables.sass\\\"}!../../vue-loader/lib/selector?type=styles&index=0!./Phantom.vue\")\n}\n/* script */\nexport * from \"!!babel-loader!../../vue-loader/lib/selector?type=script&index=0!./Phantom.vue\"\nimport __vue_script__ from \"!!babel-loader!../../vue-loader/lib/selector?type=script&index=0!./Phantom.vue\"\n/* template */\nimport {render as __vue_render__, staticRenderFns as __vue_static_render_fns__} from \"!!../../vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-5f107d2a\\\",\\\"hasScoped\\\":false,\\\"buble\\\":{\\\"transforms\\\":{}}}!../../vue-loader/lib/selector?type=template&index=0!./Phantom.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nimport normalizeComponent from \"!../../vue-loader/lib/runtime/component-normalizer\"\nvar Component = normalizeComponent(\n  __vue_script__,\n  __vue_render__,\n  __vue_static_render_fns__,\n  __vue_template_functional__,\n  __vue_styles__,\n  __vue_scopeId__,\n  __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/nespresso-components/AddToCart/Phantom.vue\n// module id = null\n// module chunks = ","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"g_phantom\",attrs:{\"aria-hidden\":\"true\"}},[_c('p',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.showPrice),expression:\"showPrice\"}],staticClass:\"g_productPrice\",domProps:{\"textContent\":_vm._s(_vm.price)}}),_vm._v(\" \"),_c('div',{staticClass:\"g_addToCartCustom\"},[_c('button',{staticClass:\"g_btn g_btnBuy\",attrs:{\"tabindex\":\"-1\"}},[_c('i',{staticClass:\"fn_basket\"},[_c('span',{domProps:{\"textContent\":_vm._s(_vm.quantity)}})]),_vm._v(\" \"),_c('span',{staticClass:\"g_labelPhantom\",attrs:{\"aria-hidden\":\"true\"},domProps:{\"textContent\":_vm._s(_vm.label)}}),_vm._v(\" \"),_c('i',{staticClass:\"fn_more\"})])])])}\nvar staticRenderFns = []\nexport { render, staticRenderFns }\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-5f107d2a\",\"hasScoped\":false,\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./node_modules/nespresso-components/AddToCart/Phantom.vue\n// module id = null\n// module chunks = "],"sourceRoot":""}