@mui/x-charts-vendor 8.14.0 → 8.15.0

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 (43) hide show
  1. package/README.md +2 -7
  2. package/package.json +3 -6
  3. package/d3-delaunay.d.ts +0 -5
  4. package/d3-delaunay.js +0 -7
  5. package/delaunator.d.ts +0 -5
  6. package/delaunator.js +0 -7
  7. package/es/d3-delaunay.mjs +0 -6
  8. package/es/delaunator.mjs +0 -6
  9. package/es/robust-predicates.mjs +0 -6
  10. package/lib/d3-delaunay.js +0 -6
  11. package/lib/delaunator.js +0 -6
  12. package/lib/robust-predicates.js +0 -6
  13. package/lib-vendor/d3-delaunay/LICENSE +0 -14
  14. package/lib-vendor/d3-delaunay/dist/d3-delaunay.js +0 -1398
  15. package/lib-vendor/d3-delaunay/dist/d3-delaunay.min.js +0 -853
  16. package/lib-vendor/d3-delaunay/src/delaunay.js +0 -282
  17. package/lib-vendor/d3-delaunay/src/index.js +0 -20
  18. package/lib-vendor/d3-delaunay/src/path.js +0 -43
  19. package/lib-vendor/d3-delaunay/src/polygon.js +0 -24
  20. package/lib-vendor/d3-delaunay/src/voronoi.js +0 -390
  21. package/lib-vendor/delaunator/LICENSE +0 -15
  22. package/lib-vendor/delaunator/delaunator.js +0 -688
  23. package/lib-vendor/delaunator/delaunator.min.js +0 -316
  24. package/lib-vendor/delaunator/index.js +0 -440
  25. package/lib-vendor/robust-predicates/LICENSE +0 -24
  26. package/lib-vendor/robust-predicates/esm/incircle.js +0 -667
  27. package/lib-vendor/robust-predicates/esm/insphere.js +0 -693
  28. package/lib-vendor/robust-predicates/esm/orient2d.js +0 -174
  29. package/lib-vendor/robust-predicates/esm/orient3d.js +0 -422
  30. package/lib-vendor/robust-predicates/esm/util.js +0 -147
  31. package/lib-vendor/robust-predicates/index.js +0 -57
  32. package/lib-vendor/robust-predicates/umd/incircle.js +0 -798
  33. package/lib-vendor/robust-predicates/umd/incircle.min.js +0 -170
  34. package/lib-vendor/robust-predicates/umd/insphere.js +0 -828
  35. package/lib-vendor/robust-predicates/umd/insphere.min.js +0 -223
  36. package/lib-vendor/robust-predicates/umd/orient2d.js +0 -260
  37. package/lib-vendor/robust-predicates/umd/orient2d.min.js +0 -69
  38. package/lib-vendor/robust-predicates/umd/orient3d.js +0 -550
  39. package/lib-vendor/robust-predicates/umd/orient3d.min.js +0 -133
  40. package/lib-vendor/robust-predicates/umd/predicates.js +0 -2073
  41. package/lib-vendor/robust-predicates/umd/predicates.min.js +0 -468
  42. package/robust-predicates.d.ts +0 -5
  43. package/robust-predicates.js +0 -7
package/README.md CHANGED
@@ -13,27 +13,23 @@ To help provide an easy path to folks still using CommonJS in their Node.js appl
13
13
  ## Main difference with victory-vendor
14
14
 
15
15
  Victory is using the `d3-voronoi` which is an archived project.
16
- Our chart library relies on the `d3-delaunay` which is also ESM only and reuse `robust-predicates` which is also ESM only
17
16
 
18
17
  ## Packages
19
18
 
20
19
  We presently provide the following top-level libraries:
21
20
 
22
21
  - d3-color
23
- - d3-delaunay
24
22
  - d3-interpolate
25
23
  - d3-sankey
26
24
  - d3-scale
27
25
  - d3-shape
28
26
  - d3-time
29
- - delaunator
30
- - robust-predicate
27
+ - d3-timer
31
28
 
32
29
  This is the total list of top and transitive libraries we vendor:
33
30
 
34
31
  - d3-array
35
32
  - d3-color
36
- - d3-delaunay
37
33
  - d3-format
38
34
  - d3-interpolate
39
35
  - d3-path
@@ -42,9 +38,8 @@ This is the total list of top and transitive libraries we vendor:
42
38
  - d3-shape
43
39
  - d3-time
44
40
  - d3-time-format
45
- - delaunator
41
+ - d3-timer
46
42
  - internmap
47
- - robust-predicates
48
43
 
49
44
  ## How to add a new package
50
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-charts-vendor",
3
- "version": "8.14.0",
3
+ "version": "8.15.0",
4
4
  "author": "MUI Team",
5
5
  "description": "Vendored dependencies for MUI X Charts.",
6
6
  "keywords": [
@@ -26,7 +26,6 @@
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.28.4",
28
28
  "@types/d3-color": "^3.1.3",
29
- "@types/d3-delaunay": "^6.0.4",
30
29
  "@types/d3-interpolate": "^3.0.4",
31
30
  "@types/d3-sankey": "^0.12.4",
32
31
  "@types/d3-scale": "^4.0.9",
@@ -34,15 +33,12 @@
34
33
  "@types/d3-time": "^3.0.4",
35
34
  "@types/d3-timer": "^3.0.2",
36
35
  "d3-color": "^3.1.0",
37
- "d3-delaunay": "^6.0.4",
38
36
  "d3-interpolate": "^3.0.1",
39
37
  "d3-sankey": "^0.12.3",
40
38
  "d3-scale": "^4.0.2",
41
39
  "d3-shape": "^3.2.0",
42
40
  "d3-time": "^3.1.0",
43
- "d3-timer": "^3.0.1",
44
- "delaunator": "^5.0.1",
45
- "robust-predicates": "^3.0.2"
41
+ "d3-timer": "^3.0.1"
46
42
  },
47
43
  "devDependencies": {
48
44
  "@babel/cli": "^7.28.3",
@@ -51,6 +47,7 @@
51
47
  "@types/d3-format": "^3.0.4",
52
48
  "@types/d3-path": "^3.1.1",
53
49
  "@types/d3-time-format": "^4.0.3",
50
+ "babel-plugin-module-resolver": "^5.0.2",
54
51
  "d3-array": "^3.2.4",
55
52
  "d3-format": "^3.1.0",
56
53
  "d3-path": "^3.1.0",
package/d3-delaunay.d.ts DELETED
@@ -1,5 +0,0 @@
1
-
2
- // `x-charts-vendor/d3-delaunay` (TypeScript)
3
- //
4
- // Export the type definitions for this package:
5
- export * from "d3-delaunay";
package/d3-delaunay.js DELETED
@@ -1,7 +0,0 @@
1
-
2
- // `x-charts-vendor/d3-delaunay` (CommonJS)
3
- // See upstream license: https://github.com/d3/d3-delaunay/blob/main/LICENSE
4
- //
5
- // This file only exists for tooling that doesn't work yet with package.json:exports
6
- // by proxying through the CommonJS version.
7
- module.exports = require("./lib/d3-delaunay");
package/delaunator.d.ts DELETED
@@ -1,5 +0,0 @@
1
-
2
- // `x-charts-vendor/delaunator` (TypeScript)
3
- //
4
- // Export the type definitions for this package:
5
- export * from "delaunator";
package/delaunator.js DELETED
@@ -1,7 +0,0 @@
1
-
2
- // `x-charts-vendor/delaunator` (CommonJS)
3
- // See upstream license: https://github.com/mapbox/delaunator/blob/main/LICENSE
4
- //
5
- // This file only exists for tooling that doesn't work yet with package.json:exports
6
- // by proxying through the CommonJS version.
7
- module.exports = require("./lib/delaunator");
@@ -1,6 +0,0 @@
1
-
2
- // `x-charts-vendor/d3-delaunay` (ESM)
3
- // See upstream license: https://github.com/d3/d3-delaunay/blob/main/LICENSE
4
- //
5
- // Our ESM package uses the underlying installed dependencies of `node_modules/d3-delaunay`
6
- export * from "d3-delaunay";
package/es/delaunator.mjs DELETED
@@ -1,6 +0,0 @@
1
-
2
- // `x-charts-vendor/delaunator` (ESM)
3
- // See upstream license: https://github.com/mapbox/delaunator/blob/main/LICENSE
4
- //
5
- // Our ESM package uses the underlying installed dependencies of `node_modules/delaunator`
6
- export * from "delaunator";
@@ -1,6 +0,0 @@
1
-
2
- // `x-charts-vendor/robust-predicates` (ESM)
3
- // See upstream license: https://github.com/mourner/robust-predicates/blob/main/LICENSE
4
- //
5
- // Our ESM package uses the underlying installed dependencies of `node_modules/robust-predicates`
6
- export * from "robust-predicates";
@@ -1,6 +0,0 @@
1
-
2
- // `x-charts-vendor/d3-delaunay` (CommonJS)
3
- // See upstream license: https://github.com/d3/d3-delaunay/blob/main/LICENSE
4
- //
5
- // Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-delaunay`
6
- module.exports = require("../lib-vendor/d3-delaunay/src/index.js");
package/lib/delaunator.js DELETED
@@ -1,6 +0,0 @@
1
-
2
- // `x-charts-vendor/delaunator` (CommonJS)
3
- // See upstream license: https://github.com/mapbox/delaunator/blob/main/LICENSE
4
- //
5
- // Our CommonJS package relies on transpiled vendor files in `lib-vendor/delaunator`
6
- module.exports = require("../lib-vendor/delaunator/src/index.js");
@@ -1,6 +0,0 @@
1
-
2
- // `x-charts-vendor/robust-predicates` (CommonJS)
3
- // See upstream license: https://github.com/mourner/robust-predicates/blob/main/LICENSE
4
- //
5
- // Our CommonJS package relies on transpiled vendor files in `lib-vendor/robust-predicates`
6
- module.exports = require("../lib-vendor/robust-predicates/src/index.js");
@@ -1,14 +0,0 @@
1
- Copyright 2018-2021 Observable, Inc.
2
- Copyright 2021 Mapbox
3
-
4
- Permission to use, copy, modify, and/or distribute this software for any purpose
5
- with or without fee is hereby granted, provided that the above copyright notice
6
- and this permission notice appear in all copies.
7
-
8
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
10
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
12
- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
13
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
14
- THIS SOFTWARE.