@spscommerce/ds-react-charts 8.45.4 → 8.45.5

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.
@@ -13,4 +13,4 @@ export type SpsBarChartProps = React.PropsWithChildren<{
13
13
  yMaxValue?: number;
14
14
  yTickFormat?: (i: number) => string;
15
15
  }> & React.HTMLAttributes<HTMLDivElement>;
16
- export declare function SpsBarChart(props: SpsBarChartProps): React.JSX.Element;
16
+ export declare function SpsBarChart(props: SpsBarChartProps): JSX.Element;
@@ -14,4 +14,4 @@ export type SpsHorizontalBarChartProps = React.PropsWithChildren<{
14
14
  xMaxValue?: number;
15
15
  xTickFormat?: (i: number) => string;
16
16
  }> & React.HTMLAttributes<HTMLDivElement>;
17
- export declare function SpsHorizontalBarChart(props: SpsHorizontalBarChartProps): React.JSX.Element;
17
+ export declare function SpsHorizontalBarChart(props: SpsHorizontalBarChartProps): JSX.Element;
package/lib/index.js CHANGED
@@ -34,19 +34,11 @@ function Zu(e) {
34
34
  }), n;
35
35
  }
36
36
  var wi = { exports: {} }, Oi = { exports: {} }, de = {};
37
- /** @license React v16.13.1
38
- * react-is.production.min.js
39
- *
40
- * Copyright (c) Facebook, Inc. and its affiliates.
41
- *
42
- * This source code is licensed under the MIT license found in the
43
- * LICENSE file in the root directory of this source tree.
44
- */
45
37
  var cf;
46
38
  function z1() {
47
39
  if (cf) return de;
48
40
  cf = 1;
49
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, u = e ? Symbol.for("react.provider") : 60109, o = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, s = e ? Symbol.for("react.concurrent_mode") : 60111, c = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, d = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, v = e ? Symbol.for("react.fundamental") : 60117, g = e ? Symbol.for("react.responder") : 60118, y = e ? Symbol.for("react.scope") : 60119;
41
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, n = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, r = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, a = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, u = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, o = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, l = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, s = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, c = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, h = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, f = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, p = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, d = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, m = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, v = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, g = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, y = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
50
42
  function b(_) {
51
43
  if (typeof _ == "object" && _ !== null) {
52
44
  var P = _.$$typeof;
@@ -109,18 +101,10 @@ function z1() {
109
101
  }, de.typeOf = b, de;
110
102
  }
111
103
  var he = {};
112
- /** @license React v16.13.1
113
- * react-is.development.js
114
- *
115
- * Copyright (c) Facebook, Inc. and its affiliates.
116
- *
117
- * This source code is licensed under the MIT license found in the
118
- * LICENSE file in the root directory of this source tree.
119
- */
120
104
  var ff;
121
105
  function U1() {
122
- return ff || (ff = 1, process.env.NODE_ENV !== "production" && function() {
123
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, u = e ? Symbol.for("react.provider") : 60109, o = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, s = e ? Symbol.for("react.concurrent_mode") : 60111, c = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, d = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, v = e ? Symbol.for("react.fundamental") : 60117, g = e ? Symbol.for("react.responder") : 60118, y = e ? Symbol.for("react.scope") : 60119;
106
+ return ff || (ff = 1, process.env.NODE_ENV !== "production" && (function() {
107
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, n = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, r = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, a = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, u = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, o = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, l = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, s = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, c = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, h = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, f = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, p = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, d = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, m = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, v = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, g = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, y = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
124
108
  function b(E) {
125
109
  return typeof E == "string" || typeof E == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
126
110
  E === r || E === s || E === i || E === a || E === h || E === f || typeof E == "object" && E !== null && (E.$$typeof === d || E.$$typeof === p || E.$$typeof === u || E.$$typeof === o || E.$$typeof === c || E.$$typeof === v || E.$$typeof === g || E.$$typeof === y || E.$$typeof === m);
@@ -198,17 +182,12 @@ function U1() {
198
182
  return w(E) === h;
199
183
  }
200
184
  he.AsyncMode = _, he.ConcurrentMode = P, he.ContextConsumer = O, he.ContextProvider = S, he.Element = M, he.ForwardRef = x, he.Fragment = T, he.Lazy = R, he.Memo = C, he.Portal = L, he.Profiler = W, he.StrictMode = j, he.Suspense = U, he.isAsyncMode = ee, he.isConcurrentMode = N, he.isContextConsumer = H, he.isContextProvider = J, he.isElement = z, he.isForwardRef = k, he.isFragment = D, he.isLazy = B, he.isMemo = Z, he.isPortal = ne, he.isProfiler = F, he.isStrictMode = Y, he.isSuspense = te, he.isValidElementType = b, he.typeOf = w;
201
- }()), he;
185
+ })()), he;
202
186
  }
203
187
  var df;
204
188
  function eg() {
205
189
  return df || (df = 1, process.env.NODE_ENV === "production" ? Oi.exports = z1() : Oi.exports = U1()), Oi.exports;
206
190
  }
207
- /*
208
- object-assign
209
- (c) Sindre Sorhus
210
- @license MIT
211
- */
212
191
  var $o, hf;
213
192
  function H1() {
214
193
  if (hf) return $o;
@@ -697,14 +676,9 @@ function Qu() {
697
676
  var V1 = /* @__PURE__ */ Qu();
698
677
  const $ = /* @__PURE__ */ Xe(V1);
699
678
  var Io = { exports: {} };
700
- /*!
701
- Copyright (c) 2018 Jed Watson.
702
- Licensed under the MIT License (MIT), see
703
- http://jedwatson.github.io/classnames
704
- */
705
679
  var _f;
706
680
  function ii() {
707
- return _f || (_f = 1, function(e) {
681
+ return _f || (_f = 1, (function(e) {
708
682
  (function() {
709
683
  var t = {}.hasOwnProperty;
710
684
  function n() {
@@ -733,7 +707,7 @@ function ii() {
733
707
  }
734
708
  e.exports ? (n.default = n, e.exports = n) : window.classNames = n;
735
709
  })();
736
- }(Io)), Io.exports;
710
+ })(Io)), Io.exports;
737
711
  }
738
712
  var K1 = ii();
739
713
  const De = /* @__PURE__ */ Xe(K1);
@@ -1393,14 +1367,14 @@ mg.prototype = {
1393
1367
  this._x.push(+e), this._y.push(+t);
1394
1368
  }
1395
1369
  };
1396
- const Rb = function e(t) {
1370
+ const Rb = (function e(t) {
1397
1371
  function n(r) {
1398
1372
  return t === 1 ? new eo(r) : new mg(r, t);
1399
1373
  }
1400
1374
  return n.beta = function(r) {
1401
1375
  return e(+r);
1402
1376
  }, n;
1403
- }(0.85);
1377
+ })(0.85);
1404
1378
  function qu(e, t, n) {
1405
1379
  e._context.bezierCurveTo(
1406
1380
  e._x1 + e._k * (e._x2 - e._x0),
@@ -1453,14 +1427,14 @@ wc.prototype = {
1453
1427
  this._x0 = this._x1, this._x1 = this._x2, this._x2 = e, this._y0 = this._y1, this._y1 = this._y2, this._y2 = t;
1454
1428
  }
1455
1429
  };
1456
- const Cb = function e(t) {
1430
+ const Cb = (function e(t) {
1457
1431
  function n(r) {
1458
1432
  return new wc(r, t);
1459
1433
  }
1460
1434
  return n.tension = function(r) {
1461
1435
  return e(+r);
1462
1436
  }, n;
1463
- }(0);
1437
+ })(0);
1464
1438
  function Oc(e, t) {
1465
1439
  this._context = e, this._k = (1 - t) / 6;
1466
1440
  }
@@ -1504,14 +1478,14 @@ Oc.prototype = {
1504
1478
  this._x0 = this._x1, this._x1 = this._x2, this._x2 = e, this._y0 = this._y1, this._y1 = this._y2, this._y2 = t;
1505
1479
  }
1506
1480
  };
1507
- const qb = function e(t) {
1481
+ const qb = (function e(t) {
1508
1482
  function n(r) {
1509
1483
  return new Oc(r, t);
1510
1484
  }
1511
1485
  return n.tension = function(r) {
1512
1486
  return e(+r);
1513
1487
  }, n;
1514
- }(0);
1488
+ })(0);
1515
1489
  function Mc(e, t) {
1516
1490
  this._context = e, this._k = (1 - t) / 6;
1517
1491
  }
@@ -1549,14 +1523,14 @@ Mc.prototype = {
1549
1523
  this._x0 = this._x1, this._x1 = this._x2, this._x2 = e, this._y0 = this._y1, this._y1 = this._y2, this._y2 = t;
1550
1524
  }
1551
1525
  };
1552
- const $b = function e(t) {
1526
+ const $b = (function e(t) {
1553
1527
  function n(r) {
1554
1528
  return new Mc(r, t);
1555
1529
  }
1556
1530
  return n.tension = function(r) {
1557
1531
  return e(+r);
1558
1532
  }, n;
1559
- }(0);
1533
+ })(0);
1560
1534
  function Pc(e, t, n) {
1561
1535
  var r = e._x1, a = e._y1, i = e._x2, u = e._y2;
1562
1536
  if (e._l01_a > $e) {
@@ -1615,14 +1589,14 @@ gg.prototype = {
1615
1589
  this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = e, this._y0 = this._y1, this._y1 = this._y2, this._y2 = t;
1616
1590
  }
1617
1591
  };
1618
- const Db = function e(t) {
1592
+ const Db = (function e(t) {
1619
1593
  function n(r) {
1620
1594
  return t ? new gg(r, t) : new wc(r, 0);
1621
1595
  }
1622
1596
  return n.alpha = function(r) {
1623
1597
  return e(+r);
1624
1598
  }, n;
1625
- }(0.5);
1599
+ })(0.5);
1626
1600
  function yg(e, t) {
1627
1601
  this._context = e, this._alpha = t;
1628
1602
  }
@@ -1670,14 +1644,14 @@ yg.prototype = {
1670
1644
  this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = e, this._y0 = this._y1, this._y1 = this._y2, this._y2 = t;
1671
1645
  }
1672
1646
  };
1673
- const Eb = function e(t) {
1647
+ const Eb = (function e(t) {
1674
1648
  function n(r) {
1675
1649
  return t ? new yg(r, t) : new Oc(r, 0);
1676
1650
  }
1677
1651
  return n.alpha = function(r) {
1678
1652
  return e(+r);
1679
1653
  }, n;
1680
- }(0.5);
1654
+ })(0.5);
1681
1655
  function bg(e, t) {
1682
1656
  this._context = e, this._alpha = t;
1683
1657
  }
@@ -1719,14 +1693,14 @@ bg.prototype = {
1719
1693
  this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = e, this._y0 = this._y1, this._y1 = this._y2, this._y2 = t;
1720
1694
  }
1721
1695
  };
1722
- const Nb = function e(t) {
1696
+ const Nb = (function e(t) {
1723
1697
  function n(r) {
1724
1698
  return t ? new bg(r, t) : new Mc(r, 0);
1725
1699
  }
1726
1700
  return n.alpha = function(r) {
1727
1701
  return e(+r);
1728
1702
  }, n;
1729
- }(0.5);
1703
+ })(0.5);
1730
1704
  function _g(e) {
1731
1705
  this._context = e;
1732
1706
  }
@@ -2462,7 +2436,7 @@ function Ze(e, t) {
2462
2436
  }
2463
2437
  return this;
2464
2438
  }
2465
- const Ef = Symbol("implicit");
2439
+ const Ef = /* @__PURE__ */ Symbol("implicit");
2466
2440
  function Tc() {
2467
2441
  var e = new $f(), t = [], n = [], r = Ef;
2468
2442
  function a(i) {
@@ -2957,7 +2931,7 @@ function Me(e, t) {
2957
2931
  var n = t - e;
2958
2932
  return n ? Qg(e, n) : ao(isNaN(e) ? t : e);
2959
2933
  }
2960
- const Ws = function e(t) {
2934
+ const Ws = (function e(t) {
2961
2935
  var n = E_(t);
2962
2936
  function r(a, i) {
2963
2937
  var u = n((a = Ls(a)).r, (i = Ls(i)).r), o = n(a.g, i.g), l = n(a.b, i.b), s = Me(a.opacity, i.opacity);
@@ -2966,7 +2940,7 @@ const Ws = function e(t) {
2966
2940
  };
2967
2941
  }
2968
2942
  return r.gamma = e, r;
2969
- }(1);
2943
+ })(1);
2970
2944
  function N_(e, t) {
2971
2945
  t || (t = []);
2972
2946
  var n = e ? Math.min(t.length, e.length) : 0, r = t.slice(), a;
@@ -3064,7 +3038,7 @@ function t0(e) {
3064
3038
  const Y_ = t0($c);
3065
3039
  var G_ = t0(Me);
3066
3040
  function n0(e) {
3067
- return function t(n) {
3041
+ return (function t(n) {
3068
3042
  n = +n;
3069
3043
  function r(a, i) {
3070
3044
  var u = e((a = js(a)).h, (i = js(i)).h), o = Me(a.s, i.s), l = Me(a.l, i.l), s = Me(a.opacity, i.opacity);
@@ -3073,7 +3047,7 @@ function n0(e) {
3073
3047
  };
3074
3048
  }
3075
3049
  return r.gamma = t, r;
3076
- }(1);
3050
+ })(1);
3077
3051
  }
3078
3052
  const V_ = n0($c);
3079
3053
  var K_ = n0(Me);
@@ -5388,10 +5362,10 @@ var yl, Ad;
5388
5362
  function zO() {
5389
5363
  if (Ad) return yl;
5390
5364
  Ad = 1;
5391
- var e = WO(), t = function() {
5365
+ var e = WO(), t = (function() {
5392
5366
  var r = /[^.]+$/.exec(e && e.keys && e.keys.IE_PROTO || "");
5393
5367
  return r ? "Symbol(src)_1." + r : "";
5394
- }();
5368
+ })();
5395
5369
  function n(r) {
5396
5370
  return !!t && t in r;
5397
5371
  }
@@ -5989,7 +5963,7 @@ function TM(e) {
5989
5963
  var t = e;
5990
5964
  return "tickFormat" in t ? t.tickFormat() : E0;
5991
5965
  }
5992
- var _t = /* @__PURE__ */ function() {
5966
+ var _t = /* @__PURE__ */ (function() {
5993
5967
  function e(n) {
5994
5968
  var r = n.x, a = r === void 0 ? 0 : r, i = n.y, u = i === void 0 ? 0 : i;
5995
5969
  this.x = 0, this.y = 0, this.x = a, this.y = u;
@@ -6003,7 +5977,7 @@ var _t = /* @__PURE__ */ function() {
6003
5977
  }, t.toArray = function() {
6004
5978
  return [this.x, this.y];
6005
5979
  }, e;
6006
- }();
5980
+ })();
6007
5981
  function kM(e, t) {
6008
5982
  return new _t({
6009
5983
  x: e.x + t.x,
@@ -7421,7 +7395,9 @@ function dP(e) {
7421
7395
  resizeObserver: null,
7422
7396
  lastBounds: u
7423
7397
  }), s = t ? typeof t == "number" ? t : t.scroll : null, c = t ? typeof t == "number" ? t : t.resize : null, h = Qn(!1);
7424
- st(() => (h.current = !0, () => void (h.current = !1)));
7398
+ st(() => (h.current = !0, () => {
7399
+ h.current = !1;
7400
+ }));
7425
7401
  const [f, p, d] = _e(() => {
7426
7402
  const y = () => {
7427
7403
  if (!l.current.element) return;
@@ -7467,7 +7443,9 @@ function dP(e) {
7467
7443
  function hP(e) {
7468
7444
  st(() => {
7469
7445
  const t = e;
7470
- return window.addEventListener("resize", t), () => void window.removeEventListener("resize", t);
7446
+ return window.addEventListener("resize", t), () => {
7447
+ window.removeEventListener("resize", t);
7448
+ };
7471
7449
  }, [e]);
7472
7450
  }
7473
7451
  function pP(e, t) {
@@ -7477,7 +7455,9 @@ function pP(e, t) {
7477
7455
  return window.addEventListener("scroll", n, {
7478
7456
  capture: !0,
7479
7457
  passive: !0
7480
- }), () => void window.removeEventListener("scroll", n, !0);
7458
+ }), () => {
7459
+ window.removeEventListener("scroll", n, !0);
7460
+ };
7481
7461
  }
7482
7462
  }, [e, t]);
7483
7463
  }
@@ -7888,7 +7868,7 @@ function rc(e, t) {
7888
7868
  return r.__proto__ = a, r;
7889
7869
  }, rc(e, t);
7890
7870
  }
7891
- var ly = /* @__PURE__ */ function(e) {
7871
+ var ly = /* @__PURE__ */ (function(e) {
7892
7872
  WP(t, e);
7893
7873
  function t() {
7894
7874
  return e.apply(this, arguments) || this;
@@ -7899,7 +7879,7 @@ var ly = /* @__PURE__ */ function(e) {
7899
7879
  }, n.render = function() {
7900
7880
  return !this.node && typeof document < "u" && (this.node = document.createElement("div"), this.props.zIndex != null && (this.node.style.zIndex = "" + this.props.zIndex), document.body.append(this.node)), this.node ? /* @__PURE__ */ Jm.createPortal(this.props.children, this.node) : null;
7901
7881
  }, t;
7902
- }(I.PureComponent);
7882
+ })(I.PureComponent);
7903
7883
  ly.propTypes = {
7904
7884
  zIndex: $.oneOfType([$.number, $.string])
7905
7885
  };
@@ -7988,7 +7968,7 @@ var Ch = {
7988
7968
  };
7989
7969
  function YP(e) {
7990
7970
  var t;
7991
- return t = /* @__PURE__ */ function(n) {
7971
+ return t = /* @__PURE__ */ (function(n) {
7992
7972
  BP(r, n);
7993
7973
  function r(i) {
7994
7974
  var u;
@@ -8016,7 +7996,7 @@ function YP(e) {
8016
7996
  getRects: this.getRects
8017
7997
  }, this.state, this.props));
8018
7998
  }, r;
8019
- }(I.PureComponent), t.displayName = "withBoundingRects(" + (e.displayName || "") + ")", t;
7999
+ })(I.PureComponent), t.displayName = "withBoundingRects(" + (e.displayName || "") + ")", t;
8020
8000
  }
8021
8001
  var sy = /* @__PURE__ */ hc({
8022
8002
  isFlippedVertically: !1,
@@ -9179,7 +9159,7 @@ function Py() {
9179
9159
  return d[0];
9180
9160
  }
9181
9161
  function p(d, m, v, g) {
9182
- return function y(b, w) {
9162
+ return (function y(b, w) {
9183
9163
  if (w >= g.length) return v(b);
9184
9164
  const _ = new e.InternMap(), P = g[w++];
9185
9165
  let O = -1;
@@ -9190,7 +9170,7 @@ function Py() {
9190
9170
  for (const [S, M] of _)
9191
9171
  _.set(S, y(M, w));
9192
9172
  return m(_);
9193
- }(d, 0);
9173
+ })(d, 0);
9194
9174
  }
9195
9175
  return nt;
9196
9176
  }
@@ -10200,7 +10180,7 @@ function ZS() {
10200
10180
  }
10201
10181
  var Kp;
10202
10182
  function ct() {
10203
- return Kp || (Kp = 1, function(e) {
10183
+ return Kp || (Kp = 1, (function(e) {
10204
10184
  Object.defineProperty(e, "__esModule", {
10205
10185
  value: !0
10206
10186
  }), Object.defineProperty(e, "Adder", {
@@ -10626,7 +10606,7 @@ function ct() {
10626
10606
  }
10627
10607
  return Re.default = ve, xe && xe.set(ve, Re), Re;
10628
10608
  }
10629
- }(ls)), ls;
10609
+ })(ls)), ls;
10630
10610
  }
10631
10611
  var wr = {}, Xp;
10632
10612
  function Fe() {
@@ -10671,7 +10651,7 @@ function Ny() {
10671
10651
  value: !0
10672
10652
  }), zn.default = r, zn.implicit = void 0;
10673
10653
  var e = /* @__PURE__ */ ct(), t = /* @__PURE__ */ Fe();
10674
- const n = Symbol("implicit");
10654
+ const n = /* @__PURE__ */ Symbol("implicit");
10675
10655
  zn.implicit = n;
10676
10656
  function r() {
10677
10657
  var a = new e.InternMap(), i = [], u = [], o = n;
@@ -11267,7 +11247,7 @@ function eT() {
11267
11247
  }
11268
11248
  var iv;
11269
11249
  function or() {
11270
- return iv || (iv = 1, function(e) {
11250
+ return iv || (iv = 1, (function(e) {
11271
11251
  Object.defineProperty(e, "__esModule", {
11272
11252
  value: !0
11273
11253
  }), Object.defineProperty(e, "color", {
@@ -11338,7 +11318,7 @@ function or() {
11338
11318
  }
11339
11319
  return c.default = o, s && s.set(o, c), c;
11340
11320
  }
11341
- }(cs)), cs;
11321
+ })(cs)), cs;
11342
11322
  }
11343
11323
  var Ct = {}, Sr = {}, av;
11344
11324
  function Jc() {
@@ -11452,7 +11432,7 @@ function Fy() {
11452
11432
  function u(h) {
11453
11433
  return h && h.__esModule ? h : { default: h };
11454
11434
  }
11455
- var o = function h(f) {
11435
+ var o = (function h(f) {
11456
11436
  var p = (0, r.gamma)(f);
11457
11437
  function d(m, v) {
11458
11438
  var g = p((m = (0, e.rgb)(m)).r, (v = (0, e.rgb)(v)).r), y = p(m.g, v.g), b = p(m.b, v.b), w = (0, r.default)(m.opacity, v.opacity);
@@ -11461,7 +11441,7 @@ function Fy() {
11461
11441
  };
11462
11442
  }
11463
11443
  return d.gamma = h, d;
11464
- }(1);
11444
+ })(1);
11465
11445
  Ct.default = o;
11466
11446
  function l(h) {
11467
11447
  return function(f) {
@@ -11857,7 +11837,7 @@ function oT() {
11857
11837
  function r(i) {
11858
11838
  return ((i = Math.exp(2 * i)) - 1) / (i + 1);
11859
11839
  }
11860
- var a = function i(u, o, l) {
11840
+ var a = (function i(u, o, l) {
11861
11841
  function s(c, h) {
11862
11842
  var f = c[0], p = c[1], d = c[2], m = h[0], v = h[1], g = h[2], y = m - f, b = v - p, w = y * y + b * b, _, P;
11863
11843
  if (w < e)
@@ -11877,7 +11857,7 @@ function oT() {
11877
11857
  var h = Math.max(1e-3, +c), f = h * h, p = f * f;
11878
11858
  return i(h, f, p);
11879
11859
  }, s;
11880
- }(Math.SQRT2, 2, 4);
11860
+ })(Math.SQRT2, 2, 4);
11881
11861
  return qr.default = a, qr;
11882
11862
  }
11883
11863
  var pn = {}, Mv;
@@ -12015,7 +11995,7 @@ function fT() {
12015
11995
  return c.default = o, s && s.set(o, c), c;
12016
11996
  }
12017
11997
  function a(o) {
12018
- return function l(s) {
11998
+ return (function l(s) {
12019
11999
  s = +s;
12020
12000
  function c(h, f) {
12021
12001
  var p = o((h = (0, e.cubehelix)(h)).h, (f = (0, e.cubehelix)(f)).h), d = (0, t.default)(h.s, f.s), m = (0, t.default)(h.l, f.l), v = (0, t.default)(h.opacity, f.opacity);
@@ -12024,7 +12004,7 @@ function fT() {
12024
12004
  };
12025
12005
  }
12026
12006
  return c.gamma = l, c;
12027
- }(1);
12007
+ })(1);
12028
12008
  }
12029
12009
  var i = a(t.hue);
12030
12010
  mn.default = i;
@@ -12065,7 +12045,7 @@ function hT() {
12065
12045
  }
12066
12046
  var Cv;
12067
12047
  function So() {
12068
- return Cv || (Cv = 1, function(e) {
12048
+ return Cv || (Cv = 1, (function(e) {
12069
12049
  Object.defineProperty(e, "__esModule", {
12070
12050
  value: !0
12071
12051
  }), Object.defineProperty(e, "interpolate", {
@@ -12231,7 +12211,7 @@ function So() {
12231
12211
  function S(M) {
12232
12212
  return M && M.__esModule ? M : { default: M };
12233
12213
  }
12234
- }(ss)), ss;
12214
+ })(ss)), ss;
12235
12215
  }
12236
12216
  var Ua = {}, qv;
12237
12217
  function pT() {
@@ -12653,7 +12633,7 @@ function MT() {
12653
12633
  }
12654
12634
  var Kv;
12655
12635
  function Gy() {
12656
- return Kv || (Kv = 1, function(e) {
12636
+ return Kv || (Kv = 1, (function(e) {
12657
12637
  Object.defineProperty(e, "__esModule", {
12658
12638
  value: !0
12659
12639
  }), Object.defineProperty(e, "FormatSpecifier", {
@@ -12729,7 +12709,7 @@ function Gy() {
12729
12709
  }
12730
12710
  return p.default = c, f && f.set(c, p), p;
12731
12711
  }
12732
- }(fs)), fs;
12712
+ })(fs)), fs;
12733
12713
  }
12734
12714
  var Xv;
12735
12715
  function Vy() {
@@ -13497,7 +13477,7 @@ function CT() {
13497
13477
  }
13498
13478
  var ym;
13499
13479
  function Ro() {
13500
- return ym || (ym = 1, function(e) {
13480
+ return ym || (ym = 1, (function(e) {
13501
13481
  Object.defineProperty(e, "__esModule", {
13502
13482
  value: !0
13503
13483
  }), Object.defineProperty(e, "timeDay", {
@@ -13837,7 +13817,7 @@ function Ro() {
13837
13817
  }
13838
13818
  });
13839
13819
  var t = /* @__PURE__ */ jt(), n = /* @__PURE__ */ Xy(), r = /* @__PURE__ */ Zy(), a = /* @__PURE__ */ Qy(), i = /* @__PURE__ */ Jy(), u = /* @__PURE__ */ e1(), o = /* @__PURE__ */ t1(), l = /* @__PURE__ */ n1(), s = /* @__PURE__ */ r1(), c = /* @__PURE__ */ CT();
13840
- }(ds)), ds;
13820
+ })(ds)), ds;
13841
13821
  }
13842
13822
  var hs = {}, qe = {}, lu = {}, bm;
13843
13823
  function i1() {
@@ -14394,7 +14374,7 @@ function qT() {
14394
14374
  }
14395
14375
  var Om;
14396
14376
  function u1() {
14397
- return Om || (Om = 1, function(e) {
14377
+ return Om || (Om = 1, (function(e) {
14398
14378
  Object.defineProperty(e, "__esModule", {
14399
14379
  value: !0
14400
14380
  }), Object.defineProperty(e, "isoFormat", {
@@ -14465,7 +14445,7 @@ function u1() {
14465
14445
  }
14466
14446
  return h.default = l, c && c.set(l, h), h;
14467
14447
  }
14468
- }(hs)), hs;
14448
+ })(hs)), hs;
14469
14449
  }
14470
14450
  var Mm;
14471
14451
  function o1() {
@@ -14700,7 +14680,7 @@ function ET() {
14700
14680
  }
14701
14681
  var Rm;
14702
14682
  function NT() {
14703
- return Rm || (Rm = 1, function(e) {
14683
+ return Rm || (Rm = 1, (function(e) {
14704
14684
  Object.defineProperty(e, "__esModule", {
14705
14685
  value: !0
14706
14686
  }), Object.defineProperty(e, "scaleBand", {
@@ -14871,7 +14851,7 @@ function NT() {
14871
14851
  }
14872
14852
  return S.default = _, O && O.set(_, S), S;
14873
14853
  }
14874
- }(os)), os;
14854
+ })(os)), os;
14875
14855
  }
14876
14856
  var ps, Cm;
14877
14857
  function LT() {
@@ -15322,7 +15302,7 @@ const u2 = a2({
15322
15302
  gridColor: zr[5],
15323
15303
  gridColorDark: zr[9]
15324
15304
  });
15325
- var o2 = /* @__PURE__ */ I.createContext(u2), l2 = /* @__PURE__ */ function() {
15305
+ var o2 = /* @__PURE__ */ I.createContext(u2), l2 = /* @__PURE__ */ (function() {
15326
15306
  function e() {
15327
15307
  this.registry = {}, this.registryKeys = [];
15328
15308
  }
@@ -15344,7 +15324,7 @@ var o2 = /* @__PURE__ */ I.createContext(u2), l2 = /* @__PURE__ */ function() {
15344
15324
  }, t.keys = function() {
15345
15325
  return this.registryKeys;
15346
15326
  }, e;
15347
- }();
15327
+ })();
15348
15328
  function s2() {
15349
15329
  var e = ri(Math.random()), t = e[1], n = _e(function() {
15350
15330
  return new l2();