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
@@ -4,194 +4,46 @@
4
4
  else if(typeof define === 'function' && define.amd)
5
5
  define(["jquery"], factory);
6
6
  else if(typeof exports === 'object')
7
- exports["foundation.core"] = factory(require("jquery"));
7
+ exports["__FOUNDATION_EXTERNAL__"] = factory(require("jquery"));
8
8
  else
9
9
  root["__FOUNDATION_EXTERNAL__"] = root["__FOUNDATION_EXTERNAL__"] || {}, root["__FOUNDATION_EXTERNAL__"]["foundation.core"] = factory(root["jQuery"]);
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE_jquery__) {
11
- return /******/ (function(modules) { // webpackBootstrap
12
- /******/ // The module cache
13
- /******/ var installedModules = {};
14
- /******/
15
- /******/ // The require function
16
- /******/ function __webpack_require__(moduleId) {
17
- /******/
18
- /******/ // Check if module is in cache
19
- /******/ if(installedModules[moduleId]) {
20
- /******/ return installedModules[moduleId].exports;
21
- /******/ }
22
- /******/ // Create a new module (and put it into the cache)
23
- /******/ var module = installedModules[moduleId] = {
24
- /******/ i: moduleId,
25
- /******/ l: false,
26
- /******/ exports: {}
27
- /******/ };
28
- /******/
29
- /******/ // Execute the module function
30
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
31
- /******/
32
- /******/ // Flag the module as loaded
33
- /******/ module.l = true;
34
- /******/
35
- /******/ // Return the exports of the module
36
- /******/ return module.exports;
37
- /******/ }
38
- /******/
39
- /******/
40
- /******/ // expose the modules object (__webpack_modules__)
41
- /******/ __webpack_require__.m = modules;
42
- /******/
43
- /******/ // expose the module cache
44
- /******/ __webpack_require__.c = installedModules;
45
- /******/
46
- /******/ // define getter function for harmony exports
47
- /******/ __webpack_require__.d = function(exports, name, getter) {
48
- /******/ if(!__webpack_require__.o(exports, name)) {
49
- /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
50
- /******/ }
51
- /******/ };
52
- /******/
53
- /******/ // define __esModule on exports
54
- /******/ __webpack_require__.r = function(exports) {
55
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
56
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
57
- /******/ }
58
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
59
- /******/ };
60
- /******/
61
- /******/ // create a fake namespace object
62
- /******/ // mode & 1: value is a module id, require it
63
- /******/ // mode & 2: merge all properties of value into the ns
64
- /******/ // mode & 4: return value when already ns object
65
- /******/ // mode & 8|1: behave like require
66
- /******/ __webpack_require__.t = function(value, mode) {
67
- /******/ if(mode & 1) value = __webpack_require__(value);
68
- /******/ if(mode & 8) return value;
69
- /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
70
- /******/ var ns = Object.create(null);
71
- /******/ __webpack_require__.r(ns);
72
- /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
73
- /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
74
- /******/ return ns;
75
- /******/ };
76
- /******/
77
- /******/ // getDefaultExport function for compatibility with non-harmony modules
78
- /******/ __webpack_require__.n = function(module) {
79
- /******/ var getter = module && module.__esModule ?
80
- /******/ function getDefault() { return module['default']; } :
81
- /******/ function getModuleExports() { return module; };
82
- /******/ __webpack_require__.d(getter, 'a', getter);
83
- /******/ return getter;
84
- /******/ };
85
- /******/
86
- /******/ // Object.prototype.hasOwnProperty.call
87
- /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
88
- /******/
89
- /******/ // __webpack_public_path__
90
- /******/ __webpack_require__.p = "";
91
- /******/
92
- /******/
93
- /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = 0);
95
- /******/ })
96
- /************************************************************************/
97
- /******/ ({
98
-
99
- /***/ "./js/entries/plugins/foundation.core.js":
100
- /*!***********************************************!*\
101
- !*** ./js/entries/plugins/foundation.core.js ***!
102
- \***********************************************/
103
- /*! exports provided: Foundation, Plugin, rtl, GetYoDigits, RegExpEscape, transitionend, onLoad, ignoreMousedisappear */
104
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
105
-
106
- "use strict";
107
- __webpack_require__.r(__webpack_exports__);
108
- /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
109
- /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
110
- /* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../foundation.core */ "./js/foundation.core.js");
111
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Foundation", function() { return _foundation_core__WEBPACK_IMPORTED_MODULE_1__["Foundation"]; });
112
-
113
- /* harmony import */ var _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../foundation.core.plugin */ "./js/foundation.core.plugin.js");
114
- /* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../foundation.core.utils */ "./js/foundation.core.utils.js");
115
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Plugin", function() { return _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__["Plugin"]; });
116
-
117
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "rtl", function() { return _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["rtl"]; });
118
-
119
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GetYoDigits", function() { return _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["GetYoDigits"]; });
120
-
121
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RegExpEscape", function() { return _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["RegExpEscape"]; });
122
-
123
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "transitionend", function() { return _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["transitionend"]; });
124
-
125
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "onLoad", function() { return _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["onLoad"]; });
126
-
127
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ignoreMousedisappear", function() { return _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["ignoreMousedisappear"]; });
128
-
129
- // --- Foundation Core API ---
130
- // Initialize Foundation and add some utilities to its public API for backward compatibility.
131
- // Please note that every utility do not have to be added to the core API.
132
-
133
-
134
-
135
-
136
- _foundation_core__WEBPACK_IMPORTED_MODULE_1__["Foundation"].addToJquery(jquery__WEBPACK_IMPORTED_MODULE_0___default.a); // Every plugin depends on plugin now, we can include that on the core for the
137
- // script inclusion path.
138
-
139
- _foundation_core__WEBPACK_IMPORTED_MODULE_1__["Foundation"].Plugin = _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__["Plugin"]; // These are now separated out, but historically were a part of this module,
140
- // and since this is here for backwards compatibility we include them in
141
- // this entry.
142
-
143
- _foundation_core__WEBPACK_IMPORTED_MODULE_1__["Foundation"].rtl = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["rtl"];
144
- _foundation_core__WEBPACK_IMPORTED_MODULE_1__["Foundation"].GetYoDigits = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["GetYoDigits"];
145
- _foundation_core__WEBPACK_IMPORTED_MODULE_1__["Foundation"].transitionend = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["transitionend"];
146
- _foundation_core__WEBPACK_IMPORTED_MODULE_1__["Foundation"].RegExpEscape = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["RegExpEscape"];
147
- _foundation_core__WEBPACK_IMPORTED_MODULE_1__["Foundation"].onLoad = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__["onLoad"];
148
- window.Foundation = _foundation_core__WEBPACK_IMPORTED_MODULE_1__["Foundation"]; // --- Foundation Core exports ---
149
- // Export "Plugin" and all core utilities, since the `foundation.core` entry plays the role of
150
- // all core source files.
151
-
152
-
153
-
154
-
155
-
156
- /***/ }),
10
+ })(self, function(__WEBPACK_EXTERNAL_MODULE_jquery__) {
11
+ return /******/ (function() { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ var __webpack_modules__ = ({
157
14
 
158
15
  /***/ "./js/foundation.core.js":
159
16
  /*!*******************************!*\
160
17
  !*** ./js/foundation.core.js ***!
161
18
  \*******************************/
162
- /*! exports provided: Foundation */
163
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
19
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
164
20
 
165
- "use strict";
166
21
  __webpack_require__.r(__webpack_exports__);
167
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Foundation", function() { return Foundation; });
22
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
23
+ /* harmony export */ Foundation: function() { return /* binding */ Foundation; }
24
+ /* harmony export */ });
168
25
  /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
169
26
  /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
170
27
  /* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./foundation.core.utils */ "./js/foundation.core.utils.js");
171
28
  /* harmony import */ var _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./foundation.util.mediaQuery */ "./js/foundation.util.mediaQuery.js");
29
+ function _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); }
172
30
 
173
31
 
174
- function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
175
-
176
32
 
33
+ var FOUNDATION_VERSION = '6.9.0';
177
34
 
178
-
179
- var FOUNDATION_VERSION = '6.6.2'; // Global Foundation object
35
+ // Global Foundation object
180
36
  // This is attached to the window, or used as a module for AMD/Browserify
181
-
182
37
  var Foundation = {
183
38
  version: FOUNDATION_VERSION,
184
-
185
39
  /**
186
40
  * Stores initialized plugins.
187
41
  */
188
42
  _plugins: {},
189
-
190
43
  /**
191
44
  * Stores generated unique ids for plugin instances
192
45
  */
193
46
  _uuids: [],
194
-
195
47
  /**
196
48
  * Defines a Foundation plugin, adding it to the `Foundation` namespace and the list of plugins to initialize when reflowing.
197
49
  * @param {Object} plugin - The constructor of the plugin.
@@ -199,14 +51,14 @@ var Foundation = {
199
51
  plugin: function plugin(_plugin, name) {
200
52
  // Object key to use when adding to global Foundation object
201
53
  // Examples: Foundation.Reveal, Foundation.OffCanvas
202
- var className = name || functionName(_plugin); // Object key to use when storing the plugin, also used to create the identifying data attribute for the plugin
54
+ var className = name || functionName(_plugin);
55
+ // Object key to use when storing the plugin, also used to create the identifying data attribute for the plugin
203
56
  // Examples: data-reveal, data-off-canvas
57
+ var attrName = hyphenate(className);
204
58
 
205
- var attrName = hyphenate(className); // Add to the Foundation object and the plugins list (for reflowing)
206
-
59
+ // Add to the Foundation object and the plugins list (for reflowing)
207
60
  this._plugins[attrName] = this[className] = _plugin;
208
61
  },
209
-
210
62
  /**
211
63
  * @function
212
64
  * Populates the _uuids array with pointers to each individual plugin instance.
@@ -218,12 +70,10 @@ var Foundation = {
218
70
  */
219
71
  registerPlugin: function registerPlugin(plugin, name) {
220
72
  var pluginName = name ? hyphenate(name) : functionName(plugin.constructor).toLowerCase();
221
- plugin.uuid = Object(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__["GetYoDigits"])(6, pluginName);
222
-
73
+ plugin.uuid = (0,_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__.GetYoDigits)(6, pluginName);
223
74
  if (!plugin.$element.attr("data-".concat(pluginName))) {
224
75
  plugin.$element.attr("data-".concat(pluginName), plugin.uuid);
225
76
  }
226
-
227
77
  if (!plugin.$element.data('zfPlugin')) {
228
78
  plugin.$element.data('zfPlugin', plugin);
229
79
  }
@@ -231,15 +81,10 @@ var Foundation = {
231
81
  * Fires when the plugin has initialized.
232
82
  * @event Plugin#init
233
83
  */
234
-
235
-
236
84
  plugin.$element.trigger("init.zf.".concat(pluginName));
237
-
238
85
  this._uuids.push(plugin.uuid);
239
-
240
86
  return;
241
87
  },
242
-
243
88
  /**
244
89
  * @function
245
90
  * Removes the plugins uuid from the _uuids array.
@@ -250,23 +95,19 @@ var Foundation = {
250
95
  */
251
96
  unregisterPlugin: function unregisterPlugin(plugin) {
252
97
  var pluginName = hyphenate(functionName(plugin.$element.data('zfPlugin').constructor));
253
-
254
98
  this._uuids.splice(this._uuids.indexOf(plugin.uuid), 1);
255
-
256
99
  plugin.$element.removeAttr("data-".concat(pluginName)).removeData('zfPlugin')
257
100
  /**
258
101
  * Fires when the plugin has been destroyed.
259
102
  * @event Plugin#destroyed
260
- */
261
- .trigger("destroyed.zf.".concat(pluginName));
262
-
103
+ */.trigger("destroyed.zf.".concat(pluginName));
263
104
  for (var prop in plugin) {
264
- plugin[prop] = null; //clean up script to prep for garbage collection.
105
+ if (typeof plugin[prop] === 'function') {
106
+ plugin[prop] = null; //clean up script to prep for garbage collection.
107
+ }
265
108
  }
266
-
267
109
  return;
268
110
  },
269
-
270
111
  /**
271
112
  * @function
272
113
  * Causes one or more active plugins to re-initialize, resetting event listeners, recalculating positions, etc.
@@ -274,8 +115,7 @@ var Foundation = {
274
115
  * @default If no argument is passed, reflow all currently active plugins.
275
116
  */
276
117
  reInit: function reInit(plugins) {
277
- var isJQ = plugins instanceof jquery__WEBPACK_IMPORTED_MODULE_0___default.a;
278
-
118
+ var isJQ = plugins instanceof (jquery__WEBPACK_IMPORTED_MODULE_0___default());
279
119
  try {
280
120
  if (isJQ) {
281
121
  plugins.each(function () {
@@ -283,23 +123,22 @@ var Foundation = {
283
123
  });
284
124
  } else {
285
125
  var type = _typeof(plugins),
286
- _this = this,
287
- fns = {
288
- 'object': function object(plgs) {
289
- plgs.forEach(function (p) {
290
- p = hyphenate(p);
291
- jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-' + p + ']').foundation('_init');
292
- });
293
- },
294
- 'string': function string() {
295
- plugins = hyphenate(plugins);
296
- jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-' + plugins + ']').foundation('_init');
297
- },
298
- 'undefined': function undefined() {
299
- this['object'](Object.keys(_this._plugins));
300
- }
301
- };
302
-
126
+ _this = this,
127
+ fns = {
128
+ 'object': function object(plgs) {
129
+ plgs.forEach(function (p) {
130
+ p = hyphenate(p);
131
+ jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-' + p + ']').foundation('_init');
132
+ });
133
+ },
134
+ 'string': function string() {
135
+ plugins = hyphenate(plugins);
136
+ jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-' + plugins + ']').foundation('_init');
137
+ },
138
+ 'undefined': function undefined() {
139
+ this.object(Object.keys(_this._plugins));
140
+ }
141
+ };
303
142
  fns[type](plugins);
304
143
  }
305
144
  } catch (err) {
@@ -308,7 +147,6 @@ var Foundation = {
308
147
  return plugins;
309
148
  }
310
149
  },
311
-
312
150
  /**
313
151
  * Initialize plugins on any elements within `elem` (and `elem` itself) that aren't already initialized.
314
152
  * @param {Object} elem - jQuery object containing the element to check inside. Also checks the element itself, unless it's the `document` object.
@@ -318,37 +156,37 @@ var Foundation = {
318
156
  // If plugins is undefined, just grab everything
319
157
  if (typeof plugins === 'undefined') {
320
158
  plugins = Object.keys(this._plugins);
321
- } // If plugins is a string, convert it to an array with one item
159
+ }
160
+ // If plugins is a string, convert it to an array with one item
322
161
  else if (typeof plugins === 'string') {
323
- plugins = [plugins];
324
- }
325
-
326
- var _this = this; // Iterate through each plugin
327
-
162
+ plugins = [plugins];
163
+ }
164
+ var _this = this;
328
165
 
329
- jquery__WEBPACK_IMPORTED_MODULE_0___default.a.each(plugins, function (i, name) {
166
+ // Iterate through each plugin
167
+ jquery__WEBPACK_IMPORTED_MODULE_0___default().each(plugins, function (i, name) {
330
168
  // Get the current plugin
331
- var plugin = _this._plugins[name]; // Localize the search to all elements inside elem, as well as elem itself, unless elem === document
169
+ var plugin = _this._plugins[name];
332
170
 
171
+ // Localize the search to all elements inside elem, as well as elem itself, unless elem === document
333
172
  var $elem = jquery__WEBPACK_IMPORTED_MODULE_0___default()(elem).find('[data-' + name + ']').addBack('[data-' + name + ']').filter(function () {
334
173
  return typeof jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data("zfPlugin") === 'undefined';
335
- }); // For each plugin found, initialize it
174
+ });
336
175
 
176
+ // For each plugin found, initialize it
337
177
  $elem.each(function () {
338
178
  var $el = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this),
339
- opts = {
340
- reflow: true
341
- };
342
-
179
+ opts = {
180
+ reflow: true
181
+ };
343
182
  if ($el.attr('data-options')) {
344
- $el.attr('data-options').split(';').forEach(function (option, _index) {
183
+ $el.attr('data-options').split(';').forEach(function (option) {
345
184
  var opt = option.split(':').map(function (el) {
346
185
  return el.trim();
347
186
  });
348
187
  if (opt[0]) opts[opt[0]] = parseValue(opt[1]);
349
188
  });
350
189
  }
351
-
352
190
  try {
353
191
  $el.data('zfPlugin', new plugin(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), opts));
354
192
  } catch (er) {
@@ -360,31 +198,26 @@ var Foundation = {
360
198
  });
361
199
  },
362
200
  getFnName: functionName,
363
- addToJquery: function addToJquery($) {
201
+ addToJquery: function addToJquery() {
364
202
  // TODO: consider not making this a jQuery function
365
203
  // TODO: need way to reflow vs. re-initialize
366
-
367
204
  /**
368
205
  * The Foundation jQuery method.
369
206
  * @param {String|Array} method - An action to perform on the current jQuery object.
370
207
  */
371
208
  var foundation = function foundation(method) {
372
209
  var type = _typeof(method),
373
- $noJS = $('.no-js');
374
-
210
+ $noJS = jquery__WEBPACK_IMPORTED_MODULE_0___default()('.no-js');
375
211
  if ($noJS.length) {
376
212
  $noJS.removeClass('no-js');
377
213
  }
378
-
379
214
  if (type === 'undefined') {
380
215
  //needs to initialize the Foundation object, or an individual plugin.
381
- _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_2__["MediaQuery"]._init();
382
-
216
+ _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_2__.MediaQuery._init();
383
217
  Foundation.reflow(this);
384
218
  } else if (type === 'string') {
385
219
  //an individual method to invoke on a plugin or group of plugins
386
220
  var args = Array.prototype.slice.call(arguments, 1); //collect all the arguments, if necessary
387
-
388
221
  var plugClass = this.data('zfPlugin'); //determine the class of plugin
389
222
 
390
223
  if (typeof plugClass !== 'undefined' && typeof plugClass[method] !== 'undefined') {
@@ -395,7 +228,7 @@ var Foundation = {
395
228
  } else {
396
229
  this.each(function (i, el) {
397
230
  //otherwise loop through the jQuery collection and invoke the method on each
398
- plugClass[method].apply($(el).data('zfPlugin'), args);
231
+ plugClass[method].apply(jquery__WEBPACK_IMPORTED_MODULE_0___default()(el).data('zfPlugin'), args);
399
232
  });
400
233
  }
401
234
  } else {
@@ -406,12 +239,10 @@ var Foundation = {
406
239
  //error for invalid argument type
407
240
  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."));
408
241
  }
409
-
410
242
  return this;
411
243
  };
412
-
413
- $.fn.foundation = foundation;
414
- return $;
244
+ (jquery__WEBPACK_IMPORTED_MODULE_0___default().fn).foundation = foundation;
245
+ return (jquery__WEBPACK_IMPORTED_MODULE_0___default());
415
246
  }
416
247
  };
417
248
  Foundation.util = {
@@ -426,8 +257,7 @@ Foundation.util = {
426
257
  var timer = null;
427
258
  return function () {
428
259
  var context = this,
429
- args = arguments;
430
-
260
+ args = arguments;
431
261
  if (timer === null) {
432
262
  timer = setTimeout(function () {
433
263
  func.apply(context, args);
@@ -437,23 +267,21 @@ Foundation.util = {
437
267
  };
438
268
  }
439
269
  };
440
- window.Foundation = Foundation; // Polyfill for requestAnimationFrame
270
+ window.Foundation = Foundation;
441
271
 
272
+ // Polyfill for requestAnimationFrame
442
273
  (function () {
443
274
  if (!Date.now || !window.Date.now) window.Date.now = Date.now = function () {
444
275
  return new Date().getTime();
445
276
  };
446
277
  var vendors = ['webkit', 'moz'];
447
-
448
278
  for (var i = 0; i < vendors.length && !window.requestAnimationFrame; ++i) {
449
279
  var vp = vendors[i];
450
280
  window.requestAnimationFrame = window[vp + 'RequestAnimationFrame'];
451
281
  window.cancelAnimationFrame = window[vp + 'CancelAnimationFrame'] || window[vp + 'CancelRequestAnimationFrame'];
452
282
  }
453
-
454
283
  if (/iP(ad|hone|od).*OS 6/.test(window.navigator.userAgent) || !window.requestAnimationFrame || !window.cancelAnimationFrame) {
455
284
  var lastTime = 0;
456
-
457
285
  window.requestAnimationFrame = function (callback) {
458
286
  var now = Date.now();
459
287
  var nextTime = Math.max(lastTime + 16, now);
@@ -461,14 +289,11 @@ window.Foundation = Foundation; // Polyfill for requestAnimationFrame
461
289
  callback(lastTime = nextTime);
462
290
  }, nextTime - now);
463
291
  };
464
-
465
292
  window.cancelAnimationFrame = clearTimeout;
466
293
  }
467
294
  /**
468
295
  * Polyfill for performance.now, required by rAF
469
296
  */
470
-
471
-
472
297
  if (!window.performance || !window.performance.now) {
473
298
  window.performance = {
474
299
  start: Date.now(),
@@ -478,33 +303,29 @@ window.Foundation = Foundation; // Polyfill for requestAnimationFrame
478
303
  };
479
304
  }
480
305
  })();
481
-
482
306
  if (!Function.prototype.bind) {
307
+ /* eslint-disable no-extend-native */
483
308
  Function.prototype.bind = function (oThis) {
484
309
  if (typeof this !== 'function') {
485
310
  // closest thing possible to the ECMAScript 5
486
311
  // internal IsCallable function
487
312
  throw new TypeError('Function.prototype.bind - what is trying to be bound is not callable');
488
313
  }
489
-
490
314
  var aArgs = Array.prototype.slice.call(arguments, 1),
491
- fToBind = this,
492
- fNOP = function fNOP() {},
493
- fBound = function fBound() {
494
- return fToBind.apply(this instanceof fNOP ? this : oThis, aArgs.concat(Array.prototype.slice.call(arguments)));
495
- };
496
-
315
+ fToBind = this,
316
+ fNOP = function fNOP() {},
317
+ fBound = function fBound() {
318
+ return fToBind.apply(this instanceof fNOP ? this : oThis, aArgs.concat(Array.prototype.slice.call(arguments)));
319
+ };
497
320
  if (this.prototype) {
498
321
  // native functions don't have a prototype
499
322
  fNOP.prototype = this.prototype;
500
323
  }
501
-
502
324
  fBound.prototype = new fNOP();
503
325
  return fBound;
504
326
  };
505
- } // Polyfill to get the name of a function in IE9
506
-
507
-
327
+ }
328
+ // Polyfill to get the name of a function in IE9
508
329
  function functionName(fn) {
509
330
  if (typeof Function.prototype.name === 'undefined') {
510
331
  var funcNameRegex = /function\s([^(]{1,})\(/;
@@ -516,63 +337,50 @@ function functionName(fn) {
516
337
  return fn.prototype.constructor.name;
517
338
  }
518
339
  }
519
-
520
340
  function parseValue(str) {
521
341
  if ('true' === str) return true;else if ('false' === str) return false;else if (!isNaN(str * 1)) return parseFloat(str);
522
342
  return str;
523
- } // Convert PascalCase to kebab-case
343
+ }
344
+ // Convert PascalCase to kebab-case
524
345
  // Thank you: http://stackoverflow.com/a/8955580
525
-
526
-
527
346
  function hyphenate(str) {
528
347
  return str.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
529
348
  }
530
349
 
531
350
 
532
-
533
351
  /***/ }),
534
352
 
535
353
  /***/ "./js/foundation.core.plugin.js":
536
354
  /*!**************************************!*\
537
355
  !*** ./js/foundation.core.plugin.js ***!
538
356
  \**************************************/
539
- /*! exports provided: Plugin */
540
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
357
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
541
358
 
542
- "use strict";
543
359
  __webpack_require__.r(__webpack_exports__);
544
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Plugin", function() { return Plugin; });
545
- /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
546
- /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
547
- /* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./foundation.core.utils */ "./js/foundation.core.utils.js");
548
-
549
-
550
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
551
-
552
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
553
-
554
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
555
-
556
-
557
- // Abstract class for providing lifecycle hooks. Expect plugins to define AT LEAST
360
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
361
+ /* harmony export */ Plugin: function() { return /* binding */ Plugin; }
362
+ /* harmony export */ });
363
+ /* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./foundation.core.utils */ "./js/foundation.core.utils.js");
364
+ function _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); }
365
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
366
+ function _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); } }
367
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
368
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
369
+ function _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); }
370
+
371
+
372
+ // Abstract class for providing lifecycle hooks. Expect plugins to define AT LEAST
558
373
  // {function} _setup (replaces previous constructor),
559
374
  // {function} _destroy (replaces previous destroy)
560
-
561
- var Plugin =
562
- /*#__PURE__*/
563
- function () {
375
+ var Plugin = /*#__PURE__*/function () {
564
376
  function Plugin(element, options) {
565
377
  _classCallCheck(this, Plugin);
566
-
567
378
  this._setup(element, options);
568
-
569
379
  var pluginName = getPluginName(this);
570
- this.uuid = Object(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__["GetYoDigits"])(6, pluginName);
571
-
380
+ this.uuid = (0,_foundation_core_utils__WEBPACK_IMPORTED_MODULE_0__.GetYoDigits)(6, pluginName);
572
381
  if (!this.$element.attr("data-".concat(pluginName))) {
573
382
  this.$element.attr("data-".concat(pluginName), this.uuid);
574
383
  }
575
-
576
384
  if (!this.$element.data('zfPlugin')) {
577
385
  this.$element.data('zfPlugin', this);
578
386
  }
@@ -580,75 +388,65 @@ function () {
580
388
  * Fires when the plugin has initialized.
581
389
  * @event Plugin#init
582
390
  */
583
-
584
-
585
391
  this.$element.trigger("init.zf.".concat(pluginName));
586
392
  }
587
-
588
- _createClass(Plugin, [{
393
+ return _createClass(Plugin, [{
589
394
  key: "destroy",
590
395
  value: function destroy() {
591
396
  this._destroy();
592
-
593
397
  var pluginName = getPluginName(this);
594
398
  this.$element.removeAttr("data-".concat(pluginName)).removeData('zfPlugin')
595
399
  /**
596
400
  * Fires when the plugin has been destroyed.
597
401
  * @event Plugin#destroyed
598
- */
599
- .trigger("destroyed.zf.".concat(pluginName));
600
-
402
+ */.trigger("destroyed.zf.".concat(pluginName));
601
403
  for (var prop in this) {
602
- this[prop] = null; //clean up script to prep for garbage collection.
404
+ if (this.hasOwnProperty(prop)) {
405
+ this[prop] = null; //clean up script to prep for garbage collection.
406
+ }
603
407
  }
604
408
  }
605
409
  }]);
606
-
607
- return Plugin;
608
410
  }(); // Convert PascalCase to kebab-case
609
411
  // Thank you: http://stackoverflow.com/a/8955580
610
-
611
-
612
412
  function hyphenate(str) {
613
413
  return str.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
614
414
  }
615
-
616
415
  function getPluginName(obj) {
617
416
  return hyphenate(obj.className);
618
417
  }
619
418
 
620
419
 
621
-
622
420
  /***/ }),
623
421
 
624
422
  /***/ "./js/foundation.core.utils.js":
625
423
  /*!*************************************!*\
626
424
  !*** ./js/foundation.core.utils.js ***!
627
425
  \*************************************/
628
- /*! exports provided: rtl, GetYoDigits, RegExpEscape, transitionend, onLoad, ignoreMousedisappear */
629
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
426
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
630
427
 
631
- "use strict";
632
428
  __webpack_require__.r(__webpack_exports__);
633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rtl", function() { return rtl; });
634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "GetYoDigits", function() { return GetYoDigits; });
635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RegExpEscape", function() { return RegExpEscape; });
636
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "transitionend", function() { return transitionend; });
637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "onLoad", function() { return onLoad; });
638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ignoreMousedisappear", function() { return ignoreMousedisappear; });
429
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
430
+ /* harmony export */ GetYoDigits: function() { return /* binding */ GetYoDigits; },
431
+ /* harmony export */ RegExpEscape: function() { return /* binding */ RegExpEscape; },
432
+ /* harmony export */ ignoreMousedisappear: function() { return /* binding */ ignoreMousedisappear; },
433
+ /* harmony export */ onLoad: function() { return /* binding */ onLoad; },
434
+ /* harmony export */ rtl: function() { return /* binding */ rtl; },
435
+ /* harmony export */ transitionend: function() { return /* binding */ transitionend; }
436
+ /* harmony export */ });
639
437
  /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
640
438
  /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
641
439
 
642
440
 
643
- // Core Foundation Utilities, utilized in a number of places.
441
+ // Core Foundation Utilities, utilized in a number of places.
644
442
 
645
443
  /**
646
444
  * Returns a boolean for RTL support
647
445
  */
648
-
649
446
  function rtl() {
650
447
  return jquery__WEBPACK_IMPORTED_MODULE_0___default()('html').attr('dir') === 'rtl';
651
448
  }
449
+
652
450
  /**
653
451
  * returns a random base-36 uid with namespacing
654
452
  * @function
@@ -657,21 +455,18 @@ function rtl() {
657
455
  * @default {String} '' - if no plugin name is provided, nothing is appended to the uid.
658
456
  * @returns {String} - unique id
659
457
  */
660
-
661
-
662
458
  function GetYoDigits() {
663
459
  var length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 6;
664
460
  var namespace = arguments.length > 1 ? arguments[1] : undefined;
665
461
  var str = '';
666
462
  var chars = '0123456789abcdefghijklmnopqrstuvwxyz';
667
463
  var charsLength = chars.length;
668
-
669
464
  for (var i = 0; i < length; i++) {
670
465
  str += chars[Math.floor(Math.random() * charsLength)];
671
466
  }
672
-
673
467
  return namespace ? "".concat(str, "-").concat(namespace) : str;
674
468
  }
469
+
675
470
  /**
676
471
  * Escape a string so it can be used as a regexp pattern
677
472
  * @function
@@ -680,12 +475,9 @@ function GetYoDigits() {
680
475
  * @param {String} str - string to escape.
681
476
  * @returns {String} - escaped string
682
477
  */
683
-
684
-
685
478
  function RegExpEscape(str) {
686
479
  return str.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
687
480
  }
688
-
689
481
  function transitionend($elem) {
690
482
  var transitions = {
691
483
  'transition': 'transitionend',
@@ -694,14 +486,12 @@ function transitionend($elem) {
694
486
  'OTransition': 'otransitionend'
695
487
  };
696
488
  var elem = document.createElement('div'),
697
- end;
698
-
489
+ end;
699
490
  for (var transition in transitions) {
700
491
  if (typeof elem.style[transition] !== 'undefined') {
701
492
  end = transitions[transition];
702
493
  }
703
494
  }
704
-
705
495
  if (end) {
706
496
  return end;
707
497
  } else {
@@ -711,6 +501,7 @@ function transitionend($elem) {
711
501
  return 'transitionend';
712
502
  }
713
503
  }
504
+
714
505
  /**
715
506
  * Return an event type to listen for window load.
716
507
  *
@@ -723,23 +514,19 @@ function transitionend($elem) {
723
514
  * @param {Function} [] handler - function to attach to the event.
724
515
  * @returns {String} - event type that should or will be triggered.
725
516
  */
726
-
727
-
728
517
  function onLoad($elem, handler) {
729
518
  var didLoad = document.readyState === 'complete';
730
519
  var eventType = (didLoad ? '_didLoad' : 'load') + '.zf.util.onLoad';
731
-
732
520
  var cb = function cb() {
733
521
  return $elem.triggerHandler(eventType);
734
522
  };
735
-
736
523
  if ($elem) {
737
524
  if (handler) $elem.one(eventType, handler);
738
525
  if (didLoad) setTimeout(cb);else jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).one('load', cb);
739
526
  }
740
-
741
527
  return eventType;
742
528
  }
529
+
743
530
  /**
744
531
  * Retuns an handler for the `mouseleave` that ignore disappeared mouses.
745
532
  *
@@ -758,35 +545,32 @@ function onLoad($elem, handler) {
758
545
  * - {Boolean} [false] ignoreReappear - also ignore when the mouse reappeared outside of the element it left.
759
546
  * @returns {Function} - filtered handler to use to listen on the `mouseleave` event.
760
547
  */
761
-
762
-
763
548
  function ignoreMousedisappear(handler) {
764
549
  var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
765
- _ref$ignoreLeaveWindo = _ref.ignoreLeaveWindow,
766
- ignoreLeaveWindow = _ref$ignoreLeaveWindo === void 0 ? false : _ref$ignoreLeaveWindo,
767
- _ref$ignoreReappear = _ref.ignoreReappear,
768
- ignoreReappear = _ref$ignoreReappear === void 0 ? false : _ref$ignoreReappear;
769
-
550
+ _ref$ignoreLeaveWindo = _ref.ignoreLeaveWindow,
551
+ ignoreLeaveWindow = _ref$ignoreLeaveWindo === void 0 ? false : _ref$ignoreLeaveWindo,
552
+ _ref$ignoreReappear = _ref.ignoreReappear,
553
+ ignoreReappear = _ref$ignoreReappear === void 0 ? false : _ref$ignoreReappear;
770
554
  return function leaveEventHandler(eLeave) {
771
555
  for (var _len = arguments.length, rest = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
772
556
  rest[_key - 1] = arguments[_key];
773
557
  }
558
+ var callback = handler.bind.apply(handler, [this, eLeave].concat(rest));
774
559
 
775
- var callback = handler.bind.apply(handler, [this, eLeave].concat(rest)); // The mouse left: call the given callback if the mouse entered elsewhere
776
-
560
+ // The mouse left: call the given callback if the mouse entered elsewhere
777
561
  if (eLeave.relatedTarget !== null) {
778
562
  return callback();
779
- } // Otherwise, check if the mouse actually left the window.
563
+ }
564
+
565
+ // Otherwise, check if the mouse actually left the window.
780
566
  // In firefox if the user switched between windows, the window sill have the focus by the time
781
567
  // the event is triggered. We have to debounce the event to test this case.
782
-
783
-
784
568
  setTimeout(function leaveEventDebouncer() {
785
569
  if (!ignoreLeaveWindow && document.hasFocus && !document.hasFocus()) {
786
570
  return callback();
787
- } // Otherwise, wait for the mouse to reeapear outside of the element,
788
-
571
+ }
789
572
 
573
+ // Otherwise, wait for the mouse to reeapear outside of the element,
790
574
  if (!ignoreReappear) {
791
575
  jquery__WEBPACK_IMPORTED_MODULE_0___default()(document).one('mouseenter', function reenterEventHandler(eReenter) {
792
576
  if (!jquery__WEBPACK_IMPORTED_MODULE_0___default()(eLeave.currentTarget).has(eReenter.target).length) {
@@ -801,81 +585,82 @@ function ignoreMousedisappear(handler) {
801
585
  }
802
586
 
803
587
 
804
-
805
588
  /***/ }),
806
589
 
807
590
  /***/ "./js/foundation.util.mediaQuery.js":
808
591
  /*!******************************************!*\
809
592
  !*** ./js/foundation.util.mediaQuery.js ***!
810
593
  \******************************************/
811
- /*! exports provided: MediaQuery */
812
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
594
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
813
595
 
814
- "use strict";
815
596
  __webpack_require__.r(__webpack_exports__);
816
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MediaQuery", function() { return MediaQuery; });
597
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
598
+ /* harmony export */ MediaQuery: function() { return /* binding */ MediaQuery; }
599
+ /* harmony export */ });
817
600
  /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
818
601
  /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
819
-
820
-
821
- function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
822
-
823
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); }
824
-
825
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance"); }
826
-
827
- function _iterableToArrayLimit(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
828
-
829
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
830
-
831
- // Default set of media queries
832
-
833
- var defaultQueries = {
834
- 'default': 'only screen',
835
- landscape: 'only screen and (orientation: landscape)',
836
- portrait: 'only screen and (orientation: portrait)',
837
- retina: 'only screen and (-webkit-min-device-pixel-ratio: 2),' + 'only screen and (min--moz-device-pixel-ratio: 2),' + 'only screen and (-o-min-device-pixel-ratio: 2/1),' + 'only screen and (min-device-pixel-ratio: 2),' + 'only screen and (min-resolution: 192dpi),' + 'only screen and (min-resolution: 2dppx)'
838
- }; // matchMedia() polyfill - Test a CSS media type/query in JS.
602
+ function _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); }
603
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
604
+ function _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."); }
605
+ function _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; } }
606
+ function _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; }
607
+ function _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; } }
608
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
609
+
610
+
611
+ // Default set of media queries
612
+ // const defaultQueries = {
613
+ // 'default' : 'only screen',
614
+ // landscape : 'only screen and (orientation: landscape)',
615
+ // portrait : 'only screen and (orientation: portrait)',
616
+ // retina : 'only screen and (-webkit-min-device-pixel-ratio: 2),' +
617
+ // 'only screen and (min--moz-device-pixel-ratio: 2),' +
618
+ // 'only screen and (-o-min-device-pixel-ratio: 2/1),' +
619
+ // 'only screen and (min-device-pixel-ratio: 2),' +
620
+ // 'only screen and (min-resolution: 192dpi),' +
621
+ // 'only screen and (min-resolution: 2dppx)'
622
+ // };
623
+
624
+ // matchMedia() polyfill - Test a CSS media type/query in JS.
839
625
  // Authors & copyright © 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. MIT license
840
-
841
626
  /* eslint-disable */
842
-
843
627
  window.matchMedia || (window.matchMedia = function () {
844
- "use strict"; // For browsers that support matchMedium api such as IE 9 and webkit
628
+ "use strict";
845
629
 
846
- var styleMedia = window.styleMedia || window.media; // For those that don't support matchMedium
630
+ // For browsers that support matchMedium api such as IE 9 and webkit
631
+ var styleMedia = window.styleMedia || window.media;
847
632
 
633
+ // For those that don't support matchMedium
848
634
  if (!styleMedia) {
849
635
  var style = document.createElement('style'),
850
- script = document.getElementsByTagName('script')[0],
851
- info = null;
636
+ script = document.getElementsByTagName('script')[0],
637
+ info = null;
852
638
  style.type = 'text/css';
853
639
  style.id = 'matchmediajs-test';
854
-
855
640
  if (!script) {
856
641
  document.head.appendChild(style);
857
642
  } else {
858
643
  script.parentNode.insertBefore(style, script);
859
- } // 'style.currentStyle' is used by IE <= 8 and 'window.getComputedStyle' for all other browsers
860
-
644
+ }
861
645
 
646
+ // 'style.currentStyle' is used by IE <= 8 and 'window.getComputedStyle' for all other browsers
862
647
  info = 'getComputedStyle' in window && window.getComputedStyle(style, null) || style.currentStyle;
863
648
  styleMedia = {
864
649
  matchMedium: function matchMedium(media) {
865
- var text = '@media ' + media + '{ #matchmediajs-test { width: 1px; } }'; // 'style.styleSheet' is used by IE <= 8 and 'style.textContent' for all other browsers
650
+ var text = '@media ' + media + '{ #matchmediajs-test { width: 1px; } }';
866
651
 
652
+ // 'style.styleSheet' is used by IE <= 8 and 'style.textContent' for all other browsers
867
653
  if (style.styleSheet) {
868
654
  style.styleSheet.cssText = text;
869
655
  } else {
870
656
  style.textContent = text;
871
- } // Test if media query is true or false
872
-
657
+ }
873
658
 
659
+ // Test if media query is true or false
874
660
  return info.width === '1px';
875
661
  }
876
662
  };
877
663
  }
878
-
879
664
  return function (media) {
880
665
  return {
881
666
  matches: styleMedia.matchMedium(media || 'all'),
@@ -888,7 +673,6 @@ window.matchMedia || (window.matchMedia = function () {
888
673
  var MediaQuery = {
889
674
  queries: [],
890
675
  current: '',
891
-
892
676
  /**
893
677
  * Initializes the media query helper, by extracting the breakpoint list from the CSS and activating the breakpoint watcher.
894
678
  * @function
@@ -897,18 +681,15 @@ var MediaQuery = {
897
681
  _init: function _init() {
898
682
  // make sure the initialization is only done once when calling _init() several times
899
683
  if (this.isInitialized === true) {
900
- return;
684
+ return this;
901
685
  } else {
902
686
  this.isInitialized = true;
903
687
  }
904
-
905
688
  var self = this;
906
689
  var $meta = jquery__WEBPACK_IMPORTED_MODULE_0___default()('meta.foundation-mq');
907
-
908
690
  if (!$meta.length) {
909
- jquery__WEBPACK_IMPORTED_MODULE_0___default()('<meta class="foundation-mq">').appendTo(document.head);
691
+ jquery__WEBPACK_IMPORTED_MODULE_0___default()('<meta class="foundation-mq" name="foundation-mq" content>').appendTo(document.head);
910
692
  }
911
-
912
693
  var extractedStyles = jquery__WEBPACK_IMPORTED_MODULE_0___default()('.foundation-mq').css('font-family');
913
694
  var namedQueries;
914
695
  namedQueries = parseStyleToObject(extractedStyles);
@@ -922,12 +703,9 @@ var MediaQuery = {
922
703
  });
923
704
  }
924
705
  }
925
-
926
706
  this.current = this._getCurrentSize();
927
-
928
707
  this._watcher();
929
708
  },
930
-
931
709
  /**
932
710
  * Reinitializes the media query helper.
933
711
  * Useful if your CSS breakpoint configuration has just been loaded or has changed since the initialization.
@@ -936,10 +714,8 @@ var MediaQuery = {
936
714
  */
937
715
  _reInit: function _reInit() {
938
716
  this.isInitialized = false;
939
-
940
717
  this._init();
941
718
  },
942
-
943
719
  /**
944
720
  * Checks if the screen is at least as wide as a breakpoint.
945
721
  * @function
@@ -948,14 +724,11 @@ var MediaQuery = {
948
724
  */
949
725
  atLeast: function atLeast(size) {
950
726
  var query = this.get(size);
951
-
952
727
  if (query) {
953
728
  return window.matchMedia(query).matches;
954
729
  }
955
-
956
730
  return false;
957
731
  },
958
-
959
732
  /**
960
733
  * Checks if the screen is within the given breakpoint.
961
734
  * If smaller than the breakpoint of larger than its upper limit it returns false.
@@ -966,7 +739,6 @@ var MediaQuery = {
966
739
  only: function only(size) {
967
740
  return size === this._getCurrentSize();
968
741
  },
969
-
970
742
  /**
971
743
  * Checks if the screen is within a breakpoint or smaller.
972
744
  * @function
@@ -974,18 +746,18 @@ var MediaQuery = {
974
746
  * @returns {Boolean} `true` if the breakpoint matches, `false` if it's larger.
975
747
  */
976
748
  upTo: function upTo(size) {
977
- var nextSize = this.next(size); // If the next breakpoint does not match, the screen is smaller than
978
- // the upper limit of this breakpoint.
749
+ var nextSize = this.next(size);
979
750
 
751
+ // If the next breakpoint does not match, the screen is smaller than
752
+ // the upper limit of this breakpoint.
980
753
  if (nextSize) {
981
754
  return !this.atLeast(nextSize);
982
- } // If there is no next breakpoint, the "size" breakpoint does not have
983
- // an upper limit and the screen will always be within it or smaller.
984
-
755
+ }
985
756
 
757
+ // If there is no next breakpoint, the "size" breakpoint does not have
758
+ // an upper limit and the screen will always be within it or smaller.
986
759
  return true;
987
760
  },
988
-
989
761
  /**
990
762
  * Checks if the screen matches to a breakpoint.
991
763
  * @function
@@ -996,30 +768,25 @@ var MediaQuery = {
996
768
  var parts = size.trim().split(' ').filter(function (p) {
997
769
  return !!p.length;
998
770
  });
999
-
1000
771
  var _parts = _slicedToArray(parts, 2),
1001
- bpSize = _parts[0],
1002
- _parts$ = _parts[1],
1003
- bpModifier = _parts$ === void 0 ? '' : _parts$; // Only the breakpont
1004
-
772
+ bpSize = _parts[0],
773
+ _parts$ = _parts[1],
774
+ bpModifier = _parts$ === void 0 ? '' : _parts$;
1005
775
 
776
+ // Only the breakpont
1006
777
  if (bpModifier === 'only') {
1007
778
  return this.only(bpSize);
1008
- } // At least the breakpoint (included)
1009
-
1010
-
779
+ }
780
+ // At least the breakpoint (included)
1011
781
  if (!bpModifier || bpModifier === 'up') {
1012
782
  return this.atLeast(bpSize);
1013
- } // Up to the breakpoint (included)
1014
-
1015
-
783
+ }
784
+ // Up to the breakpoint (included)
1016
785
  if (bpModifier === 'down') {
1017
786
  return this.upTo(bpSize);
1018
787
  }
1019
-
1020
788
  throw new Error("\n Invalid breakpoint passed to MediaQuery.is().\n Expected a breakpoint name formatted like \"<size> <modifier>\", got \"".concat(size, "\".\n "));
1021
789
  },
1022
-
1023
790
  /**
1024
791
  * Gets the media query of a breakpoint.
1025
792
  * @function
@@ -1033,10 +800,8 @@ var MediaQuery = {
1033
800
  if (size === query.name) return query.value;
1034
801
  }
1035
802
  }
1036
-
1037
803
  return null;
1038
804
  },
1039
-
1040
805
  /**
1041
806
  * Get the breakpoint following the given breakpoint.
1042
807
  * @function
@@ -1045,19 +810,15 @@ var MediaQuery = {
1045
810
  */
1046
811
  next: function next(size) {
1047
812
  var _this = this;
1048
-
1049
813
  var queryIndex = this.queries.findIndex(function (q) {
1050
814
  return _this._getQueryName(q) === size;
1051
815
  });
1052
-
1053
816
  if (queryIndex === -1) {
1054
817
  throw new Error("\n Unknown breakpoint \"".concat(size, "\" passed to MediaQuery.next().\n Ensure it is present in your Sass \"$breakpoints\" setting.\n "));
1055
818
  }
1056
-
1057
819
  var nextQuery = this.queries[queryIndex + 1];
1058
820
  return nextQuery ? nextQuery.name : null;
1059
821
  },
1060
-
1061
822
  /**
1062
823
  * Returns the name of the breakpoint related to the given value.
1063
824
  * @function
@@ -1070,7 +831,6 @@ var MediaQuery = {
1070
831
  if (_typeof(value) === 'object') return value.name;
1071
832
  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 "));
1072
833
  },
1073
-
1074
834
  /**
1075
835
  * Gets the current breakpoint name by testing every breakpoint and returning the last one to match (the biggest one).
1076
836
  * @function
@@ -1079,18 +839,14 @@ var MediaQuery = {
1079
839
  */
1080
840
  _getCurrentSize: function _getCurrentSize() {
1081
841
  var matched;
1082
-
1083
842
  for (var i = 0; i < this.queries.length; i++) {
1084
843
  var query = this.queries[i];
1085
-
1086
844
  if (window.matchMedia(query.value).matches) {
1087
845
  matched = query;
1088
846
  }
1089
847
  }
1090
-
1091
848
  return matched && this._getQueryName(matched);
1092
849
  },
1093
-
1094
850
  /**
1095
851
  * Activates the breakpoint watcher, which fires an event on the window whenever the breakpoint changes.
1096
852
  * @function
@@ -1098,43 +854,40 @@ var MediaQuery = {
1098
854
  */
1099
855
  _watcher: function _watcher() {
1100
856
  var _this2 = this;
1101
-
1102
- jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).off('resize.zf.mediaquery').on('resize.zf.mediaquery', function () {
857
+ jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).on('resize.zf.trigger', function () {
1103
858
  var newSize = _this2._getCurrentSize(),
1104
- currentSize = _this2.current;
1105
-
859
+ currentSize = _this2.current;
1106
860
  if (newSize !== currentSize) {
1107
861
  // Change the current media query
1108
- _this2.current = newSize; // Broadcast the media query change on the window
862
+ _this2.current = newSize;
1109
863
 
864
+ // Broadcast the media query change on the window
1110
865
  jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).trigger('changed.zf.mediaquery', [newSize, currentSize]);
1111
866
  }
1112
867
  });
1113
868
  }
1114
- }; // Thank you: https://github.com/sindresorhus/query-string
869
+ };
1115
870
 
871
+ // Thank you: https://github.com/sindresorhus/query-string
1116
872
  function parseStyleToObject(str) {
1117
873
  var styleObject = {};
1118
-
1119
874
  if (typeof str !== 'string') {
1120
875
  return styleObject;
1121
876
  }
1122
-
1123
877
  str = str.trim().slice(1, -1); // browsers re-quote string style values
1124
878
 
1125
879
  if (!str) {
1126
880
  return styleObject;
1127
881
  }
1128
-
1129
882
  styleObject = str.split('&').reduce(function (ret, param) {
1130
883
  var parts = param.replace(/\+/g, ' ').split('=');
1131
884
  var key = parts[0];
1132
885
  var val = parts[1];
1133
- key = decodeURIComponent(key); // missing `=` should be `null`:
1134
- // http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters
886
+ key = decodeURIComponent(key);
1135
887
 
888
+ // missing `=` should be `null`:
889
+ // http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters
1136
890
  val = typeof val === 'undefined' ? null : decodeURIComponent(val);
1137
-
1138
891
  if (!ret.hasOwnProperty(key)) {
1139
892
  ret[key] = val;
1140
893
  } else if (Array.isArray(ret[key])) {
@@ -1142,39 +895,147 @@ function parseStyleToObject(str) {
1142
895
  } else {
1143
896
  ret[key] = [ret[key], val];
1144
897
  }
1145
-
1146
898
  return ret;
1147
899
  }, {});
1148
900
  return styleObject;
1149
901
  }
1150
902
 
1151
903
 
1152
-
1153
- /***/ }),
1154
-
1155
- /***/ 0:
1156
- /*!*****************************************************!*\
1157
- !*** multi ./js/entries/plugins/foundation.core.js ***!
1158
- \*****************************************************/
1159
- /*! no static exports found */
1160
- /***/ (function(module, exports, __webpack_require__) {
1161
-
1162
- module.exports = __webpack_require__(/*! /Users/joeworkman/Development/foundation-sites/js/entries/plugins/foundation.core.js */"./js/entries/plugins/foundation.core.js");
1163
-
1164
-
1165
904
  /***/ }),
1166
905
 
1167
906
  /***/ "jquery":
1168
907
  /*!********************************************************************************************!*\
1169
908
  !*** external {"root":["jQuery"],"amd":"jquery","commonjs":"jquery","commonjs2":"jquery"} ***!
1170
909
  \********************************************************************************************/
1171
- /*! no static exports found */
1172
- /***/ (function(module, exports) {
910
+ /***/ (function(module) {
1173
911
 
1174
912
  module.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;
1175
913
 
1176
914
  /***/ })
1177
915
 
1178
- /******/ });
916
+ /******/ });
917
+ /************************************************************************/
918
+ /******/ // The module cache
919
+ /******/ var __webpack_module_cache__ = {};
920
+ /******/
921
+ /******/ // The require function
922
+ /******/ function __webpack_require__(moduleId) {
923
+ /******/ // Check if module is in cache
924
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
925
+ /******/ if (cachedModule !== undefined) {
926
+ /******/ return cachedModule.exports;
927
+ /******/ }
928
+ /******/ // Create a new module (and put it into the cache)
929
+ /******/ var module = __webpack_module_cache__[moduleId] = {
930
+ /******/ // no module.id needed
931
+ /******/ // no module.loaded needed
932
+ /******/ exports: {}
933
+ /******/ };
934
+ /******/
935
+ /******/ // Execute the module function
936
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
937
+ /******/
938
+ /******/ // Return the exports of the module
939
+ /******/ return module.exports;
940
+ /******/ }
941
+ /******/
942
+ /************************************************************************/
943
+ /******/ /* webpack/runtime/compat get default export */
944
+ /******/ !function() {
945
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
946
+ /******/ __webpack_require__.n = function(module) {
947
+ /******/ var getter = module && module.__esModule ?
948
+ /******/ function() { return module['default']; } :
949
+ /******/ function() { return module; };
950
+ /******/ __webpack_require__.d(getter, { a: getter });
951
+ /******/ return getter;
952
+ /******/ };
953
+ /******/ }();
954
+ /******/
955
+ /******/ /* webpack/runtime/define property getters */
956
+ /******/ !function() {
957
+ /******/ // define getter functions for harmony exports
958
+ /******/ __webpack_require__.d = function(exports, definition) {
959
+ /******/ for(var key in definition) {
960
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
961
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
962
+ /******/ }
963
+ /******/ }
964
+ /******/ };
965
+ /******/ }();
966
+ /******/
967
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
968
+ /******/ !function() {
969
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
970
+ /******/ }();
971
+ /******/
972
+ /******/ /* webpack/runtime/make namespace object */
973
+ /******/ !function() {
974
+ /******/ // define __esModule on exports
975
+ /******/ __webpack_require__.r = function(exports) {
976
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
977
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
978
+ /******/ }
979
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
980
+ /******/ };
981
+ /******/ }();
982
+ /******/
983
+ /************************************************************************/
984
+ var __webpack_exports__ = {};
985
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
986
+ !function() {
987
+ /*!***********************************************!*\
988
+ !*** ./js/entries/plugins/foundation.core.js ***!
989
+ \***********************************************/
990
+ __webpack_require__.r(__webpack_exports__);
991
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
992
+ /* harmony export */ Foundation: function() { return /* reexport safe */ _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation; },
993
+ /* harmony export */ GetYoDigits: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.GetYoDigits; },
994
+ /* harmony export */ Plugin: function() { return /* reexport safe */ _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__.Plugin; },
995
+ /* harmony export */ RegExpEscape: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.RegExpEscape; },
996
+ /* harmony export */ ignoreMousedisappear: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.ignoreMousedisappear; },
997
+ /* harmony export */ onLoad: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.onLoad; },
998
+ /* harmony export */ rtl: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.rtl; },
999
+ /* harmony export */ transitionend: function() { return /* reexport safe */ _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.transitionend; }
1000
+ /* harmony export */ });
1001
+ /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
1002
+ /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
1003
+ /* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../foundation.core */ "./js/foundation.core.js");
1004
+ /* harmony import */ var _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../foundation.core.plugin */ "./js/foundation.core.plugin.js");
1005
+ /* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../foundation.core.utils */ "./js/foundation.core.utils.js");
1006
+ // --- Foundation Core API ---
1007
+ // Initialize Foundation and add some utilities to its public API for backward compatibility.
1008
+ // Please note that every utility do not have to be added to the core API.
1009
+
1010
+
1011
+
1012
+
1013
+ _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.addToJquery((jquery__WEBPACK_IMPORTED_MODULE_0___default()));
1014
+
1015
+ // Every plugin depends on plugin now, we can include that on the core for the
1016
+ // script inclusion path.
1017
+ _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.Plugin = _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__.Plugin;
1018
+
1019
+ // These are now separated out, but historically were a part of this module,
1020
+ // and since this is here for backwards compatibility we include them in
1021
+ // this entry.
1022
+ _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.rtl = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.rtl;
1023
+ _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.GetYoDigits = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.GetYoDigits;
1024
+ _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.transitionend = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.transitionend;
1025
+ _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.RegExpEscape = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.RegExpEscape;
1026
+ _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation.onLoad = _foundation_core_utils__WEBPACK_IMPORTED_MODULE_3__.onLoad;
1027
+ window.Foundation = _foundation_core__WEBPACK_IMPORTED_MODULE_1__.Foundation;
1028
+
1029
+ // --- Foundation Core exports ---
1030
+ // Export "Plugin" and all core utilities, since the `foundation.core` entry plays the role of
1031
+ // all core source files.
1032
+
1033
+
1034
+
1035
+
1036
+ }();
1037
+ /******/ return __webpack_exports__;
1038
+ /******/ })()
1039
+ ;
1179
1040
  });
1180
1041
  //# sourceMappingURL=foundation.core.js.map