Favivon - Correção

This commit is contained in:
2026-05-30 19:59:39 -03:00
parent 76ddaa815d
commit d7dfd221f0
32859 changed files with 5459654 additions and 404 deletions
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-array` (ESM)
// See upstream license: https://github.com/d3/d3-array/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-array`
export * from "d3-array";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-color` (ESM)
// See upstream license: https://github.com/d3/d3-color/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-color`
export * from "d3-color";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-ease` (ESM)
// See upstream license: https://github.com/d3/d3-ease/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-ease`
export * from "d3-ease";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-format` (ESM)
// See upstream license: https://github.com/d3/d3-format/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-format`
export * from "d3-format";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-interpolate` (ESM)
// See upstream license: https://github.com/d3/d3-interpolate/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-interpolate`
export * from "d3-interpolate";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-path` (ESM)
// See upstream license: https://github.com/d3/d3-path/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-path`
export * from "d3-path";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-scale` (ESM)
// See upstream license: https://github.com/d3/d3-scale/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-scale`
export * from "d3-scale";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-shape` (ESM)
// See upstream license: https://github.com/d3/d3-shape/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-shape`
export * from "d3-shape";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-time-format` (ESM)
// See upstream license: https://github.com/d3/d3-time-format/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-time-format`
export * from "d3-time-format";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-time` (ESM)
// See upstream license: https://github.com/d3/d3-time/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-time`
export * from "d3-time";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-timer` (ESM)
// See upstream license: https://github.com/d3/d3-timer/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-timer`
export * from "d3-timer";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-voronoi` (ESM)
// See upstream license: https://github.com/d3/d3-voronoi/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-voronoi`
export * from "d3-voronoi";
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/internmap` (ESM)
// See upstream license: https://github.com/mbostock/internmap/blob/main/LICENSE
//
// Our ESM package uses the underlying installed dependencies of `node_modules/internmap`
export * from "internmap";