Skip to content

Commit

Permalink
Merge pull request #1616 from Shopify/envex/export-line-chart-predictive
Browse files Browse the repository at this point in the history
Export LineChartPredictive
  • Loading branch information
envex authored Jan 8, 2024
2 parents 11a09e5 + e901c03 commit dbc5c28
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export {LineChartPredictive} from './LineChartPredictive';
export type {LineChartPredictiveProps} from './types';
2 changes: 2 additions & 0 deletions packages/polaris-viz/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ export type {ComboChartProps} from './ComboChart';
export {XAxis} from './XAxis';
export {TrendIndicator, estimateTrendIndicatorWidth} from './TrendIndicator';
export {LineChartRelational} from './LineChartRelational';
export {LineChartPredictive} from './LineChartPredictive';
export type {LineChartPredictiveProps} from './LineChartPredictive';
2 changes: 2 additions & 0 deletions packages/polaris-viz/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export {
DonutChart,
TrendIndicator,
LineChartRelational,
LineChartPredictive,
} from './components';

export type {
Expand All @@ -28,6 +29,7 @@ export type {
SimpleBarChartProps,
TooltipContentProps,
ComboChartProps,
LineChartPredictiveProps,
} from './components';

export {
Expand Down
1 change: 1 addition & 0 deletions tests/consistent-standard-props.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const ignoredFiles = [
'LinePreview',
'SimpleNormalizedChart',
'LineChartRelational',
'LineChartPredictive',
];

const componentsPerPackage = readFiles().map(({indexSrc, packageDir}) => {
Expand Down

0 comments on commit dbc5c28

Please sign in to comment.