@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.cjs.js
    CHANGED
    
    | @@ -2839,7 +2839,7 @@ var followCursor = { | |
| 2839 2839 | 
             
                  }
         | 
| 2840 2840 | 
             
                }
         | 
| 2841 2841 | 
             
                __name(onMouseMove, "onMouseMove");
         | 
| 2842 | 
            -
                function  | 
| 2842 | 
            +
                function create6() {
         | 
| 2843 2843 | 
             
                  if (instance.props.followCursor) {
         | 
| 2844 2844 | 
             
                    activeInstances.push({
         | 
| 2845 2845 | 
             
                      instance,
         | 
| @@ -2848,7 +2848,7 @@ var followCursor = { | |
| 2848 2848 | 
             
                    addMouseCoordsListener(doc);
         | 
| 2849 2849 | 
             
                  }
         | 
| 2850 2850 | 
             
                }
         | 
| 2851 | 
            -
                __name( | 
| 2851 | 
            +
                __name(create6, "create");
         | 
| 2852 2852 | 
             
                function destroy2() {
         | 
| 2853 2853 | 
             
                  activeInstances = activeInstances.filter(function(data) {
         | 
| 2854 2854 | 
             
                    return data.instance !== instance;
         | 
| @@ -2861,7 +2861,7 @@ var followCursor = { | |
| 2861 2861 | 
             
                }
         | 
| 2862 2862 | 
             
                __name(destroy2, "destroy");
         | 
| 2863 2863 | 
             
                return {
         | 
| 2864 | 
            -
                  onCreate:  | 
| 2864 | 
            +
                  onCreate: create6,
         | 
| 2865 2865 | 
             
                  onDestroy: destroy2,
         | 
| 2866 2866 | 
             
                  onBeforeUpdate: /* @__PURE__ */ __name(function onBeforeUpdate2() {
         | 
| 2867 2867 | 
             
                    prevProps = instance.props;
         | 
| @@ -2874,7 +2874,7 @@ var followCursor = { | |
| 2874 2874 | 
             
                    if (followCursor2 !== void 0 && prevProps.followCursor !== followCursor2) {
         | 
| 2875 2875 | 
             
                      destroy2();
         | 
| 2876 2876 | 
             
                      if (followCursor2) {
         | 
| 2877 | 
            -
                         | 
| 2877 | 
            +
                        create6();
         | 
| 2878 2878 | 
             
                        if (instance.state.isMounted && !wasFocusEvent && !getIsInitialBehavior()) {
         | 
| 2879 2879 | 
             
                          addListener();
         | 
| 2880 2880 | 
             
                        }
         | 
| @@ -6816,10 +6816,10 @@ var ownKeys$7 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK | |
| 6816 6816 | 
             
              /* istanbul ignore next */
         | 
| 6817 6817 | 
             
              Object.getOwnPropertyNames
         | 
| 6818 6818 | 
             
            );
         | 
| 6819 | 
            -
            function toPrimitive$ | 
| 6819 | 
            +
            function toPrimitive$3(value) {
         | 
| 6820 6820 | 
             
              return value === null ? null : typeof value === "object" ? "" + value : value;
         | 
| 6821 6821 | 
             
            }
         | 
| 6822 | 
            -
            __name(toPrimitive$ | 
| 6822 | 
            +
            __name(toPrimitive$3, "toPrimitive$3");
         | 
| 6823 6823 | 
             
            function hasProp(target, prop2) {
         | 
| 6824 6824 | 
             
              return objectPrototype$1.hasOwnProperty.call(target, prop2);
         | 
| 6825 6825 | 
             
            }
         | 
| @@ -7716,7 +7716,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) { | |
| 7716 7716 | 
             
                return this.name_ + "[" + this.value_ + "]";
         | 
| 7717 7717 | 
             
              }, "toString");
         | 
| 7718 7718 | 
             
              _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
         | 
| 7719 | 
            -
                return toPrimitive$ | 
| 7719 | 
            +
                return toPrimitive$3(this.get());
         | 
| 7720 7720 | 
             
              }, "valueOf");
         | 
| 7721 7721 | 
             
              _proto[_Symbol$toPrimitive] = function() {
         | 
| 7722 7722 | 
             
                return this.valueOf();
         | 
| @@ -7901,7 +7901,7 @@ var ComputedValue = /* @__PURE__ */ function() { | |
| 7901 7901 | 
             
                return this.name_ + "[" + this.derivation.toString() + "]";
         | 
| 7902 7902 | 
             
              }, "toString");
         | 
| 7903 7903 | 
             
              _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
         | 
| 7904 | 
            -
                return toPrimitive$ | 
| 7904 | 
            +
                return toPrimitive$3(this.get());
         | 
| 7905 7905 | 
             
              }, "valueOf");
         | 
| 7906 7906 | 
             
              _proto[_Symbol$toPrimitive$1] = function() {
         | 
| 7907 7907 | 
             
                return this.valueOf();
         | 
| @@ -12535,7 +12535,7 @@ lodash.exports; | |
| 12535 12535 | 
             
                    "^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar2, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
         | 
| 12536 12536 | 
             
                  );
         | 
| 12537 12537 | 
             
                  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;
         | 
| 12538 | 
            -
                  var  | 
| 12538 | 
            +
                  var defineProperty6 = function() {
         | 
| 12539 12539 | 
             
                    try {
         | 
| 12540 12540 | 
             
                      var func = getNative2(Object2, "defineProperty");
         | 
| 12541 12541 | 
             
                      func({}, "", {});
         | 
| @@ -12975,8 +12975,8 @@ lodash.exports; | |
| 12975 12975 | 
             
                  }
         | 
| 12976 12976 | 
             
                  __name(baseAssignIn2, "baseAssignIn");
         | 
| 12977 12977 | 
             
                  function baseAssignValue2(object3, key, value) {
         | 
| 12978 | 
            -
                    if (key == "__proto__" &&  | 
| 12979 | 
            -
                       | 
| 12978 | 
            +
                    if (key == "__proto__" && defineProperty6) {
         | 
| 12979 | 
            +
                      defineProperty6(object3, key, {
         | 
| 12980 12980 | 
             
                        "configurable": true,
         | 
| 12981 12981 | 
             
                        "enumerable": true,
         | 
| 12982 12982 | 
             
                        "value": value,
         | 
| @@ -13709,8 +13709,8 @@ lodash.exports; | |
| 13709 13709 | 
             
                    metaMap.set(func, data);
         | 
| 13710 13710 | 
             
                    return func;
         | 
| 13711 13711 | 
             
                  };
         | 
| 13712 | 
            -
                  var baseSetToString2 = ! | 
| 13713 | 
            -
                    return  | 
| 13712 | 
            +
                  var baseSetToString2 = !defineProperty6 ? identity4 : function(func, string2) {
         | 
| 13713 | 
            +
                    return defineProperty6(func, "toString", {
         | 
| 13714 13714 | 
             
                      "configurable": true,
         | 
| 13715 13715 | 
             
                      "enumerable": false,
         | 
| 13716 13716 | 
             
                      "value": constant2(string2),
         | 
| @@ -16444,11 +16444,11 @@ lodash.exports; | |
| 16444 16444 | 
             
                    copyObject2(source, keys5(source), object3, customizer);
         | 
| 16445 16445 | 
             
                  });
         | 
| 16446 16446 | 
             
                  var at = flatRest2(baseAt);
         | 
| 16447 | 
            -
                  function  | 
| 16447 | 
            +
                  function create6(prototype, properties) {
         | 
| 16448 16448 | 
             
                    var result2 = baseCreate2(prototype);
         | 
| 16449 16449 | 
             
                    return properties == null ? result2 : baseAssign2(result2, properties);
         | 
| 16450 16450 | 
             
                  }
         | 
| 16451 | 
            -
                  __name( | 
| 16451 | 
            +
                  __name(create6, "create");
         | 
| 16452 16452 | 
             
                  var defaults2 = baseRest2(function(object3, sources) {
         | 
| 16453 16453 | 
             
                    object3 = Object2(object3);
         | 
| 16454 16454 | 
             
                    var index2 = -1;
         | 
| @@ -17273,7 +17273,7 @@ lodash.exports; | |
| 17273 17273 | 
             
                  lodash2.conforms = conforms;
         | 
| 17274 17274 | 
             
                  lodash2.constant = constant2;
         | 
| 17275 17275 | 
             
                  lodash2.countBy = countBy;
         | 
| 17276 | 
            -
                  lodash2.create =  | 
| 17276 | 
            +
                  lodash2.create = create6;
         | 
| 17277 17277 | 
             
                  lodash2.curry = curry;
         | 
| 17278 17278 | 
             
                  lodash2.curryRight = curryRight;
         | 
| 17279 17279 | 
             
                  lodash2.debounce = debounce2;
         | 
| @@ -18234,20 +18234,11 @@ var _fails = /* @__PURE__ */ __name(function(exec) { | |
| 18234 18234 | 
             
                return true;
         | 
| 18235 18235 | 
             
              }
         | 
| 18236 18236 | 
             
            }, "_fails");
         | 
| 18237 | 
            -
            var _descriptors | 
| 18238 | 
            -
             | 
| 18239 | 
            -
             | 
| 18240 | 
            -
               | 
| 18241 | 
            -
             | 
| 18242 | 
            -
              hasRequired_descriptors = 1;
         | 
| 18243 | 
            -
              _descriptors = !_fails(function() {
         | 
| 18244 | 
            -
                return Object.defineProperty({}, "a", { get: function() {
         | 
| 18245 | 
            -
                  return 7;
         | 
| 18246 | 
            -
                } }).a != 7;
         | 
| 18247 | 
            -
              });
         | 
| 18248 | 
            -
              return _descriptors;
         | 
| 18249 | 
            -
            }
         | 
| 18250 | 
            -
            __name(require_descriptors, "require_descriptors");
         | 
| 18237 | 
            +
            var _descriptors = !_fails(function() {
         | 
| 18238 | 
            +
              return Object.defineProperty({}, "a", { get: function() {
         | 
| 18239 | 
            +
                return 7;
         | 
| 18240 | 
            +
              } }).a != 7;
         | 
| 18241 | 
            +
            });
         | 
| 18251 18242 | 
             
            var _domCreate;
         | 
| 18252 18243 | 
             
            var hasRequired_domCreate;
         | 
| 18253 18244 | 
             
            function require_domCreate() {
         | 
| @@ -18263,20 +18254,11 @@ function require_domCreate() { | |
| 18263 18254 | 
             
              return _domCreate;
         | 
| 18264 18255 | 
             
            }
         | 
| 18265 18256 | 
             
            __name(require_domCreate, "require_domCreate");
         | 
| 18266 | 
            -
            var _ie8DomDefine | 
| 18267 | 
            -
             | 
| 18268 | 
            -
             | 
| 18269 | 
            -
               | 
| 18270 | 
            -
             | 
| 18271 | 
            -
              hasRequired_ie8DomDefine = 1;
         | 
| 18272 | 
            -
              _ie8DomDefine = !require_descriptors() && !_fails(function() {
         | 
| 18273 | 
            -
                return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
         | 
| 18274 | 
            -
                  return 7;
         | 
| 18275 | 
            -
                } }).a != 7;
         | 
| 18276 | 
            -
              });
         | 
| 18277 | 
            -
              return _ie8DomDefine;
         | 
| 18278 | 
            -
            }
         | 
| 18279 | 
            -
            __name(require_ie8DomDefine, "require_ie8DomDefine");
         | 
| 18257 | 
            +
            var _ie8DomDefine = !_descriptors && !_fails(function() {
         | 
| 18258 | 
            +
              return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
         | 
| 18259 | 
            +
                return 7;
         | 
| 18260 | 
            +
              } }).a != 7;
         | 
| 18261 | 
            +
            });
         | 
| 18280 18262 | 
             
            var isObject$d = _isObject;
         | 
| 18281 18263 | 
             
            var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
         | 
| 18282 18264 | 
             
              if (!isObject$d(it))
         | 
| @@ -18290,33 +18272,25 @@ var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) { | |
| 18290 18272 | 
             
                return val2;
         | 
| 18291 18273 | 
             
              throw TypeError("Can't convert object to primitive value");
         | 
| 18292 18274 | 
             
            }, "_toPrimitive$1");
         | 
| 18293 | 
            -
            var  | 
| 18294 | 
            -
             | 
| 18295 | 
            -
             | 
| 18296 | 
            -
             | 
| 18297 | 
            -
             | 
| 18298 | 
            -
               | 
| 18299 | 
            -
               | 
| 18300 | 
            -
               | 
| 18301 | 
            -
               | 
| 18302 | 
            -
             | 
| 18303 | 
            -
             | 
| 18304 | 
            -
                 | 
| 18305 | 
            -
                 | 
| 18306 | 
            -
             | 
| 18307 | 
            -
             | 
| 18308 | 
            -
             | 
| 18309 | 
            -
             | 
| 18310 | 
            -
             | 
| 18311 | 
            -
             | 
| 18312 | 
            -
                  throw TypeError("Accessors not supported!");
         | 
| 18313 | 
            -
                if ("value" in Attributes)
         | 
| 18314 | 
            -
                  O2[P2] = Attributes.value;
         | 
| 18315 | 
            -
                return O2;
         | 
| 18316 | 
            -
              }, "defineProperty");
         | 
| 18317 | 
            -
              return _objectDp;
         | 
| 18318 | 
            -
            }
         | 
| 18319 | 
            -
            __name(require_objectDp, "require_objectDp");
         | 
| 18275 | 
            +
            var anObject$3 = _anObject;
         | 
| 18276 | 
            +
            var IE8_DOM_DEFINE$1 = _ie8DomDefine;
         | 
| 18277 | 
            +
            var toPrimitive$2 = _toPrimitive$1;
         | 
| 18278 | 
            +
            var dP$2 = Object.defineProperty;
         | 
| 18279 | 
            +
            _objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
         | 
| 18280 | 
            +
              anObject$3(O2);
         | 
| 18281 | 
            +
              P2 = toPrimitive$2(P2, true);
         | 
| 18282 | 
            +
              anObject$3(Attributes);
         | 
| 18283 | 
            +
              if (IE8_DOM_DEFINE$1)
         | 
| 18284 | 
            +
                try {
         | 
| 18285 | 
            +
                  return dP$2(O2, P2, Attributes);
         | 
| 18286 | 
            +
                } catch (e2) {
         | 
| 18287 | 
            +
                }
         | 
| 18288 | 
            +
              if ("get" in Attributes || "set" in Attributes)
         | 
| 18289 | 
            +
                throw TypeError("Accessors not supported!");
         | 
| 18290 | 
            +
              if ("value" in Attributes)
         | 
| 18291 | 
            +
                O2[P2] = Attributes.value;
         | 
| 18292 | 
            +
              return O2;
         | 
| 18293 | 
            +
            }, "defineProperty");
         | 
| 18320 18294 | 
             
            var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
         | 
| 18321 18295 | 
             
              return {
         | 
| 18322 18296 | 
             
                enumerable: !(bitmap & 1),
         | 
| @@ -18325,10 +18299,10 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) { | |
| 18325 18299 | 
             
                value
         | 
| 18326 18300 | 
             
              };
         | 
| 18327 18301 | 
             
            }, "_propertyDesc");
         | 
| 18328 | 
            -
            var dP$ | 
| 18302 | 
            +
            var dP$1 = _objectDp;
         | 
| 18329 18303 | 
             
            var createDesc$3 = _propertyDesc;
         | 
| 18330 | 
            -
            var _hide =  | 
| 18331 | 
            -
              return dP$ | 
| 18304 | 
            +
            var _hide = _descriptors ? function(object3, key, value) {
         | 
| 18305 | 
            +
              return dP$1.f(object3, key, createDesc$3(1, value));
         | 
| 18332 18306 | 
             
            } : function(object3, key, value) {
         | 
| 18333 18307 | 
             
              object3[key] = value;
         | 
| 18334 18308 | 
             
              return object3;
         | 
| @@ -18342,7 +18316,7 @@ var core$3 = _coreExports; | |
| 18342 18316 | 
             
            var ctx$1 = _ctx;
         | 
| 18343 18317 | 
             
            var hide$3 = _hide;
         | 
| 18344 18318 | 
             
            var has$e = _has;
         | 
| 18345 | 
            -
            var PROTOTYPE$ | 
| 18319 | 
            +
            var PROTOTYPE$1 = "prototype";
         | 
| 18346 18320 | 
             
            var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
         | 
| 18347 18321 | 
             
              var IS_FORCED = type & $export$8.F;
         | 
| 18348 18322 | 
             
              var IS_GLOBAL = type & $export$8.G;
         | 
| @@ -18351,8 +18325,8 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) { | |
| 18351 18325 | 
             
              var IS_BIND = type & $export$8.B;
         | 
| 18352 18326 | 
             
              var IS_WRAP = type & $export$8.W;
         | 
| 18353 18327 | 
             
              var exports2 = IS_GLOBAL ? core$3 : core$3[name2] || (core$3[name2] = {});
         | 
| 18354 | 
            -
              var expProto = exports2[PROTOTYPE$ | 
| 18355 | 
            -
              var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$ | 
| 18328 | 
            +
              var expProto = exports2[PROTOTYPE$1];
         | 
| 18329 | 
            +
              var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$1];
         | 
| 18356 18330 | 
             
              var key, own2, out;
         | 
| 18357 18331 | 
             
              if (IS_GLOBAL)
         | 
| 18358 18332 | 
             
                source = name2;
         | 
| @@ -18376,7 +18350,7 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) { | |
| 18376 18350 | 
             
                    }
         | 
| 18377 18351 | 
             
                    return C.apply(this, arguments);
         | 
| 18378 18352 | 
             
                  }, "F");
         | 
| 18379 | 
            -
                  F[PROTOTYPE$ | 
| 18353 | 
            +
                  F[PROTOTYPE$1] = C[PROTOTYPE$1];
         | 
| 18380 18354 | 
             
                  return F;
         | 
| 18381 18355 | 
             
                }(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
         | 
| 18382 18356 | 
             
                if (IS_PROTO) {
         | 
| @@ -18399,25 +18373,16 @@ var toString$6 = {}.toString; | |
| 18399 18373 | 
             
            var _cof = /* @__PURE__ */ __name(function(it) {
         | 
| 18400 18374 | 
             
              return toString$6.call(it).slice(8, -1);
         | 
| 18401 18375 | 
             
            }, "_cof");
         | 
| 18402 | 
            -
            var  | 
| 18403 | 
            -
            var  | 
| 18404 | 
            -
             | 
| 18405 | 
            -
             | 
| 18406 | 
            -
                return _iobject;
         | 
| 18407 | 
            -
              hasRequired_iobject = 1;
         | 
| 18408 | 
            -
              var cof2 = _cof;
         | 
| 18409 | 
            -
              _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
         | 
| 18410 | 
            -
                return cof2(it) == "String" ? it.split("") : Object(it);
         | 
| 18411 | 
            -
              };
         | 
| 18412 | 
            -
              return _iobject;
         | 
| 18413 | 
            -
            }
         | 
| 18414 | 
            -
            __name(require_iobject, "require_iobject");
         | 
| 18376 | 
            +
            var cof$2 = _cof;
         | 
| 18377 | 
            +
            var _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
         | 
| 18378 | 
            +
              return cof$2(it) == "String" ? it.split("") : Object(it);
         | 
| 18379 | 
            +
            };
         | 
| 18415 18380 | 
             
            var _defined = /* @__PURE__ */ __name(function(it) {
         | 
| 18416 18381 | 
             
              if (it == void 0)
         | 
| 18417 18382 | 
             
                throw TypeError("Can't call method on  " + it);
         | 
| 18418 18383 | 
             
              return it;
         | 
| 18419 18384 | 
             
            }, "_defined");
         | 
| 18420 | 
            -
            var IObject =  | 
| 18385 | 
            +
            var IObject = _iobject;
         | 
| 18421 18386 | 
             
            var defined$2 = _defined;
         | 
| 18422 18387 | 
             
            var _toIobject = /* @__PURE__ */ __name(function(it) {
         | 
| 18423 18388 | 
             
              return IObject(defined$2(it));
         | 
| @@ -18490,14 +18455,14 @@ var _sharedKey = /* @__PURE__ */ __name(function(key) { | |
| 18490 18455 | 
             
            var has$d = _has;
         | 
| 18491 18456 | 
             
            var toIObject$4 = _toIobject;
         | 
| 18492 18457 | 
             
            var arrayIndexOf = _arrayIncludes$1(false);
         | 
| 18493 | 
            -
            var IE_PROTO$ | 
| 18458 | 
            +
            var IE_PROTO$1 = _sharedKey("IE_PROTO");
         | 
| 18494 18459 | 
             
            var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) {
         | 
| 18495 18460 | 
             
              var O2 = toIObject$4(object3);
         | 
| 18496 18461 | 
             
              var i = 0;
         | 
| 18497 18462 | 
             
              var result = [];
         | 
| 18498 18463 | 
             
              var key;
         | 
| 18499 18464 | 
             
              for (key in O2)
         | 
| 18500 | 
            -
                if (key != IE_PROTO$ | 
| 18465 | 
            +
                if (key != IE_PROTO$1)
         | 
| 18501 18466 | 
             
                  has$d(O2, key) && result.push(key);
         | 
| 18502 18467 | 
             
              while (names2.length > i)
         | 
| 18503 18468 | 
             
                if (has$d(O2, key = names2[i++])) {
         | 
| @@ -18507,22 +18472,14 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) { | |
| 18507 18472 | 
             
            }, "_objectKeysInternal");
         | 
| 18508 18473 | 
             
            var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
         | 
| 18509 18474 | 
             
            var $keys$3 = _objectKeysInternal;
         | 
| 18510 | 
            -
            var enumBugKeys | 
| 18475 | 
            +
            var enumBugKeys = _enumBugKeys;
         | 
| 18511 18476 | 
             
            var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
         | 
| 18512 | 
            -
              return $keys$3(O2, enumBugKeys | 
| 18477 | 
            +
              return $keys$3(O2, enumBugKeys);
         | 
| 18513 18478 | 
             
            }, "keys");
         | 
| 18514 18479 | 
             
            var _objectGops = {};
         | 
| 18515 18480 | 
             
            _objectGops.f = Object.getOwnPropertySymbols;
         | 
| 18516 18481 | 
             
            var _objectPie = {};
         | 
| 18517 | 
            -
             | 
| 18518 | 
            -
            function require_objectPie() {
         | 
| 18519 | 
            -
              if (hasRequired_objectPie)
         | 
| 18520 | 
            -
                return _objectPie;
         | 
| 18521 | 
            -
              hasRequired_objectPie = 1;
         | 
| 18522 | 
            -
              _objectPie.f = {}.propertyIsEnumerable;
         | 
| 18523 | 
            -
              return _objectPie;
         | 
| 18524 | 
            -
            }
         | 
| 18525 | 
            -
            __name(require_objectPie, "require_objectPie");
         | 
| 18482 | 
            +
            _objectPie.f = {}.propertyIsEnumerable;
         | 
| 18526 18483 | 
             
            var defined$1 = _defined;
         | 
| 18527 18484 | 
             
            var _toObject = /* @__PURE__ */ __name(function(it) {
         | 
| 18528 18485 | 
             
              return Object(defined$1(it));
         | 
| @@ -18533,12 +18490,12 @@ function require_objectAssign() { | |
| 18533 18490 | 
             
              if (hasRequired_objectAssign)
         | 
| 18534 18491 | 
             
                return _objectAssign;
         | 
| 18535 18492 | 
             
              hasRequired_objectAssign = 1;
         | 
| 18536 | 
            -
              var DESCRIPTORS2 =  | 
| 18493 | 
            +
              var DESCRIPTORS2 = _descriptors;
         | 
| 18537 18494 | 
             
              var getKeys2 = _objectKeys;
         | 
| 18538 18495 | 
             
              var gOPS2 = _objectGops;
         | 
| 18539 | 
            -
              var pIE2 =  | 
| 18496 | 
            +
              var pIE2 = _objectPie;
         | 
| 18540 18497 | 
             
              var toObject2 = _toObject;
         | 
| 18541 | 
            -
              var IObject2 =  | 
| 18498 | 
            +
              var IObject2 = _iobject;
         | 
| 18542 18499 | 
             
              var $assign = Object.assign;
         | 
| 18543 18500 | 
             
              _objectAssign = !$assign || _fails(function() {
         | 
| 18544 18501 | 
             
                var A2 = {};
         | 
| @@ -18599,19 +18556,28 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) { | |
| 18599 18556 | 
             
            }, "_iterStep");
         | 
| 18600 18557 | 
             
            var _iterators = {};
         | 
| 18601 18558 | 
             
            var _redefine = _hide;
         | 
| 18602 | 
            -
            var  | 
| 18603 | 
            -
            var  | 
| 18604 | 
            -
             | 
| 18605 | 
            -
             | 
| 18606 | 
            -
             | 
| 18607 | 
            -
               | 
| 18608 | 
            -
              var  | 
| 18609 | 
            -
              var  | 
| 18610 | 
            -
              var  | 
| 18611 | 
            -
               | 
| 18612 | 
            -
                 | 
| 18613 | 
            -
             | 
| 18614 | 
            -
             | 
| 18559 | 
            +
            var _objectDps;
         | 
| 18560 | 
            +
            var hasRequired_objectDps;
         | 
| 18561 | 
            +
            function require_objectDps() {
         | 
| 18562 | 
            +
              if (hasRequired_objectDps)
         | 
| 18563 | 
            +
                return _objectDps;
         | 
| 18564 | 
            +
              hasRequired_objectDps = 1;
         | 
| 18565 | 
            +
              var dP2 = _objectDp;
         | 
| 18566 | 
            +
              var anObject2 = _anObject;
         | 
| 18567 | 
            +
              var getKeys2 = _objectKeys;
         | 
| 18568 | 
            +
              _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties3(O2, Properties2) {
         | 
| 18569 | 
            +
                anObject2(O2);
         | 
| 18570 | 
            +
                var keys5 = getKeys2(Properties2);
         | 
| 18571 | 
            +
                var length = keys5.length;
         | 
| 18572 | 
            +
                var i = 0;
         | 
| 18573 | 
            +
                var P2;
         | 
| 18574 | 
            +
                while (length > i)
         | 
| 18575 | 
            +
                  dP2.f(O2, P2 = keys5[i++], Properties2[P2]);
         | 
| 18576 | 
            +
                return O2;
         | 
| 18577 | 
            +
              }, "defineProperties");
         | 
| 18578 | 
            +
              return _objectDps;
         | 
| 18579 | 
            +
            }
         | 
| 18580 | 
            +
            __name(require_objectDps, "require_objectDps");
         | 
| 18615 18581 | 
             
            var _html;
         | 
| 18616 18582 | 
             
            var hasRequired_html;
         | 
| 18617 18583 | 
             
            function require_html() {
         | 
| @@ -18623,42 +18589,51 @@ function require_html() { | |
| 18623 18589 | 
             
              return _html;
         | 
| 18624 18590 | 
             
            }
         | 
| 18625 18591 | 
             
            __name(require_html, "require_html");
         | 
| 18626 | 
            -
            var  | 
| 18627 | 
            -
            var  | 
| 18628 | 
            -
             | 
| 18629 | 
            -
             | 
| 18630 | 
            -
             | 
| 18631 | 
            -
             | 
| 18632 | 
            -
            var  | 
| 18633 | 
            -
            var  | 
| 18634 | 
            -
              var  | 
| 18635 | 
            -
              var  | 
| 18636 | 
            -
              var  | 
| 18637 | 
            -
               | 
| 18638 | 
            -
              var  | 
| 18639 | 
            -
               | 
| 18640 | 
            -
             | 
| 18641 | 
            -
             | 
| 18642 | 
            -
             | 
| 18643 | 
            -
             | 
| 18644 | 
            -
             | 
| 18645 | 
            -
             | 
| 18646 | 
            -
             | 
| 18647 | 
            -
             | 
| 18648 | 
            -
                 | 
| 18649 | 
            -
             | 
| 18650 | 
            -
             | 
| 18651 | 
            -
             | 
| 18652 | 
            -
             | 
| 18653 | 
            -
             | 
| 18654 | 
            -
             | 
| 18655 | 
            -
                 | 
| 18656 | 
            -
             | 
| 18657 | 
            -
             | 
| 18658 | 
            -
             | 
| 18659 | 
            -
                 | 
| 18660 | 
            -
             | 
| 18661 | 
            -
             | 
| 18592 | 
            +
            var _objectCreate;
         | 
| 18593 | 
            +
            var hasRequired_objectCreate;
         | 
| 18594 | 
            +
            function require_objectCreate() {
         | 
| 18595 | 
            +
              if (hasRequired_objectCreate)
         | 
| 18596 | 
            +
                return _objectCreate;
         | 
| 18597 | 
            +
              hasRequired_objectCreate = 1;
         | 
| 18598 | 
            +
              var anObject2 = _anObject;
         | 
| 18599 | 
            +
              var dPs = require_objectDps();
         | 
| 18600 | 
            +
              var enumBugKeys2 = _enumBugKeys;
         | 
| 18601 | 
            +
              var IE_PROTO2 = _sharedKey("IE_PROTO");
         | 
| 18602 | 
            +
              var Empty = /* @__PURE__ */ __name(function() {
         | 
| 18603 | 
            +
              }, "Empty");
         | 
| 18604 | 
            +
              var PROTOTYPE2 = "prototype";
         | 
| 18605 | 
            +
              var createDict = /* @__PURE__ */ __name(function() {
         | 
| 18606 | 
            +
                var iframe = require_domCreate()("iframe");
         | 
| 18607 | 
            +
                var i = enumBugKeys2.length;
         | 
| 18608 | 
            +
                var lt = "<";
         | 
| 18609 | 
            +
                var gt = ">";
         | 
| 18610 | 
            +
                var iframeDocument;
         | 
| 18611 | 
            +
                iframe.style.display = "none";
         | 
| 18612 | 
            +
                require_html().appendChild(iframe);
         | 
| 18613 | 
            +
                iframe.src = "javascript:";
         | 
| 18614 | 
            +
                iframeDocument = iframe.contentWindow.document;
         | 
| 18615 | 
            +
                iframeDocument.open();
         | 
| 18616 | 
            +
                iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
         | 
| 18617 | 
            +
                iframeDocument.close();
         | 
| 18618 | 
            +
                createDict = iframeDocument.F;
         | 
| 18619 | 
            +
                while (i--)
         | 
| 18620 | 
            +
                  delete createDict[PROTOTYPE2][enumBugKeys2[i]];
         | 
| 18621 | 
            +
                return createDict();
         | 
| 18622 | 
            +
              }, "createDict");
         | 
| 18623 | 
            +
              _objectCreate = Object.create || /* @__PURE__ */ __name(function create6(O2, Properties2) {
         | 
| 18624 | 
            +
                var result;
         | 
| 18625 | 
            +
                if (O2 !== null) {
         | 
| 18626 | 
            +
                  Empty[PROTOTYPE2] = anObject2(O2);
         | 
| 18627 | 
            +
                  result = new Empty();
         | 
| 18628 | 
            +
                  Empty[PROTOTYPE2] = null;
         | 
| 18629 | 
            +
                  result[IE_PROTO2] = O2;
         | 
| 18630 | 
            +
                } else
         | 
| 18631 | 
            +
                  result = createDict();
         | 
| 18632 | 
            +
                return Properties2 === void 0 ? result : dPs(result, Properties2);
         | 
| 18633 | 
            +
              }, "create");
         | 
| 18634 | 
            +
              return _objectCreate;
         | 
| 18635 | 
            +
            }
         | 
| 18636 | 
            +
            __name(require_objectCreate, "require_objectCreate");
         | 
| 18662 18637 | 
             
            var _wks = { exports: {} };
         | 
| 18663 18638 | 
             
            var store$2 = _sharedExports("wks");
         | 
| 18664 18639 | 
             
            var uid$1 = _uid;
         | 
| @@ -18669,14 +18644,14 @@ var $exports = _wks.exports = function(name2) { | |
| 18669 18644 | 
             
            };
         | 
| 18670 18645 | 
             
            $exports.store = store$2;
         | 
| 18671 18646 | 
             
            var _wksExports = _wks.exports;
         | 
| 18672 | 
            -
            var def =  | 
| 18647 | 
            +
            var def = _objectDp.f;
         | 
| 18673 18648 | 
             
            var has$c = _has;
         | 
| 18674 18649 | 
             
            var TAG$1 = _wksExports("toStringTag");
         | 
| 18675 18650 | 
             
            var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
         | 
| 18676 18651 | 
             
              if (it && !has$c(it = stat ? it : it.prototype, TAG$1))
         | 
| 18677 18652 | 
             
                def(it, TAG$1, { configurable: true, value: tag });
         | 
| 18678 18653 | 
             
            }, "_setToStringTag");
         | 
| 18679 | 
            -
            var create$4 =  | 
| 18654 | 
            +
            var create$4 = require_objectCreate();
         | 
| 18680 18655 | 
             
            var descriptor = _propertyDesc;
         | 
| 18681 18656 | 
             
            var setToStringTag$2 = _setToStringTag;
         | 
| 18682 18657 | 
             
            var IteratorPrototype = {};
         | 
| @@ -18942,7 +18917,7 @@ var ArrayProto = Array.prototype; | |
| 18942 18917 | 
             
            var _isArrayIter = /* @__PURE__ */ __name(function(it) {
         | 
| 18943 18918 | 
             
              return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
         | 
| 18944 18919 | 
             
            }, "_isArrayIter");
         | 
| 18945 | 
            -
            var $defineProperty$2 =  | 
| 18920 | 
            +
            var $defineProperty$2 = _objectDp;
         | 
| 18946 18921 | 
             
            var createDesc$2 = _propertyDesc;
         | 
| 18947 18922 | 
             
            var _createProperty = /* @__PURE__ */ __name(function(object3, index2, value) {
         | 
| 18948 18923 | 
             
              if (index2 in object3)
         | 
| @@ -19071,9 +19046,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) { | |
| 19071 19046 | 
             
              }
         | 
| 19072 19047 | 
             
            }, "_default$8");
         | 
| 19073 19048 | 
             
            var $export$3 = _export;
         | 
| 19074 | 
            -
            $export$3($export$3.S + $export$3.F * ! | 
| 19049 | 
            +
            $export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
         | 
| 19075 19050 | 
             
            var $Object$2 = _coreExports.Object;
         | 
| 19076 | 
            -
            var defineProperty$c = /* @__PURE__ */ __name(function  | 
| 19051 | 
            +
            var defineProperty$c = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
         | 
| 19077 19052 | 
             
              return $Object$2.defineProperty(it, key, desc);
         | 
| 19078 19053 | 
             
            }, "defineProperty");
         | 
| 19079 19054 | 
             
            var defineProperty$b = { "default": defineProperty$c, __esModule: true };
         | 
| @@ -19084,7 +19059,7 @@ function _interopRequireDefault$c(obj) { | |
| 19084 19059 | 
             
            }
         | 
| 19085 19060 | 
             
            __name(_interopRequireDefault$c, "_interopRequireDefault$c");
         | 
| 19086 19061 | 
             
            var _default$7 = function() {
         | 
| 19087 | 
            -
              function  | 
| 19062 | 
            +
              function defineProperties3(target, props) {
         | 
| 19088 19063 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 19089 19064 | 
             
                  var descriptor2 = props[i];
         | 
| 19090 19065 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -19094,12 +19069,12 @@ var _default$7 = function() { | |
| 19094 19069 | 
             
                  (0, _defineProperty2.default)(target, descriptor2.key, descriptor2);
         | 
| 19095 19070 | 
             
                }
         | 
| 19096 19071 | 
             
              }
         | 
| 19097 | 
            -
              __name( | 
| 19072 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 19098 19073 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 19099 19074 | 
             
                if (protoProps)
         | 
| 19100 | 
            -
                   | 
| 19075 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 19101 19076 | 
             
                if (staticProps)
         | 
| 19102 | 
            -
                   | 
| 19077 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 19103 19078 | 
             
                return Constructor;
         | 
| 19104 19079 | 
             
              };
         | 
| 19105 19080 | 
             
            }();
         | 
| @@ -19112,7 +19087,7 @@ var _meta = { exports: {} }; | |
| 19112 19087 | 
             
            var META$1 = _uid("meta");
         | 
| 19113 19088 | 
             
            var isObject$c = _isObject;
         | 
| 19114 19089 | 
             
            var has$a = _has;
         | 
| 19115 | 
            -
            var setDesc =  | 
| 19090 | 
            +
            var setDesc = _objectDp.f;
         | 
| 19116 19091 | 
             
            var id$1 = 0;
         | 
| 19117 19092 | 
             
            var isExtensible = Object.isExtensible || function() {
         | 
| 19118 19093 | 
             
              return true;
         | 
| @@ -19128,23 +19103,23 @@ var setMeta = /* @__PURE__ */ __name(function(it) { | |
| 19128 19103 | 
             
                // weak collections IDs
         | 
| 19129 19104 | 
             
              } });
         | 
| 19130 19105 | 
             
            }, "setMeta");
         | 
| 19131 | 
            -
            var fastKey = /* @__PURE__ */ __name(function(it,  | 
| 19106 | 
            +
            var fastKey = /* @__PURE__ */ __name(function(it, create6) {
         | 
| 19132 19107 | 
             
              if (!isObject$c(it))
         | 
| 19133 19108 | 
             
                return typeof it == "symbol" ? it : (typeof it == "string" ? "S" : "P") + it;
         | 
| 19134 19109 | 
             
              if (!has$a(it, META$1)) {
         | 
| 19135 19110 | 
             
                if (!isExtensible(it))
         | 
| 19136 19111 | 
             
                  return "F";
         | 
| 19137 | 
            -
                if (! | 
| 19112 | 
            +
                if (!create6)
         | 
| 19138 19113 | 
             
                  return "E";
         | 
| 19139 19114 | 
             
                setMeta(it);
         | 
| 19140 19115 | 
             
              }
         | 
| 19141 19116 | 
             
              return it[META$1].i;
         | 
| 19142 19117 | 
             
            }, "fastKey");
         | 
| 19143 | 
            -
            var getWeak = /* @__PURE__ */ __name(function(it,  | 
| 19118 | 
            +
            var getWeak = /* @__PURE__ */ __name(function(it, create6) {
         | 
| 19144 19119 | 
             
              if (!has$a(it, META$1)) {
         | 
| 19145 19120 | 
             
                if (!isExtensible(it))
         | 
| 19146 19121 | 
             
                  return true;
         | 
| 19147 | 
            -
                if (! | 
| 19122 | 
            +
                if (!create6)
         | 
| 19148 19123 | 
             
                  return false;
         | 
| 19149 19124 | 
             
                setMeta(it);
         | 
| 19150 19125 | 
             
              }
         | 
| @@ -19165,7 +19140,7 @@ var meta = _meta.exports = { | |
| 19165 19140 | 
             
            var _metaExports = _meta.exports;
         | 
| 19166 19141 | 
             
            var core = _coreExports;
         | 
| 19167 19142 | 
             
            var wksExt$1 = _wksExt;
         | 
| 19168 | 
            -
            var defineProperty$a =  | 
| 19143 | 
            +
            var defineProperty$a = _objectDp.f;
         | 
| 19169 19144 | 
             
            var _wksDefine = /* @__PURE__ */ __name(function(name2) {
         | 
| 19170 19145 | 
             
              var $Symbol2 = core.Symbol || (core.Symbol = {});
         | 
| 19171 19146 | 
             
              if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
         | 
| @@ -19173,7 +19148,7 @@ var _wksDefine = /* @__PURE__ */ __name(function(name2) { | |
| 19173 19148 | 
             
            }, "_wksDefine");
         | 
| 19174 19149 | 
             
            var getKeys = _objectKeys;
         | 
| 19175 19150 | 
             
            var gOPS$1 = _objectGops;
         | 
| 19176 | 
            -
            var pIE$1 =  | 
| 19151 | 
            +
            var pIE$1 = _objectPie;
         | 
| 19177 19152 | 
             
            var _enumKeys = /* @__PURE__ */ __name(function(it) {
         | 
| 19178 19153 | 
             
              var result = getKeys(it);
         | 
| 19179 19154 | 
             
              var getSymbols2 = gOPS$1.f;
         | 
| @@ -19214,14 +19189,14 @@ _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) { | |
| 19214 19189 | 
             
              return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
         | 
| 19215 19190 | 
             
            }, "getOwnPropertyNames");
         | 
| 19216 19191 | 
             
            var _objectGopd = {};
         | 
| 19217 | 
            -
            var pIE =  | 
| 19192 | 
            +
            var pIE = _objectPie;
         | 
| 19218 19193 | 
             
            var createDesc$1 = _propertyDesc;
         | 
| 19219 19194 | 
             
            var toIObject$1 = _toIobject;
         | 
| 19220 19195 | 
             
            var toPrimitive$1 = _toPrimitive$1;
         | 
| 19221 19196 | 
             
            var has$9 = _has;
         | 
| 19222 | 
            -
            var IE8_DOM_DEFINE =  | 
| 19197 | 
            +
            var IE8_DOM_DEFINE = _ie8DomDefine;
         | 
| 19223 19198 | 
             
            var gOPD$5 = Object.getOwnPropertyDescriptor;
         | 
| 19224 | 
            -
            _objectGopd.f =  | 
| 19199 | 
            +
            _objectGopd.f = _descriptors ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
         | 
| 19225 19200 | 
             
              O2 = toIObject$1(O2);
         | 
| 19226 19201 | 
             
              P2 = toPrimitive$1(P2, true);
         | 
| 19227 19202 | 
             
              if (IE8_DOM_DEFINE)
         | 
| @@ -19234,7 +19209,7 @@ _objectGopd.f = require_descriptors() ? gOPD$5 : /* @__PURE__ */ __name(function | |
| 19234 19209 | 
             
            }, "getOwnPropertyDescriptor");
         | 
| 19235 19210 | 
             
            var global$2 = _globalExports;
         | 
| 19236 19211 | 
             
            var has$8 = _has;
         | 
| 19237 | 
            -
            var DESCRIPTORS =  | 
| 19212 | 
            +
            var DESCRIPTORS = _descriptors;
         | 
| 19238 19213 | 
             
            var $export$2 = _export;
         | 
| 19239 19214 | 
             
            var redefine = _redefine;
         | 
| 19240 19215 | 
             
            var META = _metaExports.KEY;
         | 
| @@ -19253,11 +19228,11 @@ var toObject$1 = _toObject; | |
| 19253 19228 | 
             
            var toIObject = _toIobject;
         | 
| 19254 19229 | 
             
            var toPrimitive = _toPrimitive$1;
         | 
| 19255 19230 | 
             
            var createDesc = _propertyDesc;
         | 
| 19256 | 
            -
            var _create$1 =  | 
| 19231 | 
            +
            var _create$1 = require_objectCreate();
         | 
| 19257 19232 | 
             
            var gOPNExt = _objectGopnExt;
         | 
| 19258 19233 | 
             
            var $GOPD = _objectGopd;
         | 
| 19259 19234 | 
             
            var $GOPS = _objectGops;
         | 
| 19260 | 
            -
            var $DP =  | 
| 19235 | 
            +
            var $DP = _objectDp;
         | 
| 19261 19236 | 
             
            var $keys$1 = _objectKeys;
         | 
| 19262 19237 | 
             
            var gOPD$4 = $GOPD.f;
         | 
| 19263 19238 | 
             
            var dP = $DP.f;
         | 
| @@ -19300,7 +19275,7 @@ var isSymbol$8 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it | |
| 19300 19275 | 
             
            } : function(it) {
         | 
| 19301 19276 | 
             
              return it instanceof $Symbol;
         | 
| 19302 19277 | 
             
            };
         | 
| 19303 | 
            -
            var $defineProperty$1 = /* @__PURE__ */ __name(function  | 
| 19278 | 
            +
            var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
         | 
| 19304 19279 | 
             
              if (it === ObjectProto)
         | 
| 19305 19280 | 
             
                $defineProperty$1(OPSymbols, key, D2);
         | 
| 19306 19281 | 
             
              anObject(it);
         | 
| @@ -19320,7 +19295,7 @@ var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty3(it, key, | |
| 19320 19295 | 
             
              }
         | 
| 19321 19296 | 
             
              return dP(it, key, D2);
         | 
| 19322 19297 | 
             
            }, "defineProperty");
         | 
| 19323 | 
            -
            var $defineProperties = /* @__PURE__ */ __name(function  | 
| 19298 | 
            +
            var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2) {
         | 
| 19324 19299 | 
             
              anObject(it);
         | 
| 19325 19300 | 
             
              var keys5 = enumKeys(P2 = toIObject(P2));
         | 
| 19326 19301 | 
             
              var i = 0;
         | 
| @@ -19330,7 +19305,7 @@ var $defineProperties = /* @__PURE__ */ __name(function defineProperties2(it, P2 | |
| 19330 19305 | 
             
                $defineProperty$1(it, key = keys5[i++], P2[key]);
         | 
| 19331 19306 | 
             
              return it;
         | 
| 19332 19307 | 
             
            }, "defineProperties");
         | 
| 19333 | 
            -
            var $create = /* @__PURE__ */ __name(function  | 
| 19308 | 
            +
            var $create = /* @__PURE__ */ __name(function create2(it, P2) {
         | 
| 19334 19309 | 
             
              return P2 === void 0 ? _create$1(it) : $defineProperties(_create$1(it), P2);
         | 
| 19335 19310 | 
             
            }, "create");
         | 
| 19336 19311 | 
             
            var $propertyIsEnumerable = /* @__PURE__ */ __name(function propertyIsEnumerable(key) {
         | 
| @@ -19394,7 +19369,7 @@ if (!USE_NATIVE) { | |
| 19394 19369 | 
             
              $GOPD.f = $getOwnPropertyDescriptor;
         | 
| 19395 19370 | 
             
              $DP.f = $defineProperty$1;
         | 
| 19396 19371 | 
             
              _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
         | 
| 19397 | 
            -
               | 
| 19372 | 
            +
              _objectPie.f = $propertyIsEnumerable;
         | 
| 19398 19373 | 
             
              $GOPS.f = $getOwnPropertySymbols;
         | 
| 19399 19374 | 
             
              if (DESCRIPTORS && !_library) {
         | 
| 19400 19375 | 
             
                redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
         | 
| @@ -19560,9 +19535,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set }); | |
| 19560 19535 | 
             
            var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
         | 
| 19561 19536 | 
             
            var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
         | 
| 19562 19537 | 
             
            var $export = _export;
         | 
| 19563 | 
            -
            $export($export.S, "Object", { create:  | 
| 19538 | 
            +
            $export($export.S, "Object", { create: require_objectCreate() });
         | 
| 19564 19539 | 
             
            var $Object$1 = _coreExports.Object;
         | 
| 19565 | 
            -
            var create$3 = /* @__PURE__ */ __name(function  | 
| 19540 | 
            +
            var create$3 = /* @__PURE__ */ __name(function create3(P2, D2) {
         | 
| 19566 19541 | 
             
              return $Object$1.create(P2, D2);
         | 
| 19567 19542 | 
             
            }, "create");
         | 
| 19568 19543 | 
             
            var create$2 = { "default": create$3, __esModule: true };
         | 
| @@ -23649,7 +23624,7 @@ function normalizeComponent(Comp) { | |
| 23649 23624 | 
             
            }
         | 
| 23650 23625 | 
             
            __name(normalizeComponent, "normalizeComponent");
         | 
| 23651 23626 | 
             
            var _createClass$d = function() {
         | 
| 23652 | 
            -
              function  | 
| 23627 | 
            +
              function defineProperties3(target, props) {
         | 
| 23653 23628 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 23654 23629 | 
             
                  var descriptor2 = props[i];
         | 
| 23655 23630 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -23659,12 +23634,12 @@ var _createClass$d = function() { | |
| 23659 23634 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 23660 23635 | 
             
                }
         | 
| 23661 23636 | 
             
              }
         | 
| 23662 | 
            -
              __name( | 
| 23637 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 23663 23638 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 23664 23639 | 
             
                if (protoProps)
         | 
| 23665 | 
            -
                   | 
| 23640 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 23666 23641 | 
             
                if (staticProps)
         | 
| 23667 | 
            -
                   | 
| 23642 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 23668 23643 | 
             
                return Constructor;
         | 
| 23669 23644 | 
             
              };
         | 
| 23670 23645 | 
             
            }();
         | 
| @@ -23825,7 +23800,7 @@ var _extends$o = Object.assign || function(target) { | |
| 23825 23800 | 
             
              return target;
         | 
| 23826 23801 | 
             
            };
         | 
| 23827 23802 | 
             
            var _createClass$c = function() {
         | 
| 23828 | 
            -
              function  | 
| 23803 | 
            +
              function defineProperties3(target, props) {
         | 
| 23829 23804 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 23830 23805 | 
             
                  var descriptor2 = props[i];
         | 
| 23831 23806 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -23835,12 +23810,12 @@ var _createClass$c = function() { | |
| 23835 23810 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 23836 23811 | 
             
                }
         | 
| 23837 23812 | 
             
              }
         | 
| 23838 | 
            -
              __name( | 
| 23813 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 23839 23814 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 23840 23815 | 
             
                if (protoProps)
         | 
| 23841 | 
            -
                   | 
| 23816 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 23842 23817 | 
             
                if (staticProps)
         | 
| 23843 | 
            -
                   | 
| 23818 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 23844 23819 | 
             
                return Constructor;
         | 
| 23845 23820 | 
             
              };
         | 
| 23846 23821 | 
             
            }();
         | 
| @@ -24431,7 +24406,7 @@ const Methods = /* @__PURE__ */ __name(function(Base) { | |
| 24431 24406 | 
             
              }(Base);
         | 
| 24432 24407 | 
             
            }, "Methods");
         | 
| 24433 24408 | 
             
            var _createClass$b = function() {
         | 
| 24434 | 
            -
              function  | 
| 24409 | 
            +
              function defineProperties3(target, props) {
         | 
| 24435 24410 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 24436 24411 | 
             
                  var descriptor2 = props[i];
         | 
| 24437 24412 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -24441,12 +24416,12 @@ var _createClass$b = function() { | |
| 24441 24416 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 24442 24417 | 
             
                }
         | 
| 24443 24418 | 
             
              }
         | 
| 24444 | 
            -
              __name( | 
| 24419 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 24445 24420 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 24446 24421 | 
             
                if (protoProps)
         | 
| 24447 | 
            -
                   | 
| 24422 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 24448 24423 | 
             
                if (staticProps)
         | 
| 24449 | 
            -
                   | 
| 24424 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 24450 24425 | 
             
                return Constructor;
         | 
| 24451 24426 | 
             
              };
         | 
| 24452 24427 | 
             
            }();
         | 
| @@ -25218,7 +25193,7 @@ var _extends$l = Object.assign || function(target) { | |
| 25218 25193 | 
             
              return target;
         | 
| 25219 25194 | 
             
            };
         | 
| 25220 25195 | 
             
            var _createClass$a = function() {
         | 
| 25221 | 
            -
              function  | 
| 25196 | 
            +
              function defineProperties3(target, props) {
         | 
| 25222 25197 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 25223 25198 | 
             
                  var descriptor2 = props[i];
         | 
| 25224 25199 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -25228,12 +25203,12 @@ var _createClass$a = function() { | |
| 25228 25203 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 25229 25204 | 
             
                }
         | 
| 25230 25205 | 
             
              }
         | 
| 25231 | 
            -
              __name( | 
| 25206 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 25232 25207 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 25233 25208 | 
             
                if (protoProps)
         | 
| 25234 | 
            -
                   | 
| 25209 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 25235 25210 | 
             
                if (staticProps)
         | 
| 25236 | 
            -
                   | 
| 25211 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 25237 25212 | 
             
                return Constructor;
         | 
| 25238 25213 | 
             
              };
         | 
| 25239 25214 | 
             
            }();
         | 
| @@ -31557,21 +31532,21 @@ function parse$7(options) { | |
| 31557 31532 | 
             
                defined: [],
         | 
| 31558 31533 | 
             
                lazy: {},
         | 
| 31559 31534 | 
             
                constructs: constructs2,
         | 
| 31560 | 
            -
                content:  | 
| 31561 | 
            -
                document:  | 
| 31562 | 
            -
                flow:  | 
| 31563 | 
            -
                string:  | 
| 31564 | 
            -
                text:  | 
| 31535 | 
            +
                content: create6(content$1),
         | 
| 31536 | 
            +
                document: create6(document$2),
         | 
| 31537 | 
            +
                flow: create6(flow$1),
         | 
| 31538 | 
            +
                string: create6(string$1),
         | 
| 31539 | 
            +
                text: create6(text$3)
         | 
| 31565 31540 | 
             
              };
         | 
| 31566 31541 | 
             
              return parser;
         | 
| 31567 | 
            -
              function  | 
| 31542 | 
            +
              function create6(initial) {
         | 
| 31568 31543 | 
             
                return creator;
         | 
| 31569 31544 | 
             
                function creator(from3) {
         | 
| 31570 31545 | 
             
                  return createTokenizer(parser, initial, from3);
         | 
| 31571 31546 | 
             
                }
         | 
| 31572 31547 | 
             
                __name(creator, "creator");
         | 
| 31573 31548 | 
             
              }
         | 
| 31574 | 
            -
              __name( | 
| 31549 | 
            +
              __name(create6, "create");
         | 
| 31575 31550 | 
             
            }
         | 
| 31576 31551 | 
             
            __name(parse$7, "parse$7");
         | 
| 31577 31552 | 
             
            const search$1 = /[\0\t\n\r]/g;
         | 
| @@ -31982,10 +31957,10 @@ function compiler(options) { | |
| 31982 31957 | 
             
                return data[key];
         | 
| 31983 31958 | 
             
              }
         | 
| 31984 31959 | 
             
              __name(getData, "getData");
         | 
| 31985 | 
            -
              function opener( | 
| 31960 | 
            +
              function opener(create6, and) {
         | 
| 31986 31961 | 
             
                return open2;
         | 
| 31987 31962 | 
             
                function open2(token) {
         | 
| 31988 | 
            -
                  enter2.call(this,  | 
| 31963 | 
            +
                  enter2.call(this, create6(token), token);
         | 
| 31989 31964 | 
             
                  if (and)
         | 
| 31990 31965 | 
             
                    and.call(this, token);
         | 
| 31991 31966 | 
             
                }
         | 
| @@ -40894,11 +40869,11 @@ var implementation$8 = /* @__PURE__ */ __name(function bind2(that) { | |
| 40894 40869 | 
             
              }
         | 
| 40895 40870 | 
             
              bound = Function("binder", "return function (" + boundArgs.join(",") + "){ return binder.apply(this,arguments); }")(binder);
         | 
| 40896 40871 | 
             
              if (target.prototype) {
         | 
| 40897 | 
            -
                var  | 
| 40872 | 
            +
                var Empty = /* @__PURE__ */ __name(function Empty2() {
         | 
| 40898 40873 | 
             
                }, "Empty");
         | 
| 40899 | 
            -
                 | 
| 40900 | 
            -
                bound.prototype = new  | 
| 40901 | 
            -
                 | 
| 40874 | 
            +
                Empty.prototype = target.prototype;
         | 
| 40875 | 
            +
                bound.prototype = new Empty();
         | 
| 40876 | 
            +
                Empty.prototype = null;
         | 
| 40902 40877 | 
             
              }
         | 
| 40903 40878 | 
             
              return bound;
         | 
| 40904 40879 | 
             
            }, "bind");
         | 
| @@ -45033,7 +45008,7 @@ var _extends$f = Object.assign || function(target) { | |
| 45033 45008 | 
             
              return target;
         | 
| 45034 45009 | 
             
            };
         | 
| 45035 45010 | 
             
            var _createClass$9 = function() {
         | 
| 45036 | 
            -
              function  | 
| 45011 | 
            +
              function defineProperties3(target, props) {
         | 
| 45037 45012 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 45038 45013 | 
             
                  var descriptor2 = props[i];
         | 
| 45039 45014 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -45043,12 +45018,12 @@ var _createClass$9 = function() { | |
| 45043 45018 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 45044 45019 | 
             
                }
         | 
| 45045 45020 | 
             
              }
         | 
| 45046 | 
            -
              __name( | 
| 45021 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 45047 45022 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 45048 45023 | 
             
                if (protoProps)
         | 
| 45049 | 
            -
                   | 
| 45024 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 45050 45025 | 
             
                if (staticProps)
         | 
| 45051 | 
            -
                   | 
| 45026 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 45052 45027 | 
             
                return Constructor;
         | 
| 45053 45028 | 
             
              };
         | 
| 45054 45029 | 
             
            }();
         | 
| @@ -45190,7 +45165,7 @@ var Alpha = function(_ref) { | |
| 45190 45165 | 
             
              return Alpha2;
         | 
| 45191 45166 | 
             
            }(React$2.PureComponent || React$2.Component);
         | 
| 45192 45167 | 
             
            var _createClass$8 = function() {
         | 
| 45193 | 
            -
              function  | 
| 45168 | 
            +
              function defineProperties3(target, props) {
         | 
| 45194 45169 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 45195 45170 | 
             
                  var descriptor2 = props[i];
         | 
| 45196 45171 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -45200,12 +45175,12 @@ var _createClass$8 = function() { | |
| 45200 45175 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 45201 45176 | 
             
                }
         | 
| 45202 45177 | 
             
              }
         | 
| 45203 | 
            -
              __name( | 
| 45178 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 45204 45179 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 45205 45180 | 
             
                if (protoProps)
         | 
| 45206 | 
            -
                   | 
| 45181 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 45207 45182 | 
             
                if (staticProps)
         | 
| 45208 | 
            -
                   | 
| 45183 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 45209 45184 | 
             
                return Constructor;
         | 
| 45210 45185 | 
             
              };
         | 
| 45211 45186 | 
             
            }();
         | 
| @@ -45438,7 +45413,7 @@ var calculateChange$1 = /* @__PURE__ */ __name(function calculateChange2(e2, dir | |
| 45438 45413 | 
             
              return null;
         | 
| 45439 45414 | 
             
            }, "calculateChange");
         | 
| 45440 45415 | 
             
            var _createClass$7 = function() {
         | 
| 45441 | 
            -
              function  | 
| 45416 | 
            +
              function defineProperties3(target, props) {
         | 
| 45442 45417 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 45443 45418 | 
             
                  var descriptor2 = props[i];
         | 
| 45444 45419 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -45448,12 +45423,12 @@ var _createClass$7 = function() { | |
| 45448 45423 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 45449 45424 | 
             
                }
         | 
| 45450 45425 | 
             
              }
         | 
| 45451 | 
            -
              __name( | 
| 45426 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 45452 45427 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 45453 45428 | 
             
                if (protoProps)
         | 
| 45454 | 
            -
                   | 
| 45429 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 45455 45430 | 
             
                if (staticProps)
         | 
| 45456 | 
            -
                   | 
| 45431 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 45457 45432 | 
             
                return Constructor;
         | 
| 45458 45433 | 
             
              };
         | 
| 45459 45434 | 
             
            }();
         | 
| @@ -46664,7 +46639,7 @@ var calculateChange3 = /* @__PURE__ */ __name(function calculateChange4(e2, hsl, | |
| 46664 46639 | 
             
              };
         | 
| 46665 46640 | 
             
            }, "calculateChange");
         | 
| 46666 46641 | 
             
            var _createClass$6 = function() {
         | 
| 46667 | 
            -
              function  | 
| 46642 | 
            +
              function defineProperties3(target, props) {
         | 
| 46668 46643 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 46669 46644 | 
             
                  var descriptor2 = props[i];
         | 
| 46670 46645 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -46674,12 +46649,12 @@ var _createClass$6 = function() { | |
| 46674 46649 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 46675 46650 | 
             
                }
         | 
| 46676 46651 | 
             
              }
         | 
| 46677 | 
            -
              __name( | 
| 46652 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 46678 46653 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 46679 46654 | 
             
                if (protoProps)
         | 
| 46680 | 
            -
                   | 
| 46655 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 46681 46656 | 
             
                if (staticProps)
         | 
| 46682 | 
            -
                   | 
| 46657 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 46683 46658 | 
             
                return Constructor;
         | 
| 46684 46659 | 
             
              };
         | 
| 46685 46660 | 
             
            }();
         | 
| @@ -47981,7 +47956,7 @@ var _extends$e = Object.assign || function(target) { | |
| 47981 47956 | 
             
              return target;
         | 
| 47982 47957 | 
             
            };
         | 
| 47983 47958 | 
             
            var _createClass$5 = function() {
         | 
| 47984 | 
            -
              function  | 
| 47959 | 
            +
              function defineProperties3(target, props) {
         | 
| 47985 47960 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 47986 47961 | 
             
                  var descriptor2 = props[i];
         | 
| 47987 47962 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -47991,12 +47966,12 @@ var _createClass$5 = function() { | |
| 47991 47966 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 47992 47967 | 
             
                }
         | 
| 47993 47968 | 
             
              }
         | 
| 47994 | 
            -
              __name( | 
| 47969 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 47995 47970 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 47996 47971 | 
             
                if (protoProps)
         | 
| 47997 | 
            -
                   | 
| 47972 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 47998 47973 | 
             
                if (staticProps)
         | 
| 47999 | 
            -
                   | 
| 47974 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 48000 47975 | 
             
                return Constructor;
         | 
| 48001 47976 | 
             
              };
         | 
| 48002 47977 | 
             
            }();
         | 
| @@ -48093,7 +48068,7 @@ var _extends$d = Object.assign || function(target) { | |
| 48093 48068 | 
             
              return target;
         | 
| 48094 48069 | 
             
            };
         | 
| 48095 48070 | 
             
            var _createClass$4 = function() {
         | 
| 48096 | 
            -
              function  | 
| 48071 | 
            +
              function defineProperties3(target, props) {
         | 
| 48097 48072 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 48098 48073 | 
             
                  var descriptor2 = props[i];
         | 
| 48099 48074 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -48103,12 +48078,12 @@ var _createClass$4 = function() { | |
| 48103 48078 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 48104 48079 | 
             
                }
         | 
| 48105 48080 | 
             
              }
         | 
| 48106 | 
            -
              __name( | 
| 48081 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 48107 48082 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 48108 48083 | 
             
                if (protoProps)
         | 
| 48109 | 
            -
                   | 
| 48084 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 48110 48085 | 
             
                if (staticProps)
         | 
| 48111 | 
            -
                   | 
| 48086 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 48112 48087 | 
             
                return Constructor;
         | 
| 48113 48088 | 
             
              };
         | 
| 48114 48089 | 
             
            }();
         | 
| @@ -49166,7 +49141,7 @@ var _default$3 = UnfoldMoreHorizontalIcon.default = function(_ref) { | |
| 49166 49141 | 
             
              );
         | 
| 49167 49142 | 
             
            };
         | 
| 49168 49143 | 
             
            var _createClass$3 = function() {
         | 
| 49169 | 
            -
              function  | 
| 49144 | 
            +
              function defineProperties3(target, props) {
         | 
| 49170 49145 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 49171 49146 | 
             
                  var descriptor2 = props[i];
         | 
| 49172 49147 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -49176,12 +49151,12 @@ var _createClass$3 = function() { | |
| 49176 49151 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 49177 49152 | 
             
                }
         | 
| 49178 49153 | 
             
              }
         | 
| 49179 | 
            -
              __name( | 
| 49154 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 49180 49155 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 49181 49156 | 
             
                if (protoProps)
         | 
| 49182 | 
            -
                   | 
| 49157 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 49183 49158 | 
             
                if (staticProps)
         | 
| 49184 | 
            -
                   | 
| 49159 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 49185 49160 | 
             
                return Constructor;
         | 
| 49186 49161 | 
             
              };
         | 
| 49187 49162 | 
             
            }();
         | 
| @@ -50591,7 +50566,7 @@ var PhotoshopPreviews = /* @__PURE__ */ __name(function PhotoshopPreviews2(_ref) | |
| 50591 50566 | 
             
              );
         | 
| 50592 50567 | 
             
            }, "PhotoshopPreviews");
         | 
| 50593 50568 | 
             
            var _createClass$2 = function() {
         | 
| 50594 | 
            -
              function  | 
| 50569 | 
            +
              function defineProperties3(target, props) {
         | 
| 50595 50570 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 50596 50571 | 
             
                  var descriptor2 = props[i];
         | 
| 50597 50572 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -50601,12 +50576,12 @@ var _createClass$2 = function() { | |
| 50601 50576 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 50602 50577 | 
             
                }
         | 
| 50603 50578 | 
             
              }
         | 
| 50604 | 
            -
              __name( | 
| 50579 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 50605 50580 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 50606 50581 | 
             
                if (protoProps)
         | 
| 50607 | 
            -
                   | 
| 50582 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 50608 50583 | 
             
                if (staticProps)
         | 
| 50609 | 
            -
                   | 
| 50584 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 50610 50585 | 
             
                return Constructor;
         | 
| 50611 50586 | 
             
              };
         | 
| 50612 50587 | 
             
            }();
         | 
| @@ -56492,7 +56467,7 @@ const _DataTable = class _DataTable extends React$2.Component { | |
| 56492 56467 | 
             
                    reduxFormCellValidation
         | 
| 56493 56468 | 
             
                  } = this.props;
         | 
| 56494 56469 | 
             
                  const { newEnts, validationErrors } = this.formatAndValidateEntities(
         | 
| 56495 | 
            -
                    initialEntities || entities  | 
| 56470 | 
            +
                    initialEntities || (entities && entities.length ? entities : _origEntities)
         | 
| 56496 56471 | 
             
                  );
         | 
| 56497 56472 | 
             
                  change("reduxFormEntities", newEnts);
         | 
| 56498 56473 | 
             
                  const toKeep = {};
         | 
| @@ -56871,7 +56846,7 @@ const _DataTable = class _DataTable extends React$2.Component { | |
| 56871 56846 | 
             
                }, "updateEntitiesHelper"));
         | 
| 56872 56847 | 
             
                __publicField(this, "getRowCopyText", /* @__PURE__ */ __name((rowEl, { specificColumn } = {}) => {
         | 
| 56873 56848 | 
             
                  if (!rowEl)
         | 
| 56874 | 
            -
                    return;
         | 
| 56849 | 
            +
                    return [];
         | 
| 56875 56850 | 
             
                  const textContent = [];
         | 
| 56876 56851 | 
             
                  const jsonText = [];
         | 
| 56877 56852 | 
             
                  lodashExports.forEach(rowEl.children, (cellEl) => {
         | 
| @@ -58117,6 +58092,26 @@ const _DataTable = class _DataTable extends React$2.Component { | |
| 58117 58092 | 
             
                    return "";
         | 
| 58118 58093 | 
             
                  return stringText;
         | 
| 58119 58094 | 
             
                }, "getCopyTextForCell"));
         | 
| 58095 | 
            +
                __publicField(this, "addEditableTableEntities", /* @__PURE__ */ __name((incomingEnts) => {
         | 
| 58096 | 
            +
                  const { entities = [], reduxFormCellValidation } = computePresets(
         | 
| 58097 | 
            +
                    this.props
         | 
| 58098 | 
            +
                  );
         | 
| 58099 | 
            +
                  this.updateEntitiesHelper(entities, (entities2) => {
         | 
| 58100 | 
            +
                    const newEntities = incomingEnts.map((e2) => __spreadProps(__spreadValues({}, e2), {
         | 
| 58101 | 
            +
                      id: e2.id || nanoid(),
         | 
| 58102 | 
            +
                      _isClean: false
         | 
| 58103 | 
            +
                    }));
         | 
| 58104 | 
            +
                    const { newEnts, validationErrors } = this.formatAndValidateEntities(
         | 
| 58105 | 
            +
                      newEntities,
         | 
| 58106 | 
            +
                      {
         | 
| 58107 | 
            +
                        useDefaultValues: true,
         | 
| 58108 | 
            +
                        indexToStartAt: entities2.length
         | 
| 58109 | 
            +
                      }
         | 
| 58110 | 
            +
                    );
         | 
| 58111 | 
            +
                    entities2.splice(entities2.length, 0, ...newEnts);
         | 
| 58112 | 
            +
                    this.updateValidation(entities2, __spreadValues(__spreadValues({}, reduxFormCellValidation), validationErrors));
         | 
| 58113 | 
            +
                  });
         | 
| 58114 | 
            +
                }, "addEditableTableEntities"));
         | 
| 58120 58115 | 
             
                __publicField(this, "insertRows", /* @__PURE__ */ __name(({ above, numRows = 1, appendToBottom } = {}) => {
         | 
| 58121 58116 | 
             
                  const { entities = [], reduxFormCellValidation } = computePresets(
         | 
| 58122 58117 | 
             
                    this.props
         | 
| @@ -58509,6 +58504,9 @@ const _DataTable = class _DataTable extends React$2.Component { | |
| 58509 58504 | 
             
                    )
         | 
| 58510 58505 | 
             
                  );
         | 
| 58511 58506 | 
             
                }, "renderColumnHeader"));
         | 
| 58507 | 
            +
                if (this.props.helperProp) {
         | 
| 58508 | 
            +
                  this.props.helperProp.addEditableTableEntities = this.addEditableTableEntities;
         | 
| 58509 | 
            +
                }
         | 
| 58512 58510 | 
             
                this.hotkeyEnabler = withHotkeys(__spreadProps(__spreadValues({
         | 
| 58513 58511 | 
             
                  moveUpARow: {
         | 
| 58514 58512 | 
             
                    global: false,
         | 
| @@ -59106,16 +59104,25 @@ const _DataTable = class _DataTable extends React$2.Component { | |
| 59106 59104 | 
             
                              this.table = n2;
         | 
| 59107 59105 | 
             
                          },
         | 
| 59108 59106 | 
             
                          additionalBodyEl: isCellEditable && !onlyShowRowsWErrors && /* @__PURE__ */ React$2.createElement(
         | 
| 59109 | 
            -
                             | 
| 59107 | 
            +
                            "div",
         | 
| 59110 59108 | 
             
                            {
         | 
| 59111 | 
            -
                               | 
| 59112 | 
            -
             | 
| 59113 | 
            -
             | 
| 59114 | 
            -
                                 | 
| 59115 | 
            -
                              } | 
| 59116 | 
            -
                              minimal: true
         | 
| 59109 | 
            +
                              style: {
         | 
| 59110 | 
            +
                                width: "100%",
         | 
| 59111 | 
            +
                                display: "flex",
         | 
| 59112 | 
            +
                                justifyContent: "center"
         | 
| 59113 | 
            +
                              }
         | 
| 59117 59114 | 
             
                            },
         | 
| 59118 | 
            -
                             | 
| 59115 | 
            +
                            /* @__PURE__ */ React$2.createElement(
         | 
| 59116 | 
            +
                              core$5.Button,
         | 
| 59117 | 
            +
                              {
         | 
| 59118 | 
            +
                                icon: "add",
         | 
| 59119 | 
            +
                                onClick: () => {
         | 
| 59120 | 
            +
                                  this.insertRows({ numRows: 10, appendToBottom: true });
         | 
| 59121 | 
            +
                                },
         | 
| 59122 | 
            +
                                minimal: true
         | 
| 59123 | 
            +
                              },
         | 
| 59124 | 
            +
                              "Add 10 Rows"
         | 
| 59125 | 
            +
                            )
         | 
| 59119 59126 | 
             
                          ),
         | 
| 59120 59127 | 
             
                          className: classNames({
         | 
| 59121 59128 | 
             
                            isCellEditable,
         | 
| @@ -61922,6 +61929,7 @@ const PreviewCsvData = observer(function(props) { | |
| 61922 61929 | 
             
                  isSimple: true,
         | 
| 61923 61930 | 
             
                  keepDirtyOnReinitialize: true,
         | 
| 61924 61931 | 
             
                  isCellEditable: true,
         | 
| 61932 | 
            +
                  initialEntities: (initialEntities ? initialEntities : data) || [],
         | 
| 61925 61933 | 
             
                  entities: (initialEntities ? initialEntities : data) || [],
         | 
| 61926 61934 | 
             
                  schema: validateAgainstSchema
         | 
| 61927 61935 | 
             
                }
         | 
| @@ -74633,7 +74641,7 @@ ObjectWithoutPrototypeCache.prototype.set = function(key, value) { | |
| 74633 74641 | 
             
              this.cache[key] = value;
         | 
| 74634 74642 | 
             
            };
         | 
| 74635 74643 | 
             
            var cacheDefault = {
         | 
| 74636 | 
            -
              create: /* @__PURE__ */ __name(function  | 
| 74644 | 
            +
              create: /* @__PURE__ */ __name(function create4() {
         | 
| 74637 74645 | 
             
                return new ObjectWithoutPrototypeCache();
         | 
| 74638 74646 | 
             
              }, "create")
         | 
| 74639 74647 | 
             
            };
         | 
| @@ -79741,7 +79749,7 @@ __name(requireEmpty, "requireEmpty"); | |
| 79741 79749 | 
             
                  }
         | 
| 79742 79750 | 
             
                }, "classCallCheck");
         | 
| 79743 79751 | 
             
                var createClass2 = function() {
         | 
| 79744 | 
            -
                  function  | 
| 79752 | 
            +
                  function defineProperties3(target, props) {
         | 
| 79745 79753 | 
             
                    for (var i = 0; i < props.length; i++) {
         | 
| 79746 79754 | 
             
                      var descriptor2 = props[i];
         | 
| 79747 79755 | 
             
                      descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -79751,12 +79759,12 @@ __name(requireEmpty, "requireEmpty"); | |
| 79751 79759 | 
             
                      Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 79752 79760 | 
             
                    }
         | 
| 79753 79761 | 
             
                  }
         | 
| 79754 | 
            -
                  __name( | 
| 79762 | 
            +
                  __name(defineProperties3, "defineProperties");
         | 
| 79755 79763 | 
             
                  return function(Constructor, protoProps, staticProps) {
         | 
| 79756 79764 | 
             
                    if (protoProps)
         | 
| 79757 | 
            -
                       | 
| 79765 | 
            +
                      defineProperties3(Constructor.prototype, protoProps);
         | 
| 79758 79766 | 
             
                    if (staticProps)
         | 
| 79759 | 
            -
                       | 
| 79767 | 
            +
                      defineProperties3(Constructor, staticProps);
         | 
| 79760 79768 | 
             
                    return Constructor;
         | 
| 79761 79769 | 
             
                  };
         | 
| 79762 79770 | 
             
                }();
         | 
| @@ -83571,10 +83579,10 @@ __name(requireEmpty, "requireEmpty"); | |
| 83571 83579 | 
             
                  return value;
         | 
| 83572 83580 | 
             
                }
         | 
| 83573 83581 | 
             
                __name(dateReviver, "dateReviver");
         | 
| 83574 | 
            -
                function  | 
| 83582 | 
            +
                function create6(options) {
         | 
| 83575 83583 | 
             
                  return new DiffPatcher(options);
         | 
| 83576 83584 | 
             
                }
         | 
| 83577 | 
            -
                __name( | 
| 83585 | 
            +
                __name(create6, "create");
         | 
| 83578 83586 | 
             
                var defaultInstance$4 = void 0;
         | 
| 83579 83587 | 
             
                function diff() {
         | 
| 83580 83588 | 
             
                  if (!defaultInstance$4) {
         | 
| @@ -83614,7 +83622,7 @@ __name(requireEmpty, "requireEmpty"); | |
| 83614 83622 | 
             
                exports3.DiffPatcher = DiffPatcher;
         | 
| 83615 83623 | 
             
                exports3.formatters = index2;
         | 
| 83616 83624 | 
             
                exports3.console = console$1;
         | 
| 83617 | 
            -
                exports3.create =  | 
| 83625 | 
            +
                exports3.create = create6;
         | 
| 83618 83626 | 
             
                exports3.dateReviver = dateReviver;
         | 
| 83619 83627 | 
             
                exports3.diff = diff;
         | 
| 83620 83628 | 
             
                exports3.patch = patch2;
         | 
| @@ -84140,7 +84148,7 @@ const modifiableTypes = [ | |
| 84140 84148 | 
             
              "primers",
         | 
| 84141 84149 | 
             
              "guides"
         | 
| 84142 84150 | 
             
            ];
         | 
| 84143 | 
            -
            function filterSequenceString(sequenceString, {
         | 
| 84151 | 
            +
            function filterSequenceString(sequenceString = "", {
         | 
| 84144 84152 | 
             
              additionalValidChars = "",
         | 
| 84145 84153 | 
             
              isOligo: isOligo2,
         | 
| 84146 84154 | 
             
              name: name2,
         | 
| @@ -93838,12 +93846,6 @@ function validateSequence(sequence2, options = {}) { | |
| 93838 93846 | 
             
                sequence2.proteinSize = sequence2.proteinSequence.length;
         | 
| 93839 93847 | 
             
              } else {
         | 
| 93840 93848 | 
             
                const temp = sequence2.sequence;
         | 
| 93841 | 
            -
                if (!sequence2.isOligo) {
         | 
| 93842 | 
            -
                  sequence2.sequence = sequence2.sequence.replace(
         | 
| 93843 | 
            -
                    /u/gi,
         | 
| 93844 | 
            -
                    (u2) => u2 === "U" ? "T" : "t"
         | 
| 93845 | 
            -
                  );
         | 
| 93846 | 
            -
                }
         | 
| 93847 93849 | 
             
                if (temp !== sequence2.sequence && !sequence2.isDNA && !sequence2.isProtein && sequence2.isRNA !== false) {
         | 
| 93848 93850 | 
             
                  sequence2.type = "RNA";
         | 
| 93849 93851 | 
             
                  sequence2.sequence = temp;
         | 
| @@ -107984,7 +107986,7 @@ var defineProperty$2 = /* @__PURE__ */ __name(function(object3, name2, value, pr | |
| 107984 107986 | 
             
                object3[name2] = value;
         | 
| 107985 107987 | 
             
              }
         | 
| 107986 107988 | 
             
            }, "defineProperty$2");
         | 
| 107987 | 
            -
            var  | 
| 107989 | 
            +
            var defineProperties2 = /* @__PURE__ */ __name(function(object3, map3) {
         | 
| 107988 107990 | 
             
              var predicates = arguments.length > 2 ? arguments[2] : {};
         | 
| 107989 107991 | 
             
              var props = keys$1(map3);
         | 
| 107990 107992 | 
             
              if (hasSymbols2) {
         | 
| @@ -107994,8 +107996,8 @@ var defineProperties3 = /* @__PURE__ */ __name(function(object3, map3) { | |
| 107994 107996 | 
             
                defineProperty$2(object3, props[i], map3[props[i]], predicates[props[i]]);
         | 
| 107995 107997 | 
             
              }
         | 
| 107996 107998 | 
             
            }, "defineProperties");
         | 
| 107997 | 
            -
             | 
| 107998 | 
            -
            var defineProperties_1 =  | 
| 107999 | 
            +
            defineProperties2.supportsDescriptors = !!supportsDescriptors$2;
         | 
| 108000 | 
            +
            var defineProperties_1 = defineProperties2;
         | 
| 107999 108001 | 
             
            var numberIsNaN = /* @__PURE__ */ __name(function(value) {
         | 
| 108000 108002 | 
             
              return value !== value;
         | 
| 108001 108003 | 
             
            }, "numberIsNaN");
         | 
| @@ -116722,7 +116724,7 @@ function usePrevious(current) { | |
| 116722 116724 | 
             
              return ref;
         | 
| 116723 116725 | 
             
            }
         | 
| 116724 116726 | 
             
            __name(usePrevious, "usePrevious");
         | 
| 116725 | 
            -
            function  | 
| 116727 | 
            +
            function create5() {
         | 
| 116726 116728 | 
             
              let lock = null;
         | 
| 116727 116729 | 
             
              function isClaimed() {
         | 
| 116728 116730 | 
             
                return Boolean(lock);
         | 
| @@ -116761,7 +116763,7 @@ function create6() { | |
| 116761 116763 | 
             
                tryAbandon
         | 
| 116762 116764 | 
             
              };
         | 
| 116763 116765 | 
             
            }
         | 
| 116764 | 
            -
            __name( | 
| 116766 | 
            +
            __name(create5, "create");
         | 
| 116765 116767 | 
             
            function isDragging(state2) {
         | 
| 116766 116768 | 
             
              if (state2.phase === "IDLE" || state2.phase === "DROP_ANIMATING") {
         | 
| 116767 116769 | 
             
                return false;
         | 
| @@ -117804,7 +117806,7 @@ function useSensorMarshal(_ref4) { | |
| 117804 117806 | 
             
                enableDefaultSensors
         | 
| 117805 117807 | 
             
              } = _ref4;
         | 
| 117806 117808 | 
             
              const useSensors = [...enableDefaultSensors ? defaultSensors : [], ...customSensors || []];
         | 
| 117807 | 
            -
              const lockAPI = React$2.useState(() =>  | 
| 117809 | 
            +
              const lockAPI = React$2.useState(() => create5())[0];
         | 
| 117808 117810 | 
             
              const tryAbandonLock = useCallback(/* @__PURE__ */ __name(function tryAbandonLock2(previous2, current) {
         | 
| 117809 117811 | 
             
                if (isDragging(previous2) && !isDragging(current)) {
         | 
| 117810 117812 | 
             
                  lockAPI.tryAbandon();
         | 
| @@ -125973,7 +125975,7 @@ function showFileDialog({ multiple = false, onSelect }) { | |
| 125973 125975 | 
             
            }
         | 
| 125974 125976 | 
             
            __name(showFileDialog, "showFileDialog");
         | 
| 125975 125977 | 
             
            const name = "@teselagen/ove";
         | 
| 125976 | 
            -
            const version = "0.3. | 
| 125978 | 
            +
            const version = "0.3.55";
         | 
| 125977 125979 | 
             
            const main = "./src/index.js";
         | 
| 125978 125980 | 
             
            const exports$1 = {
         | 
| 125979 125981 | 
             
              ".": {
         | 
| @@ -128281,7 +128283,7 @@ var classCallCheck = /* @__PURE__ */ __name(function(instance, Constructor) { | |
| 128281 128283 | 
             
              }
         | 
| 128282 128284 | 
             
            }, "classCallCheck");
         | 
| 128283 128285 | 
             
            var createClass = function() {
         | 
| 128284 | 
            -
              function  | 
| 128286 | 
            +
              function defineProperties3(target, props) {
         | 
| 128285 128287 | 
             
                for (var i = 0; i < props.length; i++) {
         | 
| 128286 128288 | 
             
                  var descriptor2 = props[i];
         | 
| 128287 128289 | 
             
                  descriptor2.enumerable = descriptor2.enumerable || false;
         | 
| @@ -128291,16 +128293,16 @@ var createClass = function() { | |
| 128291 128293 | 
             
                  Object.defineProperty(target, descriptor2.key, descriptor2);
         | 
| 128292 128294 | 
             
                }
         | 
| 128293 128295 | 
             
              }
         | 
| 128294 | 
            -
              __name( | 
| 128296 | 
            +
              __name(defineProperties3, "defineProperties");
         | 
| 128295 128297 | 
             
              return function(Constructor, protoProps, staticProps) {
         | 
| 128296 128298 | 
             
                if (protoProps)
         | 
| 128297 | 
            -
                   | 
| 128299 | 
            +
                  defineProperties3(Constructor.prototype, protoProps);
         | 
| 128298 128300 | 
             
                if (staticProps)
         | 
| 128299 | 
            -
                   | 
| 128301 | 
            +
                  defineProperties3(Constructor, staticProps);
         | 
| 128300 128302 | 
             
                return Constructor;
         | 
| 128301 128303 | 
             
              };
         | 
| 128302 128304 | 
             
            }();
         | 
| 128303 | 
            -
            var  | 
| 128305 | 
            +
            var defineProperty5 = /* @__PURE__ */ __name(function(obj, key, value) {
         | 
| 128304 128306 | 
             
              if (key in obj) {
         | 
| 128305 128307 | 
             
                Object.defineProperty(obj, key, {
         | 
| 128306 128308 | 
             
                  value,
         | 
| @@ -128911,7 +128913,7 @@ function arrow(data, options) { | |
| 128911 128913 | 
             
              var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
         | 
| 128912 128914 | 
             
              sideValue = Math.max(Math.min(popper2[len] - arrowElementSize, sideValue), 0);
         | 
| 128913 128915 | 
             
              data.arrowElement = arrowElement;
         | 
| 128914 | 
            -
              data.offsets.arrow = (_data$offsets$arrow = {},  | 
| 128916 | 
            +
              data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty5(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty5(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
         | 
| 128915 128917 | 
             
              return data;
         | 
| 128916 128918 | 
             
            }
         | 
| 128917 128919 | 
             
            __name(arrow, "arrow");
         | 
| @@ -129142,7 +129144,7 @@ function preventOverflow(data, options) { | |
| 129142 129144 | 
             
                  if (popper2[placement] < boundaries[placement] && !options.escapeWithReference) {
         | 
| 129143 129145 | 
             
                    value = Math.max(popper2[placement], boundaries[placement]);
         | 
| 129144 129146 | 
             
                  }
         | 
| 129145 | 
            -
                  return  | 
| 129147 | 
            +
                  return defineProperty5({}, placement, value);
         | 
| 129146 129148 | 
             
                }, "primary"),
         | 
| 129147 129149 | 
             
                secondary: /* @__PURE__ */ __name(function secondary(placement) {
         | 
| 129148 129150 | 
             
                  var mainSide = placement === "right" ? "left" : "top";
         | 
| @@ -129150,7 +129152,7 @@ function preventOverflow(data, options) { | |
| 129150 129152 | 
             
                  if (popper2[placement] > boundaries[placement] && !options.escapeWithReference) {
         | 
| 129151 129153 | 
             
                    value = Math.min(popper2[mainSide], boundaries[placement] - (placement === "right" ? popper2.width : popper2.height));
         | 
| 129152 129154 | 
             
                  }
         | 
| 129153 | 
            -
                  return  | 
| 129155 | 
            +
                  return defineProperty5({}, mainSide, value);
         | 
| 129154 129156 | 
             
                }, "secondary")
         | 
| 129155 129157 | 
             
              };
         | 
| 129156 129158 | 
             
              order2.forEach(function(placement) {
         | 
| @@ -129171,8 +129173,8 @@ function shift3(data) { | |
| 129171 129173 | 
             
                var side = isVertical ? "left" : "top";
         | 
| 129172 129174 | 
             
                var measurement = isVertical ? "width" : "height";
         | 
| 129173 129175 | 
             
                var shiftOffsets = {
         | 
| 129174 | 
            -
                  start:  | 
| 129175 | 
            -
                  end:  | 
| 129176 | 
            +
                  start: defineProperty5({}, side, reference2[side]),
         | 
| 129177 | 
            +
                  end: defineProperty5({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
         | 
| 129176 129178 | 
             
                };
         | 
| 129177 129179 | 
             
                data.offsets.popper = _extends$1({}, popper2, shiftOffsets[shiftvariation]);
         | 
| 129178 129180 | 
             
              }
         | 
| @@ -135645,7 +135647,7 @@ function DrawAnnotationInner({ | |
| 135645 135647 | 
             
                  "g",
         | 
| 135646 135648 | 
             
                  __spreadValues(__spreadProps(__spreadValues({
         | 
| 135647 135649 | 
             
                    transform: transform2,
         | 
| 135648 | 
            -
                    title: noTitle ? null : titleText
         | 
| 135650 | 
            +
                    "data-title": noTitle ? null : titleText
         | 
| 135649 135651 | 
             
                  }, avoidOverlapWith), {
         | 
| 135650 135652 | 
             
                    key: isNotLocation ? "notLocation" : "location--" + annotation.id + "--" + i
         | 
| 135651 135653 | 
             
                  }), sharedProps),
         |