@asymmetric-effort/specifyjs 0.2.19 → 0.2.20

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.
@@ -2888,7 +2888,7 @@ interface LollipopChartProps {
2888
2888
  /** SVG height in pixels (default: 400) */
2889
2889
  height?: number;
2890
2890
  /** Chart orientation (default: 'vertical') */
2891
- orientation?: 'horizontal' | 'vertical';
2891
+ orientation?: "horizontal" | "vertical";
2892
2892
  /** Stem line color (default: '#94a3b8') */
2893
2893
  stemColor?: string;
2894
2894
  /** Stem line width in px (default: 2) */