@pitcher/canvas-ui 2026.1.5-141434 → 2026.1.6-131818-beta

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.
@@ -95,7 +95,6 @@ export interface ExtendedChartConfiguration extends ChartConfiguration {
95
95
  index_axis?: 'x' | 'y';
96
96
  };
97
97
  color_scheme_type?: 'theme' | 'custom';
98
- color_scheme?: string[];
99
98
  percent_display?: boolean;
100
99
  view_controls?: ViewControls;
101
100
  chart_height?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitcher/canvas-ui",
3
- "version": "2026.1.5-141434",
3
+ "version": "2026.1.6-131818-beta",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"