<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
 * This devtool is neither made for production nor for readable output files.
 * It uses "eval()" calls to create a separate source file in the browser devtools.
 * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
 * or disable the default devtool with "devtool: false".
 * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
 */
/******/ (() =&gt; { // webpackBootstrap
/******/ 	"use strict";
/******/ 	var __webpack_modules__ = ({

/***/ "./src/components/paragraph/secondary-menu/secondary-menu.js":
/*!*******************************************************************!*\
  !*** ./src/components/paragraph/secondary-menu/secondary-menu.js ***!
  \*******************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) =&gt; {

eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _secondary_menu_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./secondary-menu.scss */ \"./src/components/paragraph/secondary-menu/secondary-menu.scss\");\n\ndocument.addEventListener('DOMContentLoaded', function () {\n  var MQ_1024 = window.matchMedia('(min-width: 1024px)');\n  var SECONDARY_MENUS = document.querySelectorAll('[data-js=\"secondary-menu\"]');\n  if (!SECONDARY_MENUS) return;\n\n  // **************************************************\n  // MEDIA QUERIES\n\n  MQ_1024.onchange = function (e) {\n    mq1024OnChange(e);\n  };\n  function mq1024OnChange(e) {\n    SECONDARY_MENUS.forEach(function (secondaryMenu) {\n      secondaryMenu.removeAttribute('open');\n\n      // Desktop\n      if (e.matches) {\n        secondaryMenu.setAttribute('open', true);\n      }\n    });\n  }\n  mq1024OnChange(MQ_1024);\n});\n\n//# sourceURL=webpack://yale-health/./src/components/paragraph/secondary-menu/secondary-menu.js?");

/***/ }),

/***/ "./src/components/paragraph/secondary-menu/secondary-menu.scss":
/*!*********************************************************************!*\
  !*** ./src/components/paragraph/secondary-menu/secondary-menu.scss ***!
  \*********************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) =&gt; {

eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack://yale-health/./src/components/paragraph/secondary-menu/secondary-menu.scss?");

/***/ })

/******/ 	});
/************************************************************************/
/******/ 	// The module cache
/******/ 	var __webpack_module_cache__ = {};
/******/ 	
/******/ 	// The require function
/******/ 	function __webpack_require__(moduleId) {
/******/ 		// Check if module is in cache
/******/ 		var cachedModule = __webpack_module_cache__[moduleId];
/******/ 		if (cachedModule !== undefined) {
/******/ 			return cachedModule.exports;
/******/ 		}
/******/ 		// Create a new module (and put it into the cache)
/******/ 		var module = __webpack_module_cache__[moduleId] = {
/******/ 			// no module.id needed
/******/ 			// no module.loaded needed
/******/ 			exports: {}
/******/ 		};
/******/ 	
/******/ 		// Execute the module function
/******/ 		__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/ 	
/******/ 		// Return the exports of the module
/******/ 		return module.exports;
/******/ 	}
/******/ 	
/************************************************************************/
/******/ 	/* webpack/runtime/make namespace object */
/******/ 	(() =&gt; {
/******/ 		// define __esModule on exports
/******/ 		__webpack_require__.r = (exports) =&gt; {
/******/ 			if(typeof Symbol !== 'undefined' &amp;&amp; Symbol.toStringTag) {
/******/ 				Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ 			}
/******/ 			Object.defineProperty(exports, '__esModule', { value: true });
/******/ 		};
/******/ 	})();
/******/ 	
/************************************************************************/
/******/ 	
/******/ 	// startup
/******/ 	// Load entry module and return exports
/******/ 	// This entry module can't be inlined because the eval devtool is used.
/******/ 	var __webpack_exports__ = __webpack_require__("./src/components/paragraph/secondary-menu/secondary-menu.js");
/******/ 	
/******/ })()
;</pre></body></html>