You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Deprecated all charts theme exports in favor of `@elastic/charts` exports
2
-
3
1
**Deprecations**
4
2
5
-
- Deprecated `EUI_CHARTS_THEME_<DARK|LIGHT>` in favor of `THEME_<DARK|LIGHT>` from `@elastic/charts`. ([#7572](https://github.com/elastic/eui/pull/7572))
6
-
- Deprecated `EUI_SPARKLINE_THEME_PARTIAL` in favor of `sparkline` theme from the kibana `charts` plugin `theme` service. ([#7572](https://github.com/elastic/eui/pull/7572))
3
+
- Deprecated all charts theme exports in favor of `@elastic/charts` exports:
4
+
- Deprecated `EUI_CHARTS_THEME_<DARK|LIGHT>` in favor of `<DARK|LIGHT>_THEME` from `@elastic/charts`. ([#7572](https://github.com/elastic/eui/pull/7572))
5
+
- Deprecated `EUI_SPARKLINE_THEME_PARTIAL` in favor of `sparkline` theme from the kibana `charts` plugin `theme` service.
0 commit comments