@pie-lib/charting 7.0.4-next.31 → 7.0.4-next.33

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.
Files changed (145) hide show
  1. package/dist/_virtual/_rolldown/runtime.js +2 -5
  2. package/dist/actions-button.js +9 -9
  3. package/dist/axes.js +37 -37
  4. package/dist/bars/bar.js +2 -2
  5. package/dist/bars/common/bars.js +16 -16
  6. package/dist/bars/histogram.js +2 -2
  7. package/dist/chart-setup.js +20 -20
  8. package/dist/chart.js +6 -6
  9. package/dist/common/correctness-indicators.js +18 -18
  10. package/dist/common/drag-handle.js +21 -21
  11. package/dist/grid.js +12 -12
  12. package/dist/index.js +1 -1
  13. package/dist/key-legend.js +12 -12
  14. package/dist/line/common/drag-handle.js +13 -13
  15. package/dist/line/common/line.js +14 -14
  16. package/dist/line/line-cross.js +21 -21
  17. package/dist/line/line-dot.js +12 -12
  18. package/dist/mark-label.js +14 -14
  19. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/axis/Axis.js +67 -0
  20. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/axis/AxisBottom.js +29 -0
  21. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/axis/AxisLeft.js +30 -0
  22. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/axis/AxisRenderer.js +66 -0
  23. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/axis/Ticks.js +39 -0
  24. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/constants/orientation.js +9 -0
  25. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/utils/createPoint.js +14 -0
  26. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/utils/getAxisRangePaddingConfig.js +13 -0
  27. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/utils/getLabelTransform.js +16 -0
  28. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/utils/getTickFormatter.js +8 -0
  29. package/dist/node_modules/.bun/@visx_axis@4.0.0_d84c32d47042070f/node_modules/@visx/axis/esm/utils/getTickPosition.js +14 -0
  30. package/dist/node_modules/.bun/@visx_grid@4.0.0_d84c32d47042070f/node_modules/@visx/grid/esm/grids/GridColumns.js +46 -0
  31. package/dist/node_modules/.bun/@visx_grid@4.0.0_d84c32d47042070f/node_modules/@visx/grid/esm/grids/GridRows.js +46 -0
  32. package/dist/node_modules/.bun/@visx_grid@4.0.0_d84c32d47042070f/node_modules/@visx/grid/esm/utils/getScaleBandwidth.js +6 -0
  33. package/dist/node_modules/.bun/@visx_group@4.0.0_d84c32d47042070f/node_modules/@visx/group/esm/Group.js +17 -0
  34. package/dist/node_modules/.bun/@visx_point@4.0.0/node_modules/@visx/point/esm/Point.js +20 -0
  35. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/align.js +1 -1
  36. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/base.js +1 -1
  37. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/clamp.js +1 -1
  38. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/constant.js +1 -1
  39. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/domain.js +1 -1
  40. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/exponent.js +1 -1
  41. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/interpolate.js +2 -2
  42. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/nice.js +7 -7
  43. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/padding.js +1 -1
  44. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/range.js +1 -1
  45. package/dist/node_modules/.bun/@visx_scale@4.0.0/node_modules/@visx/scale/esm/operators/reverse.js +9 -0
  46. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/round.js +2 -2
  47. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/scaleOperator.js +4 -6
  48. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/operators/unknown.js +1 -1
  49. package/dist/node_modules/.bun/@visx_scale@4.0.0/node_modules/@visx/scale/esm/operators/zero.js +9 -0
  50. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/scales/band.js +3 -3
  51. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/scales/point.js +3 -3
  52. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/utils/coerceNumber.js +2 -2
  53. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/utils/createColorInterpolator.js +3 -3
  54. package/dist/node_modules/.bun/@visx_scale@4.0.0/node_modules/@visx/scale/esm/utils/getTicks.js +7 -0
  55. package/dist/node_modules/.bun/{@visx_scale@3.12.0 → @visx_scale@4.0.0}/node_modules/@visx/scale/esm/utils/isUtcScale.js +1 -1
  56. package/dist/node_modules/.bun/@visx_scale@4.0.0/node_modules/@visx/scale/esm/utils/toString.js +6 -0
  57. package/dist/node_modules/.bun/@visx_shape@4.0.0_d84c32d47042070f/node_modules/@visx/shape/esm/shapes/Bar.js +15 -0
  58. package/dist/node_modules/.bun/@visx_shape@4.0.0_d84c32d47042070f/node_modules/@visx/shape/esm/shapes/Circle.js +15 -0
  59. package/dist/node_modules/.bun/@visx_shape@4.0.0_d84c32d47042070f/node_modules/@visx/shape/esm/shapes/Line.js +27 -0
  60. package/dist/node_modules/.bun/@visx_shape@4.0.0_d84c32d47042070f/node_modules/@visx/shape/esm/shapes/LinePath.js +24 -0
  61. package/dist/node_modules/.bun/@visx_shape@4.0.0_d84c32d47042070f/node_modules/@visx/shape/esm/util/D3ShapeFactories.js +9 -0
  62. package/dist/node_modules/.bun/@visx_shape@4.0.0_d84c32d47042070f/node_modules/@visx/shape/esm/util/setNumberOrNumberAccessor.js +6 -0
  63. package/dist/node_modules/.bun/@visx_text@4.0.0_d84c32d47042070f/node_modules/@visx/text/esm/Text.js +27 -0
  64. package/dist/node_modules/.bun/@visx_text@4.0.0_d84c32d47042070f/node_modules/@visx/text/esm/hooks/useText.js +68 -0
  65. package/dist/node_modules/.bun/@visx_text@4.0.0_d84c32d47042070f/node_modules/@visx/text/esm/util/getStringWidth.js +19 -0
  66. package/dist/node_modules/.bun/@visx_text@4.0.0_d84c32d47042070f/node_modules/@visx/text/esm/util/memoize.js +13 -0
  67. package/dist/node_modules/.bun/{@visx_vendor@3.12.0 → @visx_vendor@4.0.0}/node_modules/@visx/vendor/esm/d3-interpolate.js +1 -1
  68. package/dist/node_modules/.bun/{@visx_vendor@3.12.0 → @visx_vendor@4.0.0}/node_modules/@visx/vendor/esm/d3-scale.js +1 -1
  69. package/dist/node_modules/.bun/@visx_vendor@4.0.0/node_modules/@visx/vendor/esm/d3-shape.js +8 -0
  70. package/dist/node_modules/.bun/{@visx_vendor@3.12.0 → @visx_vendor@4.0.0}/node_modules/@visx/vendor/esm/d3-time.js +1 -1
  71. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.js +1 -1
  72. package/dist/plot/common/plot.js +28 -28
  73. package/dist/plot/dot.js +10 -10
  74. package/dist/plot/line.js +12 -12
  75. package/dist/utils.js +2 -2
  76. package/package.json +19 -14
  77. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/Axis.js +0 -101
  78. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/AxisBottom.js +0 -46
  79. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/AxisLeft.js +0 -47
  80. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/AxisRenderer.js +0 -63
  81. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/Ticks.js +0 -44
  82. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/constants/orientation.js +0 -9
  83. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/createPoint.js +0 -14
  84. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getAxisRangePaddingConfig.js +0 -21
  85. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getLabelTransform.js +0 -16
  86. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getTickFormatter.js +0 -8
  87. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getTickPosition.js +0 -15
  88. package/dist/node_modules/.bun/@visx_grid@3.12.0_f4eacebf2041cd4f/node_modules/@visx/grid/esm/grids/GridColumns.js +0 -79
  89. package/dist/node_modules/.bun/@visx_grid@3.12.0_f4eacebf2041cd4f/node_modules/@visx/grid/esm/grids/GridRows.js +0 -79
  90. package/dist/node_modules/.bun/@visx_grid@3.12.0_f4eacebf2041cd4f/node_modules/@visx/grid/esm/utils/getScaleBandwidth.js +0 -6
  91. package/dist/node_modules/.bun/@visx_group@3.12.0_f4eacebf2041cd4f/node_modules/@visx/group/esm/Group.js +0 -50
  92. package/dist/node_modules/.bun/@visx_point@3.12.0/node_modules/@visx/point/esm/Point.js +0 -18
  93. package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/reverse.js +0 -9
  94. package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/zero.js +0 -9
  95. package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/utils/getTicks.js +0 -9
  96. package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/utils/toString.js +0 -6
  97. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/shapes/Bar.js +0 -29
  98. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/shapes/Circle.js +0 -29
  99. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/shapes/Line.js +0 -47
  100. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/shapes/LinePath.js +0 -50
  101. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/util/D3ShapeFactories.js +0 -9
  102. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/util/setNumberOrNumberAccessor.js +0 -6
  103. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/lib/shapes/Line.js +0 -53
  104. package/dist/node_modules/.bun/@visx_text@3.12.0_f4eacebf2041cd4f/node_modules/@visx/text/esm/Text.js +0 -57
  105. package/dist/node_modules/.bun/@visx_text@3.12.0_f4eacebf2041cd4f/node_modules/@visx/text/esm/hooks/useText.js +0 -91
  106. package/dist/node_modules/.bun/@visx_text@3.12.0_f4eacebf2041cd4f/node_modules/@visx/text/esm/util/getStringWidth.js +0 -21
  107. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_Hash.js +0 -21
  108. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_ListCache.js +0 -21
  109. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_Map.js +0 -10
  110. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_MapCache.js +0 -21
  111. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_Symbol.js +0 -9
  112. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_assocIndexOf.js +0 -14
  113. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_baseGetTag.js +0 -15
  114. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_baseIsNative.js +0 -16
  115. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_coreJsData.js +0 -9
  116. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_freeGlobal.js +0 -8
  117. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_getMapData.js +0 -14
  118. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_getNative.js +0 -15
  119. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_getRawTag.js +0 -19
  120. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_getValue.js +0 -11
  121. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_hashClear.js +0 -13
  122. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_hashDelete.js +0 -12
  123. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_hashGet.js +0 -18
  124. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_hashHas.js +0 -14
  125. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_hashSet.js +0 -14
  126. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_isKeyable.js +0 -12
  127. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_isMasked.js +0 -16
  128. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_listCacheClear.js +0 -11
  129. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_listCacheDelete.js +0 -14
  130. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_listCacheGet.js +0 -14
  131. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_listCacheHas.js +0 -13
  132. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_listCacheSet.js +0 -14
  133. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_mapCacheClear.js +0 -19
  134. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_mapCacheDelete.js +0 -14
  135. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_mapCacheGet.js +0 -13
  136. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_mapCacheHas.js +0 -13
  137. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_mapCacheSet.js +0 -14
  138. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_nativeCreate.js +0 -9
  139. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_objectToString.js +0 -12
  140. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_root.js +0 -10
  141. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/_toSource.js +0 -20
  142. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/eq.js +0 -11
  143. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/isFunction.js +0 -16
  144. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/isObject.js +0 -12
  145. package/dist/node_modules/.bun/lodash@4.17.21/node_modules/lodash/memoize.js +0 -20
@@ -1,4 +1,4 @@
1
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/operators/constant.js
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/constant.js
2
2
  function e(e, t) {
3
3
  "constant" in e && "constant" in t && t.constant !== void 0 && e.constant(t.constant);
4
4
  }
@@ -1,4 +1,4 @@
1
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/operators/domain.js
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/domain.js
2
2
  function e(e, t) {
3
3
  t.domain && ("nice" in e || "quantiles" in e || "padding" in e, e.domain(t.domain));
4
4
  }
@@ -1,4 +1,4 @@
1
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/operators/exponent.js
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/exponent.js
2
2
  function e(e, t) {
3
3
  "exponent" in e && "exponent" in t && t.exponent !== void 0 && e.exponent(t.exponent);
4
4
  }
@@ -1,8 +1,8 @@
1
1
  import e from "../utils/createColorInterpolator.js";
2
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/operators/interpolate.js
2
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/interpolate.js
3
3
  function t(t, n) {
4
4
  if ("interpolate" in n && "interpolate" in t && n.interpolate !== void 0) {
5
- var r = e(n.interpolate);
5
+ let r = e(n.interpolate);
6
6
  t.interpolate(r);
7
7
  }
8
8
  }
@@ -1,6 +1,6 @@
1
- import { d3_time_exports as e } from "../../../../../../@visx_vendor@3.12.0/node_modules/@visx/vendor/esm/d3-time.js";
1
+ import { d3_time_exports as e } from "../../../../../../@visx_vendor@4.0.0/node_modules/@visx/vendor/esm/d3-time.js";
2
2
  import t from "../utils/isUtcScale.js";
3
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/operators/nice.js
3
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/nice.js
4
4
  var n = {
5
5
  day: e.timeDay,
6
6
  hour: e.timeHour,
@@ -20,15 +20,15 @@ var n = {
20
20
  };
21
21
  function i(e, i) {
22
22
  if ("nice" in i && i.nice !== void 0 && "nice" in e) {
23
- var a = i.nice;
23
+ let { nice: a } = i;
24
24
  if (typeof a == "boolean") a && e.nice();
25
25
  else if (typeof a == "number") e.nice(a);
26
26
  else {
27
- var o = e, s = t(o);
28
- if (typeof a == "string") o.nice(s ? r[a] : n[a]);
27
+ let i = e, o = t(i);
28
+ if (typeof a == "string") i.nice(o ? r[a] : n[a]);
29
29
  else {
30
- var c = a.interval, l = a.step, u = (s ? r[c] : n[c]).every(l);
31
- u != null && o.nice(u);
30
+ let { interval: e, step: t } = a, s = (o ? r[e] : n[e]).every(t);
31
+ s != null && i.nice(s);
32
32
  }
33
33
  }
34
34
  }
@@ -1,4 +1,4 @@
1
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/operators/padding.js
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/padding.js
2
2
  function e(e, t) {
3
3
  "padding" in e && "padding" in t && t.padding !== void 0 && e.padding(t.padding), "paddingInner" in e && "paddingInner" in t && t.paddingInner !== void 0 && e.paddingInner(t.paddingInner), "paddingOuter" in e && "paddingOuter" in t && t.paddingOuter !== void 0 && e.paddingOuter(t.paddingOuter);
4
4
  }
@@ -1,4 +1,4 @@
1
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/operators/range.js
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/range.js
2
2
  function e(e, t) {
3
3
  t.range && ("padding" in e, e.range(t.range));
4
4
  }
@@ -0,0 +1,9 @@
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/reverse.js
2
+ function e(e, t) {
3
+ if (t.reverse) {
4
+ let t = e.range().slice().reverse();
5
+ "padding" in e, e.range(t);
6
+ }
7
+ }
8
+ //#endregion
9
+ export { e as default };
@@ -1,5 +1,5 @@
1
- import { d3_interpolate_exports as e } from "../../../../../../@visx_vendor@3.12.0/node_modules/@visx/vendor/esm/d3-interpolate.js";
2
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/operators/round.js
1
+ import { d3_interpolate_exports as e } from "../../../../../../@visx_vendor@4.0.0/node_modules/@visx/vendor/esm/d3-interpolate.js";
2
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/round.js
3
3
  function t(t, n) {
4
4
  "round" in n && n.round !== void 0 && (n.round && "interpolate" in n && n.interpolate !== void 0 ? console.warn("[visx/scale/applyRound] ignoring round: scale config contains round and interpolate. only applying interpolate. config:", n) : "round" in t ? t.round(n.round) : "interpolate" in t && n.round && t.interpolate(e.interpolateRound));
5
5
  }
@@ -12,7 +12,7 @@ import u from "./reverse.js";
12
12
  import d from "./round.js";
13
13
  import f from "./unknown.js";
14
14
  import p from "./zero.js";
15
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/operators/scaleOperator.js
15
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/scaleOperator.js
16
16
  var m = [
17
17
  "domain",
18
18
  "nice",
@@ -45,14 +45,12 @@ var m = [
45
45
  unknown: f
46
46
  };
47
47
  function g() {
48
- var e = new Set([...arguments]), t = m.filter(function(t) {
49
- return e.has(t);
50
- });
48
+ let e = /* @__PURE__ */ new Set([...arguments]), t = m.filter((t) => e.has(t));
51
49
  return function(e, n) {
52
- return n !== void 0 && t.forEach(function(t) {
50
+ return n !== void 0 && t.forEach((t) => {
53
51
  h[t](e, n);
54
52
  }), e;
55
53
  };
56
54
  }
57
55
  //#endregion
58
- export { g as default };
56
+ export { m as ALL_OPERATORS, g as default };
@@ -1,4 +1,4 @@
1
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/operators/unknown.js
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/unknown.js
2
2
  function e(e, t) {
3
3
  "unknown" in e && "unknown" in t && t.unknown !== void 0 && e.unknown(t.unknown);
4
4
  }
@@ -0,0 +1,9 @@
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/operators/zero.js
2
+ function e(e, t) {
3
+ if ("zero" in t && t.zero === !0) {
4
+ let [t, n] = e.domain(), r = n < t, [i, a] = r ? [n, t] : [t, n], o = [Math.min(0, i), Math.max(0, a)];
5
+ e.domain(r ? o.reverse() : o);
6
+ }
7
+ }
8
+ //#endregion
9
+ export { e as default };
@@ -1,9 +1,9 @@
1
- import { d3_scale_exports as e } from "../../../../../../@visx_vendor@3.12.0/node_modules/@visx/vendor/esm/d3-scale.js";
1
+ import { d3_scale_exports as e } from "../../../../../../@visx_vendor@4.0.0/node_modules/@visx/vendor/esm/d3-scale.js";
2
2
  import t from "../operators/scaleOperator.js";
3
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/scales/band.js
3
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/scales/band.js
4
4
  var n = t("domain", "range", "reverse", "align", "padding", "round");
5
5
  function r(t) {
6
6
  return n((0, e.scaleBand)(), t);
7
7
  }
8
8
  //#endregion
9
- export { r as default };
9
+ export { r as default, n as updateBandScale };
@@ -1,9 +1,9 @@
1
- import { d3_scale_exports as e } from "../../../../../../@visx_vendor@3.12.0/node_modules/@visx/vendor/esm/d3-scale.js";
1
+ import { d3_scale_exports as e } from "../../../../../../@visx_vendor@4.0.0/node_modules/@visx/vendor/esm/d3-scale.js";
2
2
  import t from "../operators/scaleOperator.js";
3
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/scales/point.js
3
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/scales/point.js
4
4
  var n = t("domain", "range", "reverse", "align", "padding", "round");
5
5
  function r(t) {
6
6
  return n((0, e.scalePoint)(), t);
7
7
  }
8
8
  //#endregion
9
- export { r as default };
9
+ export { r as default, n as updatePointScale };
@@ -1,7 +1,7 @@
1
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/utils/coerceNumber.js
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/utils/coerceNumber.js
2
2
  function e(e) {
3
3
  if ((typeof e == "function" || typeof e == "object" && e) && "valueOf" in e) {
4
- var t = e.valueOf();
4
+ let t = e.valueOf();
5
5
  if (typeof t == "number") return t;
6
6
  }
7
7
  return e;
@@ -1,5 +1,5 @@
1
- import { d3_interpolate_exports as e } from "../../../../../../@visx_vendor@3.12.0/node_modules/@visx/vendor/esm/d3-interpolate.js";
2
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/utils/createColorInterpolator.js
1
+ import { d3_interpolate_exports as e } from "../../../../../../@visx_vendor@4.0.0/node_modules/@visx/vendor/esm/d3-interpolate.js";
2
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/utils/createColorInterpolator.js
3
3
  var t = {
4
4
  lab: e.interpolateLab,
5
5
  hcl: e.interpolateHcl,
@@ -22,7 +22,7 @@ function n(e) {
22
22
  case "rgb": return t[e];
23
23
  default:
24
24
  }
25
- var n = e.type, r = e.gamma, i = t[n];
25
+ let { type: n, gamma: r } = e, i = t[n];
26
26
  return r === void 0 ? i : i.gamma(r);
27
27
  }
28
28
  //#endregion
@@ -0,0 +1,7 @@
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/utils/getTicks.js
2
+ function e(e, t) {
3
+ let n = e;
4
+ return "ticks" in n ? n.ticks(t) : n.domain().filter((e, n, r) => t == null || r.length <= t || n % Math.round((r.length - 1) / t) === 0);
5
+ }
6
+ //#endregion
7
+ export { e as default };
@@ -1,4 +1,4 @@
1
- //#region ../../../node_modules/.bun/@visx+scale@3.12.0/node_modules/@visx/scale/esm/utils/isUtcScale.js
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/utils/isUtcScale.js
2
2
  var e = new Date(Date.UTC(2020, 1, 2, 3, 4, 5)), t = "%Y-%m-%d %H:%M";
3
3
  function n(n) {
4
4
  return n.tickFormat(1, t)(e) === "2020-02-02 03:04";
@@ -0,0 +1,6 @@
1
+ //#region ../../../node_modules/.bun/@visx+scale@4.0.0/node_modules/@visx/scale/esm/utils/toString.js
2
+ function e(e) {
3
+ return e?.toString();
4
+ }
5
+ //#endregion
6
+ export { e as default };
@@ -0,0 +1,15 @@
1
+ import { __toESM as e } from "../../../../../../../../_virtual/_rolldown/runtime.js";
2
+ import { require_classnames as t } from "../../../../../../classnames@2.5.1/node_modules/classnames/index.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region ../../../node_modules/.bun/@visx+shape@4.0.0+d84c32d47042070f/node_modules/@visx/shape/esm/shapes/Bar.js
5
+ var r = /* @__PURE__ */ e(t());
6
+ function i(e) {
7
+ let { className: t, innerRef: i, ...a } = e;
8
+ return /*#__PURE__*/ n("rect", {
9
+ ref: i,
10
+ className: (0, r.default)("visx-bar", t),
11
+ ...a
12
+ });
13
+ }
14
+ //#endregion
15
+ export { i as default };
@@ -0,0 +1,15 @@
1
+ import { __toESM as e } from "../../../../../../../../_virtual/_rolldown/runtime.js";
2
+ import { require_classnames as t } from "../../../../../../classnames@2.5.1/node_modules/classnames/index.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region ../../../node_modules/.bun/@visx+shape@4.0.0+d84c32d47042070f/node_modules/@visx/shape/esm/shapes/Circle.js
5
+ var r = /* @__PURE__ */ e(t());
6
+ function i(e) {
7
+ let { className: t, innerRef: i, ...a } = e;
8
+ return /*#__PURE__*/ n("circle", {
9
+ ref: i,
10
+ className: (0, r.default)("visx-circle", t),
11
+ ...a
12
+ });
13
+ }
14
+ //#endregion
15
+ export { i as default };
@@ -0,0 +1,27 @@
1
+ import { __toESM as e } from "../../../../../../../../_virtual/_rolldown/runtime.js";
2
+ import { require_classnames as t } from "../../../../../../classnames@2.5.1/node_modules/classnames/index.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region ../../../node_modules/.bun/@visx+shape@4.0.0+d84c32d47042070f/node_modules/@visx/shape/esm/shapes/Line.js
5
+ var r = /* @__PURE__ */ e(t());
6
+ function i(e) {
7
+ let { from: t = {
8
+ x: 0,
9
+ y: 0
10
+ }, to: i = {
11
+ x: 1,
12
+ y: 1
13
+ }, fill: a = "transparent", className: o, innerRef: s, ...c } = e, l = t.x === i.x || t.y === i.y;
14
+ return /*#__PURE__*/ n("line", {
15
+ ref: s,
16
+ className: (0, r.default)("visx-line", o),
17
+ x1: t.x,
18
+ y1: t.y,
19
+ x2: i.x,
20
+ y2: i.y,
21
+ fill: a,
22
+ shapeRendering: l ? "crispEdges" : "auto",
23
+ ...c
24
+ });
25
+ }
26
+ //#endregion
27
+ export { i as default };
@@ -0,0 +1,24 @@
1
+ import { __toESM as e } from "../../../../../../../../_virtual/_rolldown/runtime.js";
2
+ import { require_classnames as t } from "../../../../../../classnames@2.5.1/node_modules/classnames/index.js";
3
+ import { line as n } from "../util/D3ShapeFactories.js";
4
+ import { Fragment as r, jsx as i } from "react/jsx-runtime";
5
+ //#region ../../../node_modules/.bun/@visx+shape@4.0.0+d84c32d47042070f/node_modules/@visx/shape/esm/shapes/LinePath.js
6
+ var a = /* @__PURE__ */ e(t());
7
+ function o(e) {
8
+ let { children: t, data: o = [], x: s, y: c, fill: l = "transparent", className: u, curve: d, innerRef: f, defined: p = () => !0, ...m } = e, h = n({
9
+ x: s,
10
+ y: c,
11
+ defined: p,
12
+ curve: d
13
+ });
14
+ return t ? /*#__PURE__*/ i(r, { children: t({ path: h }) }) : /*#__PURE__*/ i("path", {
15
+ ref: f,
16
+ className: (0, a.default)("visx-linepath", u),
17
+ d: h(o) || "",
18
+ fill: l,
19
+ strokeLinecap: "round",
20
+ ...m
21
+ });
22
+ }
23
+ //#endregion
24
+ export { o as default };
@@ -0,0 +1,9 @@
1
+ import { d3_shape_exports as e } from "../../../../../../@visx_vendor@4.0.0/node_modules/@visx/vendor/esm/d3-shape.js";
2
+ import t from "./setNumberOrNumberAccessor.js";
3
+ //#region ../../../node_modules/.bun/@visx+shape@4.0.0+d84c32d47042070f/node_modules/@visx/shape/esm/util/D3ShapeFactories.js
4
+ function n() {
5
+ let { x: n, y: r, defined: i, curve: a } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, o = (0, e.line)();
6
+ return n && t(o.x, n), r && t(o.y, r), i && o.defined(i), a && o.curve(a), o;
7
+ }
8
+ //#endregion
9
+ export { n as line };
@@ -0,0 +1,6 @@
1
+ //#region ../../../node_modules/.bun/@visx+shape@4.0.0+d84c32d47042070f/node_modules/@visx/shape/esm/util/setNumberOrNumberAccessor.js
2
+ function e(e, t) {
3
+ e(t);
4
+ }
5
+ //#endregion
6
+ export { e as default };
@@ -0,0 +1,27 @@
1
+ import e from "./hooks/useText.js";
2
+ import { jsx as t } from "react/jsx-runtime";
3
+ //#region ../../../node_modules/.bun/@visx+text@4.0.0+d84c32d47042070f/node_modules/@visx/text/esm/Text.js
4
+ var n = { overflow: "visible" };
5
+ function r(r) {
6
+ let { dx: i = 0, dy: a = 0, textAnchor: o = "start", innerRef: s, innerTextRef: c, verticalAnchor: l, angle: u, lineHeight: d = "1em", scaleToFit: f = !1, capHeight: p, width: m, ...h } = r, { x: g = 0, fontSize: _ } = h, { wordsByLines: v, startDy: y, transform: b } = e(r);
7
+ return /*#__PURE__*/ t("svg", {
8
+ ref: s,
9
+ x: i,
10
+ y: a,
11
+ fontSize: _,
12
+ style: n,
13
+ children: v.length > 0 ? /*#__PURE__*/ t("text", {
14
+ ref: c,
15
+ transform: b,
16
+ ...h,
17
+ textAnchor: o,
18
+ children: v.map((e, n) => /*#__PURE__*/ t("tspan", {
19
+ x: g,
20
+ dy: n === 0 ? y : d,
21
+ children: e.words.join(" ")
22
+ }, n))
23
+ }) : null
24
+ });
25
+ }
26
+ //#endregion
27
+ export { r as default };
@@ -0,0 +1,68 @@
1
+ import { __toESM as e } from "../../../../../../../../_virtual/_rolldown/runtime.js";
2
+ import { require_reduce_css_calc as t } from "../../../../../../reduce-css-calc@1.3.0/node_modules/reduce-css-calc/index.js";
3
+ import n from "../util/getStringWidth.js";
4
+ import { useMemo as r } from "react";
5
+ //#region ../../../node_modules/.bun/@visx+text@4.0.0+d84c32d47042070f/node_modules/@visx/text/esm/hooks/useText.js
6
+ var i = /* @__PURE__ */ e(t());
7
+ function a(e) {
8
+ return typeof e == "number";
9
+ }
10
+ function o(e) {
11
+ return typeof e == "number" && Number.isFinite(e) || typeof e == "string";
12
+ }
13
+ function s(e) {
14
+ let { verticalAnchor: t = "end", scaleToFit: s = !1, angle: c, width: l, lineHeight: u = "1em", capHeight: d = "0.71em", children: f, style: p, ...m } = e, { x: h = 0, y: g = 0 } = m, _ = !o(h) || !o(g), { wordsWithWidth: v, spaceWidth: y } = r(() => ({
15
+ wordsWithWidth: (f == null ? [] : f.toString().split(/(?:(?!\u00A0+)\s+)/)).map((e) => ({
16
+ word: e,
17
+ wordWidth: n(e, p) || 0
18
+ })),
19
+ spaceWidth: n("\xA0", p) || 0
20
+ }), [f, p]), b = r(() => _ ? [] : l || s ? v.reduce((e, t) => {
21
+ let { word: n, wordWidth: r } = t, i = e[e.length - 1];
22
+ if (i && (l == null || s || (i.width || 0) + r + y < l)) i.words.push(n), i.width = i.width || 0, i.width += r + y;
23
+ else {
24
+ let t = {
25
+ words: [n],
26
+ width: r
27
+ };
28
+ e.push(t);
29
+ }
30
+ return e;
31
+ }, []) : [{ words: f == null ? [] : f.toString().split(/(?:(?!\u00A0+)\s+)/) }], [
32
+ _,
33
+ l,
34
+ s,
35
+ f,
36
+ v,
37
+ y
38
+ ]);
39
+ return {
40
+ wordsByLines: b,
41
+ startDy: r(() => _ ? "" : t === "start" ? (0, i.default)(`calc(${d})`) : t === "middle" ? (0, i.default)(`calc(${(b.length - 1) / 2} * -${u} + (${d} / 2))`) : (0, i.default)(`calc(${b.length - 1} * -${u})`), [
42
+ _,
43
+ t,
44
+ d,
45
+ b.length,
46
+ u
47
+ ]),
48
+ transform: r(() => {
49
+ let e = [];
50
+ if (_) return "";
51
+ if (a(h) && a(g) && a(l) && s && b.length > 0) {
52
+ let t = b[0].width || 1, n = s === "shrink-only" ? Math.min(l / t, 1) : l / t, r = n, i = h - n * h, a = g - r * g;
53
+ e.push(`matrix(${n}, 0, 0, ${r}, ${i}, ${a})`);
54
+ }
55
+ return c && e.push(`rotate(${c}, ${h}, ${g})`), e.length > 0 ? e.join(" ") : "";
56
+ }, [
57
+ _,
58
+ h,
59
+ g,
60
+ l,
61
+ s,
62
+ b,
63
+ c
64
+ ])
65
+ };
66
+ }
67
+ //#endregion
68
+ export { s as default };
@@ -0,0 +1,19 @@
1
+ import e from "./memoize.js";
2
+ //#region ../../../node_modules/.bun/@visx+text@4.0.0+d84c32d47042070f/node_modules/@visx/text/esm/util/getStringWidth.js
3
+ var t = "__react_svg_text_measurement_id";
4
+ function n(e, n) {
5
+ if (typeof document > "u") return null;
6
+ try {
7
+ let r = document.getElementById(t);
8
+ if (!r) {
9
+ let e = document.createElementNS("http://www.w3.org/2000/svg", "svg");
10
+ e.setAttribute("aria-hidden", "true"), e.style.width = "0", e.style.height = "0", e.style.position = "absolute", e.style.top = "-100%", e.style.left = "-100%", r = document.createElementNS("http://www.w3.org/2000/svg", "text"), r.setAttribute("id", t), e.appendChild(r), document.body.appendChild(e);
11
+ }
12
+ return Object.assign(r.style, n), r.textContent = e, r.getComputedTextLength();
13
+ } catch {
14
+ return null;
15
+ }
16
+ }
17
+ var r = e(n, (e, t) => `${e}_${JSON.stringify(t)}`);
18
+ //#endregion
19
+ export { r as default };
@@ -0,0 +1,13 @@
1
+ //#region ../../../node_modules/.bun/@visx+text@4.0.0+d84c32d47042070f/node_modules/@visx/text/esm/util/memoize.js
2
+ function e(e, t) {
3
+ let n = /* @__PURE__ */ new Map();
4
+ return function() {
5
+ var r = [...arguments];
6
+ let i = t(...r);
7
+ if (n.has(i)) return n.get(i);
8
+ let a = e.apply(this, r);
9
+ return n.set(i, a), a;
10
+ };
11
+ }
12
+ //#endregion
13
+ export { e as default };
@@ -1,6 +1,6 @@
1
1
  import { __exportAll as e, __reExport as t } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
2
  export * from "d3-interpolate";
3
- //#region ../../../node_modules/.bun/@visx+vendor@3.12.0/node_modules/@visx/vendor/esm/d3-interpolate.js
3
+ //#region ../../../node_modules/.bun/@visx+vendor@4.0.0/node_modules/@visx/vendor/esm/d3-interpolate.js
4
4
  var n = /* @__PURE__ */ e({});
5
5
  import * as r from "d3-interpolate";
6
6
  t(n, r);
@@ -1,6 +1,6 @@
1
1
  import { __exportAll as e, __reExport as t } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
2
  export * from "d3-scale";
3
- //#region ../../../node_modules/.bun/@visx+vendor@3.12.0/node_modules/@visx/vendor/esm/d3-scale.js
3
+ //#region ../../../node_modules/.bun/@visx+vendor@4.0.0/node_modules/@visx/vendor/esm/d3-scale.js
4
4
  var n = /* @__PURE__ */ e({});
5
5
  import * as r from "d3-scale";
6
6
  t(n, r);
@@ -0,0 +1,8 @@
1
+ import { __exportAll as e, __reExport as t } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
+ export * from "d3-shape";
3
+ //#region ../../../node_modules/.bun/@visx+vendor@4.0.0/node_modules/@visx/vendor/esm/d3-shape.js
4
+ var n = /* @__PURE__ */ e({});
5
+ import * as r from "d3-shape";
6
+ t(n, r);
7
+ //#endregion
8
+ export { n as d3_shape_exports };
@@ -1,6 +1,6 @@
1
1
  import { __exportAll as e, __reExport as t } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
2
  export * from "d3-time";
3
- //#region ../../../node_modules/.bun/@visx+vendor@3.12.0/node_modules/@visx/vendor/esm/d3-time.js
3
+ //#region ../../../node_modules/.bun/@visx+vendor@4.0.0/node_modules/@visx/vendor/esm/d3-time.js
4
4
  var n = /* @__PURE__ */ e({});
5
5
  import * as r from "d3-time";
6
6
  t(n, r);
@@ -13,4 +13,4 @@ function t() {
13
13
  return i;
14
14
  }
15
15
  //#endregion
16
- export { t as default };
16
+ export { t as clsx, t as default };