Skip to content

Commit

Permalink
fix(themes): reintroduce Amsterdam colors (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Jan 29, 2025
1 parent 9047bd2 commit 8c9913d
Show file tree
Hide file tree
Showing 5 changed files with 951 additions and 19 deletions.
6 changes: 6 additions & 0 deletions packages/charts/api/charts.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ export const AGGREGATE_KEY = "value";
// @public (undocumented)
export function aggregateAccessor(n: ArrayEntry): number;

// @public (undocumented)
export const AMSTERDAM_DARK_THEME: Theme;

// @public (undocumented)
export const AMSTERDAM_LIGHT_THEME: Theme;

// @public (undocumented)
export interface AngleFromTo {
// Warning: (ae-forgotten-export) The symbol "Radian" needs to be exported by the entry point index.d.ts
Expand Down
2 changes: 2 additions & 0 deletions packages/charts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ export { LIGHT_THEME } from './utils/themes/light_theme';
export { DARK_THEME } from './utils/themes/dark_theme';
export { LEGACY_LIGHT_THEME } from './utils/themes/legacy_light_theme';
export { LEGACY_DARK_THEME } from './utils/themes/legacy_dark_theme';
export { AMSTERDAM_LIGHT_THEME } from './utils/themes/amsterdam_light_theme';
export { AMSTERDAM_DARK_THEME } from './utils/themes/amsterdam_dark_theme';

// wordcloud
export { WordcloudViewModel } from './chart_types/wordcloud/layout/types/viewmodel_types';
Expand Down
Loading

0 comments on commit 8c9913d

Please sign in to comment.