@mui/x-charts-vendor 8.22.0 → 8.23.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.
- package/d3-array.d.ts +5 -0
- package/d3-array.js +7 -0
- package/d3-format.d.ts +5 -0
- package/d3-format.js +7 -0
- package/d3-time-format.d.ts +5 -0
- package/d3-time-format.js +7 -0
- package/internmap.js +7 -0
- package/package.json +9 -10
- package/d3-sankey.d.ts +0 -0
- package/d3-sankey.js +0 -7
package/d3-array.d.ts
ADDED
package/d3-array.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
// `x-charts-vendor/d3-array` (CommonJS)
|
|
3
|
+
// See upstream license: https://github.com/d3/d3-array/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-array");
|
package/d3-format.d.ts
ADDED
package/d3-format.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
// `x-charts-vendor/d3-format` (CommonJS)
|
|
3
|
+
// See upstream license: https://github.com/d3/d3-format/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-format");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
// `x-charts-vendor/d3-time-format` (CommonJS)
|
|
3
|
+
// See upstream license: https://github.com/d3/d3-time-format/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-time-format");
|
package/internmap.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
// `x-charts-vendor/internmap` (CommonJS)
|
|
3
|
+
// See upstream license: https://github.com/mbostock/internmap/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/internmap");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-vendor",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.23.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Vendored dependencies for MUI X Charts.",
|
|
6
6
|
"keywords": [
|
|
@@ -25,35 +25,34 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.28.4",
|
|
28
|
+
"@types/d3-array": "^3.2.2",
|
|
28
29
|
"@types/d3-color": "^3.1.3",
|
|
30
|
+
"@types/d3-format": "^3.0.4",
|
|
29
31
|
"@types/d3-interpolate": "^3.0.4",
|
|
30
32
|
"@types/d3-path": "^3.1.1",
|
|
31
|
-
"@types/d3-sankey": "^0.12.5",
|
|
32
33
|
"@types/d3-scale": "^4.0.9",
|
|
33
34
|
"@types/d3-shape": "^3.1.7",
|
|
34
35
|
"@types/d3-time": "^3.0.4",
|
|
36
|
+
"@types/d3-time-format": "^4.0.3",
|
|
35
37
|
"@types/d3-timer": "^3.0.2",
|
|
38
|
+
"d3-array": "^3.2.4",
|
|
36
39
|
"d3-color": "^3.1.0",
|
|
40
|
+
"d3-format": "^3.1.0",
|
|
37
41
|
"d3-interpolate": "^3.0.1",
|
|
38
42
|
"d3-path": "^3.1.0",
|
|
39
43
|
"d3-scale": "^4.0.2",
|
|
40
44
|
"d3-shape": "^3.2.0",
|
|
41
45
|
"d3-time": "^3.1.0",
|
|
46
|
+
"d3-time-format": "^4.1.0",
|
|
42
47
|
"d3-timer": "^3.0.1",
|
|
43
|
-
"flatqueue": "^3.0.0"
|
|
48
|
+
"flatqueue": "^3.0.0",
|
|
49
|
+
"internmap": "^2.0.3"
|
|
44
50
|
},
|
|
45
51
|
"devDependencies": {
|
|
46
52
|
"@babel/cli": "^7.28.3",
|
|
47
53
|
"@babel/plugin-transform-runtime": "^7.28.5",
|
|
48
|
-
"@types/d3-array": "^3.2.2",
|
|
49
|
-
"@types/d3-format": "^3.0.4",
|
|
50
|
-
"@types/d3-time-format": "^4.0.3",
|
|
51
54
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
52
|
-
"d3-array": "^3.2.4",
|
|
53
|
-
"d3-format": "^3.1.0",
|
|
54
|
-
"d3-time-format": "^4.1.0",
|
|
55
55
|
"execa": "^9.6.0",
|
|
56
|
-
"internmap": "^2.0.3",
|
|
57
56
|
"rimraf": "^6.1.2"
|
|
58
57
|
},
|
|
59
58
|
"publishConfig": {
|
package/d3-sankey.d.ts
DELETED
|
File without changes
|
package/d3-sankey.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-sankey` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-sankey/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-sankey");
|