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,207 +4,88 @@
4
4
  else if(typeof define === 'function' && define.amd)
5
5
  define(["./foundation.core", "jquery"], factory);
6
6
  else if(typeof exports === 'object')
7
- exports["foundation.util.mediaQuery"] = factory(require("./foundation.core"), require("jquery"));
7
+ exports["__FOUNDATION_EXTERNAL__"] = factory(require("./foundation.core"), require("jquery"));
8
8
  else
9
9
  root["__FOUNDATION_EXTERNAL__"] = root["__FOUNDATION_EXTERNAL__"] || {}, root["__FOUNDATION_EXTERNAL__"]["foundation.util.mediaQuery"] = factory(root["__FOUNDATION_EXTERNAL__"]["foundation.core"], root["jQuery"]);
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__foundation_core__, __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 = 24);
95
- /******/ })
96
- /************************************************************************/
97
- /******/ ({
98
-
99
- /***/ "./foundation.core":
100
- /*!****************************************************************************************************************************************************************!*\
101
- !*** external {"root":["__FOUNDATION_EXTERNAL__","foundation.core"],"amd":"./foundation.core","commonjs":"./foundation.core","commonjs2":"./foundation.core"} ***!
102
- \****************************************************************************************************************************************************************/
103
- /*! no static exports found */
104
- /***/ (function(module, exports) {
105
-
106
- module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_core__;
107
-
108
- /***/ }),
109
-
110
- /***/ "./js/entries/plugins/foundation.util.mediaQuery.js":
111
- /*!**********************************************************!*\
112
- !*** ./js/entries/plugins/foundation.util.mediaQuery.js ***!
113
- \**********************************************************/
114
- /*! exports provided: Foundation, MediaQuery */
115
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
116
-
117
- "use strict";
118
- __webpack_require__.r(__webpack_exports__);
119
- /* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./foundation.core */ "./foundation.core");
120
- /* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_foundation_core__WEBPACK_IMPORTED_MODULE_0__);
121
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Foundation", function() { return _foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"]; });
122
-
123
- /* harmony import */ var _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../foundation.util.mediaQuery */ "./js/foundation.util.mediaQuery.js");
124
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MediaQuery", function() { return _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__["MediaQuery"]; });
125
-
126
-
127
-
128
- _foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"].MediaQuery = _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__["MediaQuery"];
129
-
130
- _foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"].MediaQuery._init();
131
-
132
-
133
-
134
- /***/ }),
10
+ })(self, function(__WEBPACK_EXTERNAL_MODULE__foundation_core__, __WEBPACK_EXTERNAL_MODULE_jquery__) {
11
+ return /******/ (function() { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ var __webpack_modules__ = ({
135
14
 
136
15
  /***/ "./js/foundation.util.mediaQuery.js":
137
16
  /*!******************************************!*\
138
17
  !*** ./js/foundation.util.mediaQuery.js ***!
139
18
  \******************************************/
140
- /*! exports provided: MediaQuery */
141
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
19
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
142
20
 
143
- "use strict";
144
21
  __webpack_require__.r(__webpack_exports__);
145
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MediaQuery", function() { return MediaQuery; });
22
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
23
+ /* harmony export */ MediaQuery: function() { return /* binding */ MediaQuery; }
24
+ /* harmony export */ });
146
25
  /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
147
26
  /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
148
-
149
-
150
- 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); }
151
-
152
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); }
153
-
154
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance"); }
155
-
156
- 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; }
157
-
158
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
159
-
160
- // Default set of media queries
161
-
162
- var defaultQueries = {
163
- 'default': 'only screen',
164
- landscape: 'only screen and (orientation: landscape)',
165
- portrait: 'only screen and (orientation: portrait)',
166
- 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)'
167
- }; // matchMedia() polyfill - Test a CSS media type/query in JS.
27
+ 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); }
28
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
29
+ 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."); }
30
+ 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; } }
31
+ 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; }
32
+ 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; } }
33
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
34
+
35
+
36
+ // Default set of media queries
37
+ // const defaultQueries = {
38
+ // 'default' : 'only screen',
39
+ // landscape : 'only screen and (orientation: landscape)',
40
+ // portrait : 'only screen and (orientation: portrait)',
41
+ // retina : 'only screen and (-webkit-min-device-pixel-ratio: 2),' +
42
+ // 'only screen and (min--moz-device-pixel-ratio: 2),' +
43
+ // 'only screen and (-o-min-device-pixel-ratio: 2/1),' +
44
+ // 'only screen and (min-device-pixel-ratio: 2),' +
45
+ // 'only screen and (min-resolution: 192dpi),' +
46
+ // 'only screen and (min-resolution: 2dppx)'
47
+ // };
48
+
49
+ // matchMedia() polyfill - Test a CSS media type/query in JS.
168
50
  // Authors & copyright © 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. MIT license
169
-
170
51
  /* eslint-disable */
171
-
172
52
  window.matchMedia || (window.matchMedia = function () {
173
- "use strict"; // For browsers that support matchMedium api such as IE 9 and webkit
53
+ "use strict";
174
54
 
175
- var styleMedia = window.styleMedia || window.media; // For those that don't support matchMedium
55
+ // For browsers that support matchMedium api such as IE 9 and webkit
56
+ var styleMedia = window.styleMedia || window.media;
176
57
 
58
+ // For those that don't support matchMedium
177
59
  if (!styleMedia) {
178
60
  var style = document.createElement('style'),
179
- script = document.getElementsByTagName('script')[0],
180
- info = null;
61
+ script = document.getElementsByTagName('script')[0],
62
+ info = null;
181
63
  style.type = 'text/css';
182
64
  style.id = 'matchmediajs-test';
183
-
184
65
  if (!script) {
185
66
  document.head.appendChild(style);
186
67
  } else {
187
68
  script.parentNode.insertBefore(style, script);
188
- } // 'style.currentStyle' is used by IE <= 8 and 'window.getComputedStyle' for all other browsers
189
-
69
+ }
190
70
 
71
+ // 'style.currentStyle' is used by IE <= 8 and 'window.getComputedStyle' for all other browsers
191
72
  info = 'getComputedStyle' in window && window.getComputedStyle(style, null) || style.currentStyle;
192
73
  styleMedia = {
193
74
  matchMedium: function matchMedium(media) {
194
- var text = '@media ' + media + '{ #matchmediajs-test { width: 1px; } }'; // 'style.styleSheet' is used by IE <= 8 and 'style.textContent' for all other browsers
75
+ var text = '@media ' + media + '{ #matchmediajs-test { width: 1px; } }';
195
76
 
77
+ // 'style.styleSheet' is used by IE <= 8 and 'style.textContent' for all other browsers
196
78
  if (style.styleSheet) {
197
79
  style.styleSheet.cssText = text;
198
80
  } else {
199
81
  style.textContent = text;
200
- } // Test if media query is true or false
201
-
82
+ }
202
83
 
84
+ // Test if media query is true or false
203
85
  return info.width === '1px';
204
86
  }
205
87
  };
206
88
  }
207
-
208
89
  return function (media) {
209
90
  return {
210
91
  matches: styleMedia.matchMedium(media || 'all'),
@@ -217,7 +98,6 @@ window.matchMedia || (window.matchMedia = function () {
217
98
  var MediaQuery = {
218
99
  queries: [],
219
100
  current: '',
220
-
221
101
  /**
222
102
  * Initializes the media query helper, by extracting the breakpoint list from the CSS and activating the breakpoint watcher.
223
103
  * @function
@@ -226,18 +106,15 @@ var MediaQuery = {
226
106
  _init: function _init() {
227
107
  // make sure the initialization is only done once when calling _init() several times
228
108
  if (this.isInitialized === true) {
229
- return;
109
+ return this;
230
110
  } else {
231
111
  this.isInitialized = true;
232
112
  }
233
-
234
113
  var self = this;
235
114
  var $meta = jquery__WEBPACK_IMPORTED_MODULE_0___default()('meta.foundation-mq');
236
-
237
115
  if (!$meta.length) {
238
- jquery__WEBPACK_IMPORTED_MODULE_0___default()('<meta class="foundation-mq">').appendTo(document.head);
116
+ jquery__WEBPACK_IMPORTED_MODULE_0___default()('<meta class="foundation-mq" name="foundation-mq" content>').appendTo(document.head);
239
117
  }
240
-
241
118
  var extractedStyles = jquery__WEBPACK_IMPORTED_MODULE_0___default()('.foundation-mq').css('font-family');
242
119
  var namedQueries;
243
120
  namedQueries = parseStyleToObject(extractedStyles);
@@ -251,12 +128,9 @@ var MediaQuery = {
251
128
  });
252
129
  }
253
130
  }
254
-
255
131
  this.current = this._getCurrentSize();
256
-
257
132
  this._watcher();
258
133
  },
259
-
260
134
  /**
261
135
  * Reinitializes the media query helper.
262
136
  * Useful if your CSS breakpoint configuration has just been loaded or has changed since the initialization.
@@ -265,10 +139,8 @@ var MediaQuery = {
265
139
  */
266
140
  _reInit: function _reInit() {
267
141
  this.isInitialized = false;
268
-
269
142
  this._init();
270
143
  },
271
-
272
144
  /**
273
145
  * Checks if the screen is at least as wide as a breakpoint.
274
146
  * @function
@@ -277,14 +149,11 @@ var MediaQuery = {
277
149
  */
278
150
  atLeast: function atLeast(size) {
279
151
  var query = this.get(size);
280
-
281
152
  if (query) {
282
153
  return window.matchMedia(query).matches;
283
154
  }
284
-
285
155
  return false;
286
156
  },
287
-
288
157
  /**
289
158
  * Checks if the screen is within the given breakpoint.
290
159
  * If smaller than the breakpoint of larger than its upper limit it returns false.
@@ -295,7 +164,6 @@ var MediaQuery = {
295
164
  only: function only(size) {
296
165
  return size === this._getCurrentSize();
297
166
  },
298
-
299
167
  /**
300
168
  * Checks if the screen is within a breakpoint or smaller.
301
169
  * @function
@@ -303,18 +171,18 @@ var MediaQuery = {
303
171
  * @returns {Boolean} `true` if the breakpoint matches, `false` if it's larger.
304
172
  */
305
173
  upTo: function upTo(size) {
306
- var nextSize = this.next(size); // If the next breakpoint does not match, the screen is smaller than
307
- // the upper limit of this breakpoint.
174
+ var nextSize = this.next(size);
308
175
 
176
+ // If the next breakpoint does not match, the screen is smaller than
177
+ // the upper limit of this breakpoint.
309
178
  if (nextSize) {
310
179
  return !this.atLeast(nextSize);
311
- } // If there is no next breakpoint, the "size" breakpoint does not have
312
- // an upper limit and the screen will always be within it or smaller.
313
-
180
+ }
314
181
 
182
+ // If there is no next breakpoint, the "size" breakpoint does not have
183
+ // an upper limit and the screen will always be within it or smaller.
315
184
  return true;
316
185
  },
317
-
318
186
  /**
319
187
  * Checks if the screen matches to a breakpoint.
320
188
  * @function
@@ -325,30 +193,25 @@ var MediaQuery = {
325
193
  var parts = size.trim().split(' ').filter(function (p) {
326
194
  return !!p.length;
327
195
  });
328
-
329
196
  var _parts = _slicedToArray(parts, 2),
330
- bpSize = _parts[0],
331
- _parts$ = _parts[1],
332
- bpModifier = _parts$ === void 0 ? '' : _parts$; // Only the breakpont
333
-
197
+ bpSize = _parts[0],
198
+ _parts$ = _parts[1],
199
+ bpModifier = _parts$ === void 0 ? '' : _parts$;
334
200
 
201
+ // Only the breakpont
335
202
  if (bpModifier === 'only') {
336
203
  return this.only(bpSize);
337
- } // At least the breakpoint (included)
338
-
339
-
204
+ }
205
+ // At least the breakpoint (included)
340
206
  if (!bpModifier || bpModifier === 'up') {
341
207
  return this.atLeast(bpSize);
342
- } // Up to the breakpoint (included)
343
-
344
-
208
+ }
209
+ // Up to the breakpoint (included)
345
210
  if (bpModifier === 'down') {
346
211
  return this.upTo(bpSize);
347
212
  }
348
-
349
213
  throw new Error("\n Invalid breakpoint passed to MediaQuery.is().\n Expected a breakpoint name formatted like \"<size> <modifier>\", got \"".concat(size, "\".\n "));
350
214
  },
351
-
352
215
  /**
353
216
  * Gets the media query of a breakpoint.
354
217
  * @function
@@ -362,10 +225,8 @@ var MediaQuery = {
362
225
  if (size === query.name) return query.value;
363
226
  }
364
227
  }
365
-
366
228
  return null;
367
229
  },
368
-
369
230
  /**
370
231
  * Get the breakpoint following the given breakpoint.
371
232
  * @function
@@ -374,19 +235,15 @@ var MediaQuery = {
374
235
  */
375
236
  next: function next(size) {
376
237
  var _this = this;
377
-
378
238
  var queryIndex = this.queries.findIndex(function (q) {
379
239
  return _this._getQueryName(q) === size;
380
240
  });
381
-
382
241
  if (queryIndex === -1) {
383
242
  throw new Error("\n Unknown breakpoint \"".concat(size, "\" passed to MediaQuery.next().\n Ensure it is present in your Sass \"$breakpoints\" setting.\n "));
384
243
  }
385
-
386
244
  var nextQuery = this.queries[queryIndex + 1];
387
245
  return nextQuery ? nextQuery.name : null;
388
246
  },
389
-
390
247
  /**
391
248
  * Returns the name of the breakpoint related to the given value.
392
249
  * @function
@@ -399,7 +256,6 @@ var MediaQuery = {
399
256
  if (_typeof(value) === 'object') return value.name;
400
257
  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 "));
401
258
  },
402
-
403
259
  /**
404
260
  * Gets the current breakpoint name by testing every breakpoint and returning the last one to match (the biggest one).
405
261
  * @function
@@ -408,18 +264,14 @@ var MediaQuery = {
408
264
  */
409
265
  _getCurrentSize: function _getCurrentSize() {
410
266
  var matched;
411
-
412
267
  for (var i = 0; i < this.queries.length; i++) {
413
268
  var query = this.queries[i];
414
-
415
269
  if (window.matchMedia(query.value).matches) {
416
270
  matched = query;
417
271
  }
418
272
  }
419
-
420
273
  return matched && this._getQueryName(matched);
421
274
  },
422
-
423
275
  /**
424
276
  * Activates the breakpoint watcher, which fires an event on the window whenever the breakpoint changes.
425
277
  * @function
@@ -427,43 +279,40 @@ var MediaQuery = {
427
279
  */
428
280
  _watcher: function _watcher() {
429
281
  var _this2 = this;
430
-
431
- jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).off('resize.zf.mediaquery').on('resize.zf.mediaquery', function () {
282
+ jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).on('resize.zf.trigger', function () {
432
283
  var newSize = _this2._getCurrentSize(),
433
- currentSize = _this2.current;
434
-
284
+ currentSize = _this2.current;
435
285
  if (newSize !== currentSize) {
436
286
  // Change the current media query
437
- _this2.current = newSize; // Broadcast the media query change on the window
287
+ _this2.current = newSize;
438
288
 
289
+ // Broadcast the media query change on the window
439
290
  jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).trigger('changed.zf.mediaquery', [newSize, currentSize]);
440
291
  }
441
292
  });
442
293
  }
443
- }; // Thank you: https://github.com/sindresorhus/query-string
294
+ };
444
295
 
296
+ // Thank you: https://github.com/sindresorhus/query-string
445
297
  function parseStyleToObject(str) {
446
298
  var styleObject = {};
447
-
448
299
  if (typeof str !== 'string') {
449
300
  return styleObject;
450
301
  }
451
-
452
302
  str = str.trim().slice(1, -1); // browsers re-quote string style values
453
303
 
454
304
  if (!str) {
455
305
  return styleObject;
456
306
  }
457
-
458
307
  styleObject = str.split('&').reduce(function (ret, param) {
459
308
  var parts = param.replace(/\+/g, ' ').split('=');
460
309
  var key = parts[0];
461
310
  var val = parts[1];
462
- key = decodeURIComponent(key); // missing `=` should be `null`:
463
- // http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters
311
+ key = decodeURIComponent(key);
464
312
 
313
+ // missing `=` should be `null`:
314
+ // http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters
465
315
  val = typeof val === 'undefined' ? null : decodeURIComponent(val);
466
-
467
316
  if (!ret.hasOwnProperty(key)) {
468
317
  ret[key] = val;
469
318
  } else if (Array.isArray(ret[key])) {
@@ -471,25 +320,21 @@ function parseStyleToObject(str) {
471
320
  } else {
472
321
  ret[key] = [ret[key], val];
473
322
  }
474
-
475
323
  return ret;
476
324
  }, {});
477
325
  return styleObject;
478
326
  }
479
327
 
480
328
 
481
-
482
329
  /***/ }),
483
330
 
484
- /***/ 24:
485
- /*!****************************************************************!*\
486
- !*** multi ./js/entries/plugins/foundation.util.mediaQuery.js ***!
487
- \****************************************************************/
488
- /*! no static exports found */
489
- /***/ (function(module, exports, __webpack_require__) {
490
-
491
- module.exports = __webpack_require__(/*! /Users/joeworkman/Development/foundation-sites/js/entries/plugins/foundation.util.mediaQuery.js */"./js/entries/plugins/foundation.util.mediaQuery.js");
331
+ /***/ "./foundation.core":
332
+ /*!****************************************************************************************************************************************************************!*\
333
+ !*** external {"root":["__FOUNDATION_EXTERNAL__","foundation.core"],"amd":"./foundation.core","commonjs":"./foundation.core","commonjs2":"./foundation.core"} ***!
334
+ \****************************************************************************************************************************************************************/
335
+ /***/ (function(module) {
492
336
 
337
+ module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_core__;
493
338
 
494
339
  /***/ }),
495
340
 
@@ -497,13 +342,102 @@ module.exports = __webpack_require__(/*! /Users/joeworkman/Development/foundatio
497
342
  /*!********************************************************************************************!*\
498
343
  !*** external {"root":["jQuery"],"amd":"jquery","commonjs":"jquery","commonjs2":"jquery"} ***!
499
344
  \********************************************************************************************/
500
- /*! no static exports found */
501
- /***/ (function(module, exports) {
345
+ /***/ (function(module) {
502
346
 
503
347
  module.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;
504
348
 
505
349
  /***/ })
506
350
 
507
- /******/ });
351
+ /******/ });
352
+ /************************************************************************/
353
+ /******/ // The module cache
354
+ /******/ var __webpack_module_cache__ = {};
355
+ /******/
356
+ /******/ // The require function
357
+ /******/ function __webpack_require__(moduleId) {
358
+ /******/ // Check if module is in cache
359
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
360
+ /******/ if (cachedModule !== undefined) {
361
+ /******/ return cachedModule.exports;
362
+ /******/ }
363
+ /******/ // Create a new module (and put it into the cache)
364
+ /******/ var module = __webpack_module_cache__[moduleId] = {
365
+ /******/ // no module.id needed
366
+ /******/ // no module.loaded needed
367
+ /******/ exports: {}
368
+ /******/ };
369
+ /******/
370
+ /******/ // Execute the module function
371
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
372
+ /******/
373
+ /******/ // Return the exports of the module
374
+ /******/ return module.exports;
375
+ /******/ }
376
+ /******/
377
+ /************************************************************************/
378
+ /******/ /* webpack/runtime/compat get default export */
379
+ /******/ !function() {
380
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
381
+ /******/ __webpack_require__.n = function(module) {
382
+ /******/ var getter = module && module.__esModule ?
383
+ /******/ function() { return module['default']; } :
384
+ /******/ function() { return module; };
385
+ /******/ __webpack_require__.d(getter, { a: getter });
386
+ /******/ return getter;
387
+ /******/ };
388
+ /******/ }();
389
+ /******/
390
+ /******/ /* webpack/runtime/define property getters */
391
+ /******/ !function() {
392
+ /******/ // define getter functions for harmony exports
393
+ /******/ __webpack_require__.d = function(exports, definition) {
394
+ /******/ for(var key in definition) {
395
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
396
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
397
+ /******/ }
398
+ /******/ }
399
+ /******/ };
400
+ /******/ }();
401
+ /******/
402
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
403
+ /******/ !function() {
404
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
405
+ /******/ }();
406
+ /******/
407
+ /******/ /* webpack/runtime/make namespace object */
408
+ /******/ !function() {
409
+ /******/ // define __esModule on exports
410
+ /******/ __webpack_require__.r = function(exports) {
411
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
412
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
413
+ /******/ }
414
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
415
+ /******/ };
416
+ /******/ }();
417
+ /******/
418
+ /************************************************************************/
419
+ var __webpack_exports__ = {};
420
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
421
+ !function() {
422
+ /*!**********************************************************!*\
423
+ !*** ./js/entries/plugins/foundation.util.mediaQuery.js ***!
424
+ \**********************************************************/
425
+ __webpack_require__.r(__webpack_exports__);
426
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
427
+ /* harmony export */ Foundation: function() { return /* reexport safe */ _foundation_core__WEBPACK_IMPORTED_MODULE_0__.Foundation; },
428
+ /* harmony export */ MediaQuery: function() { return /* reexport safe */ _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__.MediaQuery; }
429
+ /* harmony export */ });
430
+ /* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./foundation.core */ "./foundation.core");
431
+ /* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_foundation_core__WEBPACK_IMPORTED_MODULE_0__);
432
+ /* harmony import */ var _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../foundation.util.mediaQuery */ "./js/foundation.util.mediaQuery.js");
433
+
434
+
435
+ _foundation_core__WEBPACK_IMPORTED_MODULE_0__.Foundation.MediaQuery = _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__.MediaQuery;
436
+ _foundation_core__WEBPACK_IMPORTED_MODULE_0__.Foundation.MediaQuery._init();
437
+
438
+ }();
439
+ /******/ return __webpack_exports__;
440
+ /******/ })()
441
+ ;
508
442
  });
509
443
  //# sourceMappingURL=foundation.util.mediaQuery.js.map