123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886 |
- (function webpackUniversalModuleDefinition(root, factory) {
- if(typeof exports === 'object' && typeof module === 'object')
- module.exports = factory(require("./foundation.core"), require("./foundation.util.imageLoader"), require("./foundation.util.keyboard"), require("./foundation.util.motion"), require("./foundation.util.timer"), require("./foundation.util.touch"), require("jquery"));
- else if(typeof define === 'function' && define.amd)
- define(["./foundation.core", "./foundation.util.imageLoader", "./foundation.util.keyboard", "./foundation.util.motion", "./foundation.util.timer", "./foundation.util.touch", "jquery"], factory);
- else if(typeof exports === 'object')
- exports["foundation.orbit"] = factory(require("./foundation.core"), require("./foundation.util.imageLoader"), require("./foundation.util.keyboard"), require("./foundation.util.motion"), require("./foundation.util.timer"), require("./foundation.util.touch"), require("jquery"));
- else
- root["__FOUNDATION_EXTERNAL__"] = root["__FOUNDATION_EXTERNAL__"] || {}, root["__FOUNDATION_EXTERNAL__"]["foundation.orbit"] = factory(root["__FOUNDATION_EXTERNAL__"]["foundation.core"], root["__FOUNDATION_EXTERNAL__"]["foundation.util.imageLoader"], root["__FOUNDATION_EXTERNAL__"]["foundation.util.keyboard"], root["__FOUNDATION_EXTERNAL__"]["foundation.util.motion"], root["__FOUNDATION_EXTERNAL__"]["foundation.util.timer"], root["__FOUNDATION_EXTERNAL__"]["foundation.util.touch"], root["jQuery"]);
- })(window, function(__WEBPACK_EXTERNAL_MODULE__foundation_core__, __WEBPACK_EXTERNAL_MODULE__foundation_util_imageLoader__, __WEBPACK_EXTERNAL_MODULE__foundation_util_keyboard__, __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__, __WEBPACK_EXTERNAL_MODULE__foundation_util_timer__, __WEBPACK_EXTERNAL_MODULE__foundation_util_touch__, __WEBPACK_EXTERNAL_MODULE_jquery__) {
- return (function(modules) {
-
- var installedModules = {};
-
- function __webpack_require__(moduleId) {
-
- if(installedModules[moduleId]) {
- return installedModules[moduleId].exports;
- }
-
- var module = installedModules[moduleId] = {
- i: moduleId,
- l: false,
- exports: {}
- };
-
- modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-
- module.l = true;
-
- return module.exports;
- }
-
- __webpack_require__.m = modules;
-
- __webpack_require__.c = installedModules;
-
- __webpack_require__.d = function(exports, name, getter) {
- if(!__webpack_require__.o(exports, name)) {
- Object.defineProperty(exports, name, { enumerable: true, get: getter });
- }
- };
-
- __webpack_require__.r = function(exports) {
- if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
- }
- Object.defineProperty(exports, '__esModule', { value: true });
- };
-
-
-
-
-
- __webpack_require__.t = function(value, mode) {
- if(mode & 1) value = __webpack_require__(value);
- if(mode & 8) return value;
- if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
- var ns = Object.create(null);
- __webpack_require__.r(ns);
- Object.defineProperty(ns, 'default', { enumerable: true, value: value });
- if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
- return ns;
- };
-
- __webpack_require__.n = function(module) {
- var getter = module && module.__esModule ?
- function getDefault() { return module['default']; } :
- function getModuleExports() { return module; };
- __webpack_require__.d(getter, 'a', getter);
- return getter;
- };
-
- __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
-
- __webpack_require__.p = "";
-
- return __webpack_require__(__webpack_require__.s = 10);
- })
- ({
- "./foundation.core":
- (function(module, exports) {
- module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_core__;
- }),
- "./foundation.util.imageLoader":
- (function(module, exports) {
- module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_imageLoader__;
- }),
- "./foundation.util.keyboard":
- (function(module, exports) {
- module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_keyboard__;
- }),
- "./foundation.util.motion":
- (function(module, exports) {
- module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__;
- }),
- "./foundation.util.timer":
- (function(module, exports) {
- module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_timer__;
- }),
- "./foundation.util.touch":
- (function(module, exports) {
- module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_touch__;
- }),
- "./js/entries/plugins/foundation.orbit.js":
- (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- var _foundation_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__( "./foundation.core");
- var _foundation_core__WEBPACK_IMPORTED_MODULE_0___default = __webpack_require__.n(_foundation_core__WEBPACK_IMPORTED_MODULE_0__);
- __webpack_require__.d(__webpack_exports__, "Foundation", function() { return _foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"]; });
- var _foundation_orbit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__( "./js/foundation.orbit.js");
- __webpack_require__.d(__webpack_exports__, "Orbit", function() { return _foundation_orbit__WEBPACK_IMPORTED_MODULE_1__["Orbit"]; });
- _foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"].plugin(_foundation_orbit__WEBPACK_IMPORTED_MODULE_1__["Orbit"], 'Orbit');
- }),
- "./js/foundation.orbit.js":
- (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- __webpack_require__.d(__webpack_exports__, "Orbit", function() { return Orbit; });
- var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__( "jquery");
- var jquery__WEBPACK_IMPORTED_MODULE_0___default = __webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
- var _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__( "./foundation.util.keyboard");
- var _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1___default = __webpack_require__.n(_foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__);
- var _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__( "./foundation.util.motion");
- var _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2___default = __webpack_require__.n(_foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__);
- var _foundation_util_timer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__( "./foundation.util.timer");
- var _foundation_util_timer__WEBPACK_IMPORTED_MODULE_3___default = __webpack_require__.n(_foundation_util_timer__WEBPACK_IMPORTED_MODULE_3__);
- var _foundation_util_imageLoader__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__( "./foundation.util.imageLoader");
- var _foundation_util_imageLoader__WEBPACK_IMPORTED_MODULE_4___default = __webpack_require__.n(_foundation_util_imageLoader__WEBPACK_IMPORTED_MODULE_4__);
- var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__( "./foundation.core");
- var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_5___default = __webpack_require__.n(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_5__);
- var _foundation_util_touch__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__( "./foundation.util.touch");
- var _foundation_util_touch__WEBPACK_IMPORTED_MODULE_6___default = __webpack_require__.n(_foundation_util_touch__WEBPACK_IMPORTED_MODULE_6__);
- function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
- var Orbit =
- function (_Plugin) {
- _inherits(Orbit, _Plugin);
- function Orbit() {
- _classCallCheck(this, Orbit);
- return _possibleConstructorReturn(this, _getPrototypeOf(Orbit).apply(this, arguments));
- }
- _createClass(Orbit, [{
- key: "_setup",
-
- value: function _setup(element, options) {
- this.$element = element;
- this.options = jquery__WEBPACK_IMPORTED_MODULE_0___default.a.extend({}, Orbit.defaults, this.$element.data(), options);
- this.className = 'Orbit';
- _foundation_util_touch__WEBPACK_IMPORTED_MODULE_6__["Touch"].init(jquery__WEBPACK_IMPORTED_MODULE_0___default.a);
- this._init();
- _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__["Keyboard"].register('Orbit', {
- 'ltr': {
- 'ARROW_RIGHT': 'next',
- 'ARROW_LEFT': 'previous'
- },
- 'rtl': {
- 'ARROW_LEFT': 'next',
- 'ARROW_RIGHT': 'previous'
- }
- });
- }
-
- }, {
- key: "_init",
- value: function _init() {
-
- this._reset();
- this.$wrapper = this.$element.find(".".concat(this.options.containerClass));
- this.$slides = this.$element.find(".".concat(this.options.slideClass));
- var $images = this.$element.find('img'),
- initActive = this.$slides.filter('.is-active'),
- id = this.$element[0].id || Object(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_5__["GetYoDigits"])(6, 'orbit');
- this.$element.attr({
- 'data-resize': id,
- 'id': id
- });
- if (!initActive.length) {
- this.$slides.eq(0).addClass('is-active');
- }
- if (!this.options.useMUI) {
- this.$slides.addClass('no-motionui');
- }
- if ($images.length) {
- Object(_foundation_util_imageLoader__WEBPACK_IMPORTED_MODULE_4__["onImagesLoaded"])($images, this._prepareForOrbit.bind(this));
- } else {
- this._prepareForOrbit();
- }
- if (this.options.bullets) {
- this._loadBullets();
- }
- this._events();
- if (this.options.autoPlay && this.$slides.length > 1) {
- this.geoSync();
- }
- if (this.options.accessible) {
-
- this.$wrapper.attr('tabindex', 0);
- }
- }
-
- }, {
- key: "_loadBullets",
- value: function _loadBullets() {
- this.$bullets = this.$element.find(".".concat(this.options.boxOfBullets)).find('button');
- }
-
- }, {
- key: "geoSync",
- value: function geoSync() {
- var _this = this;
- this.timer = new _foundation_util_timer__WEBPACK_IMPORTED_MODULE_3__["Timer"](this.$element, {
- duration: this.options.timerDelay,
- infinite: false
- }, function () {
- _this.changeSlide(true);
- });
- this.timer.start();
- }
-
- }, {
- key: "_prepareForOrbit",
- value: function _prepareForOrbit() {
- var _this = this;
- this._setWrapperHeight();
- }
-
- }, {
- key: "_setWrapperHeight",
- value: function _setWrapperHeight(cb) {
-
- var max = 0,
- temp,
- counter = 0,
- _this = this;
- this.$slides.each(function () {
- temp = this.getBoundingClientRect().height;
- jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).attr('data-slide', counter);
- if (!/mui/g.test(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this)[0].className) && _this.$slides.filter('.is-active')[0] !== _this.$slides.eq(counter)[0]) {
- jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).css({
- 'display': 'none'
- });
- }
- max = temp > max ? temp : max;
- counter++;
- });
- if (counter === this.$slides.length) {
- this.$wrapper.css({
- 'height': max
- });
- if (cb) {
- cb(max);
- }
- }
- }
-
- }, {
- key: "_setSlideHeight",
- value: function _setSlideHeight(height) {
- this.$slides.each(function () {
- jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).css('max-height', height);
- });
- }
-
- }, {
- key: "_events",
- value: function _events() {
- var _this = this;
-
-
-
-
- this.$element.off('.resizeme.zf.trigger').on({
- 'resizeme.zf.trigger': this._prepareForOrbit.bind(this)
- });
- if (this.$slides.length > 1) {
- if (this.options.swipe) {
- this.$slides.off('swipeleft.zf.orbit swiperight.zf.orbit').on('swipeleft.zf.orbit', function (e) {
- e.preventDefault();
- _this.changeSlide(true);
- }).on('swiperight.zf.orbit', function (e) {
- e.preventDefault();
- _this.changeSlide(false);
- });
- }
- if (this.options.autoPlay) {
- this.$slides.on('click.zf.orbit', function () {
- _this.$element.data('clickedOn', _this.$element.data('clickedOn') ? false : true);
- _this.timer[_this.$element.data('clickedOn') ? 'pause' : 'start']();
- });
- if (this.options.pauseOnHover) {
- this.$element.on('mouseenter.zf.orbit', function () {
- _this.timer.pause();
- }).on('mouseleave.zf.orbit', function () {
- if (!_this.$element.data('clickedOn')) {
- _this.timer.start();
- }
- });
- }
- }
- if (this.options.navButtons) {
- var $controls = this.$element.find(".".concat(this.options.nextClass, ", .").concat(this.options.prevClass));
- $controls.attr('tabindex', 0)
- .on('click.zf.orbit touchend.zf.orbit', function (e) {
- e.preventDefault();
- _this.changeSlide(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).hasClass(_this.options.nextClass));
- });
- }
- if (this.options.bullets) {
- this.$bullets.on('click.zf.orbit touchend.zf.orbit', function () {
- if (/is-active/g.test(this.className)) {
- return false;
- }
- var idx = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('slide'),
- ltr = idx > _this.$slides.filter('.is-active').data('slide'),
- $slide = _this.$slides.eq(idx);
- _this.changeSlide(ltr, $slide, idx);
- });
- }
- if (this.options.accessible) {
- this.$wrapper.add(this.$bullets).on('keydown.zf.orbit', function (e) {
-
- _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__["Keyboard"].handleKey(e, 'Orbit', {
- next: function next() {
- _this.changeSlide(true);
- },
- previous: function previous() {
- _this.changeSlide(false);
- },
- handled: function handled() {
-
- if (jquery__WEBPACK_IMPORTED_MODULE_0___default()(e.target).is(_this.$bullets)) {
- _this.$bullets.filter('.is-active').focus();
- }
- }
- });
- });
- }
- }
- }
-
- }, {
- key: "_reset",
- value: function _reset() {
-
- if (typeof this.$slides == 'undefined') {
- return;
- }
- if (this.$slides.length > 1) {
-
- this.$element.off('.zf.orbit').find('*').off('.zf.orbit');
- if (this.options.autoPlay) {
- this.timer.restart();
- }
- this.$slides.each(function (el) {
- jquery__WEBPACK_IMPORTED_MODULE_0___default()(el).removeClass('is-active is-active is-in').removeAttr('aria-live').hide();
- });
- this.$slides.first().addClass('is-active').show();
- this.$element.trigger('slidechange.zf.orbit', [this.$slides.first()]);
- if (this.options.bullets) {
- this._updateBullets(0);
- }
- }
- }
-
- }, {
- key: "changeSlide",
- value: function changeSlide(isLTR, chosenSlide, idx) {
- if (!this.$slides) {
- return;
- }
- var $curSlide = this.$slides.filter('.is-active').eq(0);
- if (/mui/g.test($curSlide[0].className)) {
- return false;
- }
- var $firstSlide = this.$slides.first(),
- $lastSlide = this.$slides.last(),
- dirIn = isLTR ? 'Right' : 'Left',
- dirOut = isLTR ? 'Left' : 'Right',
- _this = this,
- $newSlide;
- if (!chosenSlide) {
-
- $newSlide = isLTR ?
- this.options.infiniteWrap ? $curSlide.next(".".concat(this.options.slideClass)).length ? $curSlide.next(".".concat(this.options.slideClass)) : $firstSlide : $curSlide.next(".".concat(this.options.slideClass)) :
- this.options.infiniteWrap ? $curSlide.prev(".".concat(this.options.slideClass)).length ? $curSlide.prev(".".concat(this.options.slideClass)) : $lastSlide : $curSlide.prev(".".concat(this.options.slideClass));
- } else {
- $newSlide = chosenSlide;
- }
- if ($newSlide.length) {
-
- this.$element.trigger('beforeslidechange.zf.orbit', [$curSlide, $newSlide]);
- if (this.options.bullets) {
- idx = idx || this.$slides.index($newSlide);
- this._updateBullets(idx);
- }
- if (this.options.useMUI && !this.$element.is(':hidden')) {
- _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__["Motion"].animateIn($newSlide.addClass('is-active'), this.options["animInFrom".concat(dirIn)], function () {
- $newSlide.css({
- 'display': 'block'
- }).attr('aria-live', 'polite');
- });
- _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__["Motion"].animateOut($curSlide.removeClass('is-active'), this.options["animOutTo".concat(dirOut)], function () {
- $curSlide.removeAttr('aria-live');
- if (_this.options.autoPlay && !_this.timer.isPaused) {
- _this.timer.restart();
- }
- });
- } else {
- $curSlide.removeClass('is-active is-in').removeAttr('aria-live').hide();
- $newSlide.addClass('is-active is-in').attr('aria-live', 'polite').show();
- if (this.options.autoPlay && !this.timer.isPaused) {
- this.timer.restart();
- }
- }
-
- this.$element.trigger('slidechange.zf.orbit', [$newSlide]);
- }
- }
-
- }, {
- key: "_updateBullets",
- value: function _updateBullets(idx) {
- var $oldBullet = this.$bullets.filter('.is-active');
- var $othersBullets = this.$bullets.not('.is-active');
- var $newBullet = this.$bullets.eq(idx);
- $oldBullet.removeClass('is-active').blur();
- $newBullet.addClass('is-active');
- var activeStateDescriptor = $oldBullet.children('[data-slide-active-label]').last();
- if (!activeStateDescriptor.length) {
- var spans = $oldBullet.children('span');
- var spanCountInOthersBullets = $othersBullets.toArray().map(function (b) {
- return jquery__WEBPACK_IMPORTED_MODULE_0___default()(b).children('span').length;
- });
- if (spanCountInOthersBullets.every(function (count) {
- return count < spans.length;
- })) {
- activeStateDescriptor = spans.last();
- activeStateDescriptor.attr('data-slide-active-label', '');
- }
- }
- if (activeStateDescriptor.length) {
- activeStateDescriptor.detach();
- $newBullet.append(activeStateDescriptor);
- }
- }
-
- }, {
- key: "_destroy",
- value: function _destroy() {
- this.$element.off('.zf.orbit').find('*').off('.zf.orbit').end().hide();
- }
- }]);
- return Orbit;
- }(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_5__["Plugin"]);
- Orbit.defaults = {
-
- bullets: true,
-
- navButtons: true,
-
- animInFromRight: 'slide-in-right',
-
- animOutToRight: 'slide-out-right',
-
- animInFromLeft: 'slide-in-left',
-
- animOutToLeft: 'slide-out-left',
-
- autoPlay: true,
-
- timerDelay: 5000,
-
- infiniteWrap: true,
-
- swipe: true,
-
- pauseOnHover: true,
-
- accessible: true,
-
- containerClass: 'orbit-container',
-
- slideClass: 'orbit-slide',
-
- boxOfBullets: 'orbit-bullets',
-
- nextClass: 'orbit-next',
-
- prevClass: 'orbit-previous',
-
- useMUI: true
- };
- }),
- 10:
- (function(module, exports, __webpack_require__) {
- module.exports = __webpack_require__("./js/entries/plugins/foundation.orbit.js");
- }),
- "jquery":
- (function(module, exports) {
- module.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;
- })
- });
- });
|