@vitessce/all 3.3.7 → 3.3.8

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.
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
2
- import { B as BaseDecoder } from "./index-0aa2b092.js";
2
+ import { B as BaseDecoder } from "./index-a97d6cff.js";
3
3
  import "react";
4
4
  import "@vitessce/vit-s";
5
5
  import "react-dom";
@@ -1,6 +1,6 @@
1
1
  import React__default from "react";
2
2
  import ReactDOM__default from "react-dom";
3
- import { c as commonjsGlobal, o as objectAssign, g as getDefaultExportFromCjs, e as earcut, b as getAugmentedNamespace } from "./index-0aa2b092.js";
3
+ import { c as commonjsGlobal, o as objectAssign, g as getDefaultExportFromCjs, e as earcut, b as getAugmentedNamespace } from "./index-a97d6cff.js";
4
4
  function _mergeNamespaces(n, m) {
5
5
  for (var i = 0; i < m.length; i++) {
6
6
  const e = m[i];
@@ -15849,7 +15849,7 @@ function getStylesCreator(stylesOrCreator) {
15849
15849
  }
15850
15850
  }
15851
15851
  return {
15852
- create: function create6(theme, name2) {
15852
+ create: function create5(theme, name2) {
15853
15853
  var styles35;
15854
15854
  try {
15855
15855
  styles35 = themingEnabled ? stylesOrCreator(theme) : stylesOrCreator;
@@ -24968,7 +24968,7 @@ var classCallCheck$1 = function(instance, Constructor) {
24968
24968
  }
24969
24969
  };
24970
24970
  var createClass$1 = function() {
24971
- function defineProperties4(target2, props2) {
24971
+ function defineProperties3(target2, props2) {
24972
24972
  for (var i2 = 0; i2 < props2.length; i2++) {
24973
24973
  var descriptor2 = props2[i2];
24974
24974
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -24980,9 +24980,9 @@ var createClass$1 = function() {
24980
24980
  }
24981
24981
  return function(Constructor, protoProps, staticProps) {
24982
24982
  if (protoProps)
24983
- defineProperties4(Constructor.prototype, protoProps);
24983
+ defineProperties3(Constructor.prototype, protoProps);
24984
24984
  if (staticProps)
24985
- defineProperties4(Constructor, staticProps);
24985
+ defineProperties3(Constructor, staticProps);
24986
24986
  return Constructor;
24987
24987
  };
24988
24988
  }();
@@ -39084,10 +39084,10 @@ var _propertyDesc = function(bitmap, value2) {
39084
39084
  value: value2
39085
39085
  };
39086
39086
  };
39087
- var dP$2 = require_objectDp();
39087
+ var dP$1 = require_objectDp();
39088
39088
  var createDesc$2 = _propertyDesc;
39089
39089
  var _hide = require_descriptors() ? function(object2, key2, value2) {
39090
- return dP$2.f(object2, key2, createDesc$2(1, value2));
39090
+ return dP$1.f(object2, key2, createDesc$2(1, value2));
39091
39091
  } : function(object2, key2, value2) {
39092
39092
  object2[key2] = value2;
39093
39093
  return object2;
@@ -39101,7 +39101,7 @@ var core$3 = _coreExports;
39101
39101
  var ctx = _ctx;
39102
39102
  var hide$2 = _hide;
39103
39103
  var has$a = _has$1;
39104
- var PROTOTYPE$2 = "prototype";
39104
+ var PROTOTYPE$1 = "prototype";
39105
39105
  var $export$6 = function(type2, name2, source2) {
39106
39106
  var IS_FORCED = type2 & $export$6.F;
39107
39107
  var IS_GLOBAL = type2 & $export$6.G;
@@ -39110,8 +39110,8 @@ var $export$6 = function(type2, name2, source2) {
39110
39110
  var IS_BIND = type2 & $export$6.B;
39111
39111
  var IS_WRAP = type2 & $export$6.W;
39112
39112
  var exports2 = IS_GLOBAL ? core$3 : core$3[name2] || (core$3[name2] = {});
39113
- var expProto = exports2[PROTOTYPE$2];
39114
- var target2 = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$2];
39113
+ var expProto = exports2[PROTOTYPE$1];
39114
+ var target2 = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$1];
39115
39115
  var key2, own, out;
39116
39116
  if (IS_GLOBAL)
39117
39117
  source2 = name2;
@@ -39135,7 +39135,7 @@ var $export$6 = function(type2, name2, source2) {
39135
39135
  }
39136
39136
  return C3.apply(this, arguments);
39137
39137
  };
39138
- F[PROTOTYPE$2] = C3[PROTOTYPE$2];
39138
+ F[PROTOTYPE$1] = C3[PROTOTYPE$1];
39139
39139
  return F;
39140
39140
  }(out) : IS_PROTO && typeof out == "function" ? ctx(Function.call, out) : out;
39141
39141
  if (IS_PROTO) {
@@ -39240,22 +39240,30 @@ var px$1 = Math.random();
39240
39240
  var _uid = function(key2) {
39241
39241
  return "Symbol(".concat(key2 === void 0 ? "" : key2, ")_", (++id$3 + px$1).toString(36));
39242
39242
  };
39243
- var shared$1 = _sharedExports("keys");
39244
- var uid$3 = _uid;
39245
- var _sharedKey = function(key2) {
39246
- return shared$1[key2] || (shared$1[key2] = uid$3(key2));
39247
- };
39243
+ var _sharedKey;
39244
+ var hasRequired_sharedKey;
39245
+ function require_sharedKey() {
39246
+ if (hasRequired_sharedKey)
39247
+ return _sharedKey;
39248
+ hasRequired_sharedKey = 1;
39249
+ var shared2 = _sharedExports("keys");
39250
+ var uid2 = _uid;
39251
+ _sharedKey = function(key2) {
39252
+ return shared2[key2] || (shared2[key2] = uid2(key2));
39253
+ };
39254
+ return _sharedKey;
39255
+ }
39248
39256
  var has$9 = _has$1;
39249
39257
  var toIObject$4 = _toIobject;
39250
39258
  var arrayIndexOf = _arrayIncludes(false);
39251
- var IE_PROTO$2 = _sharedKey("IE_PROTO");
39259
+ var IE_PROTO$1 = require_sharedKey()("IE_PROTO");
39252
39260
  var _objectKeysInternal = function(object2, names) {
39253
39261
  var O = toIObject$4(object2);
39254
39262
  var i2 = 0;
39255
39263
  var result = [];
39256
39264
  var key2;
39257
39265
  for (key2 in O)
39258
- if (key2 != IE_PROTO$2)
39266
+ if (key2 != IE_PROTO$1)
39259
39267
  has$9(O, key2) && result.push(key2);
39260
39268
  while (names.length > i2)
39261
39269
  if (has$9(O, key2 = names[i2++])) {
@@ -39265,9 +39273,9 @@ var _objectKeysInternal = function(object2, names) {
39265
39273
  };
39266
39274
  var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
39267
39275
  var $keys$2 = _objectKeysInternal;
39268
- var enumBugKeys$1 = _enumBugKeys;
39276
+ var enumBugKeys = _enumBugKeys;
39269
39277
  var _objectKeys$1 = Object.keys || function keys(O) {
39270
- return $keys$2(O, enumBugKeys$1);
39278
+ return $keys$2(O, enumBugKeys);
39271
39279
  };
39272
39280
  var _objectGops = {};
39273
39281
  _objectGops.f = Object.getOwnPropertySymbols;
@@ -39385,7 +39393,7 @@ function _interopRequireDefault$o(obj) {
39385
39393
  return obj && obj.__esModule ? obj : { default: obj };
39386
39394
  }
39387
39395
  var _default$5 = function() {
39388
- function defineProperties4(target2, props2) {
39396
+ function defineProperties3(target2, props2) {
39389
39397
  for (var i2 = 0; i2 < props2.length; i2++) {
39390
39398
  var descriptor2 = props2[i2];
39391
39399
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -39397,9 +39405,9 @@ var _default$5 = function() {
39397
39405
  }
39398
39406
  return function(Constructor, protoProps, staticProps) {
39399
39407
  if (protoProps)
39400
- defineProperties4(Constructor.prototype, protoProps);
39408
+ defineProperties3(Constructor.prototype, protoProps);
39401
39409
  if (staticProps)
39402
- defineProperties4(Constructor, staticProps);
39410
+ defineProperties3(Constructor, staticProps);
39403
39411
  return Constructor;
39404
39412
  };
39405
39413
  }();
@@ -39420,19 +39428,27 @@ var _stringAt = function(TO_STRING) {
39420
39428
  };
39421
39429
  var _redefine = _hide;
39422
39430
  var _iterators = {};
39423
- var dP$1 = require_objectDp();
39424
- var anObject$2 = _anObject;
39425
- var getKeys$1 = _objectKeys$1;
39426
- var _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties(O, Properties) {
39427
- anObject$2(O);
39428
- var keys4 = getKeys$1(Properties);
39429
- var length2 = keys4.length;
39430
- var i2 = 0;
39431
- var P2;
39432
- while (length2 > i2)
39433
- dP$1.f(O, P2 = keys4[i2++], Properties[P2]);
39434
- return O;
39435
- };
39431
+ var _objectDps;
39432
+ var hasRequired_objectDps;
39433
+ function require_objectDps() {
39434
+ if (hasRequired_objectDps)
39435
+ return _objectDps;
39436
+ hasRequired_objectDps = 1;
39437
+ var dP2 = require_objectDp();
39438
+ var anObject2 = _anObject;
39439
+ var getKeys2 = _objectKeys$1;
39440
+ _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties3(O, Properties) {
39441
+ anObject2(O);
39442
+ var keys4 = getKeys2(Properties);
39443
+ var length2 = keys4.length;
39444
+ var i2 = 0;
39445
+ var P2;
39446
+ while (length2 > i2)
39447
+ dP2.f(O, P2 = keys4[i2++], Properties[P2]);
39448
+ return O;
39449
+ };
39450
+ return _objectDps;
39451
+ }
39436
39452
  var _html;
39437
39453
  var hasRequired_html;
39438
39454
  function require_html() {
@@ -39443,42 +39459,50 @@ function require_html() {
39443
39459
  _html = document2 && document2.documentElement;
39444
39460
  return _html;
39445
39461
  }
39446
- var anObject$1 = _anObject;
39447
- var dPs = _objectDps;
39448
- var enumBugKeys = _enumBugKeys;
39449
- var IE_PROTO$1 = _sharedKey("IE_PROTO");
39450
- var Empty$2 = function() {
39451
- };
39452
- var PROTOTYPE$1 = "prototype";
39453
- var createDict = function() {
39454
- var iframe = require_domCreate()("iframe");
39455
- var i2 = enumBugKeys.length;
39456
- var lt2 = "<";
39457
- var gt2 = ">";
39458
- var iframeDocument;
39459
- iframe.style.display = "none";
39460
- require_html().appendChild(iframe);
39461
- iframe.src = "javascript:";
39462
- iframeDocument = iframe.contentWindow.document;
39463
- iframeDocument.open();
39464
- iframeDocument.write(lt2 + "script" + gt2 + "document.F=Object" + lt2 + "/script" + gt2);
39465
- iframeDocument.close();
39466
- createDict = iframeDocument.F;
39467
- while (i2--)
39468
- delete createDict[PROTOTYPE$1][enumBugKeys[i2]];
39469
- return createDict();
39470
- };
39471
- var _objectCreate = Object.create || function create2(O, Properties) {
39472
- var result;
39473
- if (O !== null) {
39474
- Empty$2[PROTOTYPE$1] = anObject$1(O);
39475
- result = new Empty$2();
39476
- Empty$2[PROTOTYPE$1] = null;
39477
- result[IE_PROTO$1] = O;
39478
- } else
39479
- result = createDict();
39480
- return Properties === void 0 ? result : dPs(result, Properties);
39481
- };
39462
+ var _objectCreate;
39463
+ var hasRequired_objectCreate;
39464
+ function require_objectCreate() {
39465
+ if (hasRequired_objectCreate)
39466
+ return _objectCreate;
39467
+ hasRequired_objectCreate = 1;
39468
+ var anObject2 = _anObject;
39469
+ var dPs = require_objectDps();
39470
+ var enumBugKeys2 = _enumBugKeys;
39471
+ var IE_PROTO2 = require_sharedKey()("IE_PROTO");
39472
+ var Empty2 = function() {
39473
+ };
39474
+ var PROTOTYPE2 = "prototype";
39475
+ var createDict = function() {
39476
+ var iframe = require_domCreate()("iframe");
39477
+ var i2 = enumBugKeys2.length;
39478
+ var lt2 = "<";
39479
+ var gt2 = ">";
39480
+ var iframeDocument;
39481
+ iframe.style.display = "none";
39482
+ require_html().appendChild(iframe);
39483
+ iframe.src = "javascript:";
39484
+ iframeDocument = iframe.contentWindow.document;
39485
+ iframeDocument.open();
39486
+ iframeDocument.write(lt2 + "script" + gt2 + "document.F=Object" + lt2 + "/script" + gt2);
39487
+ iframeDocument.close();
39488
+ createDict = iframeDocument.F;
39489
+ while (i2--)
39490
+ delete createDict[PROTOTYPE2][enumBugKeys2[i2]];
39491
+ return createDict();
39492
+ };
39493
+ _objectCreate = Object.create || function create5(O, Properties) {
39494
+ var result;
39495
+ if (O !== null) {
39496
+ Empty2[PROTOTYPE2] = anObject2(O);
39497
+ result = new Empty2();
39498
+ Empty2[PROTOTYPE2] = null;
39499
+ result[IE_PROTO2] = O;
39500
+ } else
39501
+ result = createDict();
39502
+ return Properties === void 0 ? result : dPs(result, Properties);
39503
+ };
39504
+ return _objectCreate;
39505
+ }
39482
39506
  var _wks = { exports: {} };
39483
39507
  var store = _sharedExports("wks");
39484
39508
  var uid$2 = _uid;
@@ -39496,7 +39520,7 @@ var _setToStringTag = function(it, tag2, stat) {
39496
39520
  if (it && !has$8(it = stat ? it : it.prototype, TAG))
39497
39521
  def$1(it, TAG, { configurable: true, value: tag2 });
39498
39522
  };
39499
- var create$b = _objectCreate;
39523
+ var create$b = require_objectCreate();
39500
39524
  var descriptor = _propertyDesc;
39501
39525
  var setToStringTag$2 = _setToStringTag;
39502
39526
  var IteratorPrototype$2 = {};
@@ -39509,7 +39533,7 @@ var _iterCreate = function(Constructor, NAME2, next3) {
39509
39533
  };
39510
39534
  var has$7 = _has$1;
39511
39535
  var toObject$2 = _toObject;
39512
- var IE_PROTO = _sharedKey("IE_PROTO");
39536
+ var IE_PROTO = require_sharedKey()("IE_PROTO");
39513
39537
  var ObjectProto$1 = Object.prototype;
39514
39538
  var _objectGpo = Object.getPrototypeOf || function(O) {
39515
39539
  O = toObject$2(O);
@@ -39672,23 +39696,23 @@ var setMeta = function(it) {
39672
39696
  // weak collections IDs
39673
39697
  } });
39674
39698
  };
39675
- var fastKey = function(it, create6) {
39699
+ var fastKey = function(it, create5) {
39676
39700
  if (!isObject$h(it))
39677
39701
  return typeof it == "symbol" ? it : (typeof it == "string" ? "S" : "P") + it;
39678
39702
  if (!has$6(it, META$1)) {
39679
39703
  if (!isExtensible(it))
39680
39704
  return "F";
39681
- if (!create6)
39705
+ if (!create5)
39682
39706
  return "E";
39683
39707
  setMeta(it);
39684
39708
  }
39685
39709
  return it[META$1].i;
39686
39710
  };
39687
- var getWeak = function(it, create6) {
39711
+ var getWeak = function(it, create5) {
39688
39712
  if (!has$6(it, META$1)) {
39689
39713
  if (!isExtensible(it))
39690
39714
  return true;
39691
- if (!create6)
39715
+ if (!create5)
39692
39716
  return false;
39693
39717
  setMeta(it);
39694
39718
  }
@@ -39797,7 +39821,7 @@ var toObject$1 = _toObject;
39797
39821
  var toIObject = _toIobject;
39798
39822
  var toPrimitive = _toPrimitive;
39799
39823
  var createDesc = _propertyDesc;
39800
- var _create$1 = _objectCreate;
39824
+ var _create$1 = require_objectCreate();
39801
39825
  var gOPNExt = _objectGopnExt;
39802
39826
  var $GOPD = _objectGopd;
39803
39827
  var $GOPS = _objectGops;
@@ -39864,7 +39888,7 @@ var $defineProperty$1 = function defineProperty2(it, key2, D2) {
39864
39888
  }
39865
39889
  return dP(it, key2, D2);
39866
39890
  };
39867
- var $defineProperties = function defineProperties2(it, P2) {
39891
+ var $defineProperties = function defineProperties(it, P2) {
39868
39892
  anObject(it);
39869
39893
  var keys4 = enumKeys(P2 = toIObject(P2));
39870
39894
  var i2 = 0;
@@ -39874,7 +39898,7 @@ var $defineProperties = function defineProperties2(it, P2) {
39874
39898
  $defineProperty$1(it, key2 = keys4[i2++], P2[key2]);
39875
39899
  return it;
39876
39900
  };
39877
- var $create = function create3(it, P2) {
39901
+ var $create = function create2(it, P2) {
39878
39902
  return P2 === void 0 ? _create$1(it) : $defineProperties(_create$1(it), P2);
39879
39903
  };
39880
39904
  var $propertyIsEnumerable = function propertyIsEnumerable(key2) {
@@ -40101,9 +40125,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
40101
40125
  var setPrototypeOf$2 = _coreExports.Object.setPrototypeOf;
40102
40126
  var setPrototypeOf$1 = { "default": setPrototypeOf$2, __esModule: true };
40103
40127
  var $export = _export;
40104
- $export($export.S, "Object", { create: _objectCreate });
40128
+ $export($export.S, "Object", { create: require_objectCreate() });
40105
40129
  var $Object$1 = _coreExports.Object;
40106
- var create$a = function create4(P2, D2) {
40130
+ var create$a = function create3(P2, D2) {
40107
40131
  return $Object$1.create(P2, D2);
40108
40132
  };
40109
40133
  var create$9 = { "default": create$a, __esModule: true };
@@ -93902,11 +93926,11 @@ class Tileset2D {
93902
93926
  this._dirty = false;
93903
93927
  }
93904
93928
  }
93905
- _getTile(index2, create6) {
93929
+ _getTile(index2, create5) {
93906
93930
  const id2 = this.getTileId(index2);
93907
93931
  let tile = this._cache.get(id2);
93908
93932
  let needsReload = false;
93909
- if (!tile && create6) {
93933
+ if (!tile && create5) {
93910
93934
  tile = new Tile2DHeader(index2);
93911
93935
  Object.assign(tile, this.getTileMetadata(tile.index));
93912
93936
  Object.assign(tile, {
@@ -122156,7 +122180,7 @@ var defineProperty$2 = function(object2, name2, value2, predicate) {
122156
122180
  object2[name2] = value2;
122157
122181
  }
122158
122182
  };
122159
- var defineProperties3 = function(object2, map2) {
122183
+ var defineProperties2 = function(object2, map2) {
122160
122184
  var predicates = arguments.length > 2 ? arguments[2] : {};
122161
122185
  var props2 = keys$4(map2);
122162
122186
  if (hasSymbols2) {
@@ -122166,8 +122190,8 @@ var defineProperties3 = function(object2, map2) {
122166
122190
  defineProperty$2(object2, props2[i2], map2[props2[i2]], predicates[props2[i2]]);
122167
122191
  }
122168
122192
  };
122169
- defineProperties3.supportsDescriptors = !!supportsDescriptors$2;
122170
- var defineProperties_1 = defineProperties3;
122193
+ defineProperties2.supportsDescriptors = !!supportsDescriptors$2;
122194
+ var defineProperties_1 = defineProperties2;
122171
122195
  var numberIsNaN = function(value2) {
122172
122196
  return value2 !== value2;
122173
122197
  };
@@ -156397,16 +156421,16 @@ async function getDecoder(fileDirectory) {
156397
156421
  const Decoder = await importFn();
156398
156422
  return new Decoder(fileDirectory);
156399
156423
  }
156400
- addDecoder([void 0, 1], () => import("./raw-6a5ee9b6.js").then((m2) => m2.default));
156401
- addDecoder(5, () => import("./lzw-e6575211.js").then((m2) => m2.default));
156424
+ addDecoder([void 0, 1], () => import("./raw-5ddb5b7f.js").then((m2) => m2.default));
156425
+ addDecoder(5, () => import("./lzw-ee8021e0.js").then((m2) => m2.default));
156402
156426
  addDecoder(6, () => {
156403
156427
  throw new Error("old style JPEG compression is not supported.");
156404
156428
  });
156405
- addDecoder(7, () => import("./jpeg-913b4a29.js").then((m2) => m2.default));
156406
- addDecoder([8, 32946], () => import("./deflate-aae0b27f.js").then((m2) => m2.default));
156407
- addDecoder(32773, () => import("./packbits-d3d3e4e9.js").then((m2) => m2.default));
156408
- addDecoder(34887, () => import("./lerc-c5d4fc8f.js").then((m2) => m2.default));
156409
- addDecoder(50001, () => import("./webimage-6e4a32e0.js").then((m2) => m2.default));
156429
+ addDecoder(7, () => import("./jpeg-773ebeec.js").then((m2) => m2.default));
156430
+ addDecoder([8, 32946], () => import("./deflate-8ecc37d7.js").then((m2) => m2.default));
156431
+ addDecoder(32773, () => import("./packbits-40c62302.js").then((m2) => m2.default));
156432
+ addDecoder(34887, () => import("./lerc-cd64e4aa.js").then((m2) => m2.default));
156433
+ addDecoder(50001, () => import("./webimage-50369c59.js").then((m2) => m2.default));
156410
156434
  function copyNewSize(array2, width2, height2, samplesPerPixel = 1) {
156411
156435
  return new (Object.getPrototypeOf(array2)).constructor(width2 * height2 * samplesPerPixel);
156412
156436
  }
@@ -172669,18 +172693,18 @@ function selection_lower() {
172669
172693
  return this.each(lower);
172670
172694
  }
172671
172695
  function selection_append(name2) {
172672
- var create6 = typeof name2 === "function" ? name2 : creator(name2);
172696
+ var create5 = typeof name2 === "function" ? name2 : creator(name2);
172673
172697
  return this.select(function() {
172674
- return this.appendChild(create6.apply(this, arguments));
172698
+ return this.appendChild(create5.apply(this, arguments));
172675
172699
  });
172676
172700
  }
172677
172701
  function constantNull() {
172678
172702
  return null;
172679
172703
  }
172680
172704
  function selection_insert(name2, before) {
172681
- var create6 = typeof name2 === "function" ? name2 : creator(name2), select2 = before == null ? constantNull : typeof before === "function" ? before : selector(before);
172705
+ var create5 = typeof name2 === "function" ? name2 : creator(name2), select2 = before == null ? constantNull : typeof before === "function" ? before : selector(before);
172682
172706
  return this.select(function() {
172683
- return this.insertBefore(create6.apply(this, arguments), select2.apply(this, arguments) || null);
172707
+ return this.insertBefore(create5.apply(this, arguments), select2.apply(this, arguments) || null);
172684
172708
  });
172685
172709
  }
172686
172710
  function remove$1() {
@@ -176700,7 +176724,7 @@ var typedFunction$1 = { exports: {} };
176700
176724
  function undef() {
176701
176725
  return void 0;
176702
176726
  }
176703
- function create6() {
176727
+ function create5() {
176704
176728
  var _types = [
176705
176729
  { name: "number", test: function(x2) {
176706
176730
  return typeof x2 === "number";
@@ -177452,7 +177476,7 @@ var typedFunction$1 = { exports: {} };
177452
177476
  return createTypedFunction(name2, extractSignatures(fns));
177453
177477
  }
177454
177478
  });
177455
- typed2.create = create6;
177479
+ typed2.create = create5;
177456
177480
  typed2.types = _types;
177457
177481
  typed2.conversions = _conversions;
177458
177482
  typed2.ignore = _ignore;
@@ -177483,7 +177507,7 @@ var typedFunction$1 = { exports: {} };
177483
177507
  };
177484
177508
  return typed2;
177485
177509
  }
177486
- return create6();
177510
+ return create5();
177487
177511
  });
177488
177512
  })(typedFunction$1);
177489
177513
  var typedFunctionExports = typedFunction$1.exports;
@@ -178195,11 +178219,11 @@ function getArrayDataType(array2, typeOf2) {
178195
178219
  }
178196
178220
  return type2;
178197
178221
  }
178198
- function factory(name2, dependencies2, create6, meta2) {
178222
+ function factory(name2, dependencies2, create5, meta2) {
178199
178223
  function assertAndCreate(scope) {
178200
178224
  var deps = pickShallow(scope, dependencies2.map(stripOptionalNotation));
178201
178225
  assertDependencies(name2, dependencies2, scope);
178202
- return create6(deps);
178226
+ return create5(deps);
178203
178227
  }
178204
178228
  assertAndCreate.isFactory = true;
178205
178229
  assertAndCreate.fn = name2;
@@ -205746,7 +205770,7 @@ const HIGLASS_BUNDLE_VERSION = "1.11.13";
205746
205770
  const HIGLASS_CSS_URL = `https://unpkg.com/${HIGLASS_PKG_NAME}@${HIGLASS_BUNDLE_VERSION}/dist/hglib.css`;
205747
205771
  register({ dataFetcher: ZarrMultivecDataFetcher_default, config: ZarrMultivecDataFetcher_default.config }, { pluginType: "dataFetcher" });
205748
205772
  const LazyHiGlassComponent = React__default.lazy(async () => {
205749
- const { HiGlassComponent } = await import("./hglib-bd5b112f.js").then((n3) => n3.h);
205773
+ const { HiGlassComponent } = await import("./hglib-167b2b88.js").then((n3) => n3.h);
205750
205774
  return { default: HiGlassComponent };
205751
205775
  });
205752
205776
  const HG_SIZE = 800;
@@ -229158,7 +229182,7 @@ inherits(Projection$1, Transform2, {
229158
229182
  transform(_, pulse2) {
229159
229183
  let proj = this.value;
229160
229184
  if (!proj || _.modified("type")) {
229161
- this.value = proj = create5(_.type);
229185
+ this.value = proj = create4(_.type);
229162
229186
  projectionProperties.forEach((prop) => {
229163
229187
  if (_[prop] != null)
229164
229188
  set$3(proj, prop, _[prop]);
@@ -229180,7 +229204,7 @@ function fit(proj, _) {
229180
229204
  const data2 = collectGeoJSON(_.fit);
229181
229205
  _.extent ? proj.fitExtent(_.extent, data2) : _.size ? proj.fitSize(_.size, data2) : 0;
229182
229206
  }
229183
- function create5(type2) {
229207
+ function create4(type2) {
229184
229208
  const constructor = projection((type2 || "mercator").toLowerCase());
229185
229209
  if (!constructor)
229186
229210
  error("Unrecognized projection type: " + type2);
@@ -237987,8 +238011,8 @@ function bind3(view, el2, binding) {
237987
238011
  bind4.update = debounce(param2.debounce, bind4.update);
237988
238012
  }
237989
238013
  }
237990
- const create6 = param2.input == null && param2.element ? target : generate;
237991
- create6(bind4, el2, param2, view);
238014
+ const create5 = param2.input == null && param2.element ? target : generate;
238015
+ create5(bind4, el2, param2, view);
237992
238016
  if (!bind4.active) {
237993
238017
  view.on(view._signals[param2.signal], null, () => {
237994
238018
  bind4.source ? bind4.source = false : bind4.set(view.signal(param2.signal));
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { f, P, h, d, V, z } from "./index-0aa2b092.js";
1
+ import { f, P, h, d, V, z } from "./index-a97d6cff.js";
2
2
  import { useCoordination } from "@vitessce/vit-s";
3
3
  import "react";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-0aa2b092.js";
1
+ import { B as BaseDecoder } from "./index-a97d6cff.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
2
- import { g as getDefaultExportFromCjs, B as BaseDecoder, L as LercParameters, a as LercAddCompression } from "./index-0aa2b092.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder, L as LercParameters, a as LercAddCompression } from "./index-a97d6cff.js";
3
3
  import "react";
4
4
  import "@vitessce/vit-s";
5
5
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-0aa2b092.js";
1
+ import { B as BaseDecoder } from "./index-a97d6cff.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-0aa2b092.js";
1
+ import { B as BaseDecoder } from "./index-a97d6cff.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-0aa2b092.js";
1
+ import { B as BaseDecoder } from "./index-a97d6cff.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-0aa2b092.js";
1
+ import { B as BaseDecoder } from "./index-a97d6cff.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/all",
3
- "version": "3.3.7",
3
+ "version": "3.3.8",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -18,27 +18,27 @@
18
18
  "dependencies": {
19
19
  "@material-ui/core": "~4.12.3",
20
20
  "zod": "^3.21.4",
21
- "@vitessce/constants-internal": "3.3.7",
22
- "@vitessce/csv": "3.3.7",
23
- "@vitessce/description": "3.3.7",
24
- "@vitessce/feature-list": "3.3.7",
25
- "@vitessce/genomic-profiles": "3.3.7",
26
- "@vitessce/heatmap": "3.3.7",
27
- "@vitessce/layer-controller-beta": "3.3.7",
28
- "@vitessce/json": "3.3.7",
29
- "@vitessce/layer-controller": "3.3.7",
30
- "@vitessce/obs-sets-manager": "3.3.7",
31
- "@vitessce/ome-tiff": "3.3.7",
32
- "@vitessce/plugins": "3.3.7",
33
- "@vitessce/scatterplot-embedding": "3.3.7",
34
- "@vitessce/scatterplot-gating": "3.3.7",
35
- "@vitessce/schemas": "3.3.7",
36
- "@vitessce/spatial": "3.3.7",
37
- "@vitessce/spatial-beta": "3.3.7",
38
- "@vitessce/status": "3.3.7",
39
- "@vitessce/statistical-plots": "3.3.7",
40
- "@vitessce/zarr": "3.3.7",
41
- "@vitessce/vit-s": "3.3.7"
21
+ "@vitessce/constants-internal": "3.3.8",
22
+ "@vitessce/description": "3.3.8",
23
+ "@vitessce/feature-list": "3.3.8",
24
+ "@vitessce/json": "3.3.8",
25
+ "@vitessce/csv": "3.3.8",
26
+ "@vitessce/genomic-profiles": "3.3.8",
27
+ "@vitessce/heatmap": "3.3.8",
28
+ "@vitessce/layer-controller-beta": "3.3.8",
29
+ "@vitessce/layer-controller": "3.3.8",
30
+ "@vitessce/obs-sets-manager": "3.3.8",
31
+ "@vitessce/ome-tiff": "3.3.8",
32
+ "@vitessce/plugins": "3.3.8",
33
+ "@vitessce/scatterplot-embedding": "3.3.8",
34
+ "@vitessce/scatterplot-gating": "3.3.8",
35
+ "@vitessce/spatial-beta": "3.3.8",
36
+ "@vitessce/statistical-plots": "3.3.8",
37
+ "@vitessce/spatial": "3.3.8",
38
+ "@vitessce/schemas": "3.3.8",
39
+ "@vitessce/status": "3.3.8",
40
+ "@vitessce/vit-s": "3.3.8",
41
+ "@vitessce/zarr": "3.3.8"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react": "^18.0.28",