gedcom-d3 2.3.0 → 2.5.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/d3ize.js +17 -21
- package/package.json +1 -1
package/d3ize.js
CHANGED
|
@@ -423,35 +423,31 @@ const getFamilies = (p) => {
|
|
|
423
423
|
const getColor = (p, surnameList) => {
|
|
424
424
|
const colorList = [
|
|
425
425
|
"#f6edd0", // cream
|
|
426
|
-
"#
|
|
427
|
-
"#
|
|
428
|
-
"#
|
|
429
|
-
"#
|
|
430
|
-
"#e1b386", // light brown
|
|
431
|
-
"#a5c2cc", // light blue grey
|
|
432
|
-
"#e87c76", // soft pink
|
|
426
|
+
"#f8a39e", // soft pink
|
|
427
|
+
"#5bceff", // sky blue
|
|
428
|
+
"#ffc32a", // mexican egg yolk
|
|
429
|
+
"#8df0c2", // grass & sage
|
|
433
430
|
"#d0a8ec", // soft royal purple
|
|
434
|
-
"#
|
|
435
|
-
"#
|
|
431
|
+
"#ffa686", // coral
|
|
432
|
+
"#adcdd8", // light blue grey
|
|
433
|
+
"#a6b890", // olive sage
|
|
434
|
+
"#e6f387", // olive
|
|
435
|
+
"#eebf90", // light brown
|
|
436
436
|
"#6e90e6", // ligt purple blue
|
|
437
|
-
"#
|
|
438
|
-
"#
|
|
439
|
-
"#
|
|
437
|
+
"#f8a7d0", // dry wine
|
|
438
|
+
"#30f6d5", // sea foam
|
|
439
|
+
"#be719d", // magenta
|
|
440
440
|
"#e08e79", // blush
|
|
441
441
|
"#80d152", // neon green
|
|
442
|
-
"#
|
|
443
|
-
"#7ff0ca", // light sea foam
|
|
442
|
+
"#9efde5", // light sea foam
|
|
444
443
|
"#ff835a", // burnt orange
|
|
445
444
|
"#eebd6e", // chocolate
|
|
446
|
-
"#
|
|
447
|
-
"#
|
|
448
|
-
"#e8b28e", // peach
|
|
445
|
+
"#35f8a0", // forest
|
|
446
|
+
"#f95162", // rouge
|
|
449
447
|
"#d4ee5e", // lime
|
|
450
|
-
"#f3f621", // light yellow
|
|
451
448
|
"#e887aa", // newborn pink
|
|
452
|
-
"#
|
|
453
|
-
"#
|
|
454
|
-
"#ccc", // light grey
|
|
449
|
+
"#a178ea", // royal purple
|
|
450
|
+
"#00c0de", // baby foam
|
|
455
451
|
];
|
|
456
452
|
|
|
457
453
|
// If color description listed in GEDCOM
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gedcom-d3",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "A GEDCOM parser, which translates GEDCOM (.ged) files into D3 capable JSON. This package is specifically designed to prepare data for use in https://github.com/oh-kay-blanket/blood-lines",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|