{"version":3,"file":"personal_pricing/personal_pricing.js","sources":["webpack://fusion-360/./source/personal_pricing/personal.scss","webpack://fusion-360/./source/personal_pricing/pricing.scss","webpack://fusion-360/./source/personal_pricing/personal.js","webpack://fusion-360/./source/personal_pricing/pricing.js","webpack://fusion-360/webpack/bootstrap","webpack://fusion-360/webpack/runtime/make namespace object","webpack://fusion-360/webpack/startup"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport {};","// extracted by mini-css-extract-plugin\nexport {};","function columnSync(){\n var checkOnPersonalPage = document.querySelector('.compare-col-left');\n if (checkOnPersonalPage) {\n var columnCells = (document.querySelectorAll('.compare-col-left > .core-container > .cmp-container').length)-1;\n if(window.innerWidth >= 1024){\n for (i = 1; i < columnCells; i++){\n if(document.querySelectorAll('.compare-col-left > .core-container > .cmp-container')[i].offsetHeight <= document.querySelectorAll('.compare-col-right > .core-container > .cmp-container')[i].offsetHeight){\n document.querySelectorAll('.compare-col-left > .core-container > .cmp-container')[i].style.height = (document.querySelectorAll('.compare-col-right > .core-container > .cmp-container')[i].offsetHeight+'px');\n }else{\n document.querySelectorAll('.compare-col-right > .core-container > .cmp-container')[i].style.height = (document.querySelectorAll('.compare-col-left > .core-container > .cmp-container')[i].offsetHeight+'px');\n }\n };\n }else{\n for (i = 0; i < columnCells; i++){\n document.querySelectorAll('.compare-col-left .core-container > .cmp-container')[i].style.height = \"auto\";\n document.querySelectorAll('.compare-col-right .core-container > .cmp-container')[i].style.height = \"auto\";\n };\n }\n }\n}\nwindow.addEventListener(\"resize\", columnSync);\ncolumnSync();","var checkforPricingPage = document.querySelector('.card-radio-btn');\nif (checkforPricingPage) {\n document.querySelectorAll('.card-radio-btn label').forEach(label => {\n label.addEventListener('click', (e) => {\n var clickedID = label.querySelector('input').id;\n /* Need to optimize later... */\n switch(clickedID) {\n case 'tp-year':\n document.querySelector('p[data-price=\"tp-year\"]').classList.add('active');\n document.querySelector('p[data-price=\"tp-month\"]').classList.remove('active');\n document.querySelector('#btn-tp-y').classList.add('active');\n document.querySelector('#btn-tp-m').classList.remove('active');\n break;\n case 'tp-month':\n document.querySelector('p[data-price=\"tp-year\"]').classList.remove('active');\n document.querySelector('p[data-price=\"tp-month\"]').classList.add('active');\n document.querySelector('#btn-tp-y').classList.remove('active');\n document.querySelector('#btn-tp-m').classList.add('active');\n break;\n case 'me-year':\n document.querySelector('p[data-price=\"me-year\"]').classList.add('active');\n document.querySelector('p[data-price=\"me-month\"]').classList.remove('active');\n document.querySelector('#btn-me-y').classList.add('active');\n document.querySelector('#btn-me-m').classList.remove('active');\n break;\n case 'me-month':\n document.querySelector('p[data-price=\"me-year\"]').classList.remove('active');\n document.querySelector('p[data-price=\"me-month\"]').classList.add('active');\n document.querySelector('#btn-me-y').classList.remove('active');\n document.querySelector('#btn-me-m').classList.add('active');\n break;\n case 'gde-year':\n document.querySelector('p[data-price=\"gde-year\"]').classList.add('active');\n document.querySelector('p[data-price=\"gde-month\"]').classList.remove('active');\n document.querySelector('#btn-gde-y').classList.add('active');\n document.querySelector('#btn-gde-m').classList.remove('active');\n break;\n case 'gde-month':\n document.querySelector('p[data-price=\"gde-year\"]').classList.remove('active');\n document.querySelector('p[data-price=\"gde-month\"]').classList.add('active');\n document.querySelector('#btn-gde-y').classList.remove('active');\n document.querySelector('#btn-gde-m').classList.add('active');\n break;\n case 'abe-year':\n document.querySelector('p[data-price=\"abe-year\"]').classList.add('active');\n document.querySelector('p[data-price=\"abe-month\"]').classList.remove('active');\n document.querySelector('#btn-abe-y').classList.add('active');\n document.querySelector('#btn-abe-m').classList.remove('active');\n break;\n case 'abe-month':\n document.querySelector('p[data-price=\"abe-year\"]').classList.remove('active');\n document.querySelector('p[data-price=\"abe-month\"]').classList.add('active');\n document.querySelector('#btn-abe-y').classList.remove('active');\n document.querySelector('#btn-abe-m').classList.add('active');\n break;\n case 'nfe-year':\n document.querySelector('p[data-price=\"nfe-year\"]').classList.add('active');\n document.querySelector('p[data-price=\"nfe-month\"]').classList.remove('active');\n document.querySelector('#btn-nfe-y').classList.add('active');\n document.querySelector('#btn-nfe-m').classList.remove('active');\n break;\n case 'nfe-month':\n document.querySelector('p[data-price=\"nfe-year\"]').classList.remove('active');\n document.querySelector('p[data-price=\"nfe-month\"]').classList.add('active');\n document.querySelector('#btn-nfe-y').classList.remove('active');\n document.querySelector('#btn-nfe-m').classList.add('active');\n break;\n }\n //document.querySelector('p[data-price=\"'+clickedID+'\"]').classList.add('active');\n });\n });\n\n document.querySelector('.scrolldown-ext').onclick = function(e){\n e.preventDefault();\n const id = 'extensions';\n const yOffset = -110;\n const element = document.getElementById(id);\n const y = element.getBoundingClientRect().top + window.pageYOffset + yOffset;\n window.scrollTo({top: y, behavior: 'smooth'});\n };\n}","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tif(__webpack_module_cache__[moduleId]) {\n\t\treturn __webpack_module_cache__[moduleId].exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// startup\n// Load entry module\n__webpack_require__(\"./source/personal_pricing/pricing.js\");\n__webpack_require__(\"./source/personal_pricing/pricing.scss\");\n// This entry module used 'exports' so it can't be inlined\n__webpack_require__(\"./source/personal_pricing/personal.js\");\n__webpack_require__(\"./source/personal_pricing/personal.scss\");\n"],"mappings":";;;;;;;;;;;;;;AAAA;AACA;AACA;A;;;;;;;;;;;;;ACFA;AACA;AACA;A;;;;;;;;;;ACFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A;;;;;;;;;;ACtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A;;;;ACjFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;ACtBA;AACA;AACA;AACA;AACA;AACA;AACA;;;;ACNA;AACA;AACA;AACA;AACA;AACA;AACA;;A","sourceRoot":""}