UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

49 lines (41 loc) 2.7 kB
import "core-js/modules/es.array.concat.js"; import "core-js/modules/es.symbol.js"; import "core-js/modules/es.symbol.description.js"; import "core-js/modules/es.object.to-string.js"; import "core-js/modules/es.symbol.iterator.js"; import "core-js/modules/es.array.iterator.js"; import "core-js/modules/es.string.iterator.js"; import "core-js/modules/web.dom-collections.iterator.js"; import "core-js/modules/es.array.from.js"; import "core-js/modules/es.array.slice.js"; import "core-js/modules/es.function.name.js"; import "core-js/modules/es.regexp.exec.js"; function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } import { getProjectRoot, getStorybookBabelConfig } from '@storybook/core-common'; export var babelLoader = function babelLoader() { var _getStorybookBabelCon = getStorybookBabelConfig(), plugins = _getStorybookBabelCon.plugins, presets = _getStorybookBabelCon.presets; return { test: /\.(mjs|tsx?|jsx?)$/, use: [{ loader: require.resolve('babel-loader'), options: { sourceType: 'unambiguous', presets: [].concat(_toConsumableArray(presets), [require.resolve('@babel/preset-react')]), plugins: [].concat(_toConsumableArray(plugins), [// Should only be done on manager. Template literals are not meant to be // transformed for frameworks like ember require.resolve('@babel/plugin-transform-template-literals')]), babelrc: false, configFile: false } }], include: [getProjectRoot()], exclude: [/node_modules/, /dist/] }; };