@economic/taco 2.57.0-charts.0 → 2.57.0-charts.1

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.
Files changed (2) hide show
  1. package/dist/taco.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/taco.d.ts CHANGED
@@ -445,7 +445,7 @@ declare interface ChartChildProps<TData extends object> {
445
445
  dataKey: keyof TData;
446
446
  label: string;
447
447
  unit?: string;
448
- color: Color_2;
448
+ color?: Color_2;
449
449
  formatter?: ChartValueFormatter;
450
450
  isHidden?: boolean;
451
451
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "2.57.0-charts.0",
3
+ "version": "2.57.0-charts.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/taco.cjs",
@@ -105,5 +105,5 @@
105
105
  "not ie < 11"
106
106
  ]
107
107
  },
108
- "gitHead": "c321386de0a3172dc50d2ab424943b5a8228d3fe"
108
+ "gitHead": "86ac86186fa3db30d1a7596d27e664c7155bf6e0"
109
109
  }