foundation-rails 6.6.2.0 → 6.9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (217) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/.travis.yml +2 -0
  4. data/Appraisals +4 -0
  5. data/Gemfile +1 -1
  6. data/Gemfile.lock +198 -145
  7. data/bower.json +3 -3
  8. data/foundation-rails.gemspec +4 -4
  9. data/gemfiles/rails_7.1.gemfile +10 -0
  10. data/gemfiles/rails_7.1.gemfile.lock +261 -0
  11. data/lib/foundation/rails/version.rb +1 -1
  12. data/lib/generators/foundation/templates/_settings.scss +32 -28
  13. data/vendor/assets/js/foundation.cjs.js +1996 -3162
  14. data/vendor/assets/js/foundation.cjs.js.map +1 -1
  15. data/vendor/assets/js/foundation.es6.js +385 -292
  16. data/vendor/assets/js/foundation.es6.js.map +1 -1
  17. data/vendor/assets/js/foundation.esm.js +1663 -2832
  18. data/vendor/assets/js/foundation.esm.js.map +1 -1
  19. data/vendor/assets/js/foundation.js +2440 -3870
  20. data/vendor/assets/js/foundation.js.map +1 -1
  21. data/vendor/assets/js/foundation.min.js +1 -1
  22. data/vendor/assets/js/foundation.min.js.map +1 -1
  23. data/vendor/assets/js/plugins/foundation.abide.js +238 -344
  24. data/vendor/assets/js/plugins/foundation.abide.js.map +1 -1
  25. data/vendor/assets/js/plugins/foundation.abide.min.js +1 -1
  26. data/vendor/assets/js/plugins/foundation.abide.min.js.map +1 -1
  27. data/vendor/assets/js/plugins/foundation.accordion.js +197 -275
  28. data/vendor/assets/js/plugins/foundation.accordion.js.map +1 -1
  29. data/vendor/assets/js/plugins/foundation.accordion.min.js +1 -1
  30. data/vendor/assets/js/plugins/foundation.accordion.min.js.map +1 -1
  31. data/vendor/assets/js/plugins/foundation.accordionMenu.js +174 -260
  32. data/vendor/assets/js/plugins/foundation.accordionMenu.js.map +1 -1
  33. data/vendor/assets/js/plugins/foundation.accordionMenu.min.js +1 -1
  34. data/vendor/assets/js/plugins/foundation.accordionMenu.min.js.map +1 -1
  35. data/vendor/assets/js/plugins/foundation.core.js +308 -447
  36. data/vendor/assets/js/plugins/foundation.core.js.map +1 -1
  37. data/vendor/assets/js/plugins/foundation.core.min.js +1 -1
  38. data/vendor/assets/js/plugins/foundation.core.min.js.map +1 -1
  39. data/vendor/assets/js/plugins/foundation.drilldown.js +258 -358
  40. data/vendor/assets/js/plugins/foundation.drilldown.js.map +1 -1
  41. data/vendor/assets/js/plugins/foundation.drilldown.min.js +1 -1
  42. data/vendor/assets/js/plugins/foundation.drilldown.min.js.map +1 -1
  43. data/vendor/assets/js/plugins/foundation.dropdown.js +289 -457
  44. data/vendor/assets/js/plugins/foundation.dropdown.js.map +1 -1
  45. data/vendor/assets/js/plugins/foundation.dropdown.min.js +1 -1
  46. data/vendor/assets/js/plugins/foundation.dropdown.min.js.map +1 -1
  47. data/vendor/assets/js/plugins/foundation.dropdownMenu.js +246 -346
  48. data/vendor/assets/js/plugins/foundation.dropdownMenu.js.map +1 -1
  49. data/vendor/assets/js/plugins/foundation.dropdownMenu.min.js +1 -1
  50. data/vendor/assets/js/plugins/foundation.dropdownMenu.min.js.map +1 -1
  51. data/vendor/assets/js/plugins/foundation.equalizer.js +178 -261
  52. data/vendor/assets/js/plugins/foundation.equalizer.js.map +1 -1
  53. data/vendor/assets/js/plugins/foundation.equalizer.min.js +1 -1
  54. data/vendor/assets/js/plugins/foundation.equalizer.min.js.map +1 -1
  55. data/vendor/assets/js/plugins/foundation.interchange.js +227 -326
  56. data/vendor/assets/js/plugins/foundation.interchange.js.map +1 -1
  57. data/vendor/assets/js/plugins/foundation.interchange.min.js +1 -1
  58. data/vendor/assets/js/plugins/foundation.interchange.min.js.map +1 -1
  59. data/vendor/assets/js/plugins/foundation.magellan.js +225 -336
  60. data/vendor/assets/js/plugins/foundation.magellan.js.map +1 -1
  61. data/vendor/assets/js/plugins/foundation.magellan.min.js +1 -1
  62. data/vendor/assets/js/plugins/foundation.magellan.min.js.map +1 -1
  63. data/vendor/assets/js/plugins/foundation.offcanvas.js +326 -471
  64. data/vendor/assets/js/plugins/foundation.offcanvas.js.map +1 -1
  65. data/vendor/assets/js/plugins/foundation.offcanvas.min.js +1 -1
  66. data/vendor/assets/js/plugins/foundation.offcanvas.min.js.map +1 -1
  67. data/vendor/assets/js/plugins/foundation.orbit.js +244 -347
  68. data/vendor/assets/js/plugins/foundation.orbit.js.map +1 -1
  69. data/vendor/assets/js/plugins/foundation.orbit.min.js +1 -1
  70. data/vendor/assets/js/plugins/foundation.orbit.min.js.map +1 -1
  71. data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.js +203 -278
  72. data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.js.map +1 -1
  73. data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.min.js +1 -1
  74. data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.min.js.map +1 -1
  75. data/vendor/assets/js/plugins/foundation.responsiveMenu.js +205 -255
  76. data/vendor/assets/js/plugins/foundation.responsiveMenu.js.map +1 -1
  77. data/vendor/assets/js/plugins/foundation.responsiveMenu.min.js +1 -1
  78. data/vendor/assets/js/plugins/foundation.responsiveMenu.min.js.map +1 -1
  79. data/vendor/assets/js/plugins/foundation.responsiveToggle.js +170 -226
  80. data/vendor/assets/js/plugins/foundation.responsiveToggle.js.map +1 -1
  81. data/vendor/assets/js/plugins/foundation.responsiveToggle.min.js +1 -1
  82. data/vendor/assets/js/plugins/foundation.responsiveToggle.min.js.map +1 -1
  83. data/vendor/assets/js/plugins/foundation.reveal.js +284 -444
  84. data/vendor/assets/js/plugins/foundation.reveal.js.map +1 -1
  85. data/vendor/assets/js/plugins/foundation.reveal.min.js +1 -1
  86. data/vendor/assets/js/plugins/foundation.reveal.min.js.map +1 -1
  87. data/vendor/assets/js/plugins/foundation.slider.js +322 -483
  88. data/vendor/assets/js/plugins/foundation.slider.js.map +1 -1
  89. data/vendor/assets/js/plugins/foundation.slider.min.js +1 -1
  90. data/vendor/assets/js/plugins/foundation.slider.min.js.map +1 -1
  91. data/vendor/assets/js/plugins/foundation.smoothScroll.js +138 -188
  92. data/vendor/assets/js/plugins/foundation.smoothScroll.js.map +1 -1
  93. data/vendor/assets/js/plugins/foundation.smoothScroll.min.js +1 -1
  94. data/vendor/assets/js/plugins/foundation.smoothScroll.min.js.map +1 -1
  95. data/vendor/assets/js/plugins/foundation.sticky.js +253 -394
  96. data/vendor/assets/js/plugins/foundation.sticky.js.map +1 -1
  97. data/vendor/assets/js/plugins/foundation.sticky.min.js +1 -1
  98. data/vendor/assets/js/plugins/foundation.sticky.min.js.map +1 -1
  99. data/vendor/assets/js/plugins/foundation.tabs.js +228 -317
  100. data/vendor/assets/js/plugins/foundation.tabs.js.map +1 -1
  101. data/vendor/assets/js/plugins/foundation.tabs.min.js +1 -1
  102. data/vendor/assets/js/plugins/foundation.tabs.min.js.map +1 -1
  103. data/vendor/assets/js/plugins/foundation.toggler.js +207 -294
  104. data/vendor/assets/js/plugins/foundation.toggler.js.map +1 -1
  105. data/vendor/assets/js/plugins/foundation.toggler.min.js +1 -1
  106. data/vendor/assets/js/plugins/foundation.toggler.min.js.map +1 -1
  107. data/vendor/assets/js/plugins/foundation.tooltip.js +275 -434
  108. data/vendor/assets/js/plugins/foundation.tooltip.js.map +1 -1
  109. data/vendor/assets/js/plugins/foundation.tooltip.min.js +1 -1
  110. data/vendor/assets/js/plugins/foundation.tooltip.min.js.map +1 -1
  111. data/vendor/assets/js/plugins/foundation.util.box.js +130 -186
  112. data/vendor/assets/js/plugins/foundation.util.box.js.map +1 -1
  113. data/vendor/assets/js/plugins/foundation.util.box.min.js +1 -1
  114. data/vendor/assets/js/plugins/foundation.util.box.min.js.map +1 -1
  115. data/vendor/assets/js/plugins/foundation.util.imageLoader.js +110 -150
  116. data/vendor/assets/js/plugins/foundation.util.imageLoader.js.map +1 -1
  117. data/vendor/assets/js/plugins/foundation.util.imageLoader.min.js +1 -1
  118. data/vendor/assets/js/plugins/foundation.util.imageLoader.min.js.map +1 -1
  119. data/vendor/assets/js/plugins/foundation.util.keyboard.js +157 -172
  120. data/vendor/assets/js/plugins/foundation.util.keyboard.js.map +1 -1
  121. data/vendor/assets/js/plugins/foundation.util.keyboard.min.js +1 -1
  122. data/vendor/assets/js/plugins/foundation.util.keyboard.min.js.map +1 -1
  123. data/vendor/assets/js/plugins/foundation.util.mediaQuery.js +167 -233
  124. data/vendor/assets/js/plugins/foundation.util.mediaQuery.js.map +1 -1
  125. data/vendor/assets/js/plugins/foundation.util.mediaQuery.min.js +1 -1
  126. data/vendor/assets/js/plugins/foundation.util.mediaQuery.min.js.map +1 -1
  127. data/vendor/assets/js/plugins/foundation.util.motion.js +123 -161
  128. data/vendor/assets/js/plugins/foundation.util.motion.js.map +1 -1
  129. data/vendor/assets/js/plugins/foundation.util.motion.min.js +1 -1
  130. data/vendor/assets/js/plugins/foundation.util.motion.min.js.map +1 -1
  131. data/vendor/assets/js/plugins/foundation.util.nest.js +123 -160
  132. data/vendor/assets/js/plugins/foundation.util.nest.js.map +1 -1
  133. data/vendor/assets/js/plugins/foundation.util.nest.min.js +1 -1
  134. data/vendor/assets/js/plugins/foundation.util.nest.min.js.map +1 -1
  135. data/vendor/assets/js/plugins/foundation.util.timer.js +116 -171
  136. data/vendor/assets/js/plugins/foundation.util.timer.js.map +1 -1
  137. data/vendor/assets/js/plugins/foundation.util.timer.min.js +1 -1
  138. data/vendor/assets/js/plugins/foundation.util.timer.min.js.map +1 -1
  139. data/vendor/assets/js/plugins/foundation.util.touch.js +172 -228
  140. data/vendor/assets/js/plugins/foundation.util.touch.js.map +1 -1
  141. data/vendor/assets/js/plugins/foundation.util.touch.min.js +1 -1
  142. data/vendor/assets/js/plugins/foundation.util.touch.min.js.map +1 -1
  143. data/vendor/assets/js/plugins/foundation.util.triggers.js +158 -222
  144. data/vendor/assets/js/plugins/foundation.util.triggers.js.map +1 -1
  145. data/vendor/assets/js/plugins/foundation.util.triggers.min.js +1 -1
  146. data/vendor/assets/js/plugins/foundation.util.triggers.min.js.map +1 -1
  147. data/vendor/assets/scss/_global.scss +18 -5
  148. data/vendor/assets/scss/components/_accordion-menu.scss +2 -2
  149. data/vendor/assets/scss/components/_badge.scss +1 -1
  150. data/vendor/assets/scss/components/_breadcrumbs.scss +2 -1
  151. data/vendor/assets/scss/components/_button-group.scss +13 -8
  152. data/vendor/assets/scss/components/_button.scss +13 -13
  153. data/vendor/assets/scss/components/_callout.scss +2 -2
  154. data/vendor/assets/scss/components/_close-button.scss +5 -4
  155. data/vendor/assets/scss/components/_dropdown-menu.scss +1 -1
  156. data/vendor/assets/scss/components/_label.scss +1 -1
  157. data/vendor/assets/scss/components/_menu.scss +54 -19
  158. data/vendor/assets/scss/components/_off-canvas.scss +18 -16
  159. data/vendor/assets/scss/components/_orbit.scss +3 -3
  160. data/vendor/assets/scss/components/_pagination.scss +1 -1
  161. data/vendor/assets/scss/components/_progress-bar.scss +1 -1
  162. data/vendor/assets/scss/components/_responsive-embed.scss +1 -1
  163. data/vendor/assets/scss/components/_reveal.scss +8 -3
  164. data/vendor/assets/scss/components/_slider.scss +5 -2
  165. data/vendor/assets/scss/components/_switch.scss +25 -2
  166. data/vendor/assets/scss/components/_table.scss +8 -7
  167. data/vendor/assets/scss/components/_tabs.scss +2 -2
  168. data/vendor/assets/scss/components/_top-bar.scss +7 -5
  169. data/vendor/assets/scss/components/_visibility.scss +45 -2
  170. data/vendor/assets/scss/forms/_label.scss +2 -1
  171. data/vendor/assets/scss/forms/_progress.scss +1 -1
  172. data/vendor/assets/scss/forms/_range.scss +1 -1
  173. data/vendor/assets/scss/forms/_select.scss +5 -4
  174. data/vendor/assets/scss/forms/_text.scss +2 -2
  175. data/vendor/assets/scss/foundation.scss +1 -1
  176. data/vendor/assets/scss/grid/_classes.scss +1 -1
  177. data/vendor/assets/scss/grid/_column.scss +3 -2
  178. data/vendor/assets/scss/grid/_flex-grid.scss +7 -6
  179. data/vendor/assets/scss/grid/_gutter.scss +1 -1
  180. data/vendor/assets/scss/grid/_layout.scss +5 -5
  181. data/vendor/assets/scss/grid/_position.scss +4 -4
  182. data/vendor/assets/scss/grid/_row.scss +1 -1
  183. data/vendor/assets/scss/motion-ui/util/_animation.scss +1 -1
  184. data/vendor/assets/scss/motion-ui/util/_series.scss +1 -1
  185. data/vendor/assets/scss/motion-ui/util/_unit.scss +54 -1
  186. data/vendor/assets/scss/prototype/_border-none.scss +1 -1
  187. data/vendor/assets/scss/prototype/_font-styling.scss +2 -2
  188. data/vendor/assets/scss/prototype/_overflow.scss +9 -0
  189. data/vendor/assets/scss/prototype/_rotate.scss +7 -5
  190. data/vendor/assets/scss/prototype/_separator.scss +5 -5
  191. data/vendor/assets/scss/prototype/_shadow.scss +1 -2
  192. data/vendor/assets/scss/prototype/_spacing.scss +33 -33
  193. data/vendor/assets/scss/prototype/_text-transformation.scss +3 -3
  194. data/vendor/assets/scss/settings/_settings.scss +32 -28
  195. data/vendor/assets/scss/typography/_base.scss +6 -6
  196. data/vendor/assets/scss/typography/_helpers.scss +10 -2
  197. data/vendor/assets/scss/typography/_print.scss +2 -2
  198. data/vendor/assets/scss/util/_breakpoint.scss +21 -18
  199. data/vendor/assets/scss/util/_color.scss +20 -8
  200. data/vendor/assets/scss/util/_direction.scss +1 -1
  201. data/vendor/assets/scss/util/_flex.scss +1 -1
  202. data/vendor/assets/scss/util/_math.scss +61 -9
  203. data/vendor/assets/scss/util/_mixins.scss +18 -14
  204. data/vendor/assets/scss/util/_selector.scss +1 -15
  205. data/vendor/assets/scss/util/_typography.scss +6 -6
  206. data/vendor/assets/scss/util/_unit.scss +14 -8
  207. data/vendor/assets/scss/util/_value.scss +3 -18
  208. data/vendor/assets/scss/vendor/normalize.scss +19 -2
  209. data/vendor/assets/scss/xy-grid/_cell.scss +16 -5
  210. data/vendor/assets/scss/xy-grid/_classes.scss +8 -8
  211. data/vendor/assets/scss/xy-grid/_frame.scss +12 -0
  212. data/vendor/assets/scss/xy-grid/_grid.scss +2 -2
  213. data/vendor/assets/scss/xy-grid/_gutters.scss +2 -2
  214. data/vendor/assets/scss/xy-grid/_layout.scss +1 -1
  215. data/vendor/assets/scss/xy-grid/_position.scss +12 -7
  216. data/vendor/assets/scss/xy-grid/_xy-grid.scss +2 -2
  217. metadata +21 -19
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack://__FOUNDATION_EXTERNAL__.[name]/webpack/universalModuleDefinition","webpack://__FOUNDATION_EXTERNAL__.[name]/webpack/bootstrap","webpack://__FOUNDATION_EXTERNAL__.[name]/js/entries/plugins/foundation.core.js","webpack://__FOUNDATION_EXTERNAL__.[name]/js/foundation.core.js","webpack://__FOUNDATION_EXTERNAL__.[name]/js/foundation.core.plugin.js","webpack://__FOUNDATION_EXTERNAL__.[name]/js/foundation.core.utils.js","webpack://__FOUNDATION_EXTERNAL__.[name]/js/foundation.util.mediaQuery.js"],"names":["root","factory","exports","module","require","define","amd","window","__WEBPACK_EXTERNAL_MODULE_jquery__","installedModules","__webpack_require__","m","r","__webpack_exports__","jquery__WEBPACK_IMPORTED_MODULE_0__","jquery__WEBPACK_IMPORTED_MODULE_0___default","n","_foundation_core__WEBPACK_IMPORTED_MODULE_1__","d","_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__","_foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__","Foundation","addToJquery","$","Plugin","rtl","GetYoDigits","transitionend","RegExpEscape","onLoad","_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__","_foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_2__","version","_plugins","_uuids","plugin","name","className","functionName","attrName","hyphenate","this","registerPlugin","pluginName","constructor","toLowerCase","uuid","$element","attr","concat","data","trigger","push","unregisterPlugin","prop","splice","indexOf","removeAttr","removeData","reInit","plugins","isJQ","each","_init","type","_typeof","_this","object","plgs","forEach","p","foundation","string","undefined","Object","keys","err","console","error","reflow","elem","i","find","addBack","filter","$el","opts","thing","split","_index","opt","e","map","el","trim","str","isNaN","parseFloat","parseValue","er","getFnName","fn","method","$noJS","length","removeClass","MediaQuery","TypeError","args","Array","prototype","slice","call","arguments","plugClass","ReferenceError","apply","Function","results","exec","toString","replace","util","throttle","func","delay","timer","context","setTimeout","Date","now","getTime","vendors","requestAnimationFrame","vp","cancelAnimationFrame","test","navigator","userAgent","lastTime","callback","nextTime","Math","max","clearTimeout","performance","start","bind","oThis","fNOP","fBound","fToBind","aArgs","element","options","_classCallCheck","_setup","getPluginName","_destroy","obj","ignoreMousedisappear","chars","floor","random","charsLength","namespace","end","transitions","transition","MozTransition","OTransition","document","createElement","triggerHandler","$elem","cb","didLoad","readyState","handler","eventType","one","_ref$ignoreReappear","ignoreReappear","ignoreLeaveWindow","eLeave","_len","_key","rest","relatedTarget","hasFocus","eReenter","target","Symbol","iterator","_slicedToArray","arr","_arrayWithHoles","_iterableToArrayLimit","_nonIterableRest","matchMedia","styleMedia","media","style","info","head","appendChild","script","insertBefore","getComputedStyle","currentStyle","styleSheet","matchMedium","cssText","text","textContent","matches","queries","current","isInitialized","appendTo","extractedStyles","css","namedQueries","styleObject","reduce","ret","param","parts","key","val","decodeURIComponent","hasOwnProperty","isArray","parseStyleToObject","value","_getCurrentSize","_watcher","size","upTo","nextSize","atLeast","next","bpSize","_parts$","_parts","bpModifier","only","query","_getQueryName","q","queryIndex","Error","nextQuery","matched","newSize","_this2","currentSize","c","getter","o","defineProperty","enumerable","get","toStringTag","t","mode","__esModule","ns","create","property","s","moduleId","l","modules"],"mappings":"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","file":"foundation.core.min.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"jquery\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"jquery\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"foundation.core\"] = factory(require(\"jquery\"));\n\telse\n\t\troot[\"__FOUNDATION_EXTERNAL__\"] = root[\"__FOUNDATION_EXTERNAL__\"] || {}, root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.core\"] = factory(root[\"jQuery\"]);\n})(window, function(__WEBPACK_EXTERNAL_MODULE_jquery__) {\nreturn "," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n","// --- Foundation Core API ---\n// Initialize Foundation and add some utilities to its public API for backward compatibility.\n// Please note that every utility do not have to be added to the core API.\nimport $ from 'jquery';\nimport { Foundation } from '../../foundation.core';\nimport { Plugin } from '../../foundation.core.plugin';\nimport { rtl, GetYoDigits, transitionend, RegExpEscape, onLoad } from '../../foundation.core.utils';\n\nFoundation.addToJquery($);\n\n// Every plugin depends on plugin now, we can include that on the core for the\n// script inclusion path.\nFoundation.Plugin = Plugin;\n\n// These are now separated out, but historically were a part of this module,\n// and since this is here for backwards compatibility we include them in\n// this entry.\nFoundation.rtl = rtl;\nFoundation.GetYoDigits = GetYoDigits;\nFoundation.transitionend = transitionend;\nFoundation.RegExpEscape = RegExpEscape;\nFoundation.onLoad = onLoad;\n\nwindow.Foundation = Foundation;\n\n// --- Foundation Core exports ---\n// Export \"Plugin\" and all core utilities, since the `foundation.core` entry plays the role of\n// all core source files.\n\nexport { Foundation };\nexport * from '../../foundation.core.plugin';\nexport * from '../../foundation.core.utils';\n","\"use strict\";\n\nimport $ from 'jquery';\nimport { GetYoDigits } from './foundation.core.utils';\nimport { MediaQuery } from './foundation.util.mediaQuery';\n\nvar FOUNDATION_VERSION = '6.6.1';\n\n// Global Foundation object\n// This is attached to the window, or used as a module for AMD/Browserify\nvar Foundation = {\n version: FOUNDATION_VERSION,\n\n /**\n * Stores initialized plugins.\n */\n _plugins: {},\n\n /**\n * Stores generated unique ids for plugin instances\n */\n _uuids: [],\n\n /**\n * Defines a Foundation plugin, adding it to the `Foundation` namespace and the list of plugins to initialize when reflowing.\n * @param {Object} plugin - The constructor of the plugin.\n */\n plugin: function(plugin, name) {\n // Object key to use when adding to global Foundation object\n // Examples: Foundation.Reveal, Foundation.OffCanvas\n var className = (name || functionName(plugin));\n // Object key to use when storing the plugin, also used to create the identifying data attribute for the plugin\n // Examples: data-reveal, data-off-canvas\n var attrName = hyphenate(className);\n\n // Add to the Foundation object and the plugins list (for reflowing)\n this._plugins[attrName] = this[className] = plugin;\n },\n /**\n * @function\n * Populates the _uuids array with pointers to each individual plugin instance.\n * Adds the `zfPlugin` data-attribute to programmatically created plugins to allow use of $(selector).foundation(method) calls.\n * Also fires the initialization event for each plugin, consolidating repetitive code.\n * @param {Object} plugin - an instance of a plugin, usually `this` in context.\n * @param {String} name - the name of the plugin, passed as a camelCased string.\n * @fires Plugin#init\n */\n registerPlugin: function(plugin, name){\n var pluginName = name ? hyphenate(name) : functionName(plugin.constructor).toLowerCase();\n plugin.uuid = GetYoDigits(6, pluginName);\n\n if(!plugin.$element.attr(`data-${pluginName}`)){ plugin.$element.attr(`data-${pluginName}`, plugin.uuid); }\n if(!plugin.$element.data('zfPlugin')){ plugin.$element.data('zfPlugin', plugin); }\n /**\n * Fires when the plugin has initialized.\n * @event Plugin#init\n */\n plugin.$element.trigger(`init.zf.${pluginName}`);\n\n this._uuids.push(plugin.uuid);\n\n return;\n },\n /**\n * @function\n * Removes the plugins uuid from the _uuids array.\n * Removes the zfPlugin data attribute, as well as the data-plugin-name attribute.\n * Also fires the destroyed event for the plugin, consolidating repetitive code.\n * @param {Object} plugin - an instance of a plugin, usually `this` in context.\n * @fires Plugin#destroyed\n */\n unregisterPlugin: function(plugin){\n var pluginName = hyphenate(functionName(plugin.$element.data('zfPlugin').constructor));\n\n this._uuids.splice(this._uuids.indexOf(plugin.uuid), 1);\n plugin.$element.removeAttr(`data-${pluginName}`).removeData('zfPlugin')\n /**\n * Fires when the plugin has been destroyed.\n * @event Plugin#destroyed\n */\n .trigger(`destroyed.zf.${pluginName}`);\n for(var prop in plugin){\n plugin[prop] = null;//clean up script to prep for garbage collection.\n }\n return;\n },\n\n /**\n * @function\n * Causes one or more active plugins to re-initialize, resetting event listeners, recalculating positions, etc.\n * @param {String} plugins - optional string of an individual plugin key, attained by calling `$(element).data('pluginName')`, or string of a plugin class i.e. `'dropdown'`\n * @default If no argument is passed, reflow all currently active plugins.\n */\n reInit: function(plugins){\n var isJQ = plugins instanceof $;\n try{\n if(isJQ){\n plugins.each(function(){\n $(this).data('zfPlugin')._init();\n });\n }else{\n var type = typeof plugins,\n _this = this,\n fns = {\n 'object': function(plgs){\n plgs.forEach(function(p){\n p = hyphenate(p);\n $('[data-'+ p +']').foundation('_init');\n });\n },\n 'string': function(){\n plugins = hyphenate(plugins);\n $('[data-'+ plugins +']').foundation('_init');\n },\n 'undefined': function(){\n this['object'](Object.keys(_this._plugins));\n }\n };\n fns[type](plugins);\n }\n }catch(err){\n console.error(err);\n }finally{\n return plugins;\n }\n },\n\n /**\n * Initialize plugins on any elements within `elem` (and `elem` itself) that aren't already initialized.\n * @param {Object} elem - jQuery object containing the element to check inside. Also checks the element itself, unless it's the `document` object.\n * @param {String|Array} plugins - A list of plugins to initialize. Leave this out to initialize everything.\n */\n reflow: function(elem, plugins) {\n\n // If plugins is undefined, just grab everything\n if (typeof plugins === 'undefined') {\n plugins = Object.keys(this._plugins);\n }\n // If plugins is a string, convert it to an array with one item\n else if (typeof plugins === 'string') {\n plugins = [plugins];\n }\n\n var _this = this;\n\n // Iterate through each plugin\n $.each(plugins, function(i, name) {\n // Get the current plugin\n var plugin = _this._plugins[name];\n\n // Localize the search to all elements inside elem, as well as elem itself, unless elem === document\n var $elem = $(elem).find('[data-'+name+']').addBack('[data-'+name+']').filter(function () {\n return typeof $(this).data(\"zfPlugin\") === 'undefined';\n });\n\n // For each plugin found, initialize it\n $elem.each(function() {\n var $el = $(this),\n opts = { reflow: true };\n\n if($el.attr('data-options')){\n var thing = $el.attr('data-options').split(';').forEach(function(e, i){\n var opt = e.split(':').map(function(el){ return el.trim(); });\n if(opt[0]) opts[opt[0]] = parseValue(opt[1]);\n });\n }\n try{\n $el.data('zfPlugin', new plugin($(this), opts));\n }catch(er){\n console.error(er);\n }finally{\n return;\n }\n });\n });\n },\n getFnName: functionName,\n\n addToJquery: function($) {\n // TODO: consider not making this a jQuery function\n // TODO: need way to reflow vs. re-initialize\n /**\n * The Foundation jQuery method.\n * @param {String|Array} method - An action to perform on the current jQuery object.\n */\n var foundation = function(method) {\n var type = typeof method,\n $noJS = $('.no-js');\n\n if($noJS.length){\n $noJS.removeClass('no-js');\n }\n\n if(type === 'undefined'){//needs to initialize the Foundation object, or an individual plugin.\n MediaQuery._init();\n Foundation.reflow(this);\n }else if(type === 'string'){//an individual method to invoke on a plugin or group of plugins\n var args = Array.prototype.slice.call(arguments, 1);//collect all the arguments, if necessary\n var plugClass = this.data('zfPlugin');//determine the class of plugin\n\n if(typeof plugClass !== 'undefined' && typeof plugClass[method] !== 'undefined'){//make sure both the class and method exist\n if(this.length === 1){//if there's only one, call it directly.\n plugClass[method].apply(plugClass, args);\n }else{\n this.each(function(i, el){//otherwise loop through the jQuery collection and invoke the method on each\n plugClass[method].apply($(el).data('zfPlugin'), args);\n });\n }\n }else{//error for no class or no method\n throw new ReferenceError(\"We're sorry, '\" + method + \"' is not an available method for \" + (plugClass ? functionName(plugClass) : 'this element') + '.');\n }\n }else{//error for invalid argument type\n throw new TypeError(`We're sorry, ${type} is not a valid parameter. You must use a string representing the method you wish to invoke.`);\n }\n return this;\n };\n $.fn.foundation = foundation;\n return $;\n }\n};\n\nFoundation.util = {\n /**\n * Function for applying a debounce effect to a function call.\n * @function\n * @param {Function} func - Function to be called at end of timeout.\n * @param {Number} delay - Time in ms to delay the call of `func`.\n * @returns function\n */\n throttle: function (func, delay) {\n var timer = null;\n\n return function () {\n var context = this, args = arguments;\n\n if (timer === null) {\n timer = setTimeout(function () {\n func.apply(context, args);\n timer = null;\n }, delay);\n }\n };\n }\n};\n\nwindow.Foundation = Foundation;\n\n// Polyfill for requestAnimationFrame\n(function() {\n if (!Date.now || !window.Date.now)\n window.Date.now = Date.now = function() { return new Date().getTime(); };\n\n var vendors = ['webkit', 'moz'];\n for (var i = 0; i < vendors.length && !window.requestAnimationFrame; ++i) {\n var vp = vendors[i];\n window.requestAnimationFrame = window[vp+'RequestAnimationFrame'];\n window.cancelAnimationFrame = (window[vp+'CancelAnimationFrame']\n || window[vp+'CancelRequestAnimationFrame']);\n }\n if (/iP(ad|hone|od).*OS 6/.test(window.navigator.userAgent)\n || !window.requestAnimationFrame || !window.cancelAnimationFrame) {\n var lastTime = 0;\n window.requestAnimationFrame = function(callback) {\n var now = Date.now();\n var nextTime = Math.max(lastTime + 16, now);\n return setTimeout(function() { callback(lastTime = nextTime); },\n nextTime - now);\n };\n window.cancelAnimationFrame = clearTimeout;\n }\n /**\n * Polyfill for performance.now, required by rAF\n */\n if(!window.performance || !window.performance.now){\n window.performance = {\n start: Date.now(),\n now: function(){ return Date.now() - this.start; }\n };\n }\n})();\nif (!Function.prototype.bind) {\n Function.prototype.bind = function(oThis) {\n if (typeof this !== 'function') {\n // closest thing possible to the ECMAScript 5\n // internal IsCallable function\n throw new TypeError('Function.prototype.bind - what is trying to be bound is not callable');\n }\n\n var aArgs = Array.prototype.slice.call(arguments, 1),\n fToBind = this,\n fNOP = function() {},\n fBound = function() {\n return fToBind.apply(this instanceof fNOP\n ? this\n : oThis,\n aArgs.concat(Array.prototype.slice.call(arguments)));\n };\n\n if (this.prototype) {\n // native functions don't have a prototype\n fNOP.prototype = this.prototype;\n }\n fBound.prototype = new fNOP();\n\n return fBound;\n };\n}\n// Polyfill to get the name of a function in IE9\nfunction functionName(fn) {\n if (typeof Function.prototype.name === 'undefined') {\n var funcNameRegex = /function\\s([^(]{1,})\\(/;\n var results = (funcNameRegex).exec((fn).toString());\n return (results && results.length > 1) ? results[1].trim() : \"\";\n }\n else if (typeof fn.prototype === 'undefined') {\n return fn.constructor.name;\n }\n else {\n return fn.prototype.constructor.name;\n }\n}\nfunction parseValue(str){\n if ('true' === str) return true;\n else if ('false' === str) return false;\n else if (!isNaN(str * 1)) return parseFloat(str);\n return str;\n}\n// Convert PascalCase to kebab-case\n// Thank you: http://stackoverflow.com/a/8955580\nfunction hyphenate(str) {\n return str.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();\n}\n\nexport {Foundation};\n","'use strict';\n\nimport $ from 'jquery';\nimport { GetYoDigits } from './foundation.core.utils';\n\n// Abstract class for providing lifecycle hooks. Expect plugins to define AT LEAST\n// {function} _setup (replaces previous constructor),\n// {function} _destroy (replaces previous destroy)\nclass Plugin {\n\n constructor(element, options) {\n this._setup(element, options);\n var pluginName = getPluginName(this);\n this.uuid = GetYoDigits(6, pluginName);\n\n if(!this.$element.attr(`data-${pluginName}`)){ this.$element.attr(`data-${pluginName}`, this.uuid); }\n if(!this.$element.data('zfPlugin')){ this.$element.data('zfPlugin', this); }\n /**\n * Fires when the plugin has initialized.\n * @event Plugin#init\n */\n this.$element.trigger(`init.zf.${pluginName}`);\n }\n\n destroy() {\n this._destroy();\n var pluginName = getPluginName(this);\n this.$element.removeAttr(`data-${pluginName}`).removeData('zfPlugin')\n /**\n * Fires when the plugin has been destroyed.\n * @event Plugin#destroyed\n */\n .trigger(`destroyed.zf.${pluginName}`);\n for(var prop in this){\n this[prop] = null;//clean up script to prep for garbage collection.\n }\n }\n}\n\n// Convert PascalCase to kebab-case\n// Thank you: http://stackoverflow.com/a/8955580\nfunction hyphenate(str) {\n return str.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();\n}\n\nfunction getPluginName(obj) {\n if(typeof(obj.constructor.name) !== 'undefined') {\n return hyphenate(obj.constructor.name);\n } else {\n return hyphenate(obj.className);\n }\n}\n\nexport {Plugin};\n","\"use strict\";\n\nimport $ from 'jquery';\n\n// Core Foundation Utilities, utilized in a number of places.\n\n /**\n * Returns a boolean for RTL support\n */\nfunction rtl() {\n return $('html').attr('dir') === 'rtl';\n}\n\n/**\n * returns a random base-36 uid with namespacing\n * @function\n * @param {Number} length - number of random base-36 digits desired. Increase for more random strings.\n * @param {String} namespace - name of plugin to be incorporated in uid, optional.\n * @default {String} '' - if no plugin name is provided, nothing is appended to the uid.\n * @returns {String} - unique id\n */\nfunction GetYoDigits(length = 6, namespace){\n let str = '';\n const chars = '0123456789abcdefghijklmnopqrstuvwxyz';\n const charsLength = chars.length;\n for (let i = 0; i < length; i++) {\n str += chars[Math.floor(Math.random() * charsLength)];\n }\n return namespace ? `${str}-${namespace}` : str;\n}\n\n/**\n * Escape a string so it can be used as a regexp pattern\n * @function\n * @see https://stackoverflow.com/a/9310752/4317384\n *\n * @param {String} str - string to escape.\n * @returns {String} - escaped string\n */\nfunction RegExpEscape(str){\n return str.replace(/[-[\\]{}()*+?.,\\\\^$|#\\s]/g, '\\\\$&');\n}\n\nfunction transitionend($elem){\n var transitions = {\n 'transition': 'transitionend',\n 'WebkitTransition': 'webkitTransitionEnd',\n 'MozTransition': 'transitionend',\n 'OTransition': 'otransitionend'\n };\n var elem = document.createElement('div'),\n end;\n\n for (var t in transitions){\n if (typeof elem.style[t] !== 'undefined'){\n end = transitions[t];\n }\n }\n if(end){\n return end;\n }else{\n end = setTimeout(function(){\n $elem.triggerHandler('transitionend', [$elem]);\n }, 1);\n return 'transitionend';\n }\n}\n\n/**\n * Return an event type to listen for window load.\n *\n * If `$elem` is passed, an event will be triggered on `$elem`. If window is already loaded, the event will still be triggered.\n * If `handler` is passed, attach it to the event on `$elem`.\n * Calling `onLoad` without handler allows you to get the event type that will be triggered before attaching the handler by yourself.\n * @function\n *\n * @param {Object} [] $elem - jQuery element on which the event will be triggered if passed.\n * @param {Function} [] handler - function to attach to the event.\n * @returns {String} - event type that should or will be triggered.\n */\nfunction onLoad($elem, handler) {\n const didLoad = document.readyState === 'complete';\n const eventType = (didLoad ? '_didLoad' : 'load') + '.zf.util.onLoad';\n const cb = () => $elem.triggerHandler(eventType);\n\n if ($elem) {\n if (handler) $elem.one(eventType, handler);\n\n if (didLoad)\n setTimeout(cb);\n else\n $(window).one('load', cb);\n }\n\n return eventType;\n}\n\n/**\n * Retuns an handler for the `mouseleave` that ignore disappeared mouses.\n *\n * If the mouse \"disappeared\" from the document (like when going on a browser UI element, See https://git.io/zf-11410),\n * the event is ignored.\n * - If the `ignoreLeaveWindow` is `true`, the event is ignored when the user actually left the window\n * (like by switching to an other window with [Alt]+[Tab]).\n * - If the `ignoreReappear` is `true`, the event will be ignored when the mouse will reappear later on the document\n * outside of the element it left.\n *\n * @function\n *\n * @param {Function} [] handler - handler for the filtered `mouseleave` event to watch.\n * @param {Object} [] options - object of options:\n * - {Boolean} [false] ignoreLeaveWindow - also ignore when the user switched windows.\n * - {Boolean} [false] ignoreReappear - also ignore when the mouse reappeared outside of the element it left.\n * @returns {Function} - filtered handler to use to listen on the `mouseleave` event.\n */\nfunction ignoreMousedisappear(handler, { ignoreLeaveWindow = false, ignoreReappear = false } = {}) {\n return function leaveEventHandler(eLeave, ...rest) {\n const callback = handler.bind(this, eLeave, ...rest);\n\n // The mouse left: call the given callback if the mouse entered elsewhere\n if (eLeave.relatedTarget !== null) {\n return callback();\n }\n\n // Otherwise, check if the mouse actually left the window.\n // In firefox if the user switched between windows, the window sill have the focus by the time\n // the event is triggered. We have to debounce the event to test this case.\n setTimeout(function leaveEventDebouncer() {\n if (!ignoreLeaveWindow && document.hasFocus && !document.hasFocus()) {\n return callback();\n }\n\n // Otherwise, wait for the mouse to reeapear outside of the element,\n if (!ignoreReappear) {\n $(document).one('mouseenter', function reenterEventHandler(eReenter) {\n if (!$(eLeave.currentTarget).has(eReenter.target).length) {\n // Fill where the mouse finally entered.\n eLeave.relatedTarget = eReenter.target;\n callback();\n }\n });\n }\n\n }, 0);\n };\n}\n\n\nexport { rtl, GetYoDigits, RegExpEscape, transitionend, onLoad, ignoreMousedisappear };\n","'use strict';\n\nimport $ from 'jquery';\n\n// Default set of media queries\nconst defaultQueries = {\n 'default' : 'only screen',\n landscape : 'only screen and (orientation: landscape)',\n portrait : 'only screen and (orientation: portrait)',\n retina : 'only screen and (-webkit-min-device-pixel-ratio: 2),' +\n 'only screen and (min--moz-device-pixel-ratio: 2),' +\n 'only screen and (-o-min-device-pixel-ratio: 2/1),' +\n 'only screen and (min-device-pixel-ratio: 2),' +\n 'only screen and (min-resolution: 192dpi),' +\n 'only screen and (min-resolution: 2dppx)'\n };\n\n\n// matchMedia() polyfill - Test a CSS media type/query in JS.\n// Authors & copyright © 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. MIT license\n/* eslint-disable */\nwindow.matchMedia || (window.matchMedia = (function () {\n \"use strict\";\n\n // For browsers that support matchMedium api such as IE 9 and webkit\n var styleMedia = (window.styleMedia || window.media);\n\n // For those that don't support matchMedium\n if (!styleMedia) {\n var style = document.createElement('style'),\n script = document.getElementsByTagName('script')[0],\n info = null;\n\n style.type = 'text/css';\n style.id = 'matchmediajs-test';\n\n if (!script) {\n document.head.appendChild(style);\n } else {\n script.parentNode.insertBefore(style, script);\n }\n\n // 'style.currentStyle' is used by IE <= 8 and 'window.getComputedStyle' for all other browsers\n info = ('getComputedStyle' in window) && window.getComputedStyle(style, null) || style.currentStyle;\n\n styleMedia = {\n matchMedium: function (media) {\n var text = '@media ' + media + '{ #matchmediajs-test { width: 1px; } }';\n\n // 'style.styleSheet' is used by IE <= 8 and 'style.textContent' for all other browsers\n if (style.styleSheet) {\n style.styleSheet.cssText = text;\n } else {\n style.textContent = text;\n }\n\n // Test if media query is true or false\n return info.width === '1px';\n }\n };\n }\n\n return function(media) {\n return {\n matches: styleMedia.matchMedium(media || 'all'),\n media: media || 'all'\n };\n };\n})());\n/* eslint-enable */\n\nvar MediaQuery = {\n queries: [],\n\n current: '',\n\n /**\n * Initializes the media query helper, by extracting the breakpoint list from the CSS and activating the breakpoint watcher.\n * @function\n * @private\n */\n _init() {\n\n // make sure the initialization is only done once when calling _init() several times\n if (this.isInitialized === true) {\n return;\n } else {\n this.isInitialized = true;\n }\n\n var self = this;\n var $meta = $('meta.foundation-mq');\n if(!$meta.length){\n $('<meta class=\"foundation-mq\">').appendTo(document.head);\n }\n\n var extractedStyles = $('.foundation-mq').css('font-family');\n var namedQueries;\n\n namedQueries = parseStyleToObject(extractedStyles);\n\n self.queries = []; // reset\n\n for (var key in namedQueries) {\n if(namedQueries.hasOwnProperty(key)) {\n self.queries.push({\n name: key,\n value: `only screen and (min-width: ${namedQueries[key]})`\n });\n }\n }\n\n this.current = this._getCurrentSize();\n\n this._watcher();\n },\n\n /**\n * Reinitializes the media query helper.\n * Useful if your CSS breakpoint configuration has just been loaded or has changed since the initialization.\n * @function\n * @private\n */\n _reInit() {\n this.isInitialized = false;\n this._init();\n },\n\n /**\n * Checks if the screen is at least as wide as a breakpoint.\n * @function\n * @param {String} size - Name of the breakpoint to check.\n * @returns {Boolean} `true` if the breakpoint matches, `false` if it's smaller.\n */\n atLeast(size) {\n var query = this.get(size);\n\n if (query) {\n return window.matchMedia(query).matches;\n }\n\n return false;\n },\n\n /**\n * Checks if the screen is within the given breakpoint.\n * If smaller than the breakpoint of larger than its upper limit it returns false.\n * @function\n * @param {String} size - Name of the breakpoint to check.\n * @returns {Boolean} `true` if the breakpoint matches, `false` otherwise.\n */\n only(size) {\n return size === this._getCurrentSize();\n },\n\n /**\n * Checks if the screen is within a breakpoint or smaller.\n * @function\n * @param {String} size - Name of the breakpoint to check.\n * @returns {Boolean} `true` if the breakpoint matches, `false` if it's larger.\n */\n upTo(size) {\n const nextSize = this.next(size);\n\n // If the next breakpoint does not match, the screen is smaller than\n // the upper limit of this breakpoint.\n if (nextSize) {\n return !this.atLeast(nextSize);\n }\n\n // If there is no next breakpoint, the \"size\" breakpoint does not have\n // an upper limit and the screen will always be within it or smaller.\n return true;\n },\n\n /**\n * Checks if the screen matches to a breakpoint.\n * @function\n * @param {String} size - Name of the breakpoint to check, either 'small only' or 'small'. Omitting 'only' falls back to using atLeast() method.\n * @returns {Boolean} `true` if the breakpoint matches, `false` if it does not.\n */\n is(size) {\n const parts = size.trim().split(' ').filter(p => !!p.length);\n const [bpSize, bpModifier = ''] = parts;\n\n // Only the breakpont\n if (bpModifier === 'only') {\n return this.only(bpSize);\n }\n // At least the breakpoint (included)\n if (!bpModifier || bpModifier === 'up') {\n return this.atLeast(bpSize);\n }\n // Up to the breakpoint (included)\n if (bpModifier === 'down') {\n return this.upTo(bpSize);\n }\n\n throw new Error(`\n Invalid breakpoint passed to MediaQuery.is().\n Expected a breakpoint name formatted like \"<size> <modifier>\", got \"${size}\".\n `);\n },\n\n /**\n * Gets the media query of a breakpoint.\n * @function\n * @param {String} size - Name of the breakpoint to get.\n * @returns {String|null} - The media query of the breakpoint, or `null` if the breakpoint doesn't exist.\n */\n get(size) {\n for (var i in this.queries) {\n if(this.queries.hasOwnProperty(i)) {\n var query = this.queries[i];\n if (size === query.name) return query.value;\n }\n }\n\n return null;\n },\n\n /**\n * Get the breakpoint following the given breakpoint.\n * @function\n * @param {String} size - Name of the breakpoint.\n * @returns {String|null} - The name of the following breakpoint, or `null` if the passed breakpoint was the last one.\n */\n next(size) {\n const queryIndex = this.queries.findIndex((q) => this._getQueryName(q) === size);\n if (queryIndex === -1) {\n throw new Error(`\n Unknown breakpoint \"${size}\" passed to MediaQuery.next().\n Ensure it is present in your Sass \"$breakpoints\" setting.\n `);\n }\n\n const nextQuery = this.queries[queryIndex + 1];\n return nextQuery ? nextQuery.name : null;\n },\n\n /**\n * Returns the name of the breakpoint related to the given value.\n * @function\n * @private\n * @param {String|Object} value - Breakpoint name or query object.\n * @returns {String} Name of the breakpoint.\n */\n _getQueryName(value) {\n if (typeof value === 'string')\n return value;\n if (typeof value === 'object')\n return value.name;\n throw new TypeError(`\n Invalid value passed to MediaQuery._getQueryName().\n Expected a breakpoint name (String) or a breakpoint query (Object), got \"${value}\" (${typeof value})\n `);\n },\n\n /**\n * Gets the current breakpoint name by testing every breakpoint and returning the last one to match (the biggest one).\n * @function\n * @private\n * @returns {String} Name of the current breakpoint.\n */\n _getCurrentSize() {\n var matched;\n\n for (var i = 0; i < this.queries.length; i++) {\n var query = this.queries[i];\n\n if (window.matchMedia(query.value).matches) {\n matched = query;\n }\n }\n\n return matched && this._getQueryName(matched);\n },\n\n /**\n * Activates the breakpoint watcher, which fires an event on the window whenever the breakpoint changes.\n * @function\n * @private\n */\n _watcher() {\n $(window).off('resize.zf.mediaquery').on('resize.zf.mediaquery', () => {\n var newSize = this._getCurrentSize(), currentSize = this.current;\n\n if (newSize !== currentSize) {\n // Change the current media query\n this.current = newSize;\n\n // Broadcast the media query change on the window\n $(window).trigger('changed.zf.mediaquery', [newSize, currentSize]);\n }\n });\n }\n};\n\n\n\n// Thank you: https://github.com/sindresorhus/query-string\nfunction parseStyleToObject(str) {\n var styleObject = {};\n\n if (typeof str !== 'string') {\n return styleObject;\n }\n\n str = str.trim().slice(1, -1); // browsers re-quote string style values\n\n if (!str) {\n return styleObject;\n }\n\n styleObject = str.split('&').reduce(function(ret, param) {\n var parts = param.replace(/\\+/g, ' ').split('=');\n var key = parts[0];\n var val = parts[1];\n key = decodeURIComponent(key);\n\n // missing `=` should be `null`:\n // http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters\n val = typeof val === 'undefined' ? null : decodeURIComponent(val);\n\n if (!ret.hasOwnProperty(key)) {\n ret[key] = val;\n } else if (Array.isArray(ret[key])) {\n ret[key].push(val);\n } else {\n ret[key] = [ret[key], val];\n }\n return ret;\n }, {});\n\n return styleObject;\n}\n\nexport {MediaQuery};\n"]}
1
+ {"version":3,"file":"foundation.core.min.js","sources":["foundation.core.min.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"jquery\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"jquery\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"__FOUNDATION_EXTERNAL__\"] = factory(require(\"jquery\"));\n\telse\n\t\troot[\"__FOUNDATION_EXTERNAL__\"] = root[\"__FOUNDATION_EXTERNAL__\"] || {}, root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.core\"] = factory(root[\"jQuery\"]);\n})(self, function(__WEBPACK_EXTERNAL_MODULE_jquery__) {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \t\"use strict\";\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ \"./js/foundation.core.js\":\n/*!*******************************!*\\\n !*** ./js/foundation.core.js ***!\n \\*******************************/\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Foundation: function() { return /* binding */ Foundation; }\n/* harmony export */ });\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ \"jquery\");\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./foundation.core.utils */ \"./js/foundation.core.utils.js\");\n/* harmony import */ var _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./foundation.util.mediaQuery */ \"./js/foundation.util.mediaQuery.js\");\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\n\n\n\nvar FOUNDATION_VERSION = '6.9.0';\n\n// Global Foundation object\n// This is attached to the window, or used as a module for AMD/Browserify\nvar Foundation = {\n version: FOUNDATION_VERSION,\n /**\n * Stores initialized plugins.\n */\n _plugins: {},\n /**\n * Stores generated unique ids for plugin instances\n */\n _uuids: [],\n /**\n * Defines a Foundation plugin, adding it to the `Foundation` namespace and the list of plugins to initialize when reflowing.\n * @param {Object} plugin - The constructor of the plugin.\n */\n plugin: function plugin(_plugin, name) {\n // Object key to use when adding to global Foundation object\n // Examples: Foundation.Reveal, Foundation.OffCanvas\n var className = name || functionName(_plugin);\n // Object key to use when storing the plugin, also used to create the identifying data attribute for the plugin\n // Examples: data-reveal, data-off-canvas\n var attrName = hyphenate(className);\n\n // Add to the Foundation object and the plugins list (for reflowing)\n this._plugins[attrName] = this[className] = _plugin;\n },\n /**\n * @function\n * Populates the _uuids array with pointers to each individual plugin instance.\n * Adds the `zfPlugin` data-attribute to programmatically created plugins to allow use of $(selector).foundation(method) calls.\n * Also fires the initialization event for each plugin, consolidating repetitive code.\n * @param {Object} plugin - an instance of a plugin, usually `this` in context.\n * @param {String} name - the name of the plugin, passed as a camelCased string.\n * @fires Plugin#init\n */\n registerPlugin: function registerPlugin(plugin, name) {\n var pluginName = name ? hyphenate(name) : functionName(plugin.constructor).toLowerCase();\n plugin.uuid = (0,_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__.GetYoDigits)(6, pluginName);\n if (!plugin.$element.attr(\"data-\".concat(pluginName))) {\n plugin.$element.attr(\"data-\".concat(pluginName), plugin.uuid);\n }\n if (!plugin.$element.data('zfPlugin')) {\n plugin.$element.data('zfPlugin', plugin);\n }\n /**\n * Fires when the plugin has initialized.\n * @event Plugin#init\n */\n plugin.$element.trigger(\"init.zf.\".concat(pluginName));\n this._uuids.push(plugin.uuid);\n return;\n },\n /**\n * @function\n * Removes the plugins uuid from the _uuids array.\n * Removes the zfPlugin data attribute, as well as the data-plugin-name attribute.\n * Also fires the destroyed event for the plugin, consolidating repetitive code.\n * @param {Object} plugin - an instance of a plugin, usually `this` in context.\n * @fires Plugin#destroyed\n */\n unregisterPlugin: function unregisterPlugin(plugin) {\n var pluginName = hyphenate(functionName(plugin.$element.data('zfPlugin').constructor));\n this._uuids.splice(this._uuids.indexOf(plugin.uuid), 1);\n plugin.$element.removeAttr(\"data-\".concat(pluginName)).removeData('zfPlugin')\n /**\n * Fires when the plugin has been destroyed.\n * @event Plugin#destroyed\n */.trigger(\"destroyed.zf.\".concat(pluginName));\n for (var prop in plugin) {\n if (typeof plugin[prop] === 'function') {\n plugin[prop] = null; //clean up script to prep for garbage collection.\n }\n }\n return;\n },\n /**\n * @function\n * Causes one or more active plugins to re-initialize, resetting event listeners, recalculating positions, etc.\n * @param {String} plugins - optional string of an individual plugin key, attained by calling `$(element).data('pluginName')`, or string of a plugin class i.e. `'dropdown'`\n * @default If no argument is passed, reflow all currently active plugins.\n */\n reInit: function reInit(plugins) {\n var isJQ = plugins instanceof (jquery__WEBPACK_IMPORTED_MODULE_0___default());\n try {\n if (isJQ) {\n plugins.each(function () {\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('zfPlugin')._init();\n });\n } else {\n var type = _typeof(plugins),\n _this = this,\n fns = {\n 'object': function object(plgs) {\n plgs.forEach(function (p) {\n p = hyphenate(p);\n jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-' + p + ']').foundation('_init');\n });\n },\n 'string': function string() {\n plugins = hyphenate(plugins);\n jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-' + plugins + ']').foundation('_init');\n },\n 'undefined': function undefined() {\n this.object(Object.keys(_this._plugins));\n }\n };\n fns[type](plugins);\n }\n } catch (err) {\n console.error(err);\n } finally {\n return plugins;\n }\n },\n /**\n * Initialize plugins on any elements within `elem` (and `elem` itself) that aren't already initialized.\n * @param {Object} elem - jQuery object containing the element to check inside. Also checks the element itself, unless it's the `document` object.\n * @param {String|Array} plugins - A list of plugins to initialize. Leave this out to initialize everything.\n */\n reflow: function reflow(elem, plugins) {\n // If plugins is undefined, just grab everything\n if (typeof plugins === 'undefined') {\n plugins = Object.keys(this._plugins);\n }\n // If plugins is a string, convert it to an array with one item\n else if (typeof plugins === 'string') {\n plugins = [plugins];\n }\n var _this = this;\n\n // Iterate through each plugin\n jquery__WEBPACK_IMPORTED_MODULE_0___default().each(plugins, function (i, name) {\n // Get the current plugin\n var plugin = _this._plugins[name];\n\n // Localize the search to all elements inside elem, as well as elem itself, unless elem === document\n var $elem = jquery__WEBPACK_IMPORTED_MODULE_0___default()(elem).find('[data-' + name + ']').addBack('[data-' + name + ']').filter(function () {\n return typeof jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data(\"zfPlugin\") === 'undefined';\n });\n\n // For each plugin found, initialize it\n $elem.each(function () {\n var $el = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this),\n opts = {\n reflow: true\n };\n if ($el.attr('data-options')) {\n $el.attr('data-options').split(';').forEach(function (option) {\n var opt = option.split(':').map(function (el) {\n return el.trim();\n });\n if (opt[0]) opts[opt[0]] = parseValue(opt[1]);\n });\n }\n try {\n $el.data('zfPlugin', new plugin(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), opts));\n } catch (er) {\n console.error(er);\n } finally {\n return;\n }\n });\n });\n },\n getFnName: functionName,\n addToJquery: function addToJquery() {\n // TODO: consider not making this a jQuery function\n // TODO: need way to reflow vs. re-initialize\n /**\n * The Foundation jQuery method.\n * @param {String|Array} method - An action to perform on the current jQuery object.\n */\n var foundation = function foundation(method) {\n var type = _typeof(method),\n $noJS = jquery__WEBPACK_IMPORTED_MODULE_0___default()('.no-js');\n if ($noJS.length) {\n $noJS.removeClass('no-js');\n }\n if (type === 'undefined') {\n //needs to initialize the Foundation object, or an individual plugin.\n _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_2__.MediaQuery._init();\n Foundation.reflow(this);\n } else if (type === 'string') {\n //an individual method to invoke on a plugin or group of plugins\n var args = Array.prototype.slice.call(arguments, 1); //collect all the arguments, if necessary\n var plugClass = this.data('zfPlugin'); //determine the class of plugin\n\n if (typeof plugClass !== 'undefined' && typeof plugClass[method] !== 'undefined') {\n //make sure both the class and method exist\n if (this.length === 1) {\n //if there's only one, call it directly.\n plugClass[method].apply(plugClass, args);\n } else {\n this.each(function (i, el) {\n //otherwise loop through the jQuery collection and invoke the method on each\n plugClass[method].apply(jquery__WEBPACK_IMPORTED_MODULE_0___default()(el).data('zfPlugin'), args);\n });\n }\n } else {\n //error for no class or no method\n throw new ReferenceError(\"We're sorry, '\" + method + \"' is not an available method for \" + (plugClass ? functionName(plugClass) : 'this element') + '.');\n }\n } else {\n //error for invalid argument type\n throw new TypeError(\"We're sorry, \".concat(type, \" is not a valid parameter. You must use a string representing the method you wish to invoke.\"));\n }\n return this;\n };\n (jquery__WEBPACK_IMPORTED_MODULE_0___default().fn).foundation = foundation;\n return (jquery__WEBPACK_IMPORTED_MODULE_0___default());\n }\n};\nFoundation.util = {\n /**\n * Function for applying a debounce effect to a function call.\n * @function\n * @param {Function} func - Function to be called at end of timeout.\n * @param {Number} delay - Time in ms to delay the call of `func`.\n * @returns function\n */\n throttle: function throttle(func, delay) {\n var timer = null;\n return function () {\n var context = this,\n args = arguments;\n if (timer === null) {\n timer = setTimeout(function () {\n func.apply(context, args);\n timer = null;\n }, delay);\n }\n };\n }\n};\nwindow.Foundation = Foundation;\n\n// Polyfill for requestAnimationFrame\n(function () {\n if (!Date.now || !window.Date.now) window.Date.now = Date.now = function () {\n return new Date().getTime();\n };\n var vendors = ['webkit', 'moz'];\n for (var i = 0; i < vendors.length && !window.requestAnimationFrame; ++i) {\n var vp = vendors[i];\n window.requestAnimationFrame = window[vp + 'RequestAnimationFrame'];\n window.cancelAnimationFrame = window[vp + 'CancelAnimationFrame'] || window[vp + 'CancelRequestAnimationFrame'];\n }\n if (/iP(ad|hone|od).*OS 6/.test(window.navigator.userAgent) || !window.requestAnimationFrame || !window.cancelAnimationFrame) {\n var lastTime = 0;\n window.requestAnimationFrame = function (callback) {\n var now = Date.now();\n var nextTime = Math.max(lastTime + 16, now);\n return setTimeout(function () {\n callback(lastTime = nextTime);\n }, nextTime - now);\n };\n window.cancelAnimationFrame = clearTimeout;\n }\n /**\n * Polyfill for performance.now, required by rAF\n */\n if (!window.performance || !window.performance.now) {\n window.performance = {\n start: Date.now(),\n now: function now() {\n return Date.now() - this.start;\n }\n };\n }\n})();\nif (!Function.prototype.bind) {\n /* eslint-disable no-extend-native */\n Function.prototype.bind = function (oThis) {\n if (typeof this !== 'function') {\n // closest thing possible to the ECMAScript 5\n // internal IsCallable function\n throw new TypeError('Function.prototype.bind - what is trying to be bound is not callable');\n }\n var aArgs = Array.prototype.slice.call(arguments, 1),\n fToBind = this,\n fNOP = function fNOP() {},\n fBound = function fBound() {\n return fToBind.apply(this instanceof fNOP ? this : oThis, aArgs.concat(Array.prototype.slice.call(arguments)));\n };\n if (this.prototype) {\n // native functions don't have a prototype\n fNOP.prototype = this.prototype;\n }\n fBound.prototype = new fNOP();\n return fBound;\n };\n}\n// Polyfill to get the name of a function in IE9\nfunction functionName(fn) {\n if (typeof Function.prototype.name === 'undefined') {\n var funcNameRegex = /function\\s([^(]{1,})\\(/;\n var results = funcNameRegex.exec(fn.toString());\n return results && results.length > 1 ? results[1].trim() : \"\";\n } else if (typeof fn.prototype === 'undefined') {\n return fn.constructor.name;\n } else {\n return fn.prototype.constructor.name;\n }\n}\nfunction parseValue(str) {\n if ('true' === str) return true;else if ('false' === str) return false;else if (!isNaN(str * 1)) return parseFloat(str);\n return str;\n}\n// Convert PascalCase to kebab-case\n// Thank you: http://stackoverflow.com/a/8955580\nfunction hyphenate(str) {\n return str.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();\n}\n\n\n/***/ }),\n\n/***/ \"./js/foundation.core.plugin.js\":\n/*!**************************************!*\\\n !*** ./js/foundation.core.plugin.js ***!\n \\**************************************/\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Plugin: function() { return /* binding */ Plugin; }\n/* harmony export */ });\n/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./foundation.core.utils */ \"./js/foundation.core.utils.js\");\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\n\n\n// Abstract class for providing lifecycle hooks. Expect plugins to define AT LEAST\n// {function} _setup (replaces previous constructor),\n// {function} _destroy (replaces previous destroy)\nvar Plugin = /*#__PURE__*/function () {\n function Plugin(element, options) {\n _classCallCheck(this, Plugin);\n this._setup(element, options);\n var pluginName = getPluginName(this);\n this.uuid = (0,_foundation_core_utils__WEBPACK_IMPORTED_MODULE_0__.GetYoDigits)(6, pluginName);\n if (!this.$element.attr(\"data-\".concat(pluginName))) {\n this.$element.attr(\"data-\".concat(pluginName), this.uuid);\n }\n if (!this.$element.data('zfPlugin')) {\n this.$element.data('zfPlugin', this);\n }\n /**\n * Fires when the plugin has initialized.\n * @event Plugin#init\n */\n this.$element.trigger(\"init.zf.\".concat(pluginName));\n }\n return _createClass(Plugin, [{\n key: \"destroy\",\n value: function destroy() {\n this._destroy();\n var pluginName = getPluginName(this);\n this.$element.removeAttr(\"data-\".concat(pluginName)).removeData('zfPlugin')\n /**\n * Fires when the plugin has been destroyed.\n * @event Plugin#destroyed\n */.trigger(\"destroyed.zf.\".concat(pluginName));\n for (var prop in this) {\n if (this.hasOwnProperty(prop)) {\n this[prop] = null; //clean up script to prep for garbage collection.\n }\n }\n }\n }]);\n}(); // Convert PascalCase to kebab-case\n// Thank you: http://stackoverflow.com/a/8955580\nfunction hyphenate(str) {\n return str.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();\n}\nfunction getPluginName(obj) {\n return hyphenate(obj.className);\n}\n\n\n/***/ }),\n\n/***/ \"./js/foundation.core.utils.js\":\n/*!*************************************!*\\\n !*** ./js/foundation.core.utils.js ***!\n \\*************************************/\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ GetYoDigits: function() { return /* binding */ GetYoDigits; },\n/* harmony export */ RegExpEscape: function() { return /* binding */ RegExpEscape; },\n/* harmony export */ ignoreMousedisappear: function() { return /* binding */ ignoreMousedisappear; },\n/* harmony export */ onLoad: function() { return /* binding */ onLoad; },\n/* harmony export */ rtl: function() { return /* binding */ rtl; },\n/* harmony export */ transitionend: function() { return /* binding */ transitionend; }\n/* harmony export */ });\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ \"jquery\");\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);\n\n\n// Core Foundation Utilities, utilized in a number of places.\n\n/**\n * Returns a boolean for RTL support\n */\nfunction rtl() {\n return jquery__WEBPACK_IMPORTED_MODULE_0___default()('html').attr('dir') === 'rtl';\n}\n\n/**\n * returns a random base-36 uid with namespacing\n * @function\n * @param {Number} length - number of random base-36 digits desired. Increase for more random strings.\n * @param {String} namespace - name of plugin to be incorporated in uid, optional.\n * @default {String} '' - if no plugin name is provided, nothing is appended to the uid.\n * @returns {String} - unique id\n */\nfunction GetYoDigits() {\n var length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 6;\n var namespace = arguments.length > 1 ? arguments[1] : undefined;\n var str = '';\n var chars = '0123456789abcdefghijklmnopqrstuvwxyz';\n var charsLength = chars.length;\n for (var i = 0; i < length; i++) {\n str += chars[Math.floor(Math.random() * charsLength)];\n }\n return namespace ? \"\".concat(str, \"-\").concat(namespace) : str;\n}\n\n/**\n * Escape a string so it can be used as a regexp pattern\n * @function\n * @see https://stackoverflow.com/a/9310752/4317384\n *\n * @param {String} str - string to escape.\n * @returns {String} - escaped string\n */\nfunction RegExpEscape(str) {\n return str.replace(/[-[\\]{}()*+?.,\\\\^$|#\\s]/g, '\\\\$&');\n}\nfunction transitionend($elem) {\n var transitions = {\n 'transition': 'transitionend',\n 'WebkitTransition': 'webkitTransitionEnd',\n 'MozTransition': 'transitionend',\n 'OTransition': 'otransitionend'\n };\n var elem = document.createElement('div'),\n end;\n for (var transition in transitions) {\n if (typeof elem.style[transition] !== 'undefined') {\n end = transitions[transition];\n }\n }\n if (end) {\n return end;\n } else {\n setTimeout(function () {\n $elem.triggerHandler('transitionend', [$elem]);\n }, 1);\n return 'transitionend';\n }\n}\n\n/**\n * Return an event type to listen for window load.\n *\n * If `$elem` is passed, an event will be triggered on `$elem`. If window is already loaded, the event will still be triggered.\n * If `handler` is passed, attach it to the event on `$elem`.\n * Calling `onLoad` without handler allows you to get the event type that will be triggered before attaching the handler by yourself.\n * @function\n *\n * @param {Object} [] $elem - jQuery element on which the event will be triggered if passed.\n * @param {Function} [] handler - function to attach to the event.\n * @returns {String} - event type that should or will be triggered.\n */\nfunction onLoad($elem, handler) {\n var didLoad = document.readyState === 'complete';\n var eventType = (didLoad ? '_didLoad' : 'load') + '.zf.util.onLoad';\n var cb = function cb() {\n return $elem.triggerHandler(eventType);\n };\n if ($elem) {\n if (handler) $elem.one(eventType, handler);\n if (didLoad) setTimeout(cb);else jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).one('load', cb);\n }\n return eventType;\n}\n\n/**\n * Retuns an handler for the `mouseleave` that ignore disappeared mouses.\n *\n * If the mouse \"disappeared\" from the document (like when going on a browser UI element, See https://git.io/zf-11410),\n * the event is ignored.\n * - If the `ignoreLeaveWindow` is `true`, the event is ignored when the user actually left the window\n * (like by switching to an other window with [Alt]+[Tab]).\n * - If the `ignoreReappear` is `true`, the event will be ignored when the mouse will reappear later on the document\n * outside of the element it left.\n *\n * @function\n *\n * @param {Function} [] handler - handler for the filtered `mouseleave` event to watch.\n * @param {Object} [] options - object of options:\n * - {Boolean} [false] ignoreLeaveWindow - also ignore when the user switched windows.\n * - {Boolean} [false] ignoreReappear - also ignore when the mouse reappeared outside of the element it left.\n * @returns {Function} - filtered handler to use to listen on the `mouseleave` event.\n */\nfunction ignoreMousedisappear(handler) {\n var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},\n _ref$ignoreLeaveWindo = _ref.ignoreLeaveWindow,\n ignoreLeaveWindow = _ref$ignoreLeaveWindo === void 0 ? false : _ref$ignoreLeaveWindo,\n _ref$ignoreReappear = _ref.ignoreReappear,\n ignoreReappear = _ref$ignoreReappear === void 0 ? false : _ref$ignoreReappear;\n return function leaveEventHandler(eLeave) {\n for (var _len = arguments.length, rest = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n rest[_key - 1] = arguments[_key];\n }\n var callback = handler.bind.apply(handler, [this, eLeave].concat(rest));\n\n // The mouse left: call the given callback if the mouse entered elsewhere\n if (eLeave.relatedTarget !== null) {\n return callback();\n }\n\n // Otherwise, check if the mouse actually left the window.\n // In firefox if the user switched between windows, the window sill have the focus by the time\n // the event is triggered. We have to debounce the event to test this case.\n setTimeout(function leaveEventDebouncer() {\n if (!ignoreLeaveWindow && document.hasFocus && !document.hasFocus()) {\n return callback();\n }\n\n // Otherwise, wait for the mouse to reeapear outside of the element,\n if (!ignoreReappear) {\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(document).one('mouseenter', function reenterEventHandler(eReenter) {\n if (!jquery__WEBPACK_IMPORTED_MODULE_0___default()(eLeave.currentTarget).has(eReenter.target).length) {\n // Fill where the mouse finally entered.\n eLeave.relatedTarget = eReenter.target;\n callback();\n }\n });\n }\n }, 0);\n };\n}\n\n\n/***/ }),\n\n/***/ \"./js/foundation.util.mediaQuery.js\":\n/*!******************************************!*\\\n !*** ./js/foundation.util.mediaQuery.js ***!\n \\******************************************/\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ MediaQuery: function() { return /* binding */ MediaQuery; }\n/* harmony export */ });\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ \"jquery\");\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nfunction _iterableToArrayLimit(r, l) { var t = null == r ? null : \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }\nfunction _arrayWithHoles(r) { if (Array.isArray(r)) return r; }\n\n\n// Default set of media queries\n// const defaultQueries = {\n// 'default' : 'only screen',\n// landscape : 'only screen and (orientation: landscape)',\n// portrait : 'only screen and (orientation: portrait)',\n// retina : 'only screen and (-webkit-min-device-pixel-ratio: 2),' +\n// 'only screen and (min--moz-device-pixel-ratio: 2),' +\n// 'only screen and (-o-min-device-pixel-ratio: 2/1),' +\n// 'only screen and (min-device-pixel-ratio: 2),' +\n// 'only screen and (min-resolution: 192dpi),' +\n// 'only screen and (min-resolution: 2dppx)'\n// };\n\n// matchMedia() polyfill - Test a CSS media type/query in JS.\n// Authors & copyright © 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. MIT license\n/* eslint-disable */\nwindow.matchMedia || (window.matchMedia = function () {\n \"use strict\";\n\n // For browsers that support matchMedium api such as IE 9 and webkit\n var styleMedia = window.styleMedia || window.media;\n\n // For those that don't support matchMedium\n if (!styleMedia) {\n var style = document.createElement('style'),\n script = document.getElementsByTagName('script')[0],\n info = null;\n style.type = 'text/css';\n style.id = 'matchmediajs-test';\n if (!script) {\n document.head.appendChild(style);\n } else {\n script.parentNode.insertBefore(style, script);\n }\n\n // 'style.currentStyle' is used by IE <= 8 and 'window.getComputedStyle' for all other browsers\n info = 'getComputedStyle' in window && window.getComputedStyle(style, null) || style.currentStyle;\n styleMedia = {\n matchMedium: function matchMedium(media) {\n var text = '@media ' + media + '{ #matchmediajs-test { width: 1px; } }';\n\n // 'style.styleSheet' is used by IE <= 8 and 'style.textContent' for all other browsers\n if (style.styleSheet) {\n style.styleSheet.cssText = text;\n } else {\n style.textContent = text;\n }\n\n // Test if media query is true or false\n return info.width === '1px';\n }\n };\n }\n return function (media) {\n return {\n matches: styleMedia.matchMedium(media || 'all'),\n media: media || 'all'\n };\n };\n}());\n/* eslint-enable */\n\nvar MediaQuery = {\n queries: [],\n current: '',\n /**\n * Initializes the media query helper, by extracting the breakpoint list from the CSS and activating the breakpoint watcher.\n * @function\n * @private\n */\n _init: function _init() {\n // make sure the initialization is only done once when calling _init() several times\n if (this.isInitialized === true) {\n return this;\n } else {\n this.isInitialized = true;\n }\n var self = this;\n var $meta = jquery__WEBPACK_IMPORTED_MODULE_0___default()('meta.foundation-mq');\n if (!$meta.length) {\n jquery__WEBPACK_IMPORTED_MODULE_0___default()('<meta class=\"foundation-mq\" name=\"foundation-mq\" content>').appendTo(document.head);\n }\n var extractedStyles = jquery__WEBPACK_IMPORTED_MODULE_0___default()('.foundation-mq').css('font-family');\n var namedQueries;\n namedQueries = parseStyleToObject(extractedStyles);\n self.queries = []; // reset\n\n for (var key in namedQueries) {\n if (namedQueries.hasOwnProperty(key)) {\n self.queries.push({\n name: key,\n value: \"only screen and (min-width: \".concat(namedQueries[key], \")\")\n });\n }\n }\n this.current = this._getCurrentSize();\n this._watcher();\n },\n /**\n * Reinitializes the media query helper.\n * Useful if your CSS breakpoint configuration has just been loaded or has changed since the initialization.\n * @function\n * @private\n */\n _reInit: function _reInit() {\n this.isInitialized = false;\n this._init();\n },\n /**\n * Checks if the screen is at least as wide as a breakpoint.\n * @function\n * @param {String} size - Name of the breakpoint to check.\n * @returns {Boolean} `true` if the breakpoint matches, `false` if it's smaller.\n */\n atLeast: function atLeast(size) {\n var query = this.get(size);\n if (query) {\n return window.matchMedia(query).matches;\n }\n return false;\n },\n /**\n * Checks if the screen is within the given breakpoint.\n * If smaller than the breakpoint of larger than its upper limit it returns false.\n * @function\n * @param {String} size - Name of the breakpoint to check.\n * @returns {Boolean} `true` if the breakpoint matches, `false` otherwise.\n */\n only: function only(size) {\n return size === this._getCurrentSize();\n },\n /**\n * Checks if the screen is within a breakpoint or smaller.\n * @function\n * @param {String} size - Name of the breakpoint to check.\n * @returns {Boolean} `true` if the breakpoint matches, `false` if it's larger.\n */\n upTo: function upTo(size) {\n var nextSize = this.next(size);\n\n // If the next breakpoint does not match, the screen is smaller than\n // the upper limit of this breakpoint.\n if (nextSize) {\n return !this.atLeast(nextSize);\n }\n\n // If there is no next breakpoint, the \"size\" breakpoint does not have\n // an upper limit and the screen will always be within it or smaller.\n return true;\n },\n /**\n * Checks if the screen matches to a breakpoint.\n * @function\n * @param {String} size - Name of the breakpoint to check, either 'small only' or 'small'. Omitting 'only' falls back to using atLeast() method.\n * @returns {Boolean} `true` if the breakpoint matches, `false` if it does not.\n */\n is: function is(size) {\n var parts = size.trim().split(' ').filter(function (p) {\n return !!p.length;\n });\n var _parts = _slicedToArray(parts, 2),\n bpSize = _parts[0],\n _parts$ = _parts[1],\n bpModifier = _parts$ === void 0 ? '' : _parts$;\n\n // Only the breakpont\n if (bpModifier === 'only') {\n return this.only(bpSize);\n }\n // At least the breakpoint (included)\n if (!bpModifier || bpModifier === 'up') {\n return this.atLeast(bpSize);\n }\n // Up to the breakpoint (included)\n if (bpModifier === 'down') {\n return this.upTo(bpSize);\n }\n throw new Error(\"\\n Invalid breakpoint passed to MediaQuery.is().\\n Expected a breakpoint name formatted like \\\"<size> <modifier>\\\", got \\\"\".concat(size, \"\\\".\\n \"));\n },\n /**\n * Gets the media query of a breakpoint.\n * @function\n * @param {String} size - Name of the breakpoint to get.\n * @returns {String|null} - The media query of the breakpoint, or `null` if the breakpoint doesn't exist.\n */\n get: function get(size) {\n for (var i in this.queries) {\n if (this.queries.hasOwnProperty(i)) {\n var query = this.queries[i];\n if (size === query.name) return query.value;\n }\n }\n return null;\n },\n /**\n * Get the breakpoint following the given breakpoint.\n * @function\n * @param {String} size - Name of the breakpoint.\n * @returns {String|null} - The name of the following breakpoint, or `null` if the passed breakpoint was the last one.\n */\n next: function next(size) {\n var _this = this;\n var queryIndex = this.queries.findIndex(function (q) {\n return _this._getQueryName(q) === size;\n });\n if (queryIndex === -1) {\n throw new Error(\"\\n Unknown breakpoint \\\"\".concat(size, \"\\\" passed to MediaQuery.next().\\n Ensure it is present in your Sass \\\"$breakpoints\\\" setting.\\n \"));\n }\n var nextQuery = this.queries[queryIndex + 1];\n return nextQuery ? nextQuery.name : null;\n },\n /**\n * Returns the name of the breakpoint related to the given value.\n * @function\n * @private\n * @param {String|Object} value - Breakpoint name or query object.\n * @returns {String} Name of the breakpoint.\n */\n _getQueryName: function _getQueryName(value) {\n if (typeof value === 'string') return value;\n if (_typeof(value) === 'object') return value.name;\n throw new TypeError(\"\\n Invalid value passed to MediaQuery._getQueryName().\\n Expected a breakpoint name (String) or a breakpoint query (Object), got \\\"\".concat(value, \"\\\" (\").concat(_typeof(value), \")\\n \"));\n },\n /**\n * Gets the current breakpoint name by testing every breakpoint and returning the last one to match (the biggest one).\n * @function\n * @private\n * @returns {String} Name of the current breakpoint.\n */\n _getCurrentSize: function _getCurrentSize() {\n var matched;\n for (var i = 0; i < this.queries.length; i++) {\n var query = this.queries[i];\n if (window.matchMedia(query.value).matches) {\n matched = query;\n }\n }\n return matched && this._getQueryName(matched);\n },\n /**\n * Activates the breakpoint watcher, which fires an event on the window whenever the breakpoint changes.\n * @function\n * @private\n */\n _watcher: function _watcher() {\n var _this2 = this;\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).on('resize.zf.trigger', function () {\n var newSize = _this2._getCurrentSize(),\n currentSize = _this2.current;\n if (newSize !== currentSize) {\n // Change the current media query\n _this2.current = newSize;\n\n // Broadcast the media query change on the window\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).trigger('changed.zf.mediaquery', [newSize, currentSize]);\n }\n });\n }\n};\n\n// Thank you: https://github.com/sindresorhus/query-string\nfunction parseStyleToObject(str) {\n var styleObject = {};\n if (typeof str !== 'string') {\n return styleObject;\n }\n str = str.trim().slice(1, -1); // browsers re-quote string style values\n\n if (!str) {\n return styleObject;\n }\n styleObject = str.split('&').reduce(function (ret, param) {\n var parts = param.replace(/\\+/g, ' ').split('=');\n var key = parts[0];\n var val = parts[1];\n key = decodeURIComponent(key);\n\n // missing `=` should be `null`:\n // http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters\n val = typeof val === 'undefined' ? null : decodeURIComponent(val);\n if (!ret.hasOwnProperty(key)) {\n ret[key] = val;\n } else if (Array.isArray(ret[key])) {\n ret[key].push(val);\n } else {\n ret[key] = [ret[key], val];\n }\n return ret;\n }, {});\n return styleObject;\n}\n\n\n/***/ }),\n\n/***/ \"jquery\":\n/*!********************************************************************************************!*\\\n !*** external {\"root\":[\"jQuery\"],\"amd\":\"jquery\",\"commonjs\":\"jquery\",\"commonjs2\":\"jquery\"} ***!\n \\********************************************************************************************/\n/***/ (function(module) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tvar cachedModule = __webpack_module_cache__[moduleId];\n/******/ \t\tif (cachedModule !== undefined) {\n/******/ \t\t\treturn cachedModule.exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/make namespace object */\n/******/ \t!function() {\n/******/ \t\t// define __esModule on exports\n/******/ \t\t__webpack_require__.r = function(exports) {\n/******/ \t\t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n/******/ \t\t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n/******/ \t\t\t}\n/******/ \t\t\tObject.defineProperty(exports, '__esModule', { value: true });\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/************************************************************************/\nvar __webpack_exports__ = {};\n// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.\n!function() {\n/*!***********************************************!*\\\n !*** ./js/entries/plugins/foundation.core.js ***!\n \\***********************************************/\n__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Foundation: function() { return /* reexport safe */ _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation; },\n/* harmony export */ GetYoDigits: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.GetYoDigits; },\n/* harmony export */ Plugin: function() { return /* reexport safe */ _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__.Plugin; },\n/* harmony export */ RegExpEscape: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.RegExpEscape; },\n/* harmony export */ ignoreMousedisappear: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.ignoreMousedisappear; },\n/* harmony export */ onLoad: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.onLoad; },\n/* harmony export */ rtl: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.rtl; },\n/* harmony export */ transitionend: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.transitionend; }\n/* harmony export */ });\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ \"jquery\");\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../foundation.core */ \"./js/foundation.core.js\");\n/* harmony import */ var _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../foundation.core.plugin */ \"./js/foundation.core.plugin.js\");\n/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../foundation.core.utils */ \"./js/foundation.core.utils.js\");\n// --- Foundation Core API ---\n// Initialize Foundation and add some utilities to its public API for backward compatibility.\n// Please note that every utility do not have to be added to the core API.\n\n\n\n\n_foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.addToJquery((jquery__WEBPACK_IMPORTED_MODULE_0___default()));\n\n// Every plugin depends on plugin now, we can include that on the core for the\n// script inclusion path.\n_foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.Plugin = _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__.Plugin;\n\n// These are now separated out, but historically were a part of this module,\n// and since this is here for backwards compatibility we include them in\n// this entry.\n_foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.rtl = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.rtl;\n_foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.GetYoDigits = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.GetYoDigits;\n_foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.transitionend = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.transitionend;\n_foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.RegExpEscape = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.RegExpEscape;\n_foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.onLoad = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.onLoad;\nwindow.Foundation = _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation;\n\n// --- Foundation Core exports ---\n// Export \"Plugin\" and all core utilities, since the `foundation.core` entry plays the role of\n// all core source files.\n\n\n\n\n}();\n/******/ \treturn __webpack_exports__;\n/******/ })()\n;\n});\n//# sourceMappingURL=foundation.core.js.map"],"names":["root","factory","exports","module","require","define","amd","self","__WEBPACK_EXTERNAL_MODULE_jquery__","__webpack_modules__","./js/foundation.core.js","__unused_webpack_module","__webpack_exports__","__webpack_require__","r","d","Foundation","jquery__WEBPACK_IMPORTED_MODULE_0__","jquery__WEBPACK_IMPORTED_MODULE_0___default","n","_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__","_foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_2__","_typeof","o","Symbol","iterator","constructor","prototype","version","_plugins","_uuids","plugin","_plugin","name","className","functionName","attrName","hyphenate","this","registerPlugin","pluginName","toLowerCase","uuid","GetYoDigits","$element","attr","concat","data","trigger","push","unregisterPlugin","prop","splice","indexOf","removeAttr","removeData","reInit","plugins","type","_this","isJQ","each","_init","object","plgs","forEach","p","foundation","string","undefined","Object","keys","err","console","error","reflow","elem","i","find","addBack","filter","$el","opts","split","option","opt","map","el","trim","str","isNaN","parseFloat","er","getFnName","addToJquery","method","$noJS","length","removeClass","MediaQuery","TypeError","args","Array","slice","call","arguments","plugClass","ReferenceError","apply","util","throttle","func","delay","timer","context","setTimeout","window","Date","now","getTime","lastTime","vendors","requestAnimationFrame","vp","cancelAnimationFrame","fn","results","Function","exec","toString","replace","test","navigator","userAgent","callback","nextTime","Math","max","clearTimeout","performance","start","bind","oThis","fBound","fToBind","fNOP","aArgs","./js/foundation.core.plugin.js","Plugin","_foundation_core_utils__WEBPACK_IMPORTED_MODULE_0__","_defineProperties","e","t","enumerable","configurable","writable","defineProperty","toPrimitive","String","Number","key","element","options","_setup","getPluginName","value","_destroy","hasOwnProperty","obj","./js/foundation.core.utils.js","RegExpEscape","ignoreMousedisappear","onLoad","rtl","transitionend","namespace","chars","charsLength","floor","random","$elem","end","transition","transitions","WebkitTransition","MozTransition","OTransition","document","createElement","style","triggerHandler","handler","cb","eventType","didLoad","readyState","one","_ref","_ref$ignoreLeaveWindo","ignoreLeaveWindow","_ref$ignoreReappear","ignoreReappear","eLeave","_len","rest","_key","relatedTarget","hasFocus","eReenter","currentTarget","has","target","./js/foundation.util.mediaQuery.js","info","styleMedia","_slicedToArray","isArray","l","u","a","f","next","done","return","_arrayLikeToArray","from","matchMedia","media","script","getElementsByTagName","id","parentNode","insertBefore","head","appendChild","getComputedStyle","currentStyle","matchMedium","text","styleSheet","cssText","textContent","width","matches","queries","current","isInitialized","appendTo","namedQueries","styleObject","extractedStyles","css","reduce","ret","param","parts","val","decodeURIComponent","_getCurrentSize","_watcher","_reInit","atLeast","size","query","get","only","upTo","nextSize","is","_parts","bpSize","_parts$","bpModifier","Error","queryIndex","findIndex","q","_getQueryName","nextQuery","matched","_this2","on","newSize","currentSize","jquery","__webpack_module_cache__","getter","__esModule","definition","toStringTag","_foundation_core__WEBPACK_IMPORTED_MODULE_1__","_foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__","_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__","moduleId","cachedModule"],"mappings":"CAAA,CAA2CA,EAAMC,KAC1B,UAAnB,OAAOC,SAA0C,UAAlB,OAAOC,OACxCA,OAAOD,QAAUD,EAAQG,QAAQ,QAAQ,CAAC,EACjB,YAAlB,OAAOC,QAAyBA,OAAOC,IAC9CD,OAAO,CAAC,UAAWJ,CAAO,EACA,UAAnB,OAAOC,QACdA,QAAiC,wBAAID,EAAQG,QAAQ,QAAQ,CAAC,GAE9DJ,EAA8B,wBAAIA,EAA8B,yBAAK,GAAIA,EAA8B,wBAAE,mBAAqBC,EAAQD,EAAa,MAAC,EACrJ,GAAEO,KAAM,SAASC,GAClB,OAEcC,EAAsB,CAE9BC,0BAIA,SAAUC,EAAyBC,EAAqBC,GAE9DA,EAAoBC,EAAEF,CAAmB,EACpBC,EAAoBE,EAAEH,EAAqB,CACzCI,WAAY,WAAa,OAAqBA,CAAY,CAC5D,CAAC,EACD,IAAIC,EAAsCJ,EAAkC,QAAQ,EAChFK,EAA2DL,EAAoBM,EAAEF,CAAmC,EACpHG,EAAsDP,EAAmD,+BAA+B,EACxIQ,EAA2DR,EAAwD,oCAAoC,EAChL,SAASS,EAAQC,GAAgC,OAAOD,EAAU,YAAc,OAAOE,QAAU,UAAY,OAAOA,OAAOC,SAAW,SAAUF,GAAK,OAAO,OAAOA,CAAG,EAAI,SAAUA,GAAK,OAAOA,GAAK,YAAc,OAAOC,QAAUD,EAAEG,cAAgBF,QAAUD,IAAMC,OAAOG,UAAY,SAAW,OAAOJ,CAAG,GAAWA,CAAC,CAAG,CAI7T,IAIIP,EAAa,CACfY,QALuB,QASvBC,SAAU,GAIVC,OAAQ,GAKRC,OAAQ,SAAgBC,EAASC,GAG/B,IAAIC,EAAYD,GAAQE,EAAaH,CAAO,EAGxCI,EAAWC,EAAUH,CAAS,EAGlCI,KAAKT,SAASO,GAAYE,KAAKJ,GAAaF,CAC9C,EAUAO,eAAgB,SAAwBR,EAAQE,GAC1CO,EAAaP,EAAOI,EAAUJ,CAAI,EAAIE,EAAaJ,EAAOL,WAAW,EAAEe,YAAY,EACvFV,EAAOW,MAAO,EAAGtB,EAAoDuB,aAAa,EAAGH,CAAU,EAC1FT,EAAOa,SAASC,KAAK,QAAQC,OAAON,CAAU,CAAC,GAClDT,EAAOa,SAASC,KAAK,QAAQC,OAAON,CAAU,EAAGT,EAAOW,IAAI,EAEzDX,EAAOa,SAASG,KAAK,UAAU,GAClChB,EAAOa,SAASG,KAAK,WAAYhB,CAAM,EAMzCA,EAAOa,SAASI,QAAQ,WAAWF,OAAON,CAAU,CAAC,EACrDF,KAAKR,OAAOmB,KAAKlB,EAAOW,IAAI,CAE9B,EASAQ,iBAAkB,SAA0BnB,GAC1C,IAOSoB,EAPLX,EAAaH,EAAUF,EAAaJ,EAAOa,SAASG,KAAK,UAAU,EAAErB,WAAW,CAAC,EAOrF,IAASyB,KANTb,KAAKR,OAAOsB,OAAOd,KAAKR,OAAOuB,QAAQtB,EAAOW,IAAI,EAAG,CAAC,EACtDX,EAAOa,SAASU,WAAW,QAAQR,OAAON,CAAU,CAAC,EAAEe,WAAW,UAAU,EAIxEP,QAAQ,gBAAgBF,OAAON,CAAU,CAAC,EAC7BT,EACa,YAAxB,OAAOA,EAAOoB,KAChBpB,EAAOoB,GAAQ,KAIrB,EAOAK,OAAQ,SAAgBC,GACtB,IAOQC,EACFC,EARFC,EAAOH,aAAoBvC,EAA6C,EAC5E,IACM0C,EACFH,EAAQI,KAAK,WACX3C,EAA4C,EAAEoB,IAAI,EAAES,KAAK,UAAU,EAAEe,MAAM,CAC7E,CAAC,GAEGJ,EAAOpC,EAAQmC,CAAO,EACxBE,EAAQrB,KACF,CACJyB,OAAU,SAAgBC,GACxBA,EAAKC,QAAQ,SAAUC,GACrBA,EAAI7B,EAAU6B,CAAC,EACfhD,EAA4C,EAAE,SAAWgD,EAAI,GAAG,EAAEC,WAAW,OAAO,CACtF,CAAC,CACH,EACAC,OAAU,WACRX,EAAUpB,EAAUoB,CAAO,EAC3BvC,EAA4C,EAAE,SAAWuC,EAAU,GAAG,EAAEU,WAAW,OAAO,CAC5F,EACAE,UAAa,WACX/B,KAAKyB,OAAOO,OAAOC,KAAKZ,EAAM9B,QAAQ,CAAC,CACzC,CACF,EACE6B,GAAMD,CAAO,EAMrB,CAJE,MAAOe,GACPC,QAAQC,MAAMF,CAAG,CACnB,CAAE,QACA,OAAOf,CACT,CACF,EAMAkB,OAAQ,SAAgBC,EAAMnB,GAEL,KAAA,IAAZA,EACTA,EAAUa,OAAOC,KAAKjC,KAAKT,QAAQ,EAGT,UAAnB,OAAO4B,IACdA,EAAU,CAACA,IAEb,IAAIE,EAAQrB,KAGZpB,EAA4C,EAAE2C,KAAKJ,EAAS,SAAUoB,EAAG5C,GAEvE,IAAIF,EAAS4B,EAAM9B,SAASI,GAGhBf,EAA4C,EAAE0D,CAAI,EAAEE,KAAK,SAAW7C,EAAO,GAAG,EAAE8C,QAAQ,SAAW9C,EAAO,GAAG,EAAE+C,OAAO,WAChI,OAAuF,KAAA,IAAzE9D,EAA4C,EAAEoB,IAAI,EAAES,KAAK,UAAU,CACnF,CAAC,EAGKc,KAAK,WACT,IAAIoB,EAAM/D,EAA4C,EAAEoB,IAAI,EAC1D4C,EAAO,CACLP,OAAQ,CAAA,CACV,EACEM,EAAIpC,KAAK,cAAc,GACzBoC,EAAIpC,KAAK,cAAc,EAAEsC,MAAM,GAAG,EAAElB,QAAQ,SAAUmB,GAChDC,EAAMD,EAAOD,MAAM,GAAG,EAAEG,IAAI,SAAUC,GACxC,OAAOA,EAAGC,KAAK,CACjB,CAAC,EACGH,EAAI,KAAIH,EAAKG,EAAI,KAyJbI,GACd,SAAWA,GAA0B,UAAYA,IAA4BC,MAAMD,CAAAA,CAAO,EACvFA,EADiGE,WAAWF,CAAG,IA1JtEJ,EAAI,EAAE,EAC9C,CAAC,EAEH,IACEJ,EAAIlC,KAAK,WAAY,IAAIhB,EAAOb,EAA4C,EAAEoB,IAAI,EAAG4C,CAAI,CAAC,CAK5F,CAJE,MAAOU,GACPnB,QAAQC,MAAMkB,CAAE,CAClB,CAAE,QACA,MACF,CACF,CAAC,CACH,CAAC,CACH,EACAC,UAAW1D,EACX2D,YAAa,WA4CX,OADC5E,EAA4C,EAAI,GAAEiD,WApClC,SAAoB4B,GACnC,IAAIrC,EAAOpC,EAAQyE,CAAM,EACvBC,EAAQ9E,EAA4C,EAAE,QAAQ,EAIhE,GAHI8E,EAAMC,QACRD,EAAME,YAAY,OAAO,EAEd,cAATxC,EAEFrC,EAAyD8E,WAAWrC,MAAM,EAC1E9C,EAAW2D,OAAOrC,IAAI,MACjB,CAAA,GAAa,WAAToB,EAsBT,MAAM,IAAI0C,UAAU,gBAAgBtD,OAAOY,EAAM,8FAA8F,CAAC,EApBhJ,IAAI2C,EAAOC,MAAM3E,UAAU4E,MAAMC,KAAKC,UAAW,CAAC,EAC9CC,EAAYpE,KAAKS,KAAK,UAAU,EAEpC,GAAyB,KAAA,IAAd2D,GAA0D,KAAA,IAAtBA,EAAUX,GAavD,MAAM,IAAIY,eAAe,iBAAmBZ,EAAS,qCAAuCW,EAAYvE,EAAauE,CAAS,EAAI,gBAAkB,GAAG,EAXnI,IAAhBpE,KAAK2D,OAEPS,EAAUX,GAAQa,MAAMF,EAAWL,CAAI,EAEvC/D,KAAKuB,KAAK,SAAUgB,EAAGU,GAErBmB,EAAUX,GAAQa,MAAM1F,EAA4C,EAAEqE,CAAE,EAAExC,KAAK,UAAU,EAAGsD,CAAI,CAClG,CAAC,CASP,CACA,OAAO/D,IACT,EAEQpB,EAA6C,CACvD,EAEF2F,KAAkB,CAQhBC,SAAU,SAAkBC,EAAMC,GAChC,IAAIC,EAAQ,KACZ,OAAO,WACL,IAAIC,EAAU5E,KACZ+D,EAAOI,UACK,OAAVQ,IACFA,EAAQE,WAAW,WACjBJ,EAAKH,MAAMM,EAASb,CAAI,EACxBY,EAAQ,IACV,EAAGD,CAAK,EAEZ,CACF,CACF,CAtBA,EAuBAI,OAAOpG,WAAaA,EAIbqG,KAAKC,KAAQF,OAAOC,KAAKC,MAAKF,OAAOC,KAAKC,IAAMD,KAAKC,IAAM,WAC9D,OAAO,IAAID,MAAOE,QAAQ,CAC5B,GAEA,IADA,IAOMC,EAPFC,EAAU,CAAC,SAAU,OAChB5C,EAAI,EAAGA,EAAI4C,EAAQxB,QAAU,CAACmB,OAAOM,sBAAuB,EAAE7C,EAAG,CACxE,IAAI8C,EAAKF,EAAQ5C,GACjBuC,OAAOM,sBAAwBN,OAAOO,EAAK,yBAC3CP,OAAOQ,qBAAuBR,OAAOO,EAAK,yBAA2BP,OAAOO,EAAK,8BACnF,CA+CF,SAASxF,EAAa0F,GACpB,IAEMC,EAFN,OAAuC,KAAA,IAA5BC,SAASpG,UAAUM,MAExB6F,EADgB,yBACQE,KAAKH,EAAGI,SAAS,CAAC,IACX,EAAjBH,EAAQ7B,OAAa6B,EAAQ,GAAGtC,KAAK,EAAI,IAC1B,KAAA,IAAjBqC,EAAGlG,UACZkG,EAEAA,EAAGlG,WAFAD,YAAYO,IAI1B,CAOA,SAASI,EAAUoD,GACjB,OAAOA,EAAIyC,QAAQ,kBAAmB,OAAO,EAAEzF,YAAY,CAC7D,CAjEM,CAAA,uBAAuB0F,KAAKf,OAAOgB,UAAUC,SAAS,GAAMjB,OAAOM,uBAA0BN,OAAOQ,uBAClGJ,EAAW,EACfJ,OAAOM,sBAAwB,SAAUY,GACvC,IAAIhB,EAAMD,KAAKC,IAAI,EACfiB,EAAWC,KAAKC,IAAIjB,EAAW,GAAIF,CAAG,EAC1C,OAAOH,WAAW,WAChBmB,EAASd,EAAWe,CAAQ,CAC9B,EAAGA,EAAWjB,CAAG,CACnB,EACAF,OAAOQ,qBAAuBc,cAK3BtB,OAAOuB,aAAgBvB,OAAOuB,YAAYrB,MAC7CF,OAAOuB,YAAc,CACnBC,MAAOvB,KAAKC,IAAI,EAChBA,IAAK,WACH,OAAOD,KAAKC,IAAI,EAAIhF,KAAKsG,KAC3B,CACF,GAGCb,SAASpG,UAAUkH,OAEtBd,SAASpG,UAAUkH,KAAO,SAAUC,GAClC,GAAoB,YAAhB,OAAOxG,KAGT,MAAM,IAAI8D,UAAU,sEAAsE,EAKjF,SAAT2C,IACE,OAAOC,EAAQpC,MAAMtE,gBAAgB2G,EAAO3G,KAAOwG,EAAOI,EAAMpG,OAAOwD,MAAM3E,UAAU4E,MAAMC,KAAKC,SAAS,CAAC,CAAC,CAC/G,CALF,IAAIyC,EAAQ5C,MAAM3E,UAAU4E,MAAMC,KAAKC,UAAW,CAAC,EACjDuC,EAAU1G,KACV2G,EAAO,aAST,OALI3G,KAAKX,YAEPsH,EAAKtH,UAAYW,KAAKX,WAExBoH,EAAOpH,UAAY,IAAIsH,EAChBF,CACT,EAyBK,EAEDI,iCAIA,SAAUxI,EAAyBC,EAAqBC,GAE9DA,EAAoBC,EAAEF,CAAmB,EACpBC,EAAoBE,EAAEH,EAAqB,CACzCwI,OAAQ,WAAa,OAAqBA,CAAQ,CACpD,CAAC,EACD,IAAIC,EAAsDxI,EAAmD,+BAA+B,EACjK,SAASS,EAAQC,GAAgC,OAAOD,EAAU,YAAc,OAAOE,QAAU,UAAY,OAAOA,OAAOC,SAAW,SAAUF,GAAK,OAAO,OAAOA,CAAG,EAAI,SAAUA,GAAK,OAAOA,GAAK,YAAc,OAAOC,QAAUD,EAAEG,cAAgBF,QAAUD,IAAMC,OAAOG,UAAY,SAAW,OAAOJ,CAAG,GAAWA,CAAC,CAAG,CAE7T,SAAS+H,EAAkBC,EAAGzI,GAAK,IAAK,IAAI0I,EAAI,EAAGA,EAAI1I,EAAEmF,OAAQuD,CAAC,GAAI,CAAE,IAAIjI,EAAIT,EAAE0I,GAAIjI,EAAEkI,WAAalI,EAAEkI,YAAc,CAAA,EAAIlI,EAAEmI,aAAe,CAAA,EAAI,UAAWnI,IAAMA,EAAEoI,SAAW,CAAA,GAAKrF,OAAOsF,eAAeL,GAE/KC,IAAS3E,GACjC,CAAsB2E,EAAG1I,KAAK,GAAI,UAAYQ,EAAQkI,CAAC,GAAK,CAACA,EAAG,OAAOA,EAAG,IAAID,EAAIC,EAAEhI,OAAOqI,aAAc,GAAI,KAAA,IAAWN,EAAqJ,OAAQ,WAAazI,EAAIgJ,OAASC,QAAQP,CAAC,EAAxJ,GAAI,UAAYlI,EAA/CuD,EAAI0E,EAAE/C,KAAKgD,EAAG1I,GAAK,SAAS,CAA4B,EAAG,OAAO+D,EAAG,MAAM,IAAIuB,UAAU,8CAA8C,CAAmD,GADzQoD,EAAG,QAAQ,EAAU,UAAYlI,EAAQuD,CAAC,EAAIA,EAAIA,EAAI,KAFiHtD,EAAEyI,GAAG,EAAGzI,CAAC,CAAG,CAAE,CASvO,IAAI6H,GAAsB,KACxB,SAASA,EAAOa,EAASC,GAXM,GAAI,EAYjB5H,gBAAM8G,GAZ8B,MAAM,IAAIhD,UAAU,mCAAmC,EAa3G9D,KAAK6H,OAAOF,EAASC,CAAO,EACxB1H,EAAa4H,EAAc9H,IAAI,EACnCA,KAAKI,MAAO,EAAG2G,EAAoD1G,aAAa,EAAGH,CAAU,EACxFF,KAAKM,SAASC,KAAK,QAAQC,OAAON,CAAU,CAAC,GAChDF,KAAKM,SAASC,KAAK,QAAQC,OAAON,CAAU,EAAGF,KAAKI,IAAI,EAErDJ,KAAKM,SAASG,KAAK,UAAU,GAChCT,KAAKM,SAASG,KAAK,WAAYT,IAAI,EAMrCA,KAAKM,SAASI,QAAQ,WAAWF,OAAON,CAAU,CAAC,CACrD,CACA,OA1BoB+G,EA0BAH,GA1BGtI,EA0BK,CAAC,CAC3BkJ,IAAK,UACLK,MAAO,WACL/H,KAAKgI,SAAS,EACd,IAMSnH,EANLX,EAAa4H,EAAc9H,IAAI,EAMnC,IAASa,KALTb,KAAKM,SAASU,WAAW,QAAQR,OAAON,CAAU,CAAC,EAAEe,WAAW,UAAU,EAItEP,QAAQ,gBAAgBF,OAAON,CAAU,CAAC,EAC7BF,KACXA,KAAKiI,eAAepH,CAAI,IAC1Bb,KAAKa,GAAQ,KAGnB,CACF,KA1C2CmG,EAAkBC,EAAE5H,UAAWb,CAAC,EAAG0I,GAAKF,EAAkBC,EAAGC,CAAC,EAAGlF,OAAOsF,eAAeL,EAAG,YAAa,CAAEI,SAAU,CAAA,CAAG,CAAC,EAAGJ,EAAvK,IAAsBA,EAAGzI,EAAG0I,CA2C5B,GAAE,EAKF,SAASY,EAAcI,GAFrB,OAGiBA,EAAItI,UAHVgG,QAAQ,kBAAmB,OAAO,EAAEzF,YAAY,CAI7D,CAGO,EAEDgI,gCAIA,SAAU9J,EAAyBC,EAAqBC,GAE9DA,EAAoBC,EAAEF,CAAmB,EACpBC,EAAoBE,EAAEH,EAAqB,CACzC+B,YAAa,WAAa,OAAqBA,CAAa,EAC5D+H,aAAc,WAAa,OAAqBA,CAAc,EAC9DC,qBAAsB,WAAa,OAAqBA,CAAsB,EAC9EC,OAAQ,WAAa,OAAqBA,CAAQ,EAClDC,IAAK,WAAa,OAAqBA,CAAK,EAC5CC,cAAe,WAAa,OAAqBA,CAAe,CAClE,CAAC,EACD,IAAI7J,EAAsCJ,EAAkC,QAAQ,EAChFK,EAA2DL,EAAoBM,EAAEF,CAAmC,EAQ7I,SAAS4J,IACP,MAA6E,QAAtE3J,EAA4C,EAAE,MAAM,EAAE2B,KAAK,KAAK,CACzE,CAUA,SAASF,IAMP,IALA,IAAIsD,EAA4B,EAAnBQ,UAAUR,QAA+B5B,KAAAA,IAAjBoC,UAAU,GAAmBA,UAAU,GAAK,EAC7EsE,EAA+B,EAAnBtE,UAAUR,OAAaQ,UAAU,GAAKpC,KAAAA,EAClDoB,EAAM,GACNuF,EAAQ,uCACRC,EAAcD,EAAM/E,OACfpB,EAAI,EAAGA,EAAIoB,EAAQpB,CAAC,GAC3BY,GAAOuF,EAAMxC,KAAK0C,MAAM1C,KAAK2C,OAAO,EAAIF,CAAW,GAErD,OAAOF,EAAY,GAAGjI,OAAO2C,EAAK,GAAG,EAAE3C,OAAOiI,CAAS,EAAItF,CAC7D,CAUA,SAASiF,EAAajF,GACpB,OAAOA,EAAIyC,QAAQ,2BAA4B,MAAM,CACvD,CACA,SAAS4C,EAAcM,GACrB,IAOEC,EACOC,EARLC,EAAc,CAChBD,WAAc,gBACdE,iBAAoB,sBACpBC,cAAiB,gBACjBC,YAAe,gBACjB,EACI9G,EAAO+G,SAASC,cAAc,KAAK,EAEvC,IAASN,KAAcC,EACiB,KAAA,IAA3B3G,EAAKiH,MAAMP,KACpBD,EAAME,EAAYD,IAGtB,OAAID,IAGFlE,WAAW,WACTiE,EAAMU,eAAe,gBAAiB,CAACV,EAAM,CAC/C,EAAG,CAAC,EACG,gBAEX,CAcA,SAASR,EAAOQ,EAAOW,GAGZ,SAALC,IACF,OAAOZ,EAAMU,eAAeG,CAAS,CACvC,CAJA,IAAIC,EAAkC,aAAxBP,SAASQ,WACnBF,GAAaC,EAAU,WAAa,QAAU,kBAQlD,OAJId,IACEW,GAASX,EAAMgB,IAAIH,EAAWF,CAAO,EACrCG,EAAS/E,WAAW6E,CAAE,EAAO9K,EAA4C,EAAEkG,MAAM,EAAEgF,IAAI,OAAQJ,CAAE,GAEhGC,CACT,CAoBA,SAAStB,EAAqBoB,GAC5B,IAAIM,EAA0B,EAAnB5F,UAAUR,QAA+B5B,KAAAA,IAAjBoC,UAAU,GAAmBA,UAAU,GAAK,GAC7E6F,EAAwBD,EAAKE,kBAC7BA,EAA8C,KAAA,IAA1BD,GAA2CA,EAC/DE,EAAsBH,EAAKI,eAC3BA,EAAyC,KAAA,IAAxBD,GAAyCA,EAC5D,OAAO,SAA2BE,GAChC,IAAK,IAAIC,EAAOlG,UAAUR,OAAQ2G,EAAO,IAAItG,MAAa,EAAPqG,EAAWA,EAAO,EAAI,CAAC,EAAGE,EAAO,EAAGA,EAAOF,EAAME,CAAI,GACtGD,EAAKC,EAAO,GAAKpG,UAAUoG,GAE7B,IAAIvE,EAAWyD,EAAQlD,KAAKjC,MAAMmF,EAAS,CAACzJ,KAAMoK,GAAQ5J,OAAO8J,CAAI,CAAC,EAGtE,GAA6B,OAAzBF,EAAOI,cACT,OAAOxE,EAAS,EAMlBnB,WAAW,WACT,GAAI,CAACoF,GAAqBZ,SAASoB,UAAY,CAACpB,SAASoB,SAAS,EAChE,OAAOzE,EAAS,EAIbmE,GACHvL,EAA4C,EAAEyK,QAAQ,EAAES,IAAI,aAAc,SAA6BY,GAChG9L,EAA4C,EAAEwL,EAAOO,aAAa,EAAEC,IAAIF,EAASG,MAAM,EAAElH,SAE5FyG,EAAOI,cAAgBE,EAASG,OAChC7E,EAAS,EAEb,CAAC,CAEL,EAAG,CAAC,CACN,CACF,CAGO,EAED8E,qCAIA,SAAUzM,EAAyBC,EAAqBC,GAE9DA,EAAoBC,EAAEF,CAAmB,EACpBC,EAAoBE,EAAEH,EAAqB,CACzCuF,WAAY,WAAa,OAAqBA,CAAY,CAC5D,CAAC,EACD,IAmCb0F,EAEFwB,EANAC,EA/BmBrM,EAAsCJ,EAAkC,QAAQ,EAChFK,EAA2DL,EAAoBM,EAAEF,CAAmC,EAC7I,SAASK,EAAQC,GAAgC,OAAOD,EAAU,YAAc,OAAOE,QAAU,UAAY,OAAOA,OAAOC,SAAW,SAAUF,GAAK,OAAO,OAAOA,CAAG,EAAI,SAAUA,GAAK,OAAOA,GAAK,YAAc,OAAOC,QAAUD,EAAEG,cAAgBF,QAAUD,IAAMC,OAAOG,UAAY,SAAW,OAAOJ,CAAG,GAAWA,CAAC,CAAG,CAC7T,SAASgM,EAAezM,EAAGyI,GAAK,OAKPzI,IAAK,GAAIwF,MAAMkH,QAAQ1M,CAAC,EAAG,OAAOA,CAAG,GALPA,CAAC,IAIxD,CAA+BA,EAAG2M,KAAK,IAAIjE,EAAI,MAAQ1I,EAAI,KAAO,aAAe,OAAOU,QAAUV,EAAEU,OAAOC,WAAaX,EAAE,cAAe,GAAI,MAAQ0I,EAAG,CAAE,IAAID,EAAGpI,EAAG0D,EAAG6I,EAAGC,EAAI,GAAIC,EAAI,CAAA,EAAIrM,EAAI,CAAA,EAAI,IAAM,GAAIsD,GAAK2E,EAAIA,EAAEhD,KAAK1F,CAAC,GAAG+M,KAAM,IAAMJ,EAAG,CAAE,GAAInJ,OAAOkF,CAAC,IAAMA,EAAG,OAAQoE,EAAI,CAAA,CAAI,MAAO,KAAO,EAAEA,GAAKrE,EAAI1E,EAAE2B,KAAKgD,CAAC,GAAGsE,QAAUH,EAAE1K,KAAKsG,EAAEc,KAAK,EAAGsD,EAAE1H,SAAWwH,GAAIG,EAAI,CAAA,GAA2J,CAApJ,MAAO9M,GAAKS,EAAI,CAAA,EAAIJ,EAAIL,CAAG,CAAE,QAAU,IAAM,GAAI,CAAC8M,GAAK,MAAQpE,EAAEuE,SAAWL,EAAIlE,EAAEuE,OAAO,EAAGzJ,OAAOoJ,CAAC,IAAMA,GAAI,MAAoC,CAA1B,QAAU,GAAInM,EAAG,MAAMJ,CAAG,CAAE,CAAE,OAAOwM,CAAG,CAAE,GAJhc7M,EAAGyI,CAAC,IAEvF,CAAqCzI,EAAG6M,KAAK,IAAuEnE,EAAvE,GAAI1I,EAAK,MAAI,UAAY,OAAOA,EAAUkN,EAAkBlN,EAAG6M,CAAC,EAAiH,SAAzBnE,EAApC,YAA7CA,EAAI,GAAGvB,SAASzB,KAAK1F,CAAC,EAAEyF,MAAM,EAAG,CAAC,CAAC,IAA4BzF,EAAEY,YAAoBZ,EAAEY,YAAYO,KAAiBuH,IAAK,QAAUA,EAAIlD,MAAM2H,KAAKnN,CAAC,EAAI,cAAgB0I,GAAK,2CAA2CrB,KAAKqB,CAAC,EAAIwE,EAAkBlN,EAAG6M,CAAC,EAAI,KAAA,CAAU,GAFjQ7M,EAAGyI,CAAC,IAC5H,KAA8B,MAAM,IAAInD,UAAU,2IAA2I,CAAG,GAD9C,CAAG,CAGrJ,SAAS4H,EAAkBlN,EAAG6M,IAAM,MAAQA,GAAKA,EAAI7M,EAAEmF,UAAY0H,EAAI7M,EAAEmF,QAAS,IAAK,IAAIsD,EAAI,EAAGpI,EAAImF,MAAMqH,CAAC,EAAGpE,EAAIoE,EAAGpE,CAAC,GAAIpI,EAAEoI,GAAKzI,EAAEyI,GAAI,OAAOpI,CAAG,CAqBnJiG,OAAO8G,aAAe9G,OAAO8G,aAIvBZ,EAAalG,OAAOkG,YAAclG,OAAO+G,SAIvCtC,EAAQF,SAASC,cAAc,OAAO,EACxCwC,EAASzC,SAAS0C,qBAAqB,QAAQ,EAAE,GACjDhB,EAAO,KACTxB,EAAMnI,KAAO,WACbmI,EAAMyC,GAAK,oBACNF,EAGHA,EAAOG,WAAWC,aAAa3C,EAAOuC,CAAM,EAF5CzC,SAAS8C,KAAKC,YAAY7C,CAAK,EAMjCwB,EAAO,qBAAsBjG,QAAUA,OAAOuH,iBAAiB9C,EAAO,IAAI,GAAKA,EAAM+C,aACrFtB,EAAa,CACXuB,YAAa,SAAqBV,GAC5BW,EAAO,UAAYX,EAAQ,yCAU/B,OAPItC,EAAMkD,WACRlD,EAAMkD,WAAWC,QAAUF,EAE3BjD,EAAMoD,YAAcH,EAIA,QAAfzB,EAAK6B,KACd,CACF,GAEK,SAAUf,GACf,MAAO,CACLgB,QAAS7B,EAAWuB,YAAYV,GAAS,KAAK,EAC9CA,MAAOA,GAAS,KAClB,CACF,IAIF,IAAIhI,EAAa,CACfiJ,QAAS,GACTC,QAAS,GAMTvL,MAAO,WAEL,GAA2B,CAAA,IAAvBxB,KAAKgN,cACP,OAAOhN,KAEPA,KAAKgN,cAAgB,CAAA,EAGXpO,EAA4C,EAAE,oBAAoB,EACnE+E,QACT/E,EAA4C,EAAE,2DAA2D,EAAEqO,SAAS5D,SAAS8C,IAAI,EAHnI,IAMIe,EAmLFC,EA/KOzF,EALL0F,EAAkBxO,EAA4C,EAAE,gBAAgB,EAAEyO,IAAI,aAAa,EAKvG,IAAS3F,KA+KPyF,EAAc,GAlLhBD,EA2LFC,EARmB,UAAf,OAFsBhK,EAjLUiK,KAsLpCjK,EAAMA,EAAID,KAAK,EAAEe,MAAM,EAAG,CAAC,CAAC,GAKdd,EAAIN,MAAM,GAAG,EAAEyK,OAAO,SAAUC,EAAKC,GACjD,IAAIC,EAAQD,EAAM5H,QAAQ,MAAO,GAAG,EAAE/C,MAAM,GAAG,EAC3C6E,EAAM+F,EAAM,GACZC,EAAMD,EAAM,GAChB/F,EAAMiG,mBAAmBjG,CAAG,EAI5BgG,EAAqB,KAAA,IAARA,EAAsB,KAAOC,mBAAmBD,CAAG,EAQhE,OAPKH,EAAItF,eAAeP,CAAG,EAEhB1D,MAAMkH,QAAQqC,EAAI7F,EAAI,EAC/B6F,EAAI7F,GAAK/G,KAAK+M,CAAG,EAEjBH,EAAI7F,GAAO,CAAC6F,EAAI7F,GAAMgG,GAJtBH,EAAI7F,GAAOgG,EAMNH,CACT,EAAG,EAAE,EACEJ,EApNMnN,KAQN8M,QAAU,GAECI,EACVA,EAAajF,eAAeP,CAAG,GAX1B1H,KAYF8M,QAAQnM,KAAK,CAChBhB,KAAM+H,EACNK,MAAO,+BAA+BvH,OAAO0M,EAAaxF,GAAM,GAAG,CACrE,CAAC,EAGL1H,KAAK+M,QAAU/M,KAAK4N,gBAAgB,EACpC5N,KAAK6N,SAAS,CAChB,EAOAC,QAAS,WACP9N,KAAKgN,cAAgB,CAAA,EACrBhN,KAAKwB,MAAM,CACb,EAOAuM,QAAS,SAAiBC,GACpBC,EAAQjO,KAAKkO,IAAIF,CAAI,EACzB,MAAIC,CAAAA,CAAAA,GACKnJ,OAAO8G,WAAWqC,CAAK,EAAEpB,OAGpC,EAQAsB,KAAM,SAAcH,GAClB,OAAOA,IAAShO,KAAK4N,gBAAgB,CACvC,EAOAQ,KAAM,SAAcJ,GACdK,EAAWrO,KAAKuL,KAAKyC,CAAI,EAI7B,MAAIK,CAAAA,GACK,CAACrO,KAAK+N,QAAQM,CAAQ,CAMjC,EAOAC,GAAI,SAAYN,GACd,IAGIO,EAAStD,EAHD+C,EAAK9K,KAAK,EAAEL,MAAM,GAAG,EAAEH,OAAO,SAAUd,GAClD,MAAO,CAAC,CAACA,EAAE+B,MACb,CAAC,EACkC,CAAC,EAClC6K,EAASD,EAAO,GAChBE,EAAUF,EAAO,GACjBG,EAAyB,KAAA,IAAZD,EAAqB,GAAKA,EAGzC,GAAmB,SAAfC,EACF,OAAO1O,KAAKmO,KAAKK,CAAM,EAGzB,GAAI,CAACE,GAA6B,OAAfA,EACjB,OAAO1O,KAAK+N,QAAQS,CAAM,EAG5B,GAAmB,SAAfE,EACF,OAAO1O,KAAKoO,KAAKI,CAAM,EAEzB,MAAM,IAAIG,MAAM,oIAAuInO,OAAOwN,EAAM,UAAW,CAAC,CAClL,EAOAE,IAAK,SAAaF,GAChB,IAAK,IAAIzL,KAAKvC,KAAK8M,QACjB,GAAI9M,KAAK8M,QAAQ7E,eAAe1F,CAAC,EAAG,CAC9B0L,EAAQjO,KAAK8M,QAAQvK,GACzB,GAAIyL,IAASC,EAAMtO,KAAM,OAAOsO,EAAMlG,KACxC,CAEF,OAAO,IACT,EAOAwD,KAAM,SAAcyC,GAClB,IAAI3M,EAAQrB,KACR4O,EAAa5O,KAAK8M,QAAQ+B,UAAU,SAAUC,GAChD,OAAOzN,EAAM0N,cAAcD,CAAC,IAAMd,CACpC,CAAC,EACD,GAAmB,CAAC,IAAhBY,EACF,MAAM,IAAID,MAAM,iCAAkCnO,OAAOwN,EAAM,2GAA8G,CAAC,EAE5KgB,EAAYhP,KAAK8M,QAAQ8B,EAAa,GAC1C,OAAOI,EAAYA,EAAUrP,KAAO,IACtC,EAQAoP,cAAe,SAAuBhH,GACpC,GAAqB,UAAjB,OAAOA,EAAoB,OAAOA,EACtC,GAAuB,WAAnB/I,EAAQ+I,CAAK,EAAgB,OAAOA,EAAMpI,KAC9C,MAAM,IAAImE,UAAU,+IAAgJtD,OAAOuH,EAAO,KAAM,EAAEvH,OAAOxB,EAAQ+I,CAAK,EAAG,SAAS,CAAC,CAC7N,EAOA6F,gBAAiB,WAEf,IADA,IAAIqB,EACK1M,EAAI,EAAGA,EAAIvC,KAAK8M,QAAQnJ,OAAQpB,CAAC,GAAI,CAC5C,IAAI0L,EAAQjO,KAAK8M,QAAQvK,GACrBuC,OAAO8G,WAAWqC,EAAMlG,KAAK,EAAE8E,UACjCoC,EAAUhB,EAEd,CACA,OAAOgB,GAAWjP,KAAK+O,cAAcE,CAAO,CAC9C,EAMApB,SAAU,WACR,IAAIqB,EAASlP,KACbpB,EAA4C,EAAEkG,MAAM,EAAEqK,GAAG,oBAAqB,WAC5E,IAAIC,EAAUF,EAAOtB,gBAAgB,EACnCyB,EAAcH,EAAOnC,QACnBqC,IAAYC,IAEdH,EAAOnC,QAAUqC,EAGjBxQ,EAA4C,EAAEkG,MAAM,EAAEpE,QAAQ,wBAAyB,CAAC0O,EAASC,EAAY,EAEjH,CAAC,CACH,CACF,CAmCO,EAEDC,OAIA,SAAUzR,GAEhBA,EAAOD,QAAUM,CAEV,CAEI,EAGGqR,EAA2B,GA2B9BhR,EAAoBM,EAAI,SAAShB,GAChC,IAAI2R,EAAS3R,GAAUA,EAAO4R,WAC7B,WAAa,OAAO5R,EAAgB,OAAG,EACvC,WAAa,OAAOA,CAAQ,EAE7B,OADAU,EAAoBE,EAAE+Q,EAAQ,CAAEnE,EAAGmE,CAAO,CAAC,EACpCA,CACR,EAMAjR,EAAoBE,EAAI,SAASb,EAAS8R,GACzC,IAAI,IAAIhI,KAAOgI,EACXnR,EAAoBU,EAAEyQ,EAAYhI,CAAG,GAAK,CAACnJ,EAAoBU,EAAErB,EAAS8J,CAAG,GAC/E1F,OAAOsF,eAAe1J,EAAS8J,EAAK,CAAEP,WAAY,CAAA,EAAM+G,IAAKwB,EAAWhI,EAAK,CAAC,CAGjF,EAKAnJ,EAAoBU,EAAI,SAASiJ,EAAKrH,GAAQ,OAAOmB,OAAO3C,UAAU4I,eAAe/D,KAAKgE,EAAKrH,CAAI,CAAG,EAe7GvC,EAAsB,IATfC,EAAoBC,EAAI,SAASZ,GACX,aAAlB,OAAOsB,QAA0BA,OAAOyQ,aAC1C3N,OAAOsF,eAAe1J,EAASsB,OAAOyQ,YAAa,CAAE5H,MAAO,QAAS,CAAC,EAEvE/F,OAAOsF,eAAe1J,EAAS,aAAc,CAAEmK,MAAO,CAAA,CAAK,CAAC,CAC7D,GAUWzJ,CAAmB,EACpBC,EAAoBE,EAAEH,EAAqB,CACzCI,WAAY,WAAa,OAA2BkR,EAA8ClR,UAAY,EAC9G2B,YAAa,WAAa,OAA2BwP,EAAoDxP,WAAa,EACtHyG,OAAQ,WAAa,OAA2BgJ,EAAqDhJ,MAAQ,EAC7GsB,aAAc,WAAa,OAA2ByH,EAAoDzH,YAAc,EACxHC,qBAAsB,WAAa,OAA2BwH,EAAoDxH,oBAAsB,EACxIC,OAAQ,WAAa,OAA2BuH,EAAoDvH,MAAQ,EAC5GC,IAAK,WAAa,OAA2BsH,EAAoDtH,GAAK,EACtGC,cAAe,WAAa,OAA2BqH,EAAoDrH,aAAe,CAC5H,CAAC,EACG7J,EAAsCJ,EAAkC,QAAQ,EAChFK,EAA2DL,EAAoBM,EAAEF,CAAmC,EACpHiR,EAAgDrR,EAAiD,yBAAyB,EAC1HuR,EAAuDvR,EAAwD,gCAAgC,EAC/IsR,EAAsDtR,EAAuD,+BAA+B,EAQrKqR,EAA8ClR,WAAW8E,YAAa5E,EAA6C,CAAC,EAIpHgR,EAA8ClR,WAAWoI,OAASgJ,EAAqDhJ,OAKvH8I,EAA8ClR,WAAW6J,IAAMsH,EAAoDtH,IACnHqH,EAA8ClR,WAAW2B,YAAcwP,EAAoDxP,YAC3HuP,EAA8ClR,WAAW8J,cAAgBqH,EAAoDrH,cAC7HoH,EAA8ClR,WAAW0J,aAAeyH,EAAoDzH,aAC5HwH,EAA8ClR,WAAW4J,OAASuH,EAAoDvH,OACtHxD,OAAOpG,WAAakR,EAA8ClR,WAUjDJ,EAnHP,SAASC,EAAoBwR,GAE5B,IAAIC,EAAeT,EAAyBQ,GAC5C,OAAqBhO,KAAAA,IAAjBiO,IAIAnS,EAAS0R,EAAyBQ,GAAY,CAGjDnS,QAAS,EACV,EAGAO,EAAoB4R,GAAUlS,EAAQA,EAAOD,QAASW,CAAmB,GAGlEV,EAAOD,OACf,CAj6BM,IAEFO,EA04BAoR,EAkFW5Q,EAEAiR,EACAE,EACAD,EArBrBvR,CAwDJ,CAAC"}