wip:milestone 0 fixes
Some checks failed
CI/CD Pipeline / unit-tests (push) Failing after 1m16s
CI/CD Pipeline / integration-tests (push) Failing after 2m32s
CI/CD Pipeline / lint (push) Successful in 5m22s
CI/CD Pipeline / e2e-tests (push) Has been skipped
CI/CD Pipeline / build (push) Has been skipped

This commit is contained in:
2026-03-15 12:35:42 +02:00
parent 6708cf28a7
commit cffdf8af86
61266 changed files with 4511646 additions and 1938 deletions

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-array` (CommonJS)
// See upstream license: https://github.com/d3/d3-array/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-array`
module.exports = require("../lib-vendor/d3-array/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-color` (CommonJS)
// See upstream license: https://github.com/d3/d3-color/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-color`
module.exports = require("../lib-vendor/d3-color/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-ease` (CommonJS)
// See upstream license: https://github.com/d3/d3-ease/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-ease`
module.exports = require("../lib-vendor/d3-ease/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-format` (CommonJS)
// See upstream license: https://github.com/d3/d3-format/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-format`
module.exports = require("../lib-vendor/d3-format/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-interpolate` (CommonJS)
// See upstream license: https://github.com/d3/d3-interpolate/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-interpolate`
module.exports = require("../lib-vendor/d3-interpolate/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-path` (CommonJS)
// See upstream license: https://github.com/d3/d3-path/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-path`
module.exports = require("../lib-vendor/d3-path/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-scale` (CommonJS)
// See upstream license: https://github.com/d3/d3-scale/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-scale`
module.exports = require("../lib-vendor/d3-scale/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-shape` (CommonJS)
// See upstream license: https://github.com/d3/d3-shape/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-shape`
module.exports = require("../lib-vendor/d3-shape/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-time-format` (CommonJS)
// See upstream license: https://github.com/d3/d3-time-format/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-time-format`
module.exports = require("../lib-vendor/d3-time-format/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-time` (CommonJS)
// See upstream license: https://github.com/d3/d3-time/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-time`
module.exports = require("../lib-vendor/d3-time/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-timer` (CommonJS)
// See upstream license: https://github.com/d3/d3-timer/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-timer`
module.exports = require("../lib-vendor/d3-timer/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/d3-voronoi` (CommonJS)
// See upstream license: https://github.com/d3/d3-voronoi/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-voronoi`
module.exports = require("../lib-vendor/d3-voronoi/src/index.js");

View File

@@ -0,0 +1,6 @@
// `victory-vendor/internmap` (CommonJS)
// See upstream license: https://github.com/mbostock/internmap/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/internmap`
module.exports = require("../lib-vendor/internmap/src/index.js");