@opendata-ai/openchart-core 6.28.6 → 7.0.2

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.
@@ -29,6 +29,10 @@ export interface ThemeColors {
29
29
  annotationFill: string;
30
30
  /** Annotation text color. */
31
31
  annotationText: string;
32
+ /** Semantic color for positive/up-trend values (e.g. sparkline trend coloring). */
33
+ positive: string;
34
+ /** Semantic color for negative/down-trend values (e.g. sparkline trend coloring). */
35
+ negative: string;
32
36
  }
33
37
 
34
38
  // ---------------------------------------------------------------------------
@@ -109,6 +113,7 @@ export interface ChromeDefaults {
109
113
 
110
114
  /** Default chrome styles for each element type. */
111
115
  export interface ThemeChromeDefaults {
116
+ eyebrow: ChromeDefaults;
112
117
  title: ChromeDefaults;
113
118
  subtitle: ChromeDefaults;
114
119
  source: ChromeDefaults;