mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 19:02:53 +08:00
PanelChrome: new logic-less emotion based component with no dependency on PanelModel or DashboardModel (#29456)
* WIP: Started work on a new panel chrome component * Minor progress * Next icons & state * adding support for leftItems. * fixing duplicated exports of PanelChrome. * adding examples on loading indicator in storybook. * adding API stability docs. * removed dependency on stylesFactory. * fixed docs errors. Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
This commit is contained in:
@ -81,6 +81,7 @@ export { BarGauge, BarGaugeDisplayMode } from './BarGauge/BarGauge';
|
||||
export { GraphTooltipOptions } from './Graph/GraphTooltip/types';
|
||||
export { VizRepeater, VizRepeaterRenderValueProps } from './VizRepeater/VizRepeater';
|
||||
export { graphTimeFormat, graphTickFormatter } from './Graph/utils';
|
||||
export { PanelChrome, PanelChromeProps, PanelPadding, PanelChromeType } from './PanelChrome';
|
||||
export { VizLayout, VizLayoutComponentType, VizLayoutLegendProps, VizLayoutProps } from './VizLayout/VizLayout';
|
||||
export { VizLegendItem, LegendPlacement, LegendDisplayMode, VizLegendOptions } from './VizLegend/types';
|
||||
export { VizLegend } from './VizLegend/VizLegend';
|
||||
|
Reference in New Issue
Block a user