{"version":3,"file":"js/application-d298995ab82f2aec0585.js","mappings":"wHAsBIA,G,QAAQC,SACTC,eAAe,oBACfC,aAAa,wBAEhB,SAAcH,GAEdI,MAAMC,QAAQC,OAAQ,EAGtB,MAAMC,EAA0B,SAC1BC,EAAgB,EAAQ,OAC9BA,EAAcC,WAAWF,GAGzBC,EAAcE,wBAAyB,EACvCF,EAAcG,YAAY,oBAAoB,KACxCH,EAAcE,wBAAwBF,EAAcI,cACxDJ,EAAcE,wBAAyB,CAAI,IAI7CF,EAAcG,YAAY,6BAA8BE,IACtDL,EAAcM,kBAAkBD,EAAEE,OAAO,IAG3CP,EAAcG,YAAY,cAAc,KAClCH,EAAcE,wBAAwBF,EAAcI,cACxDJ,EAAcE,wBAAyB,CAAI,IAI7CF,EAAcG,YAAY,uBAAwBE,IAChDL,EAAcM,kBAAkBD,EAAEE,OAAO,G","sources":["webpack://app/./app/javascript/packs/application.js"],"sourcesContent":["/* eslint no-console:0 */\n// This file is automatically compiled by Webpack, along with any other files\n// present in this directory. You're encouraged to place your actual application logic in\n// a relevant structure within app/javascript and only use these pack files to reference\n// that code so it'll be compiled.\n//\n// To reference this file, add to the appropriate\n// layout file, like app/views/layouts/application.html.erb\n\n// Uncomment to copy all static images under ../images to the output folder and reference\n// them with the image_pack_tag helper in views (e.g <%= image_pack_tag 'rails.png' %>)\n// or the `imagePath` JavaScript helper below.\n//\n// const images = require.context('../images', true)\n// const imagePath = (name) => images(name, true)\nimport \"../css/tailwind.css\";\nimport \"../css/react_dates_overrides.less\";\nimport \"../css/application.less\";\nimport mixpanel from \"mixpanel-browser\";\nimport '@hotwired/turbo-rails'\n//read data-attributes from the DOM whit data-mixpanel-token\n\nvar token = document\n .getElementById(\"mixpanel-tracker\")\n .getAttribute(\"data-mixpanel-token\");\n\nmixpanel.init(token);\n\nTurbo.session.drive = false\n\n// Support component names relative to this directory:\nconst componentRequireContext = require.context('components', true)\nconst ReactRailsUJS = require('react_ujs')\nReactRailsUJS.useContext(componentRequireContext)\n\n// Prevent double mount on page load\nReactRailsUJS._firstTurboLoadSkipped = false\nReactRailsUJS.handleEvent('turbo:frame-load', () => {\n if (ReactRailsUJS._firstTurboLoadSkipped) ReactRailsUJS.handleMount()\n ReactRailsUJS._firstTurboLoadSkipped = true\n})\n\n// Unmount components and call cleanup functions after Turbo navigations\nReactRailsUJS.handleEvent('turbo:before-frame-render', (e) => {\n ReactRailsUJS.unmountComponents(e.target)\n})\n\nReactRailsUJS.handleEvent('turbo:load', () => {\n if (ReactRailsUJS._firstTurboLoadSkipped) ReactRailsUJS.handleMount()\n ReactRailsUJS._firstTurboLoadSkipped = true\n})\n\n// Unmount components and call cleanup functions after Turbo navigations\nReactRailsUJS.handleEvent('turbo:before-render', (e) => {\n ReactRailsUJS.unmountComponents(e.target)\n})\n"],"names":["token","document","getElementById","getAttribute","Turbo","session","drive","componentRequireContext","ReactRailsUJS","useContext","_firstTurboLoadSkipped","handleEvent","handleMount","e","unmountComponents","target"],"sourceRoot":""}