@asymmetric-effort/specifyjs 0.2.16 → 0.2.19

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.
@@ -1912,6 +1912,7 @@ interface PieGraphProps {
1912
1912
  colors?: string[];
1913
1913
  strokeColor?: string;
1914
1914
  strokeWidth?: number;
1915
+ textColor?: string;
1915
1916
  }
1916
1917
  /**
1917
1918
  * Build an SVG path `d` string for an arc (or annular sector).
@@ -2299,7 +2300,7 @@ interface BigNumberProps {
2299
2300
  width?: number;
2300
2301
  /** SVG height in pixels (default: 160) */
2301
2302
  height?: number;
2302
- /** Main value text color (default: '#111827') */
2303
+ /** Main value text color (default: 'currentColor') */
2303
2304
  valueColor?: string;
2304
2305
  /** Trend arrow color when positive (default: '#22c55e') */
2305
2306
  trendUpColor?: string;