ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
- AA
-
-
-
-
-
-
diff --git a/dist/plugin.js b/dist/plugin.js
index 2c9dd59..82032f5 100644
--- a/dist/plugin.js
+++ b/dist/plugin.js
@@ -1,1891 +1,18 @@
-/******/ (function(modules) { // webpackBootstrap
-/******/ // The module cache
-/******/ var installedModules = {};
-/******/
-/******/ // The require function
-/******/ function __webpack_require__(moduleId) {
-/******/
-/******/ // Check if module is in cache
-/******/ if(installedModules[moduleId]) {
-/******/ return installedModules[moduleId].exports;
-/******/ }
-/******/ // Create a new module (and put it into the cache)
-/******/ var module = installedModules[moduleId] = {
-/******/ i: moduleId,
-/******/ l: false,
-/******/ exports: {}
-/******/ };
-/******/
-/******/ // Execute the module function
-/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-/******/
-/******/ // Flag the module as loaded
-/******/ module.l = true;
-/******/
-/******/ // Return the exports of the module
-/******/ return module.exports;
-/******/ }
-/******/
-/******/
-/******/ // expose the modules object (__webpack_modules__)
-/******/ __webpack_require__.m = modules;
-/******/
-/******/ // expose the module cache
-/******/ __webpack_require__.c = installedModules;
-/******/
-/******/ // define getter function for harmony exports
-/******/ __webpack_require__.d = function(exports, name, getter) {
-/******/ if(!__webpack_require__.o(exports, name)) {
-/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
-/******/ }
-/******/ };
-/******/
-/******/ // define __esModule on exports
-/******/ __webpack_require__.r = function(exports) {
-/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
-/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
-/******/ }
-/******/ Object.defineProperty(exports, '__esModule', { value: true });
-/******/ };
-/******/
-/******/ // create a fake namespace object
-/******/ // mode & 1: value is a module id, require it
-/******/ // mode & 2: merge all properties of value into the ns
-/******/ // mode & 4: return value when already ns object
-/******/ // mode & 8|1: behave like require
-/******/ __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;
-/******/ };
-/******/
-/******/ // getDefaultExport function for compatibility with non-harmony modules
-/******/ __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;
-/******/ };
-/******/
-/******/ // Object.prototype.hasOwnProperty.call
-/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
-/******/
-/******/ // __webpack_public_path__
-/******/ __webpack_require__.p = "";
-/******/
-/******/
-/******/ // Load entry module and return exports
-/******/ return __webpack_require__(__webpack_require__.s = 0);
-/******/ })
-/************************************************************************/
-/******/ ({
-
-/***/ "./node_modules/@babel/runtime/helpers/arrayWithHoles.js":
-/*!***************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/arrayWithHoles.js ***!
- \***************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _arrayWithHoles(arr) {
- if (Array.isArray(arr)) return arr;
-}
-
-module.exports = _arrayWithHoles;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js":
-/*!******************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***!
- \******************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _arrayWithoutHoles(arr) {
- if (Array.isArray(arr)) {
- for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) {
- arr2[i] = arr[i];
- }
-
- return arr2;
- }
-}
-
-module.exports = _arrayWithoutHoles;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/assertThisInitialized.js":
-/*!**********************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/assertThisInitialized.js ***!
- \**********************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _assertThisInitialized(self) {
- if (self === void 0) {
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
- }
-
- return self;
-}
-
-module.exports = _assertThisInitialized;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js":
-/*!*****************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/asyncToGenerator.js ***!
- \*****************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
- try {
- var info = gen[key](arg);
- var value = info.value;
- } catch (error) {
- reject(error);
- return;
- }
-
- if (info.done) {
- resolve(value);
- } else {
- Promise.resolve(value).then(_next, _throw);
- }
-}
-
-function _asyncToGenerator(fn) {
- return function () {
- var self = this,
- args = arguments;
- return new Promise(function (resolve, reject) {
- var gen = fn.apply(self, args);
-
- function _next(value) {
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
- }
-
- function _throw(err) {
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
- }
-
- _next(undefined);
- });
- };
-}
-
-module.exports = _asyncToGenerator;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/classCallCheck.js":
-/*!***************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/classCallCheck.js ***!
- \***************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _classCallCheck(instance, Constructor) {
- if (!(instance instanceof Constructor)) {
- throw new TypeError("Cannot call a class as a function");
- }
-}
-
-module.exports = _classCallCheck;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/createClass.js":
-/*!************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/createClass.js ***!
- \************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-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;
-}
-
-module.exports = _createClass;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/defineProperty.js":
-/*!***************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/defineProperty.js ***!
- \***************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _defineProperty(obj, key, value) {
- if (key in obj) {
- Object.defineProperty(obj, key, {
- value: value,
- enumerable: true,
- configurable: true,
- writable: true
- });
- } else {
- obj[key] = value;
- }
-
- return obj;
-}
-
-module.exports = _defineProperty;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js":
-/*!***************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/getPrototypeOf.js ***!
- \***************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _getPrototypeOf(o) {
- module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
- return o.__proto__ || Object.getPrototypeOf(o);
- };
- return _getPrototypeOf(o);
-}
-
-module.exports = _getPrototypeOf;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/inherits.js":
-/*!*********************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/inherits.js ***!
- \*********************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf */ "./node_modules/@babel/runtime/helpers/setPrototypeOf.js");
-
-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);
-}
-
-module.exports = _inherits;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/iterableToArray.js":
-/*!****************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/iterableToArray.js ***!
- \****************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _iterableToArray(iter) {
- if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter);
-}
-
-module.exports = _iterableToArray;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js":
-/*!*********************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***!
- \*********************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-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;
-}
-
-module.exports = _iterableToArrayLimit;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/nonIterableRest.js":
-/*!****************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/nonIterableRest.js ***!
- \****************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _nonIterableRest() {
- throw new TypeError("Invalid attempt to destructure non-iterable instance");
-}
-
-module.exports = _nonIterableRest;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/nonIterableSpread.js":
-/*!******************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/nonIterableSpread.js ***!
- \******************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _nonIterableSpread() {
- throw new TypeError("Invalid attempt to spread non-iterable instance");
-}
-
-module.exports = _nonIterableSpread;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/objectSpread.js":
-/*!*************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/objectSpread.js ***!
- \*************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-var defineProperty = __webpack_require__(/*! ./defineProperty */ "./node_modules/@babel/runtime/helpers/defineProperty.js");
-
-function _objectSpread(target) {
- for (var i = 1; i < arguments.length; i++) {
- var source = arguments[i] != null ? arguments[i] : {};
- var ownKeys = Object.keys(source);
-
- if (typeof Object.getOwnPropertySymbols === 'function') {
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
- }));
- }
-
- ownKeys.forEach(function (key) {
- defineProperty(target, key, source[key]);
- });
- }
-
- return target;
-}
-
-module.exports = _objectSpread;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js":
-/*!**************************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js ***!
- \**************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-var _typeof = __webpack_require__(/*! ../helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
-
-var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized */ "./node_modules/@babel/runtime/helpers/assertThisInitialized.js");
-
-function _possibleConstructorReturn(self, call) {
- if (call && (_typeof(call) === "object" || typeof call === "function")) {
- return call;
- }
-
- return assertThisInitialized(self);
-}
-
-module.exports = _possibleConstructorReturn;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/setPrototypeOf.js":
-/*!***************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/setPrototypeOf.js ***!
- \***************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _setPrototypeOf(o, p) {
- module.exports = _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
- o.__proto__ = p;
- return o;
- };
-
- return _setPrototypeOf(o, p);
-}
-
-module.exports = _setPrototypeOf;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/slicedToArray.js":
-/*!**************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/slicedToArray.js ***!
- \**************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles */ "./node_modules/@babel/runtime/helpers/arrayWithHoles.js");
-
-var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit */ "./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js");
-
-var nonIterableRest = __webpack_require__(/*! ./nonIterableRest */ "./node_modules/@babel/runtime/helpers/nonIterableRest.js");
-
-function _slicedToArray(arr, i) {
- return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || nonIterableRest();
-}
-
-module.exports = _slicedToArray;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/toConsumableArray.js":
-/*!******************************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/toConsumableArray.js ***!
- \******************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles */ "./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js");
-
-var iterableToArray = __webpack_require__(/*! ./iterableToArray */ "./node_modules/@babel/runtime/helpers/iterableToArray.js");
-
-var nonIterableSpread = __webpack_require__(/*! ./nonIterableSpread */ "./node_modules/@babel/runtime/helpers/nonIterableSpread.js");
-
-function _toConsumableArray(arr) {
- return arrayWithoutHoles(arr) || iterableToArray(arr) || nonIterableSpread();
-}
-
-module.exports = _toConsumableArray;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/helpers/typeof.js":
-/*!*******************************************************!*\
- !*** ./node_modules/@babel/runtime/helpers/typeof.js ***!
- \*******************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _typeof2(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof2 = function _typeof2(obj) { return typeof obj; }; } else { _typeof2 = function _typeof2(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof2(obj); }
-
-function _typeof(obj) {
- if (typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol") {
- module.exports = _typeof = function _typeof(obj) {
- return _typeof2(obj);
- };
- } else {
- module.exports = _typeof = function _typeof(obj) {
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : _typeof2(obj);
- };
- }
-
- return _typeof(obj);
-}
-
-module.exports = _typeof;
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/node_modules/regenerator-runtime/runtime.js":
-/*!*********************************************************************************!*\
- !*** ./node_modules/@babel/runtime/node_modules/regenerator-runtime/runtime.js ***!
- \*********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-/**
- * Copyright (c) 2014-present, Facebook, Inc.
+!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=21)}([function(e,t,n){"use strict";e.exports=n(22)},function(e,t,n){e.exports=n(33)()},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},function(e,t,n){var r=n(31),o=n(3);e.exports=function(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?o(e):t}},function(e,t){function n(t){return e.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},n(t)}e.exports=n},function(e,t,n){var r=n(32);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&r(e,t)}},function(e,t){function n(e,t){for(var n=0;n result for the
- // current iteration.
- result.value = unwrapped;
- resolve(result);
- }, function(error) {
- // If a rejected Promise was yielded, throw the rejection back
- // into the async generator function so it can be handled there.
- return invoke("throw", error, resolve, reject);
- });
- }
- }
-
- var previousPromise;
-
- function enqueue(method, arg) {
- function callInvokeWithMethodAndArg() {
- return new Promise(function(resolve, reject) {
- invoke(method, arg, resolve, reject);
- });
- }
-
- return previousPromise =
- // If enqueue has been called before, then we want to wait until
- // all previous Promises have been resolved before calling invoke,
- // so that results are always delivered in the correct order. If
- // enqueue has not been called before, then it is important to
- // call invoke immediately, without waiting on a callback to fire,
- // so that the async generator function has the opportunity to do
- // any necessary setup in a predictable way. This predictability
- // is why the Promise constructor synchronously invokes its
- // executor callback, and why async functions synchronously
- // execute code before the first await. Since we implement simple
- // async functions in terms of async generators, it is especially
- // important to get this right, even though it requires care.
- previousPromise ? previousPromise.then(
- callInvokeWithMethodAndArg,
- // Avoid propagating failures to Promises returned by later
- // invocations of the iterator.
- callInvokeWithMethodAndArg
- ) : callInvokeWithMethodAndArg();
- }
-
- // Define the unified helper method that is used to implement .next,
- // .throw, and .return (see defineIteratorMethods).
- this._invoke = enqueue;
- }
-
- defineIteratorMethods(AsyncIterator.prototype);
- AsyncIterator.prototype[asyncIteratorSymbol] = function () {
- return this;
- };
- exports.AsyncIterator = AsyncIterator;
-
- // Note that simple async functions are implemented on top of
- // AsyncIterator objects; they just return a Promise for the value of
- // the final result produced by the iterator.
- exports.async = function(innerFn, outerFn, self, tryLocsList) {
- var iter = new AsyncIterator(
- wrap(innerFn, outerFn, self, tryLocsList)
- );
-
- return exports.isGeneratorFunction(outerFn)
- ? iter // If outerFn is a generator, return the full iterator.
- : iter.next().then(function(result) {
- return result.done ? result.value : iter.next();
- });
- };
-
- function makeInvokeMethod(innerFn, self, context) {
- var state = GenStateSuspendedStart;
-
- return function invoke(method, arg) {
- if (state === GenStateExecuting) {
- throw new Error("Generator is already running");
- }
-
- if (state === GenStateCompleted) {
- if (method === "throw") {
- throw arg;
- }
-
- // Be forgiving, per 25.3.3.3.3 of the spec:
- // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume
- return doneResult();
- }
-
- context.method = method;
- context.arg = arg;
-
- while (true) {
- var delegate = context.delegate;
- if (delegate) {
- var delegateResult = maybeInvokeDelegate(delegate, context);
- if (delegateResult) {
- if (delegateResult === ContinueSentinel) continue;
- return delegateResult;
- }
- }
-
- if (context.method === "next") {
- // Setting context._sent for legacy support of Babel's
- // function.sent implementation.
- context.sent = context._sent = context.arg;
-
- } else if (context.method === "throw") {
- if (state === GenStateSuspendedStart) {
- state = GenStateCompleted;
- throw context.arg;
- }
-
- context.dispatchException(context.arg);
-
- } else if (context.method === "return") {
- context.abrupt("return", context.arg);
- }
-
- state = GenStateExecuting;
-
- var record = tryCatch(innerFn, self, context);
- if (record.type === "normal") {
- // If an exception is thrown from innerFn, we leave state ===
- // GenStateExecuting and loop back for another invocation.
- state = context.done
- ? GenStateCompleted
- : GenStateSuspendedYield;
-
- if (record.arg === ContinueSentinel) {
- continue;
- }
-
- return {
- value: record.arg,
- done: context.done
- };
-
- } else if (record.type === "throw") {
- state = GenStateCompleted;
- // Dispatch the exception by looping back around to the
- // context.dispatchException(context.arg) call above.
- context.method = "throw";
- context.arg = record.arg;
- }
- }
- };
- }
-
- // Call delegate.iterator[context.method](context.arg) and handle the
- // result, either by returning a { value, done } result from the
- // delegate iterator, or by modifying context.method and context.arg,
- // setting context.delegate to null, and returning the ContinueSentinel.
- function maybeInvokeDelegate(delegate, context) {
- var method = delegate.iterator[context.method];
- if (method === undefined) {
- // A .throw or .return when the delegate iterator has no .throw
- // method always terminates the yield* loop.
- context.delegate = null;
-
- if (context.method === "throw") {
- // Note: ["return"] must be used for ES3 parsing compatibility.
- if (delegate.iterator["return"]) {
- // If the delegate iterator has a return method, give it a
- // chance to clean up.
- context.method = "return";
- context.arg = undefined;
- maybeInvokeDelegate(delegate, context);
-
- if (context.method === "throw") {
- // If maybeInvokeDelegate(context) changed context.method from
- // "return" to "throw", let that override the TypeError below.
- return ContinueSentinel;
- }
- }
-
- context.method = "throw";
- context.arg = new TypeError(
- "The iterator does not provide a 'throw' method");
- }
-
- return ContinueSentinel;
- }
-
- var record = tryCatch(method, delegate.iterator, context.arg);
-
- if (record.type === "throw") {
- context.method = "throw";
- context.arg = record.arg;
- context.delegate = null;
- return ContinueSentinel;
- }
-
- var info = record.arg;
-
- if (! info) {
- context.method = "throw";
- context.arg = new TypeError("iterator result is not an object");
- context.delegate = null;
- return ContinueSentinel;
- }
-
- if (info.done) {
- // Assign the result of the finished delegate to the temporary
- // variable specified by delegate.resultName (see delegateYield).
- context[delegate.resultName] = info.value;
-
- // Resume execution at the desired location (see delegateYield).
- context.next = delegate.nextLoc;
-
- // If context.method was "throw" but the delegate handled the
- // exception, let the outer generator proceed normally. If
- // context.method was "next", forget context.arg since it has been
- // "consumed" by the delegate iterator. If context.method was
- // "return", allow the original .return call to continue in the
- // outer generator.
- if (context.method !== "return") {
- context.method = "next";
- context.arg = undefined;
- }
-
- } else {
- // Re-yield the result returned by the delegate method.
- return info;
- }
-
- // The delegate iterator is finished, so forget it and continue with
- // the outer generator.
- context.delegate = null;
- return ContinueSentinel;
- }
-
- // Define Generator.prototype.{next,throw,return} in terms of the
- // unified ._invoke helper method.
- defineIteratorMethods(Gp);
-
- Gp[toStringTagSymbol] = "Generator";
-
- // A Generator should always return itself as the iterator object when the
- // @@iterator function is called on it. Some browsers' implementations of the
- // iterator prototype chain incorrectly implement this, causing the Generator
- // object to not be returned from this call. This ensures that doesn't happen.
- // See https://github.com/facebook/regenerator/issues/274 for more details.
- Gp[iteratorSymbol] = function() {
- return this;
- };
-
- Gp.toString = function() {
- return "[object Generator]";
- };
-
- function pushTryEntry(locs) {
- var entry = { tryLoc: locs[0] };
-
- if (1 in locs) {
- entry.catchLoc = locs[1];
- }
-
- if (2 in locs) {
- entry.finallyLoc = locs[2];
- entry.afterLoc = locs[3];
- }
-
- this.tryEntries.push(entry);
- }
-
- function resetTryEntry(entry) {
- var record = entry.completion || {};
- record.type = "normal";
- delete record.arg;
- entry.completion = record;
- }
-
- function Context(tryLocsList) {
- // The root entry object (effectively a try statement without a catch
- // or a finally block) gives us a place to store values thrown from
- // locations where there is no enclosing try statement.
- this.tryEntries = [{ tryLoc: "root" }];
- tryLocsList.forEach(pushTryEntry, this);
- this.reset(true);
- }
-
- exports.keys = function(object) {
- var keys = [];
- for (var key in object) {
- keys.push(key);
- }
- keys.reverse();
-
- // Rather than returning an object with a next method, we keep
- // things simple and return the next function itself.
- return function next() {
- while (keys.length) {
- var key = keys.pop();
- if (key in object) {
- next.value = key;
- next.done = false;
- return next;
- }
- }
-
- // To avoid creating an additional object, we just hang the .value
- // and .done properties off the next function object itself. This
- // also ensures that the minifier will not anonymize the function.
- next.done = true;
- return next;
- };
- };
-
- function values(iterable) {
- if (iterable) {
- var iteratorMethod = iterable[iteratorSymbol];
- if (iteratorMethod) {
- return iteratorMethod.call(iterable);
- }
-
- if (typeof iterable.next === "function") {
- return iterable;
- }
-
- if (!isNaN(iterable.length)) {
- var i = -1, next = function next() {
- while (++i < iterable.length) {
- if (hasOwn.call(iterable, i)) {
- next.value = iterable[i];
- next.done = false;
- return next;
- }
- }
-
- next.value = undefined;
- next.done = true;
-
- return next;
- };
-
- return next.next = next;
- }
- }
-
- // Return an iterator with no values.
- return { next: doneResult };
- }
- exports.values = values;
-
- function doneResult() {
- return { value: undefined, done: true };
- }
-
- Context.prototype = {
- constructor: Context,
-
- reset: function(skipTempReset) {
- this.prev = 0;
- this.next = 0;
- // Resetting context._sent for legacy support of Babel's
- // function.sent implementation.
- this.sent = this._sent = undefined;
- this.done = false;
- this.delegate = null;
-
- this.method = "next";
- this.arg = undefined;
-
- this.tryEntries.forEach(resetTryEntry);
-
- if (!skipTempReset) {
- for (var name in this) {
- // Not sure about the optimal order of these conditions:
- if (name.charAt(0) === "t" &&
- hasOwn.call(this, name) &&
- !isNaN(+name.slice(1))) {
- this[name] = undefined;
- }
- }
- }
- },
-
- stop: function() {
- this.done = true;
-
- var rootEntry = this.tryEntries[0];
- var rootRecord = rootEntry.completion;
- if (rootRecord.type === "throw") {
- throw rootRecord.arg;
- }
-
- return this.rval;
- },
-
- dispatchException: function(exception) {
- if (this.done) {
- throw exception;
- }
-
- var context = this;
- function handle(loc, caught) {
- record.type = "throw";
- record.arg = exception;
- context.next = loc;
-
- if (caught) {
- // If the dispatched exception was caught by a catch block,
- // then let that catch block handle the exception normally.
- context.method = "next";
- context.arg = undefined;
- }
-
- return !! caught;
- }
-
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- var record = entry.completion;
-
- if (entry.tryLoc === "root") {
- // Exception thrown outside of any try block that could handle
- // it, so set the completion value of the entire function to
- // throw the exception.
- return handle("end");
- }
-
- if (entry.tryLoc <= this.prev) {
- var hasCatch = hasOwn.call(entry, "catchLoc");
- var hasFinally = hasOwn.call(entry, "finallyLoc");
-
- if (hasCatch && hasFinally) {
- if (this.prev < entry.catchLoc) {
- return handle(entry.catchLoc, true);
- } else if (this.prev < entry.finallyLoc) {
- return handle(entry.finallyLoc);
- }
-
- } else if (hasCatch) {
- if (this.prev < entry.catchLoc) {
- return handle(entry.catchLoc, true);
- }
-
- } else if (hasFinally) {
- if (this.prev < entry.finallyLoc) {
- return handle(entry.finallyLoc);
- }
-
- } else {
- throw new Error("try statement without catch or finally");
- }
- }
- }
- },
-
- abrupt: function(type, arg) {
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- if (entry.tryLoc <= this.prev &&
- hasOwn.call(entry, "finallyLoc") &&
- this.prev < entry.finallyLoc) {
- var finallyEntry = entry;
- break;
- }
- }
-
- if (finallyEntry &&
- (type === "break" ||
- type === "continue") &&
- finallyEntry.tryLoc <= arg &&
- arg <= finallyEntry.finallyLoc) {
- // Ignore the finally entry if control is not jumping to a
- // location outside the try/catch block.
- finallyEntry = null;
- }
-
- var record = finallyEntry ? finallyEntry.completion : {};
- record.type = type;
- record.arg = arg;
-
- if (finallyEntry) {
- this.method = "next";
- this.next = finallyEntry.finallyLoc;
- return ContinueSentinel;
- }
-
- return this.complete(record);
- },
-
- complete: function(record, afterLoc) {
- if (record.type === "throw") {
- throw record.arg;
- }
-
- if (record.type === "break" ||
- record.type === "continue") {
- this.next = record.arg;
- } else if (record.type === "return") {
- this.rval = this.arg = record.arg;
- this.method = "return";
- this.next = "end";
- } else if (record.type === "normal" && afterLoc) {
- this.next = afterLoc;
- }
-
- return ContinueSentinel;
- },
-
- finish: function(finallyLoc) {
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- if (entry.finallyLoc === finallyLoc) {
- this.complete(entry.completion, entry.afterLoc);
- resetTryEntry(entry);
- return ContinueSentinel;
- }
- }
- },
-
- "catch": function(tryLoc) {
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- if (entry.tryLoc === tryLoc) {
- var record = entry.completion;
- if (record.type === "throw") {
- var thrown = record.arg;
- resetTryEntry(entry);
- }
- return thrown;
- }
- }
-
- // The context.catch method must only be called with a location
- // argument that corresponds to a known catch block.
- throw new Error("illegal catch attempt");
- },
-
- delegateYield: function(iterable, resultName, nextLoc) {
- this.delegate = {
- iterator: values(iterable),
- resultName: resultName,
- nextLoc: nextLoc
- };
-
- if (this.method === "next") {
- // Deliberately forget the last sent value so that we don't
- // accidentally pass it on to the delegate.
- this.arg = undefined;
- }
-
- return ContinueSentinel;
- }
- };
-
- // Regardless of whether this script is executing as a CommonJS module
- // or not, return the runtime object so that we can declare the variable
- // regeneratorRuntime in the outer scope, which allows this module to be
- // injected easily by `bin/regenerator --include-runtime script.js`.
- return exports;
-
-}(
- // If this script is executing as a CommonJS module, use module.exports
- // as the regeneratorRuntime namespace. Otherwise create a new empty
- // object. Either way, the resulting object will be used to initialize
- // the regeneratorRuntime variable at the top of this file.
- true ? module.exports : undefined
-));
-
-try {
- regeneratorRuntime = runtime;
-} catch (accidentalStrictMode) {
- // This module should not be running in strict mode, so the above
- // assignment should always work unless something is misconfigured. Just
- // in case runtime.js accidentally runs in strict mode, we can escape
- // strict mode using a global Function call. This could conceivably fail
- // if a Content Security Policy forbids using Function, but in that case
- // the proper solution is to fix the accidental strict mode problem. If
- // you've misconfigured your bundler to force strict mode and applied a
- // CSP to forbid Function, and you're not willing to fix either of those
- // problems, please detail your unique predicament in a GitHub issue.
- Function("r", "regeneratorRuntime = r")(runtime);
-}
-
-
-/***/ }),
-
-/***/ "./node_modules/@babel/runtime/regenerator/index.js":
-/*!**********************************************************!*\
- !*** ./node_modules/@babel/runtime/regenerator/index.js ***!
- \**********************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-module.exports = __webpack_require__(/*! regenerator-runtime */ "./node_modules/@babel/runtime/node_modules/regenerator-runtime/runtime.js");
-
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/ButtonComponent/styles.scss":
-/*!***********************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/ButtonComponent/styles.scss ***!
- \***********************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".ButtonComponent {\n font-size: 16px;\n font-weight: bold;\n height: 40px;\n padding: 0 30px;\n cursor: pointer;\n transition: background-color 0.2s ease-in-out, color 0.1s ease-in-out;\n text-transform: uppercase;\n border: none;\n border-radius: 5px;\n outline: none; }\n .ButtonComponent--primary {\n color: #fff;\n background-color: #4edec2; }\n .ButtonComponent--primary:hover {\n background-color: #27d2b1; }\n .ButtonComponent--secondary {\n color: #4edec2;\n border: solid 1px #4edec2;\n background-color: #fff; }\n .ButtonComponent--secondary:hover {\n color: #fff;\n background-color: #4edec2; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/CheckboxComponent/styles.scss":
-/*!*************************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/CheckboxComponent/styles.scss ***!
- \*************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".CheckboxComponent__label {\n font-family: \"Lato\", sans-serif;\n font-size: 12px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n cursor: pointer;\n color: #fff; }\n\n.CheckboxComponent__input {\n margin: 0 0 0 10px;\n cursor: pointer;\n border-radius: 5px; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/ColorSwatchComponent/styles.scss":
-/*!****************************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/ColorSwatchComponent/styles.scss ***!
- \****************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".ColorSwatchComponent {\n position: absolute;\n z-index: 1;\n right: 0;\n bottom: 0;\n width: 25px;\n height: 25px;\n cursor: pointer;\n border-left: solid 1px #111111;\n border-radius: 0 3px 3px 0;\n outline: none; }\n .ColorSwatchComponent__swatch {\n position: absolute;\n z-index: 2;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: inherit; }\n .ColorSwatchComponent__checkerboard {\n position: absolute;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: inherit;\n background-image: linear-gradient(45deg, rgba(85, 85, 85, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(85, 85, 85, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(85, 85, 85, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(85, 85, 85, 0.5) 75%);\n background-position: 0 0, 0 5px, 5px -5px, -5px 0;\n background-size: 10px 10px; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/DimensionLineComponent/styles.scss":
-/*!******************************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/DimensionLineComponent/styles.scss ***!
- \******************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".DimensionLineComponent {\n position: absolute; }\n .DimensionLineComponent--hovered-solid {\n z-index: 99992;\n border-width: 0;\n border-style: solid;\n border-color: #4860ff; }\n .DimensionLineComponent--hovered-dashed {\n z-index: 99993;\n border-width: 0;\n border-style: dashed;\n border-color: #4860ff; }\n .DimensionLineComponent--selected-solid {\n z-index: 99994;\n border-width: 0;\n border-style: solid;\n border-color: #e89a28; }\n .DimensionLineComponent--inter-element-dimension {\n z-index: 99991;\n border-width: 0;\n border-style: solid;\n border-color: #e89a28; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/DimensionMarkerComponent/styles.scss":
-/*!********************************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/DimensionMarkerComponent/styles.scss ***!
- \********************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".DimensionMarkerComponent {\n font-size: 10px;\n font-weight: bold;\n position: absolute;\n z-index: 99995;\n display: flex;\n align-items: center;\n justify-content: center;\n letter-spacing: 1px;\n opacity: 0.9;\n color: #fff;\n border-radius: 5px;\n background-color: #e89a28; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/InputComponent/styles.scss":
-/*!**********************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/InputComponent/styles.scss ***!
- \**********************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".InputComponent {\n position: relative;\n display: flex;\n align-items: flex-start;\n flex-direction: column;\n justify-content: space-between;\n width: 100%;\n height: 40px; }\n .InputComponent__label {\n font-family: \"Lato\", sans-serif;\n font-size: 12px;\n color: #fff; }\n .InputComponent__input {\n font-family: \"Lato\", sans-serif;\n font-size: 12px;\n position: relative;\n box-sizing: border-box;\n width: 100%;\n height: 25px;\n margin-top: 0;\n padding: 4px 5px;\n cursor: text;\n color: #333;\n border: none;\n border-radius: 3px;\n outline: none; }\n .InputComponent .TooltipComponent {\n top: -11px;\n left: 0; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/LoadingIndicatorComponent/styles.scss":
-/*!*********************************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/LoadingIndicatorComponent/styles.scss ***!
- \*********************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".LoadingIndicatorComponent {\n position: fixed;\n z-index: 999999;\n top: 0;\n left: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n background-color: #333; }\n .LoadingIndicatorComponent__spinner {\n position: relative;\n width: 40px;\n height: 40px; }\n .LoadingIndicatorComponent__spinner--animation {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n animation: sk-bounce 2s infinite ease-in-out;\n opacity: 0.6;\n border-radius: 50%;\n background-color: #fff; }\n .LoadingIndicatorComponent__spinner--animation:last-of-type {\n animation-delay: -1s; }\n\n@keyframes sk-bounce {\n 0%,\n 100% {\n transform: scale(0); }\n 50% {\n transform: scale(1); } }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/ModalComponent/styles.scss":
-/*!**********************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/ModalComponent/styles.scss ***!
- \**********************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".modal-open {\n overflow: hidden; }\n\n.ModalComponent {\n position: fixed;\n z-index: 9999999;\n top: 0;\n left: 0;\n display: flex;\n visibility: hidden;\n align-items: center;\n justify-content: center;\n box-sizing: border-box;\n width: 100%;\n height: 100%;\n padding: 20px; }\n .ModalComponent__overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(85, 85, 85, 0.7); }\n .ModalComponent__modal {\n position: relative;\n width: 100%;\n max-width: 500px;\n min-height: 200px;\n margin-top: 50px;\n padding: 30px;\n transition: margin-top 0.2s ease-in-out, opacity 0.2s ease-in-out;\n opacity: 0;\n border-radius: 5px;\n background-color: #fff;\n box-shadow: 0 3px 5px #333; }\n .ModalComponent__modal--body {\n width: 100%;\n height: 100%; }\n .ModalComponent__modal-close {\n position: absolute;\n top: 10px;\n right: 10px;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 20px;\n height: 20px;\n cursor: pointer;\n transition: background-color 0.05s ease-in-out; }\n .ModalComponent__modal-close:hover div {\n transition: background-color 0.2s ease-in-out;\n background-color: #555; }\n .ModalComponent__modal-close div {\n width: 1px;\n height: 100%;\n transform: rotate(45deg);\n background-color: #333; }\n .ModalComponent__modal-close div::after {\n position: absolute;\n top: 0;\n left: 0;\n width: 1px;\n height: 100%;\n content: '';\n transform: rotate(-90deg);\n background-color: inherit; }\n .ModalComponent--visible {\n visibility: visible; }\n .ModalComponent--visible .ModalComponent__modal {\n margin-top: 0;\n opacity: 1; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/SelectComponent/styles.scss":
-/*!***********************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/SelectComponent/styles.scss ***!
- \***********************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".SelectComponent {\n position: relative; }\n .SelectComponent--disabled {\n opacity: 0.5; }\n .SelectComponent__label {\n font-family: \"Lato\", sans-serif;\n font-size: 12px;\n position: relative;\n display: block;\n color: #fff; }\n .SelectComponent__select {\n font-family: \"Lato\", sans-serif;\n font-size: 12px;\n position: relative;\n box-sizing: border-box;\n width: 100%;\n height: 25px;\n margin-top: 0;\n padding: 4px 5px;\n cursor: pointer;\n color: #333;\n border: none;\n border-radius: 3px;\n outline: none; }\n .SelectComponent__select--option {\n cursor: pointer; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/TextAreaComponent/styles.scss":
-/*!*************************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/TextAreaComponent/styles.scss ***!
- \*************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".TextAreaComponent {\n position: relative; }\n .TextAreaComponent__label {\n font-family: \"Lato\", sans-serif;\n font-size: 12px;\n position: relative;\n display: block;\n color: #fff; }\n .TextAreaComponent__textarea {\n font-family: \"Lato\", sans-serif;\n font-size: 12px;\n position: relative;\n box-sizing: border-box;\n width: 100%;\n height: 50px;\n margin-top: 0;\n padding: 4px 5px;\n resize: none;\n cursor: text;\n color: #333;\n border: none;\n border-radius: 3px;\n outline: none; }\n .TextAreaComponent .TooltipComponent {\n top: -11px;\n left: 0; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/TooltipComponent/styles.scss":
-/*!************************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/TooltipComponent/styles.scss ***!
- \************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".TooltipComponent {\n font-size: 12px;\n position: absolute;\n z-index: 1;\n visibility: hidden;\n box-sizing: border-box;\n padding: 3px 5px;\n cursor: default;\n transition: opacity ease-in-out 0.5s, visibility ease-in-out 0.5s;\n opacity: 0;\n color: #fff;\n border-radius: 3px;\n background-color: #e89a28; }\n .TooltipComponent::after {\n position: absolute;\n top: 100%;\n left: 50%;\n margin-left: -5px;\n content: '';\n border-width: 5px;\n border-style: solid;\n border-color: #e89a28 transparent transparent; }\n .TooltipComponent--active {\n visibility: visible;\n transition: opacity 0s, visibility 0s;\n opacity: 1; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/ArtboardModule/styles.scss":
-/*!*******************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/ArtboardModule/styles.scss ***!
- \*******************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".ArtboardModule {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #333;\n background-image: radial-gradient(rgba(0, 0, 0, 0.2) 1px, transparent 0);\n background-size: 10px 10px; }\n .ArtboardModule__artboard {\n position: absolute; }\n .ArtboardModule #base {\n position: relative;\n width: 100%;\n height: 100%;\n transform-origin: center; }\n .ArtboardModule--enabled .ArtboardModule__artboard *:not(.ui-dialog) {\n cursor: pointer; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/ElementPropertiesSidebarModule/styles.scss":
-/*!***********************************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/ElementPropertiesSidebarModule/styles.scss ***!
- \***********************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".ElementPropertiesSidebarModule {\n position: fixed;\n z-index: 99999;\n top: 50px;\n right: -265px;\n box-sizing: border-box;\n width: 270px;\n height: calc(100% - 50px);\n transition: right 0.1s ease-in-out;\n opacity: 0.9;\n background-color: #111111; }\n .ElementPropertiesSidebarModule--visible {\n right: 0; }\n .ElementPropertiesSidebarModule--visible .ElementPropertiesSidebarModule__grid-overlay {\n display: inline-block; }\n .ElementPropertiesSidebarModule__side-pull {\n position: absolute;\n top: 65px;\n left: -20px;\n display: flex;\n align-items: center;\n flex-direction: column;\n justify-content: space-between;\n box-sizing: border-box;\n width: 20px;\n height: 40px;\n padding: 13px 0 13px 7px;\n cursor: pointer;\n border-radius: 20px 0 0 20px;\n outline: none;\n background-color: inherit; }\n .ElementPropertiesSidebarModule__side-pull > span {\n width: 100%;\n height: 2px;\n border-radius: 1px;\n background-color: #fff; }\n .ElementPropertiesSidebarModule__pseudo-tabs {\n width: 100%;\n height: calc(100% - 100px); }\n .ElementPropertiesSidebarModule__pseudo-tabs--parent-component-name {\n box-sizing: border-box;\n width: 100%;\n margin-bottom: 41px;\n padding: 0 20px; }\n .ElementPropertiesSidebarModule__pseudo-tabs--parent-component-name .InputComponent {\n margin-top: 0 !important; }\n .ElementPropertiesSidebarModule__pseudo-tabs--header {\n display: flex;\n align-items: flex-end;\n flex-direction: row;\n box-sizing: border-box;\n width: 100%;\n height: 25px;\n padding: 0 20px; }\n .ElementPropertiesSidebarModule__pseudo-tabs--tab {\n font-family: \"Lato\", sans-serif;\n font-size: 12px;\n z-index: 1;\n display: flex;\n align-items: center;\n flex-basis: 0;\n flex-grow: 1;\n justify-content: center;\n box-sizing: border-box;\n max-width: 50%;\n height: 100%;\n margin: 0 1px;\n padding: 0 5px;\n cursor: pointer;\n color: #555;\n border-radius: 3px 3px 0 0;\n background-color: #fff; }\n .ElementPropertiesSidebarModule__pseudo-tabs--tab span {\n overflow: hidden;\n width: 100%;\n text-align: center;\n white-space: nowrap;\n text-overflow: ellipsis; }\n .ElementPropertiesSidebarModule__pseudo-tabs--tab-active {\n color: #fff;\n border-width: 1px 1px 0;\n border-style: solid;\n border-color: #fff;\n background-color: #111111; }\n .ElementPropertiesSidebarModule__pseudo-tabs--tab-inactive:hover {\n height: 105%; }\n .ElementPropertiesSidebarModule__pseudo-tabs--body {\n overflow-y: auto;\n box-sizing: border-box;\n width: 100%;\n height: calc(100% - 25px);\n margin-top: -1px;\n padding: 0 20px 20px;\n border-top: solid 1px #fff; }\n .ElementPropertiesSidebarModule__pseudo-tabs--body p {\n font-size: 12px;\n font-weight: bold;\n margin-top: 20px;\n text-transform: uppercase;\n color: #fff; }\n .ElementPropertiesSidebarModule .InputComponent,\n .ElementPropertiesSidebarModule .TextAreaComponent {\n margin-top: 10px; }\n .ElementPropertiesSidebarModule__grid-overlay {\n display: none;\n box-sizing: border-box;\n width: 100%;\n height: 100px;\n padding: 20px;\n border-top: solid 1px #fff; }\n .ElementPropertiesSidebarModule__grid-overlay--selector {\n width: 100%; }\n .ElementPropertiesSidebarModule__grid-overlay--selector .CheckboxComponent {\n margin-bottom: 10px; }\n .ElementPropertiesSidebarModule .ElementPropertiesSidebarModule__pseudo-tabs--parent-component-name ~ .ElementPropertiesSidebarModule__pseudo-tabs--body {\n height: calc(100% - 105px); }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/GridOverlayModule/styles.scss":
-/*!**********************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/GridOverlayModule/styles.scss ***!
- \**********************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".GridOverlayModule {\n position: absolute;\n z-index: 1;\n top: 0;\n left: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n pointer-events: none; }\n .GridOverlayModule__container {\n display: flex;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n height: 100%;\n opacity: 0.2; }\n .GridOverlayModule__container--column {\n height: 100%;\n background-color: #ff5757; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/HeaderModule/styles.scss":
-/*!*****************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/HeaderModule/styles.scss ***!
- \*****************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".HeaderModule {\n font-family: \"Lato\", sans-serif;\n position: fixed;\n z-index: 99998;\n top: 0;\n left: 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n box-sizing: border-box;\n width: 100%;\n height: 50px;\n padding: 0 30px;\n opacity: 0.9;\n background-color: #111111; }\n .HeaderModule__logo {\n font-size: 18px;\n color: #fff; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/PrimaryControlsModule/styles.scss":
-/*!**************************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/PrimaryControlsModule/styles.scss ***!
- \**************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".PrimaryControlsModule {\n display: flex;\n align-items: center;\n height: 100%; }\n .PrimaryControlsModule__control {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 50px;\n height: 100%;\n cursor: pointer;\n transition: background-color 0.2s ease-in-out, color 0.1s ease-in-out;\n color: #fff;\n border-radius: 5px; }\n .PrimaryControlsModule__control:hover {\n transition: background-color 0.05s ease-in-out, color 0.1s ease-in-out;\n background-color: #555; }\n .PrimaryControlsModule__control--enabled {\n color: #4edec2; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/SharingLinksModule/styles.scss":
-/*!***********************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/SharingLinksModule/styles.scss ***!
- \***********************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".SharingLinksModule {\n display: none; }\n .SharingLinksModule__modal-block h1 {\n margin: 0;\n color: #333; }\n .SharingLinksModule__modal-block .InputComponent {\n height: 50px;\n margin-top: 20px; }\n .SharingLinksModule__modal-block .InputComponent__label {\n font-size: 16px;\n color: #333; }\n .SharingLinksModule__modal-block .InputComponent__input {\n border: solid 1px #333;\n border-radius: 5px; }\n .SharingLinksModule__modal-block .InputComponent .TooltipComponent {\n top: 0; }\n .SharingLinksModule__modal-block .ButtonComponent {\n float: right;\n margin-top: 30px; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/SplashScreenModule/styles.scss":
-/*!***********************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/SplashScreenModule/styles.scss ***!
- \***********************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".SplashScreenModule {\n color: #333; }\n .SplashScreenModule__header {\n display: flex;\n align-items: center;\n width: 100%;\n margin-bottom: 10px; }\n .SplashScreenModule__header .IconComponent {\n margin-right: 10px;\n color: #4edec2; }\n .SplashScreenModule--disclosure {\n font-size: 14px;\n font-style: italic; }\n .SplashScreenModule h1 {\n margin: 0; }\n .SplashScreenModule h2 {\n margin: 40px 0 0; }\n .SplashScreenModule ul {\n margin: 10px 0 0;\n padding: 0 40px; }\n .SplashScreenModule li {\n margin-bottom: 10px; }\n .SplashScreenModule li:last-of-type {\n margin-bottom: 0; }\n .SplashScreenModule .ButtonComponent {\n float: right;\n margin-top: 30px; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/ZoomControlModule/styles.scss":
-/*!**********************************************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/modules/ZoomControlModule/styles.scss ***!
- \**********************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Module
-exports.push([module.i, ".ZoomControlModule {\n position: fixed;\n z-index: 99997;\n bottom: 20px;\n left: 20px;\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n opacity: 0.9;\n border-radius: 5px;\n box-shadow: 0 3px 5px #555; }\n .ZoomControlModule__zoom-input {\n font-family: \"Lato\", sans-serif;\n width: 50px;\n height: 23px;\n text-align: center;\n border: none;\n outline: none; }\n .ZoomControlModule__zoom-control {\n display: flex;\n align-items: center;\n justify-content: center;\n box-sizing: border-box;\n width: 23px;\n height: 23px;\n padding: 6px;\n cursor: pointer;\n transition: transform 0.01s ease-in-out;\n background-color: #4edec2; }\n .ZoomControlModule__zoom-control:hover {\n transform: scale(1.05); }\n .ZoomControlModule__zoom-control span {\n position: relative;\n display: inline-block;\n width: 100%;\n height: 2px;\n background-color: #fff; }\n .ZoomControlModule__zoom-control--negative {\n border-right: solid 1px #555;\n border-radius: 5px 0 0 5px; }\n .ZoomControlModule__zoom-control--positive {\n border-left: solid 1px #555;\n border-radius: 0 5px 5px 0; }\n .ZoomControlModule__zoom-control--positive span::before {\n position: absolute;\n top: 0;\n right: 0;\n display: inline-block;\n width: 100%;\n height: 2px;\n content: '';\n transform: rotate(90deg);\n background-color: inherit; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/styles.scss":
-/*!********************************************************************************************************!*\
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/styles.scss ***!
- \********************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-exports = module.exports = __webpack_require__(/*! ../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false);
-// Imports
-exports.push([module.i, "@import url(https://fonts.googleapis.com/css?family=Lato:400,700);", ""]);
-
-// Module
-exports.push([module.i, "body {\n position: static;\n left: auto;\n width: 100vw;\n height: 100vh;\n margin: 0; }\n body #base span {\n display: inline-block; }\n body .annotation {\n box-sizing: border-box;\n width: 14px !important;\n height: 14px !important;\n margin: 0;\n padding: 0;\n cursor: help !important; }\n body .annotation > div {\n display: flex;\n align-items: center;\n flex-direction: column;\n justify-content: space-around;\n box-sizing: border-box;\n width: 100%;\n height: 100%;\n padding: 3px;\n border: none;\n border-radius: 3px;\n background-color: #4860ff; }\n body .annotation > div:hover {\n background-color: #1534ff; }\n body .annotation > div > div {\n width: 100%;\n height: 1px;\n margin: 0;\n padding: 0;\n border: none;\n background-color: #fff; }\n body .annotation * {\n cursor: help !important; }\n body .annnote {\n cursor: help !important; }\n body .annnote .annnotelabel {\n margin: 0;\n cursor: help !important;\n color: #fff;\n border-radius: 3px;\n background-color: #4860ff; }\n body .annnote .annnotelabel:hover {\n background-color: #1534ff; }\n body .ui-dialog {\n z-index: 99996 !important;\n padding: 0 !important;\n opacity: 0.9;\n border: solid 1px #555 !important;\n border-radius: 3px !important; }\n body .ui-dialog * {\n color: #555; }\n body .ui-dialog-titlebar {\n border: none !important;\n background-color: #555 !important; }\n body .ui-dialog-titlebar button {\n border-radius: 3px !important;\n outline: none !important; }\n body .ui-dialog-titlebar .ui-icon-closethick {\n border-radius: 3px;\n background-color: #fff; }\n body .ui-dialog-content {\n padding: 10px !important;\n border-radius: 3px; }\n body .ui-button-icon-only .ui-icon {\n top: 0 !important;\n left: 0 !important; }\n body .ui-corner-all {\n border-radius: 0; }\n\nbody {\n font-family: \"Lato\", sans-serif; }\n", ""]);
-
-// Exports
-exports.locals = {
- "primaryColorBackground": "#111111",
- "primaryColorBlue": "#4860ff",
- "primaryColorGray": "#555",
- "primaryColorOrange": "#e89a28",
- "primaryColorRed": "#ff5757",
- "primaryColorTeal": "#4edec2",
- "primaryColorWhite": "#fff",
- "secondaryColorGray": "#333"
-};
-
-/***/ }),
-
-/***/ "./node_modules/css-loader/dist/runtime/api.js":
-/*!*****************************************************!*\
- !*** ./node_modules/css-loader/dist/runtime/api.js ***!
- \*****************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-/*
- MIT License http://www.opensource.org/licenses/mit-license.php
- Author Tobias Koppers @sokra
-*/
-// css base code, injected by the css-loader
-module.exports = function (useSourceMap) {
- var list = []; // return the list of modules as css string
-
- list.toString = function toString() {
- return this.map(function (item) {
- var content = cssWithMappingToString(item, useSourceMap);
-
- if (item[2]) {
- return '@media ' + item[2] + '{' + content + '}';
- } else {
- return content;
- }
- }).join('');
- }; // import a list of modules into the list
-
-
- list.i = function (modules, mediaQuery) {
- if (typeof modules === 'string') {
- modules = [[null, modules, '']];
- }
-
- var alreadyImportedModules = {};
-
- for (var i = 0; i < this.length; i++) {
- var id = this[i][0];
-
- if (id != null) {
- alreadyImportedModules[id] = true;
- }
- }
-
- for (i = 0; i < modules.length; i++) {
- var item = modules[i]; // skip already imported module
- // this implementation is not 100% perfect for weird media query combinations
- // when a module is imported multiple times with different media queries.
- // I hope this will never occur (Hey this way we have smaller bundles)
-
- if (item[0] == null || !alreadyImportedModules[item[0]]) {
- if (mediaQuery && !item[2]) {
- item[2] = mediaQuery;
- } else if (mediaQuery) {
- item[2] = '(' + item[2] + ') and (' + mediaQuery + ')';
- }
-
- list.push(item);
- }
- }
- };
-
- return list;
-};
-
-function cssWithMappingToString(item, useSourceMap) {
- var content = item[1] || '';
- var cssMapping = item[3];
-
- if (!cssMapping) {
- return content;
- }
-
- if (useSourceMap && typeof btoa === 'function') {
- var sourceMapping = toComment(cssMapping);
- var sourceURLs = cssMapping.sources.map(function (source) {
- return '/*# sourceURL=' + cssMapping.sourceRoot + source + ' */';
- });
- return [content].concat(sourceURLs).concat([sourceMapping]).join('\n');
- }
-
- return [content].join('\n');
-} // Adapted from convert-source-map (MIT)
-
-
-function toComment(sourceMap) {
- // eslint-disable-next-line no-undef
- var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));
- var data = 'sourceMappingURL=data:application/json;charset=utf-8;base64,' + base64;
- return '/*# ' + data + ' */';
-}
-
-/***/ }),
-
-/***/ "./node_modules/jquery/dist/jquery.js":
-/*!********************************************!*\
- !*** ./node_modules/jquery/dist/jquery.js ***!
- \********************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
+/*!
* jQuery JavaScript Library v3.3.1
* https://jquery.com/
*
@@ -1898,492 +25,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
*
* Date: 2018-01-20T17:24Z
*/
-( function( global, factory ) {
-
- "use strict";
-
- if ( true && typeof module.exports === "object" ) {
-
- // For CommonJS and CommonJS-like environments where a proper `window`
- // is present, execute the factory and get jQuery.
- // For environments that do not have a `window` with a `document`
- // (such as Node.js), expose a factory as module.exports.
- // This accentuates the need for the creation of a real `window`.
- // e.g. var jQuery = require("jquery")(window);
- // See ticket #14549 for more info.
- module.exports = global.document ?
- factory( global, true ) :
- function( w ) {
- if ( !w.document ) {
- throw new Error( "jQuery requires a window with a document" );
- }
- return factory( w );
- };
- } else {
- factory( global );
- }
-
-// Pass this if window is not defined yet
-} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
-
-// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
-// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
-// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
-// enough that all such attempts are guarded in a try block.
-"use strict";
-
-var arr = [];
-
-var document = window.document;
-
-var getProto = Object.getPrototypeOf;
-
-var slice = arr.slice;
-
-var concat = arr.concat;
-
-var push = arr.push;
-
-var indexOf = arr.indexOf;
-
-var class2type = {};
-
-var toString = class2type.toString;
-
-var hasOwn = class2type.hasOwnProperty;
-
-var fnToString = hasOwn.toString;
-
-var ObjectFunctionString = fnToString.call( Object );
-
-var support = {};
-
-var isFunction = function isFunction( obj ) {
-
- // Support: Chrome <=57, Firefox <=52
- // In some browsers, typeof returns "function" for HTML