@teselagen/ove 0.3.54 → 0.3.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +291 -289
- package/index.es.js +291 -289
- package/index.umd.js +116 -89
- package/package.json +4 -4
- package/src/CircularView/drawAnnotations.js +1 -2
    
        package/index.es.js
    CHANGED
    
    | @@ -2821,7 +2821,7 @@ var followCursor = { | |
| 2821 2821 | 
             
                  }
         | 
| 2822 2822 | 
             
                }
         | 
| 2823 2823 | 
             
                __name(onMouseMove, "onMouseMove");
         | 
| 2824 | 
            -
                function  | 
| 2824 | 
            +
                function create6() {
         | 
| 2825 2825 | 
             
                  if (instance.props.followCursor) {
         | 
| 2826 2826 | 
             
                    activeInstances.push({
         | 
| 2827 2827 | 
             
                      instance,
         | 
| @@ -2830,7 +2830,7 @@ var followCursor = { | |
| 2830 2830 | 
             
                    addMouseCoordsListener(doc);
         | 
| 2831 2831 | 
             
                  }
         | 
| 2832 2832 | 
             
                }
         | 
| 2833 | 
            -
                __name( | 
| 2833 | 
            +
                __name(create6, "create");
         | 
| 2834 2834 | 
             
                function destroy2() {
         | 
| 2835 2835 | 
             
                  activeInstances = activeInstances.filter(function(data) {
         | 
| 2836 2836 | 
             
                    return data.instance !== instance;
         | 
| @@ -2843,7 +2843,7 @@ var followCursor = { | |
| 2843 2843 | 
             
                }
         | 
| 2844 2844 | 
             
                __name(destroy2, "destroy");
         | 
| 2845 2845 | 
             
                return {
         | 
| 2846 | 
            -
                  onCreate:  | 
| 2846 | 
            +
                  onCreate: create6,
         | 
| 2847 2847 | 
             
                  onDestroy: destroy2,
         | 
| 2848 2848 | 
             
                  onBeforeUpdate: /* @__PURE__ */ __name(function onBeforeUpdate2() {
         | 
| 2849 2849 | 
             
                    prevProps = instance.props;
         | 
| @@ -2856,7 +2856,7 @@ var followCursor = { | |
| 2856 2856 | 
             
                    if (followCursor2 !== void 0 && prevProps.followCursor !== followCursor2) {
         | 
| 2857 2857 | 
             
                      destroy2();
         | 
| 2858 2858 | 
             
                      if (followCursor2) {
         | 
| 2859 | 
            -
                         | 
| 2859 | 
            +
                        create6();
         | 
| 2860 2860 | 
             
                        if (instance.state.isMounted && !wasFocusEvent && !getIsInitialBehavior()) {
         | 
| 2861 2861 | 
             
                          addListener();
         | 
| 2862 2862 | 
             
                        }
         | 
| @@ -6798,10 +6798,10 @@ var ownKeys$7 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK | |
| 6798 6798 | 
             
              /* istanbul ignore next */
         | 
| 6799 6799 | 
             
              Object.getOwnPropertyNames
         | 
| 6800 6800 | 
             
            );
         | 
| 6801 | 
            -
            function toPrimitive$ | 
| 6801 | 
            +
            function toPrimitive$3(value) {
         | 
| 6802 6802 | 
             
              return value === null ? null : typeof value === "object" ? "" + value : value;
         | 
| 6803 6803 | 
             
            }
         | 
| 6804 | 
            -
            __name(toPrimitive$ | 
| 6804 | 
            +
            __name(toPrimitive$3, "toPrimitive$3");
         | 
| 6805 6805 | 
             
            function hasProp(target, prop2) {
         | 
| 6806 6806 | 
             
              return objectPrototype$1.hasOwnProperty.call(target, prop2);
         | 
| 6807 6807 | 
             
            }
         | 
| @@ -7698,7 +7698,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) { | |
| 7698 7698 | 
             
                return this.name_ + "[" + this.value_ + "]";
         | 
| 7699 7699 | 
             
              }, "toString");
         | 
| 7700 7700 | 
             
              _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
         | 
| 7701 | 
            -
                return toPrimitive$ | 
| 7701 | 
            +
                return toPrimitive$3(this.get());
         | 
| 7702 7702 | 
             
              }, "valueOf");
         | 
| 7703 7703 | 
             
              _proto[_Symbol$toPrimitive] = function() {
         | 
| 7704 7704 | 
             
                return this.valueOf();
         | 
| @@ -7883,7 +7883,7 @@ var ComputedValue = /* @__PURE__ */ function() { | |
| 7883 7883 | 
             
                return this.name_ + "[" + this.derivation.toString() + "]";
         | 
| 7884 7884 | 
             
              }, "toString");
         | 
| 7885 7885 | 
             
              _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
         | 
| 7886 | 
            -
                return toPrimitive$ | 
| 7886 | 
            +
                return toPrimitive$3(this.get());
         | 
| 7887 7887 | 
             
              }, "valueOf");
         | 
| 7888 7888 | 
             
              _proto[_Symbol$toPrimitive$1] = function() {
         | 
| 7889 7889 | 
             
                return this.valueOf();
         | 
| @@ -12517,7 +12517,7 @@ lodash.exports; | |
| 12517 12517 | 
             
                    "^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar2, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
         | 
| 12518 12518 | 
             
                  );
         | 
| 12519 12519 | 
             
                  var Buffer2 = moduleExports2 ? context.Buffer : undefined$12, Symbol2 = context.Symbol, Uint8Array2 = context.Uint8Array, allocUnsafe2 = Buffer2 ? Buffer2.allocUnsafe : undefined$12, getPrototype2 = overArg2(Object2.getPrototypeOf, Object2), objectCreate2 = Object2.create, propertyIsEnumerable3 = objectProto2.propertyIsEnumerable, splice3 = arrayProto2.splice, spreadableSymbol2 = Symbol2 ? Symbol2.isConcatSpreadable : undefined$12, symIterator = Symbol2 ? Symbol2.iterator : undefined$12, symToStringTag2 = Symbol2 ? Symbol2.toStringTag : undefined$12;
         | 
| 12520 | 
            -
                  var  | 
| 12520 | 
            +
                  var defineProperty6 = function() {
         | 
| 12521 12521 | 
             
                    try {
         | 
| 12522 12522 | 
             
                      var func = getNative2(Object2, "defineProperty");
         | 
| 12523 12523 | 
             
                      func({}, "", {});
         | 
| @@ -12957,8 +12957,8 @@ lodash.exports; | |
| 12957 12957 | 
             
                  }
         | 
| 12958 12958 | 
             
                  __name(baseAssignIn2, "baseAssignIn");
         | 
| 12959 12959 | 
             
                  function baseAssignValue2(object3, key, value) {
         | 
| 12960 | 
            -
                    if (key == "__proto__" &&  | 
| 12961 | 
            -
                       | 
| 12960 | 
            +
                    if (key == "__proto__" && defineProperty6) {
         | 
| 12961 | 
            +
                      defineProperty6(object3, key, {
         | 
| 12962 12962 | 
             
                        "configurable": true,
         | 
| 12963 12963 | 
             
                        "enumerable": true,
         | 
| 12964 12964 | 
             
                        "value": value,
         | 
| @@ -13691,8 +13691,8 @@ lodash.exports; | |
| 13691 13691 | 
             
                    metaMap.set(func, data);
         | 
| 13692 13692 | 
             
                    return func;
         | 
| 13693 13693 | 
             
                  };
         | 
| 13694 | 
            -
                  var baseSetToString2 = ! | 
| 13695 | 
            -
                    return  | 
| 13694 | 
            +
                  var baseSetToString2 = !defineProperty6 ? identity4 : function(func, string2) {
         | 
| 13695 | 
            +
                    return defineProperty6(func, "toString", {
         | 
| 13696 13696 | 
             
                      "configurable": true,
         | 
| 13697 13697 | 
             
                      "enumerable": false,
         | 
| 13698 13698 | 
             
                      "value": constant2(string2),
         | 
| @@ -16426,11 +16426,11 @@ lodash.exports; | |
| 16426 16426 | 
             
                    copyObject2(source, keys5(source), object3, customizer);
         | 
| 16427 16427 | 
             
                  });
         | 
| 16428 16428 | 
             
                  var at = flatRest2(baseAt);
         | 
| 16429 | 
            -
                  function  | 
| 16429 | 
            +
                  function create6(prototype, properties) {
         | 
| 16430 16430 | 
             
                    var result2 = baseCreate2(prototype);
         | 
| 16431 16431 | 
             
                    return properties == null ? result2 : baseAssign2(result2, properties);
         | 
| 16432 16432 | 
             
                  }
         | 
| 16433 | 
            -
                  __name( | 
| 16433 | 
            +
                  __name(create6, "create");
         | 
| 16434 16434 | 
             
                  var defaults2 = baseRest2(function(object3, sources) {
         | 
| 16435 16435 | 
             
                    object3 = Object2(object3);
         | 
| 16436 16436 | 
             
                    var index2 = -1;
         | 
| @@ -17255,7 +17255,7 @@ lodash.exports; | |
| 17255 17255 | 
             
                  lodash2.conforms = conforms;
         | 
| 17256 17256 | 
             
                  lodash2.constant = constant2;
         | 
| 17257 17257 | 
             
                  lodash2.countBy = countBy;
         | 
| 17258 | 
            -
                  lodash2.create =  | 
| 17258 | 
            +
                  lodash2.create = create6;
         | 
| 17259 17259 | 
             
                  lodash2.curry = curry;
         | 
| 17260 17260 | 
             
                  lodash2.curryRight = curryRight;
         | 
| 17261 17261 | 
             
                  lodash2.debounce = debounce2;
         | 
| @@ -18216,20 +18216,11 @@ var _fails = /* @__PURE__ */ __name(function(exec) { | |
| 18216 18216 | 
             
                return true;
         | 
| 18217 18217 | 
             
              }
         | 
| 18218 18218 | 
             
            }, "_fails");
         | 
| 18219 | 
            -
            var _descriptors | 
| 18220 | 
            -
             | 
| 18221 | 
            -
             | 
| 18222 | 
            -
               | 
| 18223 | 
            -
             | 
| 18224 | 
            -
              hasRequired_descriptors = 1;
         | 
| 18225 | 
            -
              _descriptors = !_fails(function() {
         | 
| 18226 | 
            -
                return Object.defineProperty({}, "a", { get: function() {
         | 
| 18227 | 
            -
                  return 7;
         | 
| 18228 | 
            -
                } }).a != 7;
         | 
| 18229 | 
            -
              });
         | 
| 18230 | 
            -
              return _descriptors;
         | 
| 18231 | 
            -
            }
         | 
| 18232 | 
            -
            __name(require_descriptors, "require_descriptors");
         | 
| 18219 | 
            +
            var _descriptors = !_fails(function() {
         | 
| 18220 | 
            +
              return Object.defineProperty({}, "a", { get: function() {
         | 
| 18221 | 
            +
                return 7;
         | 
| 18222 | 
            +
              } }).a != 7;
         | 
| 18223 | 
            +
            });
         | 
| 18233 18224 | 
             
            var _domCreate;
         | 
| 18234 18225 | 
             
            var hasRequired_domCreate;
         | 
| 18235 18226 | 
             
            function require_domCreate() {
         | 
| @@ -18245,20 +18236,11 @@ function require_domCreate() { | |
| 18245 18236 | 
             
              return _domCreate;
         | 
| 18246 18237 | 
             
            }
         | 
| 18247 18238 | 
             
            __name(require_domCreate, "require_domCreate");
         | 
| 18248 | 
            -
            var _ie8DomDefine | 
| 18249 | 
            -
             | 
| 18250 | 
            -
             | 
| 18251 | 
            -
               | 
| 18252 | 
            -
             | 
| 18253 | 
            -
              hasRequired_ie8DomDefine = 1;
         | 
| 18254 | 
            -
              _ie8DomDefine = !require_descriptors() && !_fails(function() {
         | 
| 18255 | 
            -
                return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
         | 
| 18256 | 
            -
                  return 7;
         | 
| 18257 | 
            -
                } }).a != 7;
         | 
| 18258 | 
            -
              });
         | 
| 18259 | 
            -
              return _ie8DomDefine;
         | 
| 18260 | 
            -
            }
         | 
| 18261 | 
            -
            __name(require_ie8DomDefine, "require_ie8DomDefine");
         | 
| 18239 | 
            +
            var _ie8DomDefine = !_descriptors && !_fails(function() {
         | 
| 18240 | 
            +
              return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
         | 
| 18241 | 
            +
                return 7;
         | 
| 18242 | 
            +
              } }).a != 7;
         | 
| 18243 | 
            +
            });
         | 
| 18262 18244 | 
             
            var isObject$d = _isObject;
         | 
| 18263 18245 | 
             
            var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
         | 
| 18264 18246 | 
             
              if (!isObject$d(it))
         | 
| @@ -18272,33 +18254,25 @@ var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) { | |
| 18272 18254 | 
             
                return val2;
         | 
| 18273 18255 | 
             
              throw TypeError("Can't convert object to primitive value");
         | 
| 18274 18256 | 
             
            }, "_toPrimitive$1");
         | 
| 18275 | 
            -
            var  | 
| 18276 | 
            -
             | 
| 18277 | 
            -
             | 
| 18278 | 
            -
             | 
| 18279 | 
            -
             | 
| 18280 | 
            -
               | 
| 18281 | 
            -
               | 
| 18282 | 
            -
               | 
| 18283 | 
            -
               | 
| 18284 | 
            -
             | 
| 18285 | 
            -
             | 
| 18286 | 
            -
                 | 
| 18287 | 
            -
                 | 
| 18288 | 
            -
             | 
| 18289 | 
            -
             | 
| 18290 | 
            -
             | 
| 18291 | 
            -
             | 
| 18292 | 
            -
             | 
| 18293 | 
            -
             | 
| 18294 | 
            -
                  throw TypeError("Accessors not supported!");
         | 
| 18295 | 
            -
                if ("value" in Attributes)
         | 
| 18296 | 
            -
                  O2[P2] = Attributes.value;
         | 
| 18297 | 
            -
                return O2;
         | 
| 18298 | 
            -
              }, "defineProperty");
         | 
| 18299 | 
            -
              return _objectDp;
         | 
| 18300 | 
            -
            }
         | 
| 18301 | 
            -
            __name(require_objectDp, "require_objectDp");
         | 
| 18257 | 
            +
            var anObject$3 = _anObject;
         | 
| 18258 | 
            +
            var IE8_DOM_DEFINE$1 = _ie8DomDefine;
         | 
| 18259 | 
            +
            var toPrimitive$2 = _toPrimitive$1;
         | 
| 18260 | 
            +
            var dP$2 = Object.defineProperty;
         | 
| 18261 | 
            +
            _objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
         | 
| 18262 | 
            +
              anObject$3(O2);
         | 
| 18263 | 
            +
              P2 = toPrimitive$2(P2, true);
         | 
| 18264 | 
            +
              anObject$3(Attributes);
         | 
| 18265 | 
            +
              if (IE8_DOM_DEFINE$1)
         | 
| 18266 | 
            +
                try {
         | 
| 18267 | 
            +
                  return dP$2(O2, P2, Attributes);
         | 
| 18268 | 
            +
                } catch (e2) {
         | 
| 18269 | 
            +
                }
         | 
| 18270 | 
            +
              if ("get" in Attributes || "set" in Attributes)
         | 
| 18271 | 
            +
                throw TypeError("Accessors not supported!");
         | 
| 18272 | 
            +
              if ("value" in Attributes)
         | 
| 18273 | 
            +
                O2[P2] = Attributes.value;
         | 
| 18274 | 
            +
              return O2;
         | 
| 18275 | 
            +
            }, "defineProperty");
         | 
| 18302 18276 | 
             
            var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
         | 
| 18303 18277 | 
             
              return {
         | 
| 18304 18278 | 
             
                enumerable: !(bitmap & 1),
         | 
| @@ -18307,10 +18281,10 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) { | |
| 18307 18281 | 
             
                value
         | 
| 18308 18282 | 
             
              };
         | 
| 18309 18283 | 
             
            }, "_propertyDesc");
         | 
| 18310 | 
            -
            var dP$ | 
| 18284 | 
            +
            var dP$1 = _objectDp;
         | 
| 18311 18285 | 
             
            var createDesc$3 = _propertyDesc;
         | 
| 18312 | 
            -
            var _hide =  | 
| 18313 | 
            -
              return dP$ | 
| 18286 | 
            +
            var _hide = _descriptors ? function(object3, key, value) {
         | 
| 18287 | 
            +
              return dP$1.f(object3, key, createDesc$3(1, value));
         | 
| 18314 18288 | 
             
            } : function(object3, key, value) {
         | 
| 18315 18289 | 
             
              object3[key] = value;
         | 
| 18316 18290 | 
             
              return object3;
         | 
| @@ -18324,7 +18298,7 @@ var core$3 = _coreExports; | |
| 18324 18298 | 
             
            var ctx$1 = _ctx;
         | 
| 18325 18299 | 
             
            var hide$3 = _hide;
         | 
| 18326 18300 | 
             
            var has$e = _has;
         | 
| 18327 | 
            -
            var PROTOTYPE$ | 
| 18301 | 
            +
            var PROTOTYPE$1 = "prototype";
         | 
| 18328 18302 | 
             
            var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
         | 
| 18329 18303 | 
             
              var IS_FORCED = type & $export$8.F;
         | 
| 18330 18304 | 
             
              var IS_GLOBAL = type & $export$8.G;
         | 
| @@ -18333,8 +18307,8 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) { | |
| 18333 18307 | 
             
              var IS_BIND = type & $export$8.B;
         | 
| 18334 18308 | 
             
              var IS_WRAP = type & $export$8.W;
         | 
| 18335 18309 | 
             
              var exports2 = IS_GLOBAL ? core$3 : core$3[name2] || (core$3[name2] = {});
         | 
| 18336 | 
            -
              var expProto = exports2[PROTOTYPE$ | 
| 18337 | 
            -
              var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$ | 
| 18310 | 
            +
              var expProto = exports2[PROTOTYPE$1];
         | 
| 18311 | 
            +
              var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$1];
         | 
| 18338 18312 | 
             
              var key, own2, out;
         | 
| 18339 18313 | 
             
              if (IS_GLOBAL)
         | 
| 18340 18314 | 
             
                source = name2;
         | 
| @@ -18358,7 +18332,7 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) { | |
| 18358 18332 | 
             
                    }
         | 
| 18359 18333 | 
             
                    return C.apply(this, arguments);
         | 
| 18360 18334 | 
             
                  }, "F");
         | 
| 18361 | 
            -
                  F[PROTOTYPE$ | 
| 18335 | 
            +
                  F[PROTOTYPE$1] = C[PROTOTYPE$1];
         | 
| 18362 18336 | 
             
                  return F;
         | 
| 18363 18337 | 
             
                }(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
         | 
| 18364 18338 | 
             
                if (IS_PROTO) {
         | 
| @@ -18381,25 +18355,16 @@ var toString$6 = {}.toString; | |
| 18381 18355 | 
             
            var _cof = /* @__PURE__ */ __name(function(it) {
         | 
| 18382 18356 | 
             
              return toString$6.call(it).slice(8, -1);
         | 
| 18383 18357 | 
             
            }, "_cof");
         | 
| 18384 | 
            -
            var  | 
| 18385 | 
            -
            var  | 
| 18386 | 
            -
             | 
| 18387 | 
            -
             | 
| 18388 | 
            -
                return _iobject;
         | 
| 18389 | 
            -
              hasRequired_iobject = 1;
         | 
| 18390 | 
            -
              var cof2 = _cof;
         | 
| 18391 | 
            -
              _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
         | 
| 18392 | 
            -
                return cof2(it) == "String" ? it.split("") : Object(it);
         | 
| 18393 | 
            -
              };
         | 
| 18394 | 
            -
              return _iobject;
         | 
| 18395 | 
            -
            }
         | 
| 18396 | 
            -
            __name(require_iobject, "require_iobject");
         | 
| 18358 | 
            +
            var cof$2 = _cof;
         | 
| 18359 | 
            +
            var _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
         | 
| 18360 | 
            +
              return cof$2(it) == "String" ? it.split("") : Object(it);
         | 
| 18361 | 
            +
            };
         | 
| 18397 18362 | 
             
            var _defined = /* @__PURE__ */ __name(function(it) {
         | 
| 18398 18363 | 
             
              if (it == void 0)
         | 
| 18399 18364 | 
             
                throw TypeError("Can't call method on  " + it);
         | 
| 18400 18365 | 
             
              return it;
         | 
| 18401 18366 | 
             
            }, "_defined");
         | 
| 18402 | 
            -
            var IObject =  | 
| 18367 | 
            +
            var IObject = _iobject;
         | 
| 18403 18368 | 
             
            var defined$2 = _defined;
         | 
| 18404 18369 | 
             
            var _toIobject = /* @__PURE__ */ __name(function(it) {
         | 
| 18405 18370 | 
             
              return IObject(defined$2(it));
         | 
| @@ -18472,14 +18437,14 @@ var _sharedKey = /* @__PURE__ */ __name(function(key) { | |
| 18472 18437 | 
             
            var has$d = _has;
         | 
| 18473 18438 | 
             
            var toIObject$4 = _toIobject;
         | 
| 18474 18439 | 
             
            var arrayIndexOf = _arrayIncludes$1(false);
         | 
| 18475 | 
            -
            var IE_PROTO$ | 
| 18440 | 
            +
            var IE_PROTO$1 = _sharedKey("IE_PROTO");
         | 
| 18476 18441 | 
             
            var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) {
         | 
| 18477 18442 | 
             
              var O2 = toIObject$4(object3);
         | 
| 18478 18443 | 
             
              var i = 0;
         | 
| 18479 18444 | 
             
              var result = [];
         | 
| 18480 18445 | 
             
              var key;
         | 
| 18481 18446 | 
             
              for (key in O2)
         | 
| 18482 | 
            -
                if (key != IE_PROTO$ | 
| 18447 | 
            +
                if (key != IE_PROTO$1)
         | 
| 18483 18448 | 
             
                  has$d(O2, key) && result.push(key);
         | 
| 18484 18449 | 
             
              while (names2.length > i)
         | 
| 18485 18450 | 
             
                if (has$d(O2, key = names2[i++])) {
         | 
| @@ -18489,22 +18454,14 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) { | |
| 18489 18454 | 
             
            }, "_objectKeysInternal");
         | 
| 18490 18455 | 
             
            var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
         | 
| 18491 18456 | 
             
            var $keys$3 = _objectKeysInternal;
         | 
| 18492 | 
            -
            var enumBugKeys | 
| 18457 | 
            +
            var enumBugKeys = _enumBugKeys;
         | 
| 18493 18458 | 
             
            var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
         | 
| 18494 | 
            -
              return $keys$3(O2, enumBugKeys | 
| 18459 | 
            +
              return $keys$3(O2, enumBugKeys);
         | 
| 18495 18460 | 
             
            }, "keys");
         | 
| 18496 18461 | 
             
            var _objectGops = {};
         | 
| 18497 18462 | 
             
            _objectGops.f = Object.getOwnPropertySymbols;
         | 
| 18498 18463 | 
             
            var _objectPie = {};
         | 
| 18499 | 
            -
             | 
| 18500 | 
            -
            function require_objectPie() {
         | 
| 18501 | 
            -
              if (hasRequired_objectPie)
         | 
| 18502 | 
            -
                return _objectPie;
         | 
| 18503 | 
            -
              hasRequired_objectPie = 1;
         | 
| 18504 | 
            -
              _objectPie.f = {}.propertyIsEnumerable;
         | 
| 18505 | 
            -
              return _objectPie;
         | 
| 18506 | 
            -
            }
         | 
| 18507 | 
            -
            __name(require_objectPie, "require_objectPie");
         | 
| 18464 | 
            +
            _objectPie.f = {}.propertyIsEnumerable;
         | 
| 18508 18465 | 
             
            var defined$1 = _defined;
         | 
| 18509 18466 | 
             
            var _toObject = /* @__PURE__ */ __name(function(it) {
         | 
| 18510 18467 | 
             
              return Object(defined$1(it));
         | 
| @@ -18515,12 +18472,12 @@ function require_objectAssign() { | |
| 18515 18472 | 
             
              if (hasRequired_objectAssign)
         | 
| 18516 18473 | 
             
                return _objectAssign;
         | 
| 18517 18474 | 
             
              hasRequired_objectAssign = 1;
         | 
| 18518 | 
            -
              var DESCRIPTORS2 =  | 
| 18475 | 
            +
              var DESCRIPTORS2 = _descriptors;
         | 
| 18519 18476 | 
             
              var getKeys2 = _objectKeys;
         | 
| 18520 18477 | 
             
              var gOPS2 = _objectGops;
         | 
| 18521 | 
            -
              var pIE2 =  | 
| 18478 | 
            +
              var pIE2 = _objectPie;
         | 
| 18522 18479 | 
             
              var toObject2 = _toObject;
         | 
| 18523 | 
            -
              var IObject2 =  | 
| 18480 | 
            +
              var IObject2 = _iobject;
         | 
| 18524 18481 | 
             
              var $assign = Object.assign;
         | 
| 18525 18482 | 
             
              _objectAssign = !$assign || _fails(function() {
         | 
| 18526 18483 | 
             
                var A2 = {};
         | 
| @@ -18581,19 +18538,28 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) { | |
| 18581 18538 | 
             
            }, "_iterStep");
         | 
| 18582 18539 | 
             
            var _iterators = {};
         | 
| 18583 18540 | 
             
            var _redefine = _hide;
         | 
| 18584 | 
            -
            var  | 
| 18585 | 
            -
            var  | 
| 18586 | 
            -
             | 
| 18587 | 
            -
             | 
| 18588 | 
            -
             | 
| 18589 | 
            -
               | 
| 18590 | 
            -
              var  | 
| 18591 | 
            -
              var  | 
| 18592 | 
            -
              var  | 
| 18593 | 
            -
               | 
| 18594 | 
            -
                 | 
| 18595 | 
            -
             | 
| 18596 | 
            -
             | 
| 18541 | 
            +
            var _objectDps;
         | 
| 18542 | 
            +
            var hasRequired_objectDps;
         | 
| 18543 | 
            +
            function require_objectDps() {
         | 
| 18544 | 
            +
              if (hasRequired_objectDps)
         | 
| 18545 | 
            +
                return _objectDps;
         | 
| 18546 | 
            +
              hasRequired_objectDps = 1;
         | 
| 18547 | 
            +
              var dP2 = _objectDp;
         | 
| 18548 | 
            +
              var anObject2 = _anObject;
         | 
| 18549 | 
            +
              var getKeys2 = _objectKeys;
         | 
| 18550 | 
            +
              _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties3(O2, Properties2) {
         | 
| 18551 | 
            +
                anObject2(O2);
         | 
| 18552 | 
            +
                var keys5 = getKeys2(Properties2);
         | 
| 18553 | 
            +
                var length = keys5.length;
         | 
| 18554 | 
            +
                var i = 0;
         | 
| 18555 | 
            +
                var P2;
         | 
| 18556 | 
            +
                while (length > i)
         | 
| 18557 | 
            +
                  dP2.f(O2, P2 = keys5[i++], Properties2[P2]);
         | 
| 18558 | 
            +
                return O2;
         | 
| 18559 | 
            +
              }, "defineProperties");
         | 
| 18560 | 
            +
              return _objectDps;
         | 
| 18561 | 
            +
            }
         | 
| 18562 | 
            +
            __name(require_objectDps, "require_objectDps");
         | 
| 18597 18563 | 
             
            var _html;
         | 
| 18598 18564 | 
             
            var hasRequired_html;
         | 
| 18599 18565 | 
             
            function require_html() {
         | 
| @@ -18605,42 +18571,51 @@ function require_html() { | |
| 18605 18571 | 
             
              return _html;
         | 
| 18606 18572 | 
             
            }
         | 
| 18607 18573 | 
             
            __name(require_html, "require_html");
         | 
| 18608 | 
            -
            var  | 
| 18609 | 
            -
            var  | 
| 18610 | 
            -
             | 
| 18611 | 
            -
             | 
| 18612 | 
            -
             | 
| 18613 | 
            -
             | 
| 18614 | 
            -
            var  | 
| 18615 | 
            -
            var  | 
| 18616 | 
            -
              var  | 
| 18617 | 
            -
              var  | 
| 18618 | 
            -
              var  | 
| 18619 | 
            -
               | 
| 18620 | 
            -
              var  | 
| 18621 | 
            -
               | 
| 18622 | 
            -
             | 
| 18623 | 
            -
             | 
| 18624 | 
            -
             | 
| 18625 | 
            -
             | 
| 18626 | 
            -
             | 
| 18627 | 
            -
             | 
| 18628 | 
            -
             | 
| 18629 | 
            -
             | 
| 18630 | 
            -
                 | 
| 18631 | 
            -
             | 
| 18632 | 
            -
             | 
| 18633 | 
            -
             | 
| 18634 | 
            -
             | 
| 18635 | 
            -
             | 
| 18636 | 
            -
             | 
| 18637 | 
            -
                 | 
| 18638 | 
            -
             | 
| 18639 | 
            -
             | 
| 18640 | 
            -
             | 
| 18641 | 
            -
                 | 
| 18642 | 
            -
             | 
| 18643 | 
            -
             | 
| 18574 | 
            +
            var _objectCreate;
         | 
| 18575 | 
            +
            var hasRequired_objectCreate;
         | 
| 18576 | 
            +
            function require_objectCreate() {
         | 
| 18577 | 
            +
              if (hasRequired_objectCreate)
         | 
| 18578 | 
            +
                return _objectCreate;
         | 
| 18579 | 
            +
              hasRequired_objectCreate = 1;
         | 
| 18580 | 
            +
              var anObject2 = _anObject;
         | 
| 18581 | 
            +
              var dPs = require_objectDps();
         | 
| 18582 | 
            +
              var enumBugKeys2 = _enumBugKeys;
         | 
| 18583 | 
            +
              var IE_PROTO2 = _sharedKey("IE_PROTO");
         | 
| 18584 | 
            +
              var Empty = /* @__PURE__ */ __name(function() {
         | 
| 18585 | 
            +
              }, "Empty");
         | 
| 18586 | 
            +
              var PROTOTYPE2 = "prototype";
         | 
| 18587 | 
            +
              var createDict = /* @__PURE__ */ __name(function() {
         | 
| 18588 | 
            +
                var iframe = require_domCreate()("iframe");
         | 
| 18589 | 
            +
                var i = enumBugKeys2.length;
         | 
| 18590 | 
            +
                var lt = "<";
         | 
| 18591 | 
            +
                var gt = ">";
         | 
| 18592 | 
            +
                var iframeDocument;
         | 
| 18593 | 
            +
                iframe.style.display = "none";
         | 
| 18594 | 
            +
                require_html().appendChild(iframe);
         | 
| 18595 | 
            +
                iframe.src = "javascript:";
         | 
| 18596 | 
            +
                iframeDocument = iframe.contentWindow.document;
         | 
| 18597 | 
            +
                iframeDocument.open();
         | 
| 18598 | 
            +
                iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
         | 
| 18599 | 
            +
                iframeDocument.close();
         | 
| 18600 | 
            +
                createDict = iframeDocument.F;
         | 
| 18601 | 
            +
                while (i--)
         | 
| 18602 | 
            +
                  delete createDict[PROTOTYPE2][enumBugKeys2[i]];
         | 
| 18603 | 
            +
                return createDict();
         | 
| 18604 | 
            +
              }, "createDict");
         | 
| 18605 | 
            +
              _objectCreate = Object.create || /* @__PURE__ */ __name(function create6(O2, Properties2) {
         | 
| 18606 | 
            +
                var result;
         | 
| 18607 | 
            +
                if (O2 !== null) {
         | 
| 18608 | 
            +
                  Empty[PROTOTYPE2] = anObject2(O2);
         | 
| 18609 | 
            +
                  result = new Empty();
         | 
| 18610 | 
            +
                  Empty[PROTOTYPE2] = null;
         | 
| 18611 | 
            +
                  result[IE_PROTO2] = O2;
         | 
| 18612 | 
            +
                } else
         | 
| 18613 | 
            +
                  result = createDict();
         | 
| 18614 | 
            +
                return Properties2 === void 0 ? result : dPs(result, Properties2);
         | 
| 18615 | 
            +
              }, "create");
         | 
| 18616 | 
            +
              return _objectCreate;
         | 
| 18617 | 
            +
            }
         | 
| 18618 | 
            +
            __name(require_objectCreate, "require_objectCreate");
         | 
| 18644 18619 | 
             
            var _wks = { exports: {} };
         | 
| 18645 18620 | 
             
            var store$2 = _sharedExports("wks");
         | 
| 18646 18621 | 
             
            var uid$1 = _uid;
         | 
| @@ -18651,14 +18626,14 @@ var $exports = _wks.exports = function(name2) { | |
| 18651 18626 | 
             
            };
         | 
| 18652 18627 | 
             
            $exports.store = store$2;
         | 
| 18653 18628 | 
             
            var _wksExports = _wks.exports;
         | 
| 18654 | 
            -
            var def =  | 
| 18629 | 
            +
            var def = _objectDp.f;
         | 
| 18655 18630 | 
             
            var has$c = _has;
         | 
| 18656 18631 | 
             
            var TAG$1 = _wksExports("toStringTag");
         | 
| 18657 18632 | 
             
            var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
         | 
| 18658 18633 | 
             
              if (it && !has$c(it = stat ? it : it.prototype, TAG$1))
         | 
| 18659 18634 | 
             
                def(it, TAG$1, { configurable: true, value: tag });
         | 
| 18660 18635 | 
             
            }, "_setToStringTag");
         | 
| 18661 | 
            -
            var create$4 =  | 
| 18636 | 
            +
            var create$4 = require_objectCreate();
         | 
| 18662 18637 | 
             
            var descriptor = _propertyDesc;
         | 
| 18663 18638 | 
             
            var setToStringTag$2 = _setToStringTag;
         | 
| 18664 18639 | 
             
            var IteratorPrototype = {};
         | 
| @@ -18924,7 +18899,7 @@ var ArrayProto = Array.prototype; | |
| 18924 18899 | 
             
            var _isArrayIter = /* @__PURE__ */ __name(function(it) {
         | 
| 18925 18900 | 
             
              return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
         | 
| 18926 18901 | 
             
            }, "_isArrayIter");
         | 
| 18927 | 
            -
            var $defineProperty$2 =  | 
| 18902 | 
            +
            var $defineProperty$2 = _objectDp;
         | 
| 18928 18903 | 
             
            var createDesc$2 = _propertyDesc;
         | 
| 18929 18904 | 
             
            var _createProperty = /* @__PURE__ */ __name(function(object3, index2, value) {
         | 
| 18930 18905 | 
             
              if (index2 in object3)
         | 
| @@ -19053,9 +19028,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) { | |
| 19053 19028 | 
             
              }
         | 
| 19054 19029 | 
             
            }, "_default$8");
         | 
| 19055 19030 | 
             
            var $export$3 = _export;
         | 
| 19056 | 
            -
            $export$3($export$3.S + $export$3.F * ! | 
| 19031 | 
            +
            $export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
         | 
| 19057 19032 | 
             
            var $Object$2 = _coreExports.Object;
         | 
| 19058 | 
            -
            var defineProperty$c = /* @__PURE__ */ __name(function  | 
| 19033 | 
            +
            var defineProperty$c = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
         | 
| 19059 19034 | 
             
              return $Object$2.defineProperty(it, key, desc);
         | 
| 19060 19035 | 
             
            }, "defineProperty");
         | 
| 19061 19036 | 
             
            var defineProperty$b = { "default": defineProperty$c, __esModule: true };
         | 
| @@ -19066,7 +19041,7 @@ function _interopRequireDefault$c(obj) { | |
| 19066 19041 | 
             
            }
         | 
| 19067 19042 | 
             
            __name(_interopRequireDefault$c, "_interopRequireDefault$c");
         | 
| 19068 19043 | 
             
            var _default$7 = function() {
         | 
| 19069 | 
            -
              function  | 
| 19044 | 
            +
              function defineProperties3(target, props) {
         | 
| 19070 19045 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 19071 19046 | 
             
                  var descriptor2 = props[i];
         | 
| 19072 19047 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -19076,12 +19051,12 @@ var _default$7 = function() { | |
| 19076 19051 | 
             
                  (0, _defineProperty2.default)(target, descriptor2.key, descriptor2);
         | 
| 19077 19052 | 
             
                }
         | 
| 19078 19053 | 
             
              }
         | 
| 19079 | 
            -
              __name( | 
| 19054 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 19080 19055 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 19081 19056 | 
             
                if (protoProps)
         | 
| 19082 | 
            -
                   | 
| 19057 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 19083 19058 | 
             
                if (staticProps)
         | 
| 19084 | 
            -
                   | 
| 19059 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 19085 19060 | 
             
                return Constructor;
         | 
| 19086 19061 | 
             
              };
         | 
| 19087 19062 | 
             
            }();
         | 
| @@ -19094,7 +19069,7 @@ var _meta = { exports: {} }; | |
| 19094 19069 | 
             
            var META$1 = _uid("meta");
         | 
| 19095 19070 | 
             
            var isObject$c = _isObject;
         | 
| 19096 19071 | 
             
            var has$a = _has;
         | 
| 19097 | 
            -
            var setDesc =  | 
| 19072 | 
            +
            var setDesc = _objectDp.f;
         | 
| 19098 19073 | 
             
            var id$1 = 0;
         | 
| 19099 19074 | 
             
            var isExtensible = Object.isExtensible || function() {
         | 
| 19100 19075 | 
             
              return true;
         | 
| @@ -19110,23 +19085,23 @@ var setMeta = /* @__PURE__ */ __name(function(it) { | |
| 19110 19085 | 
             
                // weak collections IDs
         | 
| 19111 19086 | 
             
              } });
         | 
| 19112 19087 | 
             
            }, "setMeta");
         | 
| 19113 | 
            -
            var fastKey = /* @__PURE__ */ __name(function(it,  | 
| 19088 | 
            +
            var fastKey = /* @__PURE__ */ __name(function(it, create6) {
         | 
| 19114 19089 | 
             
              if (!isObject$c(it))
         | 
| 19115 19090 | 
             
                return typeof it == "symbol" ? it : (typeof it == "string" ? "S" : "P") + it;
         | 
| 19116 19091 | 
             
              if (!has$a(it, META$1)) {
         | 
| 19117 19092 | 
             
                if (!isExtensible(it))
         | 
| 19118 19093 | 
             
                  return "F";
         | 
| 19119 | 
            -
                if (! | 
| 19094 | 
            +
                if (!create6)
         | 
| 19120 19095 | 
             
                  return "E";
         | 
| 19121 19096 | 
             
                setMeta(it);
         | 
| 19122 19097 | 
             
              }
         | 
| 19123 19098 | 
             
              return it[META$1].i;
         | 
| 19124 19099 | 
             
            }, "fastKey");
         | 
| 19125 | 
            -
            var getWeak = /* @__PURE__ */ __name(function(it,  | 
| 19100 | 
            +
            var getWeak = /* @__PURE__ */ __name(function(it, create6) {
         | 
| 19126 19101 | 
             
              if (!has$a(it, META$1)) {
         | 
| 19127 19102 | 
             
                if (!isExtensible(it))
         | 
| 19128 19103 | 
             
                  return true;
         | 
| 19129 | 
            -
                if (! | 
| 19104 | 
            +
                if (!create6)
         | 
| 19130 19105 | 
             
                  return false;
         | 
| 19131 19106 | 
             
                setMeta(it);
         | 
| 19132 19107 | 
             
              }
         | 
| @@ -19147,7 +19122,7 @@ var meta = _meta.exports = { | |
| 19147 19122 | 
             
            var _metaExports = _meta.exports;
         | 
| 19148 19123 | 
             
            var core = _coreExports;
         | 
| 19149 19124 | 
             
            var wksExt$1 = _wksExt;
         | 
| 19150 | 
            -
            var defineProperty$a =  | 
| 19125 | 
            +
            var defineProperty$a = _objectDp.f;
         | 
| 19151 19126 | 
             
            var _wksDefine = /* @__PURE__ */ __name(function(name2) {
         | 
| 19152 19127 | 
             
              var $Symbol2 = core.Symbol || (core.Symbol = {});
         | 
| 19153 19128 | 
             
              if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
         | 
| @@ -19155,7 +19130,7 @@ var _wksDefine = /* @__PURE__ */ __name(function(name2) { | |
| 19155 19130 | 
             
            }, "_wksDefine");
         | 
| 19156 19131 | 
             
            var getKeys = _objectKeys;
         | 
| 19157 19132 | 
             
            var gOPS$1 = _objectGops;
         | 
| 19158 | 
            -
            var pIE$1 =  | 
| 19133 | 
            +
            var pIE$1 = _objectPie;
         | 
| 19159 19134 | 
             
            var _enumKeys = /* @__PURE__ */ __name(function(it) {
         | 
| 19160 19135 | 
             
              var result = getKeys(it);
         | 
| 19161 19136 | 
             
              var getSymbols2 = gOPS$1.f;
         | 
| @@ -19196,14 +19171,14 @@ _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) { | |
| 19196 19171 | 
             
              return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
         | 
| 19197 19172 | 
             
            }, "getOwnPropertyNames");
         | 
| 19198 19173 | 
             
            var _objectGopd = {};
         | 
| 19199 | 
            -
            var pIE =  | 
| 19174 | 
            +
            var pIE = _objectPie;
         | 
| 19200 19175 | 
             
            var createDesc$1 = _propertyDesc;
         | 
| 19201 19176 | 
             
            var toIObject$1 = _toIobject;
         | 
| 19202 19177 | 
             
            var toPrimitive$1 = _toPrimitive$1;
         | 
| 19203 19178 | 
             
            var has$9 = _has;
         | 
| 19204 | 
            -
            var IE8_DOM_DEFINE =  | 
| 19179 | 
            +
            var IE8_DOM_DEFINE = _ie8DomDefine;
         | 
| 19205 19180 | 
             
            var gOPD$5 = Object.getOwnPropertyDescriptor;
         | 
| 19206 | 
            -
            _objectGopd.f =  | 
| 19181 | 
            +
            _objectGopd.f = _descriptors ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
         | 
| 19207 19182 | 
             
              O2 = toIObject$1(O2);
         | 
| 19208 19183 | 
             
              P2 = toPrimitive$1(P2, true);
         | 
| 19209 19184 | 
             
              if (IE8_DOM_DEFINE)
         | 
| @@ -19216,7 +19191,7 @@ _objectGopd.f = require_descriptors() ? gOPD$5 : /* @__PURE__ */ __name(function | |
| 19216 19191 | 
             
            }, "getOwnPropertyDescriptor");
         | 
| 19217 19192 | 
             
            var global$2 = _globalExports;
         | 
| 19218 19193 | 
             
            var has$8 = _has;
         | 
| 19219 | 
            -
            var DESCRIPTORS =  | 
| 19194 | 
            +
            var DESCRIPTORS = _descriptors;
         | 
| 19220 19195 | 
             
            var $export$2 = _export;
         | 
| 19221 19196 | 
             
            var redefine = _redefine;
         | 
| 19222 19197 | 
             
            var META = _metaExports.KEY;
         | 
| @@ -19235,11 +19210,11 @@ var toObject$1 = _toObject; | |
| 19235 19210 | 
             
            var toIObject = _toIobject;
         | 
| 19236 19211 | 
             
            var toPrimitive = _toPrimitive$1;
         | 
| 19237 19212 | 
             
            var createDesc = _propertyDesc;
         | 
| 19238 | 
            -
            var _create$1 =  | 
| 19213 | 
            +
            var _create$1 = require_objectCreate();
         | 
| 19239 19214 | 
             
            var gOPNExt = _objectGopnExt;
         | 
| 19240 19215 | 
             
            var $GOPD = _objectGopd;
         | 
| 19241 19216 | 
             
            var $GOPS = _objectGops;
         | 
| 19242 | 
            -
            var $DP =  | 
| 19217 | 
            +
            var $DP = _objectDp;
         | 
| 19243 19218 | 
             
            var $keys$1 = _objectKeys;
         | 
| 19244 19219 | 
             
            var gOPD$4 = $GOPD.f;
         | 
| 19245 19220 | 
             
            var dP = $DP.f;
         | 
| @@ -19282,7 +19257,7 @@ var isSymbol$8 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it | |
| 19282 19257 | 
             
            } : function(it) {
         | 
| 19283 19258 | 
             
              return it instanceof $Symbol;
         | 
| 19284 19259 | 
             
            };
         | 
| 19285 | 
            -
            var $defineProperty$1 = /* @__PURE__ */ __name(function  | 
| 19260 | 
            +
            var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
         | 
| 19286 19261 | 
             
              if (it === ObjectProto)
         | 
| 19287 19262 | 
             
                $defineProperty$1(OPSymbols, key, D2);
         | 
| 19288 19263 | 
             
              anObject(it);
         | 
| @@ -19302,7 +19277,7 @@ var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty3(it, key, | |
| 19302 19277 | 
             
              }
         | 
| 19303 19278 | 
             
              return dP(it, key, D2);
         | 
| 19304 19279 | 
             
            }, "defineProperty");
         | 
| 19305 | 
            -
            var $defineProperties = /* @__PURE__ */ __name(function  | 
| 19280 | 
            +
            var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2) {
         | 
| 19306 19281 | 
             
              anObject(it);
         | 
| 19307 19282 | 
             
              var keys5 = enumKeys(P2 = toIObject(P2));
         | 
| 19308 19283 | 
             
              var i = 0;
         | 
| @@ -19312,7 +19287,7 @@ var $defineProperties = /* @__PURE__ */ __name(function defineProperties2(it, P2 | |
| 19312 19287 | 
             
                $defineProperty$1(it, key = keys5[i++], P2[key]);
         | 
| 19313 19288 | 
             
              return it;
         | 
| 19314 19289 | 
             
            }, "defineProperties");
         | 
| 19315 | 
            -
            var $create = /* @__PURE__ */ __name(function  | 
| 19290 | 
            +
            var $create = /* @__PURE__ */ __name(function create2(it, P2) {
         | 
| 19316 19291 | 
             
              return P2 === void 0 ? _create$1(it) : $defineProperties(_create$1(it), P2);
         | 
| 19317 19292 | 
             
            }, "create");
         | 
| 19318 19293 | 
             
            var $propertyIsEnumerable = /* @__PURE__ */ __name(function propertyIsEnumerable(key) {
         | 
| @@ -19376,7 +19351,7 @@ if (!USE_NATIVE) { | |
| 19376 19351 | 
             
              $GOPD.f = $getOwnPropertyDescriptor;
         | 
| 19377 19352 | 
             
              $DP.f = $defineProperty$1;
         | 
| 19378 19353 | 
             
              _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
         | 
| 19379 | 
            -
               | 
| 19354 | 
            +
              _objectPie.f = $propertyIsEnumerable;
         | 
| 19380 19355 | 
             
              $GOPS.f = $getOwnPropertySymbols;
         | 
| 19381 19356 | 
             
              if (DESCRIPTORS && !_library) {
         | 
| 19382 19357 | 
             
                redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
         | 
| @@ -19542,9 +19517,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set }); | |
| 19542 19517 | 
             
            var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
         | 
| 19543 19518 | 
             
            var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
         | 
| 19544 19519 | 
             
            var $export = _export;
         | 
| 19545 | 
            -
            $export($export.S, "Object", { create:  | 
| 19520 | 
            +
            $export($export.S, "Object", { create: require_objectCreate() });
         | 
| 19546 19521 | 
             
            var $Object$1 = _coreExports.Object;
         | 
| 19547 | 
            -
            var create$3 = /* @__PURE__ */ __name(function  | 
| 19522 | 
            +
            var create$3 = /* @__PURE__ */ __name(function create3(P2, D2) {
         | 
| 19548 19523 | 
             
              return $Object$1.create(P2, D2);
         | 
| 19549 19524 | 
             
            }, "create");
         | 
| 19550 19525 | 
             
            var create$2 = { "default": create$3, __esModule: true };
         | 
| @@ -23631,7 +23606,7 @@ function normalizeComponent(Comp) { | |
| 23631 23606 | 
             
            }
         | 
| 23632 23607 | 
             
            __name(normalizeComponent, "normalizeComponent");
         | 
| 23633 23608 | 
             
            var _createClass$d = function() {
         | 
| 23634 | 
            -
              function  | 
| 23609 | 
            +
              function defineProperties3(target, props) {
         | 
| 23635 23610 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 23636 23611 | 
             
                  var descriptor2 = props[i];
         | 
| 23637 23612 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -23641,12 +23616,12 @@ var _createClass$d = function() { | |
| 23641 23616 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 23642 23617 | 
             
                }
         | 
| 23643 23618 | 
             
              }
         | 
| 23644 | 
            -
              __name( | 
| 23619 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 23645 23620 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 23646 23621 | 
             
                if (protoProps)
         | 
| 23647 | 
            -
                   | 
| 23622 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 23648 23623 | 
             
                if (staticProps)
         | 
| 23649 | 
            -
                   | 
| 23624 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 23650 23625 | 
             
                return Constructor;
         | 
| 23651 23626 | 
             
              };
         | 
| 23652 23627 | 
             
            }();
         | 
| @@ -23807,7 +23782,7 @@ var _extends$o = Object.assign || function(target) { | |
| 23807 23782 | 
             
              return target;
         | 
| 23808 23783 | 
             
            };
         | 
| 23809 23784 | 
             
            var _createClass$c = function() {
         | 
| 23810 | 
            -
              function  | 
| 23785 | 
            +
              function defineProperties3(target, props) {
         | 
| 23811 23786 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 23812 23787 | 
             
                  var descriptor2 = props[i];
         | 
| 23813 23788 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -23817,12 +23792,12 @@ var _createClass$c = function() { | |
| 23817 23792 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 23818 23793 | 
             
                }
         | 
| 23819 23794 | 
             
              }
         | 
| 23820 | 
            -
              __name( | 
| 23795 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 23821 23796 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 23822 23797 | 
             
                if (protoProps)
         | 
| 23823 | 
            -
                   | 
| 23798 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 23824 23799 | 
             
                if (staticProps)
         | 
| 23825 | 
            -
                   | 
| 23800 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 23826 23801 | 
             
                return Constructor;
         | 
| 23827 23802 | 
             
              };
         | 
| 23828 23803 | 
             
            }();
         | 
| @@ -24413,7 +24388,7 @@ const Methods = /* @__PURE__ */ __name(function(Base) { | |
| 24413 24388 | 
             
              }(Base);
         | 
| 24414 24389 | 
             
            }, "Methods");
         | 
| 24415 24390 | 
             
            var _createClass$b = function() {
         | 
| 24416 | 
            -
              function  | 
| 24391 | 
            +
              function defineProperties3(target, props) {
         | 
| 24417 24392 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 24418 24393 | 
             
                  var descriptor2 = props[i];
         | 
| 24419 24394 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -24423,12 +24398,12 @@ var _createClass$b = function() { | |
| 24423 24398 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 24424 24399 | 
             
                }
         | 
| 24425 24400 | 
             
              }
         | 
| 24426 | 
            -
              __name( | 
| 24401 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 24427 24402 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 24428 24403 | 
             
                if (protoProps)
         | 
| 24429 | 
            -
                   | 
| 24404 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 24430 24405 | 
             
                if (staticProps)
         | 
| 24431 | 
            -
                   | 
| 24406 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 24432 24407 | 
             
                return Constructor;
         | 
| 24433 24408 | 
             
              };
         | 
| 24434 24409 | 
             
            }();
         | 
| @@ -25200,7 +25175,7 @@ var _extends$l = Object.assign || function(target) { | |
| 25200 25175 | 
             
              return target;
         | 
| 25201 25176 | 
             
            };
         | 
| 25202 25177 | 
             
            var _createClass$a = function() {
         | 
| 25203 | 
            -
              function  | 
| 25178 | 
            +
              function defineProperties3(target, props) {
         | 
| 25204 25179 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 25205 25180 | 
             
                  var descriptor2 = props[i];
         | 
| 25206 25181 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -25210,12 +25185,12 @@ var _createClass$a = function() { | |
| 25210 25185 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 25211 25186 | 
             
                }
         | 
| 25212 25187 | 
             
              }
         | 
| 25213 | 
            -
              __name( | 
| 25188 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 25214 25189 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 25215 25190 | 
             
                if (protoProps)
         | 
| 25216 | 
            -
                   | 
| 25191 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 25217 25192 | 
             
                if (staticProps)
         | 
| 25218 | 
            -
                   | 
| 25193 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 25219 25194 | 
             
                return Constructor;
         | 
| 25220 25195 | 
             
              };
         | 
| 25221 25196 | 
             
            }();
         | 
| @@ -31539,21 +31514,21 @@ function parse$7(options) { | |
| 31539 31514 | 
             
                defined: [],
         | 
| 31540 31515 | 
             
                lazy: {},
         | 
| 31541 31516 | 
             
                constructs: constructs2,
         | 
| 31542 | 
            -
                content:  | 
| 31543 | 
            -
                document:  | 
| 31544 | 
            -
                flow:  | 
| 31545 | 
            -
                string:  | 
| 31546 | 
            -
                text:  | 
| 31517 | 
            +
                content: create6(content$1),
         | 
| 31518 | 
            +
                document: create6(document$2),
         | 
| 31519 | 
            +
                flow: create6(flow$1),
         | 
| 31520 | 
            +
                string: create6(string$1),
         | 
| 31521 | 
            +
                text: create6(text$3)
         | 
| 31547 31522 | 
             
              };
         | 
| 31548 31523 | 
             
              return parser;
         | 
| 31549 | 
            -
              function  | 
| 31524 | 
            +
              function create6(initial) {
         | 
| 31550 31525 | 
             
                return creator;
         | 
| 31551 31526 | 
             
                function creator(from3) {
         | 
| 31552 31527 | 
             
                  return createTokenizer(parser, initial, from3);
         | 
| 31553 31528 | 
             
                }
         | 
| 31554 31529 | 
             
                __name(creator, "creator");
         | 
| 31555 31530 | 
             
              }
         | 
| 31556 | 
            -
              __name( | 
| 31531 | 
            +
              __name(create6, "create");
         | 
| 31557 31532 | 
             
            }
         | 
| 31558 31533 | 
             
            __name(parse$7, "parse$7");
         | 
| 31559 31534 | 
             
            const search$1 = /[\0\t\n\r]/g;
         | 
| @@ -31964,10 +31939,10 @@ function compiler(options) { | |
| 31964 31939 | 
             
                return data[key];
         | 
| 31965 31940 | 
             
              }
         | 
| 31966 31941 | 
             
              __name(getData, "getData");
         | 
| 31967 | 
            -
              function opener( | 
| 31942 | 
            +
              function opener(create6, and) {
         | 
| 31968 31943 | 
             
                return open2;
         | 
| 31969 31944 | 
             
                function open2(token) {
         | 
| 31970 | 
            -
                  enter2.call(this,  | 
| 31945 | 
            +
                  enter2.call(this, create6(token), token);
         | 
| 31971 31946 | 
             
                  if (and)
         | 
| 31972 31947 | 
             
                    and.call(this, token);
         | 
| 31973 31948 | 
             
                }
         | 
| @@ -40876,11 +40851,11 @@ var implementation$8 = /* @__PURE__ */ __name(function bind2(that) { | |
| 40876 40851 | 
             
              }
         | 
| 40877 40852 | 
             
              bound = Function("binder", "return function (" + boundArgs.join(",") + "){ return binder.apply(this,arguments); }")(binder);
         | 
| 40878 40853 | 
             
              if (target.prototype) {
         | 
| 40879 | 
            -
                var  | 
| 40854 | 
            +
                var Empty = /* @__PURE__ */ __name(function Empty2() {
         | 
| 40880 40855 | 
             
                }, "Empty");
         | 
| 40881 | 
            -
                 | 
| 40882 | 
            -
                bound.prototype = new  | 
| 40883 | 
            -
                 | 
| 40856 | 
            +
                Empty.prototype = target.prototype;
         | 
| 40857 | 
            +
                bound.prototype = new Empty();
         | 
| 40858 | 
            +
                Empty.prototype = null;
         | 
| 40884 40859 | 
             
              }
         | 
| 40885 40860 | 
             
              return bound;
         | 
| 40886 40861 | 
             
            }, "bind");
         | 
| @@ -45015,7 +44990,7 @@ var _extends$f = Object.assign || function(target) { | |
| 45015 44990 | 
             
              return target;
         | 
| 45016 44991 | 
             
            };
         | 
| 45017 44992 | 
             
            var _createClass$9 = function() {
         | 
| 45018 | 
            -
              function  | 
| 44993 | 
            +
              function defineProperties3(target, props) {
         | 
| 45019 44994 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 45020 44995 | 
             
                  var descriptor2 = props[i];
         | 
| 45021 44996 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -45025,12 +45000,12 @@ var _createClass$9 = function() { | |
| 45025 45000 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 45026 45001 | 
             
                }
         | 
| 45027 45002 | 
             
              }
         | 
| 45028 | 
            -
              __name( | 
| 45003 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 45029 45004 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 45030 45005 | 
             
                if (protoProps)
         | 
| 45031 | 
            -
                   | 
| 45006 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 45032 45007 | 
             
                if (staticProps)
         | 
| 45033 | 
            -
                   | 
| 45008 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 45034 45009 | 
             
                return Constructor;
         | 
| 45035 45010 | 
             
              };
         | 
| 45036 45011 | 
             
            }();
         | 
| @@ -45172,7 +45147,7 @@ var Alpha = function(_ref) { | |
| 45172 45147 | 
             
              return Alpha2;
         | 
| 45173 45148 | 
             
            }(PureComponent || Component);
         | 
| 45174 45149 | 
             
            var _createClass$8 = function() {
         | 
| 45175 | 
            -
              function  | 
| 45150 | 
            +
              function defineProperties3(target, props) {
         | 
| 45176 45151 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 45177 45152 | 
             
                  var descriptor2 = props[i];
         | 
| 45178 45153 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -45182,12 +45157,12 @@ var _createClass$8 = function() { | |
| 45182 45157 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 45183 45158 | 
             
                }
         | 
| 45184 45159 | 
             
              }
         | 
| 45185 | 
            -
              __name( | 
| 45160 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 45186 45161 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 45187 45162 | 
             
                if (protoProps)
         | 
| 45188 | 
            -
                   | 
| 45163 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 45189 45164 | 
             
                if (staticProps)
         | 
| 45190 | 
            -
                   | 
| 45165 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 45191 45166 | 
             
                return Constructor;
         | 
| 45192 45167 | 
             
              };
         | 
| 45193 45168 | 
             
            }();
         | 
| @@ -45420,7 +45395,7 @@ var calculateChange$1 = /* @__PURE__ */ __name(function calculateChange2(e2, dir | |
| 45420 45395 | 
             
              return null;
         | 
| 45421 45396 | 
             
            }, "calculateChange");
         | 
| 45422 45397 | 
             
            var _createClass$7 = function() {
         | 
| 45423 | 
            -
              function  | 
| 45398 | 
            +
              function defineProperties3(target, props) {
         | 
| 45424 45399 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 45425 45400 | 
             
                  var descriptor2 = props[i];
         | 
| 45426 45401 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -45430,12 +45405,12 @@ var _createClass$7 = function() { | |
| 45430 45405 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 45431 45406 | 
             
                }
         | 
| 45432 45407 | 
             
              }
         | 
| 45433 | 
            -
              __name( | 
| 45408 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 45434 45409 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 45435 45410 | 
             
                if (protoProps)
         | 
| 45436 | 
            -
                   | 
| 45411 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 45437 45412 | 
             
                if (staticProps)
         | 
| 45438 | 
            -
                   | 
| 45413 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 45439 45414 | 
             
                return Constructor;
         | 
| 45440 45415 | 
             
              };
         | 
| 45441 45416 | 
             
            }();
         | 
| @@ -46646,7 +46621,7 @@ var calculateChange3 = /* @__PURE__ */ __name(function calculateChange4(e2, hsl, | |
| 46646 46621 | 
             
              };
         | 
| 46647 46622 | 
             
            }, "calculateChange");
         | 
| 46648 46623 | 
             
            var _createClass$6 = function() {
         | 
| 46649 | 
            -
              function  | 
| 46624 | 
            +
              function defineProperties3(target, props) {
         | 
| 46650 46625 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 46651 46626 | 
             
                  var descriptor2 = props[i];
         | 
| 46652 46627 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -46656,12 +46631,12 @@ var _createClass$6 = function() { | |
| 46656 46631 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 46657 46632 | 
             
                }
         | 
| 46658 46633 | 
             
              }
         | 
| 46659 | 
            -
              __name( | 
| 46634 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 46660 46635 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 46661 46636 | 
             
                if (protoProps)
         | 
| 46662 | 
            -
                   | 
| 46637 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 46663 46638 | 
             
                if (staticProps)
         | 
| 46664 | 
            -
                   | 
| 46639 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 46665 46640 | 
             
                return Constructor;
         | 
| 46666 46641 | 
             
              };
         | 
| 46667 46642 | 
             
            }();
         | 
| @@ -47963,7 +47938,7 @@ var _extends$e = Object.assign || function(target) { | |
| 47963 47938 | 
             
              return target;
         | 
| 47964 47939 | 
             
            };
         | 
| 47965 47940 | 
             
            var _createClass$5 = function() {
         | 
| 47966 | 
            -
              function  | 
| 47941 | 
            +
              function defineProperties3(target, props) {
         | 
| 47967 47942 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 47968 47943 | 
             
                  var descriptor2 = props[i];
         | 
| 47969 47944 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -47973,12 +47948,12 @@ var _createClass$5 = function() { | |
| 47973 47948 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 47974 47949 | 
             
                }
         | 
| 47975 47950 | 
             
              }
         | 
| 47976 | 
            -
              __name( | 
| 47951 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 47977 47952 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 47978 47953 | 
             
                if (protoProps)
         | 
| 47979 | 
            -
                   | 
| 47954 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 47980 47955 | 
             
                if (staticProps)
         | 
| 47981 | 
            -
                   | 
| 47956 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 47982 47957 | 
             
                return Constructor;
         | 
| 47983 47958 | 
             
              };
         | 
| 47984 47959 | 
             
            }();
         | 
| @@ -48075,7 +48050,7 @@ var _extends$d = Object.assign || function(target) { | |
| 48075 48050 | 
             
              return target;
         | 
| 48076 48051 | 
             
            };
         | 
| 48077 48052 | 
             
            var _createClass$4 = function() {
         | 
| 48078 | 
            -
              function  | 
| 48053 | 
            +
              function defineProperties3(target, props) {
         | 
| 48079 48054 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 48080 48055 | 
             
                  var descriptor2 = props[i];
         | 
| 48081 48056 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -48085,12 +48060,12 @@ var _createClass$4 = function() { | |
| 48085 48060 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 48086 48061 | 
             
                }
         | 
| 48087 48062 | 
             
              }
         | 
| 48088 | 
            -
              __name( | 
| 48063 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 48089 48064 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 48090 48065 | 
             
                if (protoProps)
         | 
| 48091 | 
            -
                   | 
| 48066 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 48092 48067 | 
             
                if (staticProps)
         | 
| 48093 | 
            -
                   | 
| 48068 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 48094 48069 | 
             
                return Constructor;
         | 
| 48095 48070 | 
             
              };
         | 
| 48096 48071 | 
             
            }();
         | 
| @@ -49148,7 +49123,7 @@ var _default$3 = UnfoldMoreHorizontalIcon.default = function(_ref) { | |
| 49148 49123 | 
             
              );
         | 
| 49149 49124 | 
             
            };
         | 
| 49150 49125 | 
             
            var _createClass$3 = function() {
         | 
| 49151 | 
            -
              function  | 
| 49126 | 
            +
              function defineProperties3(target, props) {
         | 
| 49152 49127 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 49153 49128 | 
             
                  var descriptor2 = props[i];
         | 
| 49154 49129 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -49158,12 +49133,12 @@ var _createClass$3 = function() { | |
| 49158 49133 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 49159 49134 | 
             
                }
         | 
| 49160 49135 | 
             
              }
         | 
| 49161 | 
            -
              __name( | 
| 49136 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 49162 49137 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 49163 49138 | 
             
                if (protoProps)
         | 
| 49164 | 
            -
                   | 
| 49139 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 49165 49140 | 
             
                if (staticProps)
         | 
| 49166 | 
            -
                   | 
| 49141 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 49167 49142 | 
             
                return Constructor;
         | 
| 49168 49143 | 
             
              };
         | 
| 49169 49144 | 
             
            }();
         | 
| @@ -50573,7 +50548,7 @@ var PhotoshopPreviews = /* @__PURE__ */ __name(function PhotoshopPreviews2(_ref) | |
| 50573 50548 | 
             
              );
         | 
| 50574 50549 | 
             
            }, "PhotoshopPreviews");
         | 
| 50575 50550 | 
             
            var _createClass$2 = function() {
         | 
| 50576 | 
            -
              function  | 
| 50551 | 
            +
              function defineProperties3(target, props) {
         | 
| 50577 50552 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 50578 50553 | 
             
                  var descriptor2 = props[i];
         | 
| 50579 50554 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -50583,12 +50558,12 @@ var _createClass$2 = function() { | |
| 50583 50558 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 50584 50559 | 
             
                }
         | 
| 50585 50560 | 
             
              }
         | 
| 50586 | 
            -
              __name( | 
| 50561 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 50587 50562 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 50588 50563 | 
             
                if (protoProps)
         | 
| 50589 | 
            -
                   | 
| 50564 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 50590 50565 | 
             
                if (staticProps)
         | 
| 50591 | 
            -
                   | 
| 50566 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 50592 50567 | 
             
                return Constructor;
         | 
| 50593 50568 | 
             
              };
         | 
| 50594 50569 | 
             
            }();
         | 
| @@ -56474,7 +56449,7 @@ const _DataTable = class _DataTable extends React__default$1.Component { | |
| 56474 56449 | 
             
                    reduxFormCellValidation
         | 
| 56475 56450 | 
             
                  } = this.props;
         | 
| 56476 56451 | 
             
                  const { newEnts, validationErrors } = this.formatAndValidateEntities(
         | 
| 56477 | 
            -
                    initialEntities || entities  | 
| 56452 | 
            +
                    initialEntities || (entities && entities.length ? entities : _origEntities)
         | 
| 56478 56453 | 
             
                  );
         | 
| 56479 56454 | 
             
                  change2("reduxFormEntities", newEnts);
         | 
| 56480 56455 | 
             
                  const toKeep = {};
         | 
| @@ -56853,7 +56828,7 @@ const _DataTable = class _DataTable extends React__default$1.Component { | |
| 56853 56828 | 
             
                }, "updateEntitiesHelper"));
         | 
| 56854 56829 | 
             
                __publicField(this, "getRowCopyText", /* @__PURE__ */ __name((rowEl, { specificColumn } = {}) => {
         | 
| 56855 56830 | 
             
                  if (!rowEl)
         | 
| 56856 | 
            -
                    return;
         | 
| 56831 | 
            +
                    return [];
         | 
| 56857 56832 | 
             
                  const textContent = [];
         | 
| 56858 56833 | 
             
                  const jsonText = [];
         | 
| 56859 56834 | 
             
                  lodashExports.forEach(rowEl.children, (cellEl) => {
         | 
| @@ -58099,6 +58074,26 @@ const _DataTable = class _DataTable extends React__default$1.Component { | |
| 58099 58074 | 
             
                    return "";
         | 
| 58100 58075 | 
             
                  return stringText;
         | 
| 58101 58076 | 
             
                }, "getCopyTextForCell"));
         | 
| 58077 | 
            +
                __publicField(this, "addEditableTableEntities", /* @__PURE__ */ __name((incomingEnts) => {
         | 
| 58078 | 
            +
                  const { entities = [], reduxFormCellValidation } = computePresets(
         | 
| 58079 | 
            +
                    this.props
         | 
| 58080 | 
            +
                  );
         | 
| 58081 | 
            +
                  this.updateEntitiesHelper(entities, (entities2) => {
         | 
| 58082 | 
            +
                    const newEntities = incomingEnts.map((e2) => __spreadProps(__spreadValues({}, e2), {
         | 
| 58083 | 
            +
                      id: e2.id || nanoid(),
         | 
| 58084 | 
            +
                      _isClean: false
         | 
| 58085 | 
            +
                    }));
         | 
| 58086 | 
            +
                    const { newEnts, validationErrors } = this.formatAndValidateEntities(
         | 
| 58087 | 
            +
                      newEntities,
         | 
| 58088 | 
            +
                      {
         | 
| 58089 | 
            +
                        useDefaultValues: true,
         | 
| 58090 | 
            +
                        indexToStartAt: entities2.length
         | 
| 58091 | 
            +
                      }
         | 
| 58092 | 
            +
                    );
         | 
| 58093 | 
            +
                    entities2.splice(entities2.length, 0, ...newEnts);
         | 
| 58094 | 
            +
                    this.updateValidation(entities2, __spreadValues(__spreadValues({}, reduxFormCellValidation), validationErrors));
         | 
| 58095 | 
            +
                  });
         | 
| 58096 | 
            +
                }, "addEditableTableEntities"));
         | 
| 58102 58097 | 
             
                __publicField(this, "insertRows", /* @__PURE__ */ __name(({ above, numRows = 1, appendToBottom } = {}) => {
         | 
| 58103 58098 | 
             
                  const { entities = [], reduxFormCellValidation } = computePresets(
         | 
| 58104 58099 | 
             
                    this.props
         | 
| @@ -58491,6 +58486,9 @@ const _DataTable = class _DataTable extends React__default$1.Component { | |
| 58491 58486 | 
             
                    )
         | 
| 58492 58487 | 
             
                  );
         | 
| 58493 58488 | 
             
                }, "renderColumnHeader"));
         | 
| 58489 | 
            +
                if (this.props.helperProp) {
         | 
| 58490 | 
            +
                  this.props.helperProp.addEditableTableEntities = this.addEditableTableEntities;
         | 
| 58491 | 
            +
                }
         | 
| 58494 58492 | 
             
                this.hotkeyEnabler = withHotkeys(__spreadProps(__spreadValues({
         | 
| 58495 58493 | 
             
                  moveUpARow: {
         | 
| 58496 58494 | 
             
                    global: false,
         | 
| @@ -59088,16 +59086,25 @@ const _DataTable = class _DataTable extends React__default$1.Component { | |
| 59088 59086 | 
             
                              this.table = n2;
         | 
| 59089 59087 | 
             
                          },
         | 
| 59090 59088 | 
             
                          additionalBodyEl: isCellEditable && !onlyShowRowsWErrors && /* @__PURE__ */ React__default$1.createElement(
         | 
| 59091 | 
            -
                             | 
| 59089 | 
            +
                            "div",
         | 
| 59092 59090 | 
             
                            {
         | 
| 59093 | 
            -
                               | 
| 59094 | 
            -
             | 
| 59095 | 
            -
             | 
| 59096 | 
            -
                                 | 
| 59097 | 
            -
                              } | 
| 59098 | 
            -
                              minimal: true
         | 
| 59091 | 
            +
                              style: {
         | 
| 59092 | 
            +
                                width: "100%",
         | 
| 59093 | 
            +
                                display: "flex",
         | 
| 59094 | 
            +
                                justifyContent: "center"
         | 
| 59095 | 
            +
                              }
         | 
| 59099 59096 | 
             
                            },
         | 
| 59100 | 
            -
                             | 
| 59097 | 
            +
                            /* @__PURE__ */ React__default$1.createElement(
         | 
| 59098 | 
            +
                              Button,
         | 
| 59099 | 
            +
                              {
         | 
| 59100 | 
            +
                                icon: "add",
         | 
| 59101 | 
            +
                                onClick: () => {
         | 
| 59102 | 
            +
                                  this.insertRows({ numRows: 10, appendToBottom: true });
         | 
| 59103 | 
            +
                                },
         | 
| 59104 | 
            +
                                minimal: true
         | 
| 59105 | 
            +
                              },
         | 
| 59106 | 
            +
                              "Add 10 Rows"
         | 
| 59107 | 
            +
                            )
         | 
| 59101 59108 | 
             
                          ),
         | 
| 59102 59109 | 
             
                          className: classNames({
         | 
| 59103 59110 | 
             
                            isCellEditable,
         | 
| @@ -61904,6 +61911,7 @@ const PreviewCsvData = observer(function(props) { | |
| 61904 61911 | 
             
                  isSimple: true,
         | 
| 61905 61912 | 
             
                  keepDirtyOnReinitialize: true,
         | 
| 61906 61913 | 
             
                  isCellEditable: true,
         | 
| 61914 | 
            +
                  initialEntities: (initialEntities ? initialEntities : data) || [],
         | 
| 61907 61915 | 
             
                  entities: (initialEntities ? initialEntities : data) || [],
         | 
| 61908 61916 | 
             
                  schema: validateAgainstSchema
         | 
| 61909 61917 | 
             
                }
         | 
| @@ -74615,7 +74623,7 @@ ObjectWithoutPrototypeCache.prototype.set = function(key, value) { | |
| 74615 74623 | 
             
              this.cache[key] = value;
         | 
| 74616 74624 | 
             
            };
         | 
| 74617 74625 | 
             
            var cacheDefault = {
         | 
| 74618 | 
            -
              create: /* @__PURE__ */ __name(function  | 
| 74626 | 
            +
              create: /* @__PURE__ */ __name(function create4() {
         | 
| 74619 74627 | 
             
                return new ObjectWithoutPrototypeCache();
         | 
| 74620 74628 | 
             
              }, "create")
         | 
| 74621 74629 | 
             
            };
         | 
| @@ -79723,7 +79731,7 @@ __name(requireEmpty, "requireEmpty"); | |
| 79723 79731 | 
             
                  }
         | 
| 79724 79732 | 
             
                }, "classCallCheck");
         | 
| 79725 79733 | 
             
                var createClass2 = function() {
         | 
| 79726 | 
            -
                  function  | 
| 79734 | 
            +
                  function defineProperties3(target, props) {
         | 
| 79727 79735 | 
             
                    for (var i = 0; i < props.length; i++) {
         | 
| 79728 79736 | 
             
                      var descriptor2 = props[i];
         | 
| 79729 79737 | 
             
                      descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -79733,12 +79741,12 @@ __name(requireEmpty, "requireEmpty"); | |
| 79733 79741 | 
             
                      Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 79734 79742 | 
             
                    }
         | 
| 79735 79743 | 
             
                  }
         | 
| 79736 | 
            -
                  __name( | 
| 79744 | 
            +
                  __name(defineProperties3, "defineProperties");
         | 
| 79737 79745 | 
             
                  return function(Constructor, protoProps, staticProps) {
         | 
| 79738 79746 | 
             
                    if (protoProps)
         | 
| 79739 | 
            -
                       | 
| 79747 | 
            +
                      defineProperties3(Constructor.prototype, protoProps);
         | 
| 79740 79748 | 
             
                    if (staticProps)
         | 
| 79741 | 
            -
                       | 
| 79749 | 
            +
                      defineProperties3(Constructor, staticProps);
         | 
| 79742 79750 | 
             
                    return Constructor;
         | 
| 79743 79751 | 
             
                  };
         | 
| 79744 79752 | 
             
                }();
         | 
| @@ -83553,10 +83561,10 @@ __name(requireEmpty, "requireEmpty"); | |
| 83553 83561 | 
             
                  return value;
         | 
| 83554 83562 | 
             
                }
         | 
| 83555 83563 | 
             
                __name(dateReviver, "dateReviver");
         | 
| 83556 | 
            -
                function  | 
| 83564 | 
            +
                function create6(options) {
         | 
| 83557 83565 | 
             
                  return new DiffPatcher(options);
         | 
| 83558 83566 | 
             
                }
         | 
| 83559 | 
            -
                __name( | 
| 83567 | 
            +
                __name(create6, "create");
         | 
| 83560 83568 | 
             
                var defaultInstance$4 = void 0;
         | 
| 83561 83569 | 
             
                function diff() {
         | 
| 83562 83570 | 
             
                  if (!defaultInstance$4) {
         | 
| @@ -83596,7 +83604,7 @@ __name(requireEmpty, "requireEmpty"); | |
| 83596 83604 | 
             
                exports3.DiffPatcher = DiffPatcher;
         | 
| 83597 83605 | 
             
                exports3.formatters = index2;
         | 
| 83598 83606 | 
             
                exports3.console = console$1;
         | 
| 83599 | 
            -
                exports3.create =  | 
| 83607 | 
            +
                exports3.create = create6;
         | 
| 83600 83608 | 
             
                exports3.dateReviver = dateReviver;
         | 
| 83601 83609 | 
             
                exports3.diff = diff;
         | 
| 83602 83610 | 
             
                exports3.patch = patch2;
         | 
| @@ -84122,7 +84130,7 @@ const modifiableTypes = [ | |
| 84122 84130 | 
             
              "primers",
         | 
| 84123 84131 | 
             
              "guides"
         | 
| 84124 84132 | 
             
            ];
         | 
| 84125 | 
            -
            function filterSequenceString(sequenceString, {
         | 
| 84133 | 
            +
            function filterSequenceString(sequenceString = "", {
         | 
| 84126 84134 | 
             
              additionalValidChars = "",
         | 
| 84127 84135 | 
             
              isOligo: isOligo2,
         | 
| 84128 84136 | 
             
              name: name2,
         | 
| @@ -93820,12 +93828,6 @@ function validateSequence(sequence2, options = {}) { | |
| 93820 93828 | 
             
                sequence2.proteinSize = sequence2.proteinSequence.length;
         | 
| 93821 93829 | 
             
              } else {
         | 
| 93822 93830 | 
             
                const temp = sequence2.sequence;
         | 
| 93823 | 
            -
                if (!sequence2.isOligo) {
         | 
| 93824 | 
            -
                  sequence2.sequence = sequence2.sequence.replace(
         | 
| 93825 | 
            -
                    /u/gi,
         | 
| 93826 | 
            -
                    (u2) => u2 === "U" ? "T" : "t"
         | 
| 93827 | 
            -
                  );
         | 
| 93828 | 
            -
                }
         | 
| 93829 93831 | 
             
                if (temp !== sequence2.sequence && !sequence2.isDNA && !sequence2.isProtein && sequence2.isRNA !== false) {
         | 
| 93830 93832 | 
             
                  sequence2.type = "RNA";
         | 
| 93831 93833 | 
             
                  sequence2.sequence = temp;
         | 
| @@ -107966,7 +107968,7 @@ var defineProperty$2 = /* @__PURE__ */ __name(function(object3, name2, value, pr | |
| 107966 107968 | 
             
                object3[name2] = value;
         | 
| 107967 107969 | 
             
              }
         | 
| 107968 107970 | 
             
            }, "defineProperty$2");
         | 
| 107969 | 
            -
            var  | 
| 107971 | 
            +
            var defineProperties2 = /* @__PURE__ */ __name(function(object3, map3) {
         | 
| 107970 107972 | 
             
              var predicates = arguments.length > 2 ? arguments[2] : {};
         | 
| 107971 107973 | 
             
              var props = keys$1(map3);
         | 
| 107972 107974 | 
             
              if (hasSymbols2) {
         | 
| @@ -107976,8 +107978,8 @@ var defineProperties3 = /* @__PURE__ */ __name(function(object3, map3) { | |
| 107976 107978 | 
             
                defineProperty$2(object3, props[i], map3[props[i]], predicates[props[i]]);
         | 
| 107977 107979 | 
             
              }
         | 
| 107978 107980 | 
             
            }, "defineProperties");
         | 
| 107979 | 
            -
             | 
| 107980 | 
            -
            var defineProperties_1 =  | 
| 107981 | 
            +
            defineProperties2.supportsDescriptors = !!supportsDescriptors$2;
         | 
| 107982 | 
            +
            var defineProperties_1 = defineProperties2;
         | 
| 107981 107983 | 
             
            var numberIsNaN = /* @__PURE__ */ __name(function(value) {
         | 
| 107982 107984 | 
             
              return value !== value;
         | 
| 107983 107985 | 
             
            }, "numberIsNaN");
         | 
| @@ -116704,7 +116706,7 @@ function usePrevious(current) { | |
| 116704 116706 | 
             
              return ref;
         | 
| 116705 116707 | 
             
            }
         | 
| 116706 116708 | 
             
            __name(usePrevious, "usePrevious");
         | 
| 116707 | 
            -
            function  | 
| 116709 | 
            +
            function create5() {
         | 
| 116708 116710 | 
             
              let lock = null;
         | 
| 116709 116711 | 
             
              function isClaimed() {
         | 
| 116710 116712 | 
             
                return Boolean(lock);
         | 
| @@ -116743,7 +116745,7 @@ function create6() { | |
| 116743 116745 | 
             
                tryAbandon
         | 
| 116744 116746 | 
             
              };
         | 
| 116745 116747 | 
             
            }
         | 
| 116746 | 
            -
            __name( | 
| 116748 | 
            +
            __name(create5, "create");
         | 
| 116747 116749 | 
             
            function isDragging(state2) {
         | 
| 116748 116750 | 
             
              if (state2.phase === "IDLE" || state2.phase === "DROP_ANIMATING") {
         | 
| 116749 116751 | 
             
                return false;
         | 
| @@ -117786,7 +117788,7 @@ function useSensorMarshal(_ref4) { | |
| 117786 117788 | 
             
                enableDefaultSensors
         | 
| 117787 117789 | 
             
              } = _ref4;
         | 
| 117788 117790 | 
             
              const useSensors = [...enableDefaultSensors ? defaultSensors : [], ...customSensors || []];
         | 
| 117789 | 
            -
              const lockAPI = useState(() =>  | 
| 117791 | 
            +
              const lockAPI = useState(() => create5())[0];
         | 
| 117790 117792 | 
             
              const tryAbandonLock = useCallback(/* @__PURE__ */ __name(function tryAbandonLock2(previous2, current) {
         | 
| 117791 117793 | 
             
                if (isDragging(previous2) && !isDragging(current)) {
         | 
| 117792 117794 | 
             
                  lockAPI.tryAbandon();
         | 
| @@ -125955,7 +125957,7 @@ function showFileDialog({ multiple = false, onSelect }) { | |
| 125955 125957 | 
             
            }
         | 
| 125956 125958 | 
             
            __name(showFileDialog, "showFileDialog");
         | 
| 125957 125959 | 
             
            const name = "@teselagen/ove";
         | 
| 125958 | 
            -
            const version = "0.3. | 
| 125960 | 
            +
            const version = "0.3.55";
         | 
| 125959 125961 | 
             
            const main = "./src/index.js";
         | 
| 125960 125962 | 
             
            const exports$1 = {
         | 
| 125961 125963 | 
             
              ".": {
         | 
| @@ -128263,7 +128265,7 @@ var classCallCheck = /* @__PURE__ */ __name(function(instance, Constructor) { | |
| 128263 128265 | 
             
              }
         | 
| 128264 128266 | 
             
            }, "classCallCheck");
         | 
| 128265 128267 | 
             
            var createClass = function() {
         | 
| 128266 | 
            -
              function  | 
| 128268 | 
            +
              function defineProperties3(target, props) {
         | 
| 128267 128269 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 128268 128270 | 
             
                  var descriptor2 = props[i];
         | 
| 128269 128271 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -128273,16 +128275,16 @@ var createClass = function() { | |
| 128273 128275 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 128274 128276 | 
             
                }
         | 
| 128275 128277 | 
             
              }
         | 
| 128276 | 
            -
              __name( | 
| 128278 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 128277 128279 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 128278 128280 | 
             
                if (protoProps)
         | 
| 128279 | 
            -
                   | 
| 128281 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 128280 128282 | 
             
                if (staticProps)
         | 
| 128281 | 
            -
                   | 
| 128283 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 128282 128284 | 
             
                return Constructor;
         | 
| 128283 128285 | 
             
              };
         | 
| 128284 128286 | 
             
            }();
         | 
| 128285 | 
            -
            var  | 
| 128287 | 
            +
            var defineProperty5 = /* @__PURE__ */ __name(function(obj, key, value) {
         | 
| 128286 128288 | 
             
              if (key in obj) {
         | 
| 128287 128289 | 
             
                Object.defineProperty(obj, key, {
         | 
| 128288 128290 | 
             
                  value,
         | 
| @@ -128893,7 +128895,7 @@ function arrow(data, options) { | |
| 128893 128895 | 
             
              var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
         | 
| 128894 128896 | 
             
              sideValue = Math.max(Math.min(popper2[len] - arrowElementSize, sideValue), 0);
         | 
| 128895 128897 | 
             
              data.arrowElement = arrowElement;
         | 
| 128896 | 
            -
              data.offsets.arrow = (_data$offsets$arrow = {},  | 
| 128898 | 
            +
              data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty5(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty5(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
         | 
| 128897 128899 | 
             
              return data;
         | 
| 128898 128900 | 
             
            }
         | 
| 128899 128901 | 
             
            __name(arrow, "arrow");
         | 
| @@ -129124,7 +129126,7 @@ function preventOverflow(data, options) { | |
| 129124 129126 | 
             
                  if (popper2[placement] < boundaries[placement] && !options.escapeWithReference) {
         | 
| 129125 129127 | 
             
                    value = Math.max(popper2[placement], boundaries[placement]);
         | 
| 129126 129128 | 
             
                  }
         | 
| 129127 | 
            -
                  return  | 
| 129129 | 
            +
                  return defineProperty5({}, placement, value);
         | 
| 129128 129130 | 
             
                }, "primary"),
         | 
| 129129 129131 | 
             
                secondary: /* @__PURE__ */ __name(function secondary(placement) {
         | 
| 129130 129132 | 
             
                  var mainSide = placement === "right" ? "left" : "top";
         | 
| @@ -129132,7 +129134,7 @@ function preventOverflow(data, options) { | |
| 129132 129134 | 
             
                  if (popper2[placement] > boundaries[placement] && !options.escapeWithReference) {
         | 
| 129133 129135 | 
             
                    value = Math.min(popper2[mainSide], boundaries[placement] - (placement === "right" ? popper2.width : popper2.height));
         | 
| 129134 129136 | 
             
                  }
         | 
| 129135 | 
            -
                  return  | 
| 129137 | 
            +
                  return defineProperty5({}, mainSide, value);
         | 
| 129136 129138 | 
             
                }, "secondary")
         | 
| 129137 129139 | 
             
              };
         | 
| 129138 129140 | 
             
              order2.forEach(function(placement) {
         | 
| @@ -129153,8 +129155,8 @@ function shift3(data) { | |
| 129153 129155 | 
             
                var side = isVertical ? "left" : "top";
         | 
| 129154 129156 | 
             
                var measurement = isVertical ? "width" : "height";
         | 
| 129155 129157 | 
             
                var shiftOffsets = {
         | 
| 129156 | 
            -
                  start:  | 
| 129157 | 
            -
                  end:  | 
| 129158 | 
            +
                  start: defineProperty5({}, side, reference2[side]),
         | 
| 129159 | 
            +
                  end: defineProperty5({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
         | 
| 129158 129160 | 
             
                };
         | 
| 129159 129161 | 
             
                data.offsets.popper = _extends$1({}, popper2, shiftOffsets[shiftvariation]);
         | 
| 129160 129162 | 
             
              }
         | 
| @@ -135627,7 +135629,7 @@ function DrawAnnotationInner({ | |
| 135627 135629 | 
             
                  "g",
         | 
| 135628 135630 | 
             
                  __spreadValues(__spreadProps(__spreadValues({
         | 
| 135629 135631 | 
             
                    transform: transform2,
         | 
| 135630 | 
            -
                    title: noTitle ? null : titleText
         | 
| 135632 | 
            +
                    "data-title": noTitle ? null : titleText
         | 
| 135631 135633 | 
             
                  }, avoidOverlapWith), {
         | 
| 135632 135634 | 
             
                    key: isNotLocation ? "notLocation" : "location--" + annotation.id + "--" + i
         | 
| 135633 135635 | 
             
                  }), sharedProps),
         |