| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661 | 
							- (function webpackUniversalModuleDefinition(root, factory) {
 
- 	if(typeof exports === 'object' && typeof module === 'object')
 
- 		module.exports = factory(require("./foundation.core"), require("./foundation.util.keyboard"), require("jquery"));
 
- 	else if(typeof define === 'function' && define.amd)
 
- 		define(["./foundation.core", "./foundation.util.keyboard", "jquery"], factory);
 
- 	else if(typeof exports === 'object')
 
- 		exports["foundation.accordion"] = factory(require("./foundation.core"), require("./foundation.util.keyboard"), require("jquery"));
 
- 	else
 
- 		root["__FOUNDATION_EXTERNAL__"] = root["__FOUNDATION_EXTERNAL__"] || {}, root["__FOUNDATION_EXTERNAL__"]["foundation.accordion"] = factory(root["__FOUNDATION_EXTERNAL__"]["foundation.core"], root["__FOUNDATION_EXTERNAL__"]["foundation.util.keyboard"], root["jQuery"]);
 
- })(window, function(__WEBPACK_EXTERNAL_MODULE__foundation_core__, __WEBPACK_EXTERNAL_MODULE__foundation_util_keyboard__, __WEBPACK_EXTERNAL_MODULE_jquery__) {
 
- return /******/ (function(modules) { // webpackBootstrap
 
- /******/ 	// The module cache
 
- /******/ 	var installedModules = {};
 
- /******/
 
- /******/ 	// The require function
 
- /******/ 	function __webpack_require__(moduleId) {
 
- /******/
 
- /******/ 		// Check if module is in cache
 
- /******/ 		if(installedModules[moduleId]) {
 
- /******/ 			return installedModules[moduleId].exports;
 
- /******/ 		}
 
- /******/ 		// Create a new module (and put it into the cache)
 
- /******/ 		var module = installedModules[moduleId] = {
 
- /******/ 			i: moduleId,
 
- /******/ 			l: false,
 
- /******/ 			exports: {}
 
- /******/ 		};
 
- /******/
 
- /******/ 		// Execute the module function
 
- /******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
 
- /******/
 
- /******/ 		// Flag the module as loaded
 
- /******/ 		module.l = true;
 
- /******/
 
- /******/ 		// Return the exports of the module
 
- /******/ 		return module.exports;
 
- /******/ 	}
 
- /******/
 
- /******/
 
- /******/ 	// expose the modules object (__webpack_modules__)
 
- /******/ 	__webpack_require__.m = modules;
 
- /******/
 
- /******/ 	// expose the module cache
 
- /******/ 	__webpack_require__.c = installedModules;
 
- /******/
 
- /******/ 	// define getter function for harmony exports
 
- /******/ 	__webpack_require__.d = function(exports, name, getter) {
 
- /******/ 		if(!__webpack_require__.o(exports, name)) {
 
- /******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
 
- /******/ 		}
 
- /******/ 	};
 
- /******/
 
- /******/ 	// define __esModule on exports
 
- /******/ 	__webpack_require__.r = function(exports) {
 
- /******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
 
- /******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
 
- /******/ 		}
 
- /******/ 		Object.defineProperty(exports, '__esModule', { value: true });
 
- /******/ 	};
 
- /******/
 
- /******/ 	// create a fake namespace object
 
- /******/ 	// mode & 1: value is a module id, require it
 
- /******/ 	// mode & 2: merge all properties of value into the ns
 
- /******/ 	// mode & 4: return value when already ns object
 
- /******/ 	// mode & 8|1: behave like require
 
- /******/ 	__webpack_require__.t = function(value, mode) {
 
- /******/ 		if(mode & 1) value = __webpack_require__(value);
 
- /******/ 		if(mode & 8) return value;
 
- /******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
 
- /******/ 		var ns = Object.create(null);
 
- /******/ 		__webpack_require__.r(ns);
 
- /******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
 
- /******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
 
- /******/ 		return ns;
 
- /******/ 	};
 
- /******/
 
- /******/ 	// getDefaultExport function for compatibility with non-harmony modules
 
- /******/ 	__webpack_require__.n = function(module) {
 
- /******/ 		var getter = module && module.__esModule ?
 
- /******/ 			function getDefault() { return module['default']; } :
 
- /******/ 			function getModuleExports() { return module; };
 
- /******/ 		__webpack_require__.d(getter, 'a', getter);
 
- /******/ 		return getter;
 
- /******/ 	};
 
- /******/
 
- /******/ 	// Object.prototype.hasOwnProperty.call
 
- /******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
 
- /******/
 
- /******/ 	// __webpack_public_path__
 
- /******/ 	__webpack_require__.p = "";
 
- /******/
 
- /******/
 
- /******/ 	// Load entry module and return exports
 
- /******/ 	return __webpack_require__(__webpack_require__.s = 1);
 
- /******/ })
 
- /************************************************************************/
 
- /******/ ({
 
- /***/ "./foundation.core":
 
- /*!****************************************************************************************************************************************************************!*\
 
-   !*** external {"root":["__FOUNDATION_EXTERNAL__","foundation.core"],"amd":"./foundation.core","commonjs":"./foundation.core","commonjs2":"./foundation.core"} ***!
 
-   \****************************************************************************************************************************************************************/
 
- /*! no static exports found */
 
- /***/ (function(module, exports) {
 
- module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_core__;
 
- /***/ }),
 
- /***/ "./foundation.util.keyboard":
 
- /*!****************************************************************************************************************************************************************************************************!*\
 
-   !*** external {"root":["__FOUNDATION_EXTERNAL__","foundation.util.keyboard"],"amd":"./foundation.util.keyboard","commonjs":"./foundation.util.keyboard","commonjs2":"./foundation.util.keyboard"} ***!
 
-   \****************************************************************************************************************************************************************************************************/
 
- /*! no static exports found */
 
- /***/ (function(module, exports) {
 
- module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_keyboard__;
 
- /***/ }),
 
- /***/ "./js/entries/plugins/foundation.accordion.js":
 
- /*!****************************************************!*\
 
-   !*** ./js/entries/plugins/foundation.accordion.js ***!
 
-   \****************************************************/
 
- /*! exports provided: Foundation, Accordion */
 
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
 
- "use strict";
 
- __webpack_require__.r(__webpack_exports__);
 
- /* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./foundation.core */ "./foundation.core");
 
- /* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_foundation_core__WEBPACK_IMPORTED_MODULE_0__);
 
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Foundation", function() { return _foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"]; });
 
- /* harmony import */ var _foundation_accordion__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../foundation.accordion */ "./js/foundation.accordion.js");
 
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Accordion", function() { return _foundation_accordion__WEBPACK_IMPORTED_MODULE_1__["Accordion"]; });
 
- _foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"].plugin(_foundation_accordion__WEBPACK_IMPORTED_MODULE_1__["Accordion"], 'Accordion');
 
- /***/ }),
 
- /***/ "./js/foundation.accordion.js":
 
- /*!************************************!*\
 
-   !*** ./js/foundation.accordion.js ***!
 
-   \************************************/
 
- /*! exports provided: Accordion */
 
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
 
- "use strict";
 
- __webpack_require__.r(__webpack_exports__);
 
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Accordion", function() { return Accordion; });
 
- /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
 
- /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
 
- /* harmony import */ var _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./foundation.core.plugin */ "./foundation.core");
 
- /* harmony import */ var _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__);
 
- /* harmony import */ var _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./foundation.util.keyboard */ "./foundation.util.keyboard");
 
- /* harmony import */ var _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_2__);
 
- function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
 
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
 
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
 
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
 
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
 
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
 
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
 
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
 
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
 
- /**
 
-  * Accordion module.
 
-  * @module foundation.accordion
 
-  * @requires foundation.util.keyboard
 
-  */
 
- var Accordion =
 
- /*#__PURE__*/
 
- function (_Plugin) {
 
-   _inherits(Accordion, _Plugin);
 
-   function Accordion() {
 
-     _classCallCheck(this, Accordion);
 
-     return _possibleConstructorReturn(this, _getPrototypeOf(Accordion).apply(this, arguments));
 
-   }
 
-   _createClass(Accordion, [{
 
-     key: "_setup",
 
-     /**
 
-      * Creates a new instance of an accordion.
 
-      * @class
 
-      * @name Accordion
 
-      * @fires Accordion#init
 
-      * @param {jQuery} element - jQuery object to make into an accordion.
 
-      * @param {Object} options - a plain object with settings to override the default options.
 
-      */
 
-     value: function _setup(element, options) {
 
-       this.$element = element;
 
-       this.options = jquery__WEBPACK_IMPORTED_MODULE_0___default.a.extend({}, Accordion.defaults, this.$element.data(), options);
 
-       this.className = 'Accordion'; // ie9 back compat
 
-       this._init();
 
-       _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_2__["Keyboard"].register('Accordion', {
 
-         'ENTER': 'toggle',
 
-         'SPACE': 'toggle',
 
-         'ARROW_DOWN': 'next',
 
-         'ARROW_UP': 'previous'
 
-       });
 
-     }
 
-     /**
 
-      * Initializes the accordion by animating the preset active pane(s).
 
-      * @private
 
-      */
 
-   }, {
 
-     key: "_init",
 
-     value: function _init() {
 
-       var _this2 = this;
 
-       this._isInitializing = true;
 
-       this.$element.attr('role', 'tablist');
 
-       this.$tabs = this.$element.children('[data-accordion-item]');
 
-       this.$tabs.attr({
 
-         'role': 'presentation'
 
-       });
 
-       this.$tabs.each(function (idx, el) {
 
-         var $el = jquery__WEBPACK_IMPORTED_MODULE_0___default()(el),
 
-             $content = $el.children('[data-tab-content]'),
 
-             id = $content[0].id || Object(_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__["GetYoDigits"])(6, 'accordion'),
 
-             linkId = el.id ? "".concat(el.id, "-label") : "".concat(id, "-label");
 
-         $el.find('a:first').attr({
 
-           'aria-controls': id,
 
-           'role': 'tab',
 
-           'id': linkId,
 
-           'aria-expanded': false,
 
-           'aria-selected': false
 
-         });
 
-         $content.attr({
 
-           'role': 'tabpanel',
 
-           'aria-labelledby': linkId,
 
-           'aria-hidden': true,
 
-           'id': id
 
-         });
 
-       });
 
-       var $initActive = this.$element.find('.is-active').children('[data-tab-content]');
 
-       if ($initActive.length) {
 
-         // Save up the initial hash to return to it later when going back in history
 
-         this._initialAnchor = $initActive.prev('a').attr('href');
 
-         this._openSingleTab($initActive);
 
-       }
 
-       this._checkDeepLink = function () {
 
-         var anchor = window.location.hash;
 
-         if (!anchor.length) {
 
-           // If we are still initializing and there is no anchor, then there is nothing to do
 
-           if (_this2._isInitializing) return; // Otherwise, move to the initial anchor
 
-           if (_this2._initialAnchor) anchor = _this2._initialAnchor;
 
-         }
 
-         var $anchor = anchor && jquery__WEBPACK_IMPORTED_MODULE_0___default()(anchor);
 
-         var $link = anchor && _this2.$element.find("[href$=\"".concat(anchor, "\"]")); // Whether the anchor element that has been found is part of this element
 
-         var isOwnAnchor = !!($anchor.length && $link.length);
 
-         if (isOwnAnchor) {
 
-           // If there is an anchor for the hash, open it (if not already active)
 
-           if ($anchor && $link && $link.length) {
 
-             if (!$link.parent('[data-accordion-item]').hasClass('is-active')) {
 
-               _this2._openSingleTab($anchor);
 
-             }
 
-           } // Otherwise, close everything
 
-           else {
 
-               _this2._closeAllTabs();
 
-             } // Roll up a little to show the titles
 
-           if (_this2.options.deepLinkSmudge) {
 
-             Object(_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__["onLoad"])(jquery__WEBPACK_IMPORTED_MODULE_0___default()(window), function () {
 
-               var offset = _this2.$element.offset();
 
-               jquery__WEBPACK_IMPORTED_MODULE_0___default()('html, body').animate({
 
-                 scrollTop: offset.top - _this2.options.deepLinkSmudgeOffset
 
-               }, _this2.options.deepLinkSmudgeDelay);
 
-             });
 
-           }
 
-           /**
 
-            * Fires when the plugin has deeplinked at pageload
 
-            * @event Accordion#deeplink
 
-            */
 
-           _this2.$element.trigger('deeplink.zf.accordion', [$link, $anchor]);
 
-         }
 
-       }; //use browser to open a tab, if it exists in this tabset
 
-       if (this.options.deepLink) {
 
-         this._checkDeepLink();
 
-       }
 
-       this._events();
 
-       this._isInitializing = false;
 
-     }
 
-     /**
 
-      * Adds event handlers for items within the accordion.
 
-      * @private
 
-      */
 
-   }, {
 
-     key: "_events",
 
-     value: function _events() {
 
-       var _this = this;
 
-       this.$tabs.each(function () {
 
-         var $elem = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this);
 
-         var $tabContent = $elem.children('[data-tab-content]');
 
-         if ($tabContent.length) {
 
-           $elem.children('a').off('click.zf.accordion keydown.zf.accordion').on('click.zf.accordion', function (e) {
 
-             e.preventDefault();
 
-             _this.toggle($tabContent);
 
-           }).on('keydown.zf.accordion', function (e) {
 
-             _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_2__["Keyboard"].handleKey(e, 'Accordion', {
 
-               toggle: function toggle() {
 
-                 _this.toggle($tabContent);
 
-               },
 
-               next: function next() {
 
-                 var $a = $elem.next().find('a').focus();
 
-                 if (!_this.options.multiExpand) {
 
-                   $a.trigger('click.zf.accordion');
 
-                 }
 
-               },
 
-               previous: function previous() {
 
-                 var $a = $elem.prev().find('a').focus();
 
-                 if (!_this.options.multiExpand) {
 
-                   $a.trigger('click.zf.accordion');
 
-                 }
 
-               },
 
-               handled: function handled() {
 
-                 e.preventDefault();
 
-               }
 
-             });
 
-           });
 
-         }
 
-       });
 
-       if (this.options.deepLink) {
 
-         jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).on('hashchange', this._checkDeepLink);
 
-       }
 
-     }
 
-     /**
 
-      * Toggles the selected content pane's open/close state.
 
-      * @param {jQuery} $target - jQuery object of the pane to toggle (`.accordion-content`).
 
-      * @function
 
-      */
 
-   }, {
 
-     key: "toggle",
 
-     value: function toggle($target) {
 
-       if ($target.closest('[data-accordion]').is('[disabled]')) {
 
-         console.info('Cannot toggle an accordion that is disabled.');
 
-         return;
 
-       }
 
-       if ($target.parent().hasClass('is-active')) {
 
-         this.up($target);
 
-       } else {
 
-         this.down($target);
 
-       } //either replace or update browser history
 
-       if (this.options.deepLink) {
 
-         var anchor = $target.prev('a').attr('href');
 
-         if (this.options.updateHistory) {
 
-           history.pushState({}, '', anchor);
 
-         } else {
 
-           history.replaceState({}, '', anchor);
 
-         }
 
-       }
 
-     }
 
-     /**
 
-      * Opens the accordion tab defined by `$target`.
 
-      * @param {jQuery} $target - Accordion pane to open (`.accordion-content`).
 
-      * @fires Accordion#down
 
-      * @function
 
-      */
 
-   }, {
 
-     key: "down",
 
-     value: function down($target) {
 
-       if ($target.closest('[data-accordion]').is('[disabled]')) {
 
-         console.info('Cannot call down on an accordion that is disabled.');
 
-         return;
 
-       }
 
-       if (this.options.multiExpand) this._openTab($target);else this._openSingleTab($target);
 
-     }
 
-     /**
 
-      * Closes the tab defined by `$target`.
 
-      * It may be ignored if the Accordion options don't allow it.
 
-      *
 
-      * @param {jQuery} $target - Accordion tab to close (`.accordion-content`).
 
-      * @fires Accordion#up
 
-      * @function
 
-      */
 
-   }, {
 
-     key: "up",
 
-     value: function up($target) {
 
-       if (this.$element.is('[disabled]')) {
 
-         console.info('Cannot call up on an accordion that is disabled.');
 
-         return;
 
-       } // Don't close the item if it is already closed
 
-       var $targetItem = $target.parent();
 
-       if (!$targetItem.hasClass('is-active')) return; // Don't close the item if there is no other active item (unless with `allowAllClosed`)
 
-       var $othersItems = $targetItem.siblings();
 
-       if (!this.options.allowAllClosed && !$othersItems.hasClass('is-active')) return;
 
-       this._closeTab($target);
 
-     }
 
-     /**
 
-      * Make the tab defined by `$target` the only opened tab, closing all others tabs.
 
-      * @param {jQuery} $target - Accordion tab to open (`.accordion-content`).
 
-      * @function
 
-      * @private
 
-      */
 
-   }, {
 
-     key: "_openSingleTab",
 
-     value: function _openSingleTab($target) {
 
-       // Close all the others active tabs.
 
-       var $activeContents = this.$element.children('.is-active').children('[data-tab-content]');
 
-       if ($activeContents.length) {
 
-         this._closeTab($activeContents.not($target));
 
-       } // Then open the target.
 
-       this._openTab($target);
 
-     }
 
-     /**
 
-      * Opens the tab defined by `$target`.
 
-      * @param {jQuery} $target - Accordion tab to open (`.accordion-content`).
 
-      * @fires Accordion#down
 
-      * @function
 
-      * @private
 
-      */
 
-   }, {
 
-     key: "_openTab",
 
-     value: function _openTab($target) {
 
-       var _this3 = this;
 
-       var $targetItem = $target.parent();
 
-       var targetContentId = $target.attr('aria-labelledby');
 
-       $target.attr('aria-hidden', false);
 
-       $targetItem.addClass('is-active');
 
-       jquery__WEBPACK_IMPORTED_MODULE_0___default()("#".concat(targetContentId)).attr({
 
-         'aria-expanded': true,
 
-         'aria-selected': true
 
-       });
 
-       $target.finish().slideDown(this.options.slideSpeed, function () {
 
-         /**
 
-          * Fires when the tab is done opening.
 
-          * @event Accordion#down
 
-          */
 
-         _this3.$element.trigger('down.zf.accordion', [$target]);
 
-       });
 
-     }
 
-     /**
 
-      * Closes the tab defined by `$target`.
 
-      * @param {jQuery} $target - Accordion tab to close (`.accordion-content`).
 
-      * @fires Accordion#up
 
-      * @function
 
-      * @private
 
-      */
 
-   }, {
 
-     key: "_closeTab",
 
-     value: function _closeTab($target) {
 
-       var _this4 = this;
 
-       var $targetItem = $target.parent();
 
-       var targetContentId = $target.attr('aria-labelledby');
 
-       $target.attr('aria-hidden', true);
 
-       $targetItem.removeClass('is-active');
 
-       jquery__WEBPACK_IMPORTED_MODULE_0___default()("#".concat(targetContentId)).attr({
 
-         'aria-expanded': false,
 
-         'aria-selected': false
 
-       });
 
-       $target.finish().slideUp(this.options.slideSpeed, function () {
 
-         /**
 
-          * Fires when the tab is done collapsing up.
 
-          * @event Accordion#up
 
-          */
 
-         _this4.$element.trigger('up.zf.accordion', [$target]);
 
-       });
 
-     }
 
-     /**
 
-      * Closes all active tabs
 
-      * @fires Accordion#up
 
-      * @function
 
-      * @private
 
-      */
 
-   }, {
 
-     key: "_closeAllTabs",
 
-     value: function _closeAllTabs() {
 
-       var $activeTabs = this.$element.children('.is-active').children('[data-tab-content]');
 
-       if ($activeTabs.length) {
 
-         this._closeTab($activeTabs);
 
-       }
 
-     }
 
-     /**
 
-      * Destroys an instance of an accordion.
 
-      * @fires Accordion#destroyed
 
-      * @function
 
-      */
 
-   }, {
 
-     key: "_destroy",
 
-     value: function _destroy() {
 
-       this.$element.find('[data-tab-content]').stop(true).slideUp(0).css('display', '');
 
-       this.$element.find('a').off('.zf.accordion');
 
-       if (this.options.deepLink) {
 
-         jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).off('hashchange', this._checkDeepLink);
 
-       }
 
-     }
 
-   }]);
 
-   return Accordion;
 
- }(_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__["Plugin"]);
 
- Accordion.defaults = {
 
-   /**
 
-    * Amount of time to animate the opening of an accordion pane.
 
-    * @option
 
-    * @type {number}
 
-    * @default 250
 
-    */
 
-   slideSpeed: 250,
 
-   /**
 
-    * Allow the accordion to have multiple open panes.
 
-    * @option
 
-    * @type {boolean}
 
-    * @default false
 
-    */
 
-   multiExpand: false,
 
-   /**
 
-    * Allow the accordion to close all panes.
 
-    * @option
 
-    * @type {boolean}
 
-    * @default false
 
-    */
 
-   allowAllClosed: false,
 
-   /**
 
-    * Link the location hash to the open pane.
 
-    * Set the location hash when the opened pane changes, and open and scroll to the corresponding pane when the location changes.
 
-    * @option
 
-    * @type {boolean}
 
-    * @default false
 
-    */
 
-   deepLink: false,
 
-   /**
 
-    * If `deepLink` is enabled, adjust the deep link scroll to make sure the top of the accordion panel is visible
 
-    * @option
 
-    * @type {boolean}
 
-    * @default false
 
-    */
 
-   deepLinkSmudge: false,
 
-   /**
 
-    * If `deepLinkSmudge` is enabled, animation time (ms) for the deep link adjustment
 
-    * @option
 
-    * @type {number}
 
-    * @default 300
 
-    */
 
-   deepLinkSmudgeDelay: 300,
 
-   /**
 
-    * If `deepLinkSmudge` is enabled, the offset for scrollToTtop to prevent overlap by a sticky element at the top of the page
 
-    * @option
 
-    * @type {number}
 
-    * @default 0
 
-    */
 
-   deepLinkSmudgeOffset: 0,
 
-   /**
 
-    * If `deepLink` is enabled, update the browser history with the open accordion
 
-    * @option
 
-    * @type {boolean}
 
-    * @default false
 
-    */
 
-   updateHistory: false
 
- };
 
- /***/ }),
 
- /***/ 1:
 
- /*!**********************************************************!*\
 
-   !*** multi ./js/entries/plugins/foundation.accordion.js ***!
 
-   \**********************************************************/
 
- /*! no static exports found */
 
- /***/ (function(module, exports, __webpack_require__) {
 
- module.exports = __webpack_require__(/*! /Users/joeworkman/Development/foundation-sites/js/entries/plugins/foundation.accordion.js */"./js/entries/plugins/foundation.accordion.js");
 
- /***/ }),
 
- /***/ "jquery":
 
- /*!********************************************************************************************!*\
 
-   !*** external {"root":["jQuery"],"amd":"jquery","commonjs":"jquery","commonjs2":"jquery"} ***!
 
-   \********************************************************************************************/
 
- /*! no static exports found */
 
- /***/ (function(module, exports) {
 
- module.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;
 
- /***/ })
 
- /******/ });
 
- });
 
- //# sourceMappingURL=foundation.accordion.js.map
 
 
  |