@powercalc/power-router 1.1.9 → 1.1.11
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/dist/config/types.json
CHANGED
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
"name": "Battery added",
|
|
371
371
|
"psrType": "B99",
|
|
372
372
|
"co2Footprint": 0,
|
|
373
|
-
"color": "
|
|
373
|
+
"color": "#ff008c",
|
|
374
374
|
"abbr": "BS",
|
|
375
375
|
"type": "storage",
|
|
376
376
|
"yAxis": "hydroFill"
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"name": "power2gas added",
|
|
380
380
|
"psrType": "H22",
|
|
381
381
|
"co2Footprint": null,
|
|
382
|
-
"color": "
|
|
382
|
+
"color": "#F86612_stripes",
|
|
383
383
|
"abbr": "H22",
|
|
384
384
|
"yAxis": "hydroFill",
|
|
385
385
|
"type": "storage"
|
package/package.json
CHANGED
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
"name": "Battery added",
|
|
371
371
|
"psrType": "B99",
|
|
372
372
|
"co2Footprint": 0,
|
|
373
|
-
"color": "
|
|
373
|
+
"color": "#ff008c",
|
|
374
374
|
"abbr": "BS",
|
|
375
375
|
"type": "storage",
|
|
376
376
|
"yAxis": "hydroFill"
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"name": "power2gas added",
|
|
380
380
|
"psrType": "H22",
|
|
381
381
|
"co2Footprint": null,
|
|
382
|
-
"color": "
|
|
382
|
+
"color": "#F86612_stripes",
|
|
383
383
|
"abbr": "H22",
|
|
384
384
|
"yAxis": "hydroFill",
|
|
385
385
|
"type": "storage"
|