From 9210be3bd10d6cda193fce1b11c20f87b2f29353 Mon Sep 17 00:00:00 2001 From: Saad Adnan <38024451+sdadn@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:53:04 -0500 Subject: [PATCH] Add named export (#332) --- packages/carbon-graphs/CHANGELOG.md | 3 +++ packages/carbon-graphs/package.json | 1 + packages/carbon-graphs/src/js/index.js | 3 +++ packages/terra-graphs-docs/CHANGELOG.md | 3 +++ .../src/example-datasets/dataObjects/Bar/dataset1.js | 2 +- .../example-datasets/dataObjects/Bar/dataset1axisInfoLabels.js | 2 +- .../src/example-datasets/dataObjects/Bar/dataset1negative.js | 2 +- .../src/example-datasets/dataObjects/Bar/dataset1regions.js | 2 +- .../src/example-datasets/dataObjects/Bar/dataset2.js | 2 +- .../src/example-datasets/dataObjects/Bar/dataset2regions.js | 2 +- .../src/example-datasets/dataObjects/Bar/dataset3.js | 2 +- .../src/example-datasets/dataObjects/Bar/dataset3regions.js | 2 +- .../src/example-datasets/dataObjects/Bar/dataset8.js | 2 +- .../src/example-datasets/dataObjects/Bar/datasetTimeseries1.js | 2 +- .../dataObjects/Bar/stackedAxisInfoTextLabelsData.js | 2 +- .../src/example-datasets/dataObjects/Bar/stackedBarData.js | 2 +- .../src/example-datasets/dataObjects/Bar/stackedBarData1.js | 2 +- .../dataObjects/Bar/stackedBarData1AxisInfo.js | 2 +- .../src/example-datasets/dataObjects/Bar/stackedBarData2.js | 2 +- .../src/example-datasets/dataObjects/Bar/stackedBarData3.js | 2 +- .../example-datasets/dataObjects/Bar/stackedGoalLinesData1.js | 2 +- .../example-datasets/dataObjects/Bar/stackedGoalLinesData2.js | 2 +- .../example-datasets/dataObjects/Bar/stackedGoalLinesData3.js | 2 +- .../src/example-datasets/dataObjects/Bubble/bubbleDataBasic.js | 2 +- .../dataObjects/Bubble/bubbleDataColorBased.js | 2 +- .../dataObjects/Bubble/bubbleDataColorWeightBased.js | 2 +- .../dataObjects/Bubble/bubbleDataCustomRadius.js | 2 +- .../dataObjects/Bubble/bubbleDataWeightBased.js | 2 +- .../dataObjects/Bubble/bubbleDynamicPanningData1.js | 2 +- .../dataObjects/Bubble/bubbleDynamicPanningData2.js | 2 +- .../src/example-datasets/dataObjects/Combination/barDataset.js | 2 +- .../example-datasets/dataObjects/Combination/bubbleDataset1.js | 2 +- .../example-datasets/dataObjects/Combination/bubbleDataset2.js | 2 +- .../example-datasets/dataObjects/Combination/lineDataset1.js | 2 +- .../example-datasets/dataObjects/Combination/lineDataset2.js | 2 +- .../dataObjects/Combination/lineIdenticalRegionDataset.js | 2 +- .../dataObjects/Combination/lineSimpleRegionDataset.js | 2 +- .../dataObjects/Combination/pairedResultDataset.js | 2 +- .../Combination/pairedResultIdenticalRegionDataset.js | 2 +- .../dataObjects/Combination/pairedResultSimpleRegionDataset.js | 2 +- .../example-datasets/dataObjects/Combination/scatterDataset.js | 2 +- .../dataObjects/Gantt/dynamicPanningDataset1.js | 2 +- .../src/example-datasets/dataObjects/Gantt/eventDataset1.js | 2 +- .../src/example-datasets/dataObjects/Gantt/eventDataset2.js | 2 +- .../dataObjects/Gantt/panningMultipleDataset1.js | 2 +- .../src/example-datasets/dataObjects/General/dataset1.js | 2 +- .../src/example-datasets/dataObjects/General/dataset2.js | 2 +- .../example-datasets/dataObjects/General/dataset2NoLegend.js | 2 +- .../src/example-datasets/dataObjects/General/dataset3.js | 2 +- .../example-datasets/dataObjects/General/datasetTimeseries1.js | 2 +- .../dataObjects/General/lineDecimalAxesData.js | 2 +- .../src/example-datasets/dataObjects/General/noDataView.js | 2 +- .../src/example-datasets/dataObjects/Line/dashedLineData.js | 2 +- .../src/example-datasets/dataObjects/Line/dataset1.js | 2 +- .../src/example-datasets/dataObjects/Line/dataset1critical.js | 2 +- .../src/example-datasets/dataObjects/Line/dataset2.js | 2 +- .../src/example-datasets/dataObjects/Line/dataset3.js | 2 +- .../src/example-datasets/dataObjects/Line/dataset3critical.js | 2 +- .../src/example-datasets/dataObjects/Line/dataset4.js | 2 +- .../src/example-datasets/dataObjects/Line/dataset4critical.js | 2 +- .../src/example-datasets/dataObjects/Line/dataset5.js | 2 +- .../src/example-datasets/dataObjects/Line/dataset5noShapes.js | 2 +- .../src/example-datasets/dataObjects/Line/dataset6.js | 2 +- .../src/example-datasets/dataObjects/Line/datasetRegions1.js | 2 +- .../src/example-datasets/dataObjects/Line/datasetRegions2.js | 2 +- .../example-datasets/dataObjects/Line/datasetRegions2spline.js | 2 +- .../src/example-datasets/dataObjects/Line/datasetRegions3.js | 2 +- .../src/example-datasets/dataObjects/Line/datasetRegions4.js | 2 +- .../src/example-datasets/dataObjects/Line/datasetRegions5.js | 2 +- .../src/example-datasets/dataObjects/Line/datasetRegions6.js | 2 +- .../src/example-datasets/dataObjects/Line/datasetRegions7.js | 2 +- .../src/example-datasets/dataObjects/Line/datasetRegions8.js | 2 +- .../src/example-datasets/dataObjects/Line/datasetRegions9.js | 2 +- .../example-datasets/dataObjects/Line/datasetTimeseries1.js | 2 +- .../example-datasets/dataObjects/Line/datasetTimeseries2.js | 2 +- .../dataObjects/Line/datasetTimeseries2newData.js | 2 +- .../example-datasets/dataObjects/Line/datasetTimeseries3.js | 2 +- .../dataObjects/Line/datasetTimeseries3newData.js | 2 +- .../example-datasets/dataObjects/Line/datasetTimeseries4.js | 2 +- .../example-datasets/dataObjects/Line/defaultMultiLineData.js | 2 +- .../dataObjects/Line/disableCalibrationData.js | 2 +- .../src/example-datasets/dataObjects/Line/multiLineData.js | 2 +- .../src/example-datasets/dataObjects/Line/multiRegionData.js | 2 +- .../example-datasets/dataObjects/Line/multiTimeseriesData.js | 2 +- .../src/example-datasets/dataObjects/Line/multipleDatasets.js | 2 +- .../example-datasets/dataObjects/Line/nonContiguousLineData.js | 2 +- .../src/example-datasets/dataObjects/Line/panningData.js | 2 +- .../src/example-datasets/dataObjects/Line/simpleLineData.js | 2 +- .../src/example-datasets/dataObjects/Line/timeseriesData.js | 2 +- .../src/example-datasets/dataObjects/Line/valueRegionData.js | 2 +- .../src/example-datasets/dataObjects/Line/y2AxisData.js | 2 +- .../dataObjects/PairedResult/pairedResultCriticalDataset1.js | 2 +- .../dataObjects/PairedResult/pairedResultCriticalDataset2.js | 2 +- .../PairedResult/pairedResultDynamicPanningDataset1.js | 2 +- .../PairedResult/pairedResultLegendDisabledDataset.js | 2 +- .../PairedResult/pairedResultPanningWithY2AxisDataset1.js | 2 +- .../PairedResult/pairedResultPanningWithY2AxisDataset2.js | 2 +- .../dataObjects/PairedResult/pairedResultRegionDataset1.js | 2 +- .../dataObjects/PairedResult/pairedResultRegionDataset2.js | 2 +- .../dataObjects/PairedResult/pairedResultSimpleData.js | 2 +- .../dataObjects/PairedResult/pairedResultSimplePanningData.js | 2 +- .../PairedResult/pairedResultSimpleRegionDataset.js | 2 +- .../dataObjects/PairedResult/pairedResultTimeseriesData.js | 2 +- .../dataObjects/PairedResult/pairedResultValueRegionData.js | 2 +- .../dataObjects/PairedResult/pairedResultY2AxisDataset1.js | 2 +- .../dataObjects/PairedResult/pairedResultY2AxisDataset2.js | 2 +- .../src/example-datasets/dataObjects/Pie/simplePieDataset1.js | 2 +- .../src/example-datasets/dataObjects/Pie/simplePieDataset2.js | 2 +- .../src/example-datasets/dataObjects/Pie/simplePieDataset3.js | 2 +- .../src/example-datasets/dataObjects/Scatter/dataset1.js | 2 +- .../example-datasets/dataObjects/Scatter/dataset1critical.js | 2 +- .../example-datasets/dataObjects/Scatter/dataset1timeseries.js | 2 +- .../dataObjects/Scatter/dataset1timeseriesNewData.js | 2 +- .../src/example-datasets/dataObjects/Scatter/dataset2.js | 2 +- .../example-datasets/dataObjects/Timeline/criticalDataset1.js | 2 +- .../example-datasets/dataObjects/Timeline/criticalDataset2.js | 2 +- .../example-datasets/dataObjects/Timeline/defaultDataset1.js | 2 +- .../example-datasets/dataObjects/Timeline/defaultDataset2.js | 2 +- .../graphConfigObjects/Bar/barDefaultNegativeAxis.js | 2 +- .../src/example-datasets/graphConfigObjects/Bar/barPanning.js | 2 +- .../graphConfigObjects/Bar/barPanningEventline.js | 2 +- .../example-datasets/graphConfigObjects/Bar/barTimeseries.js | 2 +- .../graphConfigObjects/Bar/barTimeseriesDateline.js | 2 +- .../graphConfigObjects/Bar/barTimeseriesEventline.js | 2 +- .../graphConfigObjects/Bubble/simpleAxisData.js | 2 +- .../graphConfigObjects/Bubble/simplePanningAxisData.js | 2 +- .../graphConfigObjects/Gantt/ganttActionConfig.js | 2 +- .../example-datasets/graphConfigObjects/Gantt/ganttDefault.js | 2 +- .../graphConfigObjects/Gantt/ganttEventlineConfig.js | 2 +- .../example-datasets/graphConfigObjects/Gantt/ganttPanning.js | 2 +- .../graphConfigObjects/Gantt/ganttPanningWithEventline.js | 2 +- .../graphConfigObjects/Gantt/ganttReducedPaddingConfig.js | 2 +- .../graphConfigObjects/Gantt/ganttSimpleConfig.js | 2 +- .../General/generalDefaultXAxisOverlapping.js | 2 +- .../graphConfigObjects/General/generalDefaultXAxisTop.js | 2 +- .../graphConfigObjects/General/timeseriesConfig.js | 2 +- .../General/timeseriesConfigAlternateLocale.js | 2 +- .../General/timeseriesConfigDateTimeBucket.js | 2 +- .../General/timeseriesConfigTicksFormatted.js | 2 +- .../General/timeseriesConfigXCalibrationDisabled.js | 2 +- .../General/timeseriesConfigXCalibrationEnabled.js | 2 +- .../General/timeseriesConfigXCalibrationEnabledTicksRotated.js | 2 +- .../example-datasets/graphConfigObjects/Line/lineTimeseries.js | 2 +- .../graphConfigObjects/Line/lineTimeseriesDateline.js | 2 +- .../graphConfigObjects/Line/lineTimeseriesEventline.js | 2 +- .../graphConfigObjects/Line/lineTimeseriesPanning.js | 2 +- .../graphConfigObjects/Line/lineTimeseriesPanningEventline.js | 2 +- .../graphConfigObjects/Line/lineTimeseriesPanningY2.js | 2 +- .../graphConfigObjects/Line/lineTimeseriesY2.js | 2 +- .../graphConfigObjects/PairedResult/pairedResultPanning.js | 2 +- .../PairedResult/pairedResultPanningWithEventline.js | 2 +- .../PairedResult/pairedResultPanningY2Axis.js | 2 +- .../graphConfigObjects/PairedResult/pairedResultTimeseries.js | 2 +- .../PairedResult/pairedResultTimeseriesWithDateline.js | 2 +- .../PairedResult/pairedResultTimeseriesWithEventline.js | 2 +- .../PairedResult/pairedResultTimeseriesWithY2Axis.js | 2 +- .../graphConfigObjects/Scatter/scatterTimeseries.js | 2 +- .../graphConfigObjects/Scatter/scatterTimeseriesDateline.js | 2 +- .../graphConfigObjects/Scatter/scatterTimeseriesEventline.js | 2 +- .../graphConfigObjects/Scatter/scatterTimeseriesPanning.js | 2 +- .../graph/BarGraph.d/BasicBarGraphs/AxisInfoLabels.6.graph.mdx | 3 +-- .../graph/BarGraph.d/BasicBarGraphs/GroupedBars.3.graph.mdx | 2 +- .../graph/BarGraph.d/BasicBarGraphs/NegativeBars.5.graph.mdx | 2 +- .../graph/BarGraph.d/BasicBarGraphs/StackedBars.4.graph.mdx | 2 +- .../BasicBarGraphs/TimeseriesWithDateLine.1.graph.mdx | 2 +- .../BasicBarGraphs/TimeseriesWithEventline.2.graph.mdx | 2 +- .../graph/BarGraph.d/GoalLine/GroupedGoalLines.2.graph.mdx | 2 +- .../graph/BarGraph.d/GoalLine/SimpleGoalLines.1.graph.mdx | 2 +- .../graph/BarGraph.d/GoalLine/StackedGoalLines.3.graph.mdx | 2 +- .../graph/BarGraph.d/Reflow/DynamicData.2.graph.mdx | 2 +- .../graph/BarGraph.d/Reflow/DynamicEventline.3.graph.mdx | 2 +- .../terra-dev-site/graph/BarGraph.d/Reflow/Simple.1.graph.mdx | 2 +- .../src/terra-dev-site/graph/BarGraph.d/about.1.graph.mdx | 2 +- .../src/terra-dev-site/graph/BubbleGraph.f/About.1.graph.mdx | 2 +- .../graph/BubbleGraph.f/CustomBubbleSize.3.graph.mdx | 2 +- .../terra-dev-site/graph/BubbleGraph.f/DynamicData.5.graph.mdx | 2 +- .../graph/BubbleGraph.f/MultipleDatasets.6.graph.mdx | 2 +- .../src/terra-dev-site/graph/BubbleGraph.f/Simple.4.graph.mdx | 2 +- .../graph/BubbleGraph.f/WeightAndColorBased.2.graph.mdx | 2 +- .../src/terra-dev-site/graph/Combination.h/About.a.graph.mdx | 2 +- .../LineWithMultipleBubbleData.5.graph.mdx | 2 +- .../BasicCombinationGraph/LineWithPairedResult.1.graph.mdx | 2 +- .../BasicCombinationGraph/LineWithSingleBubbleData.4.graph.mdx | 2 +- .../BasicCombinationGraph/PairedResultWithScatter.3.graph.mdx | 2 +- .../Combination.h/Regions/DatasetRegionIdentical.2.graph.mdx | 2 +- .../graph/Combination.h/Regions/Simple.1.graph.mdx | 2 +- .../Examples/Axes.1/AllowCalibration.7.graph.mdx | 2 +- .../CoreConfiguration.b/Examples/Axes.1/AxisHidden.1.graph.mdx | 2 +- .../CoreConfiguration.b/Examples/Axes.1/AxisTicks.2.graph.mdx | 2 +- .../Examples/Axes.1/DateTimeBucket.6.graph.mdx | 2 +- .../CoreConfiguration.b/Examples/Axes.1/Label.3.graph.mdx | 2 +- .../Examples/Axes.1/XAxisAlternateLocale.4.graph.mdx | 2 +- .../Examples/Axes.1/XAxisOrientationTop.5.graph.mdx | 2 +- .../Examples/Axes.1/XAxisTickLabelOrientation.8.graph.mdx | 2 +- .../graph/CoreConfiguration.b/Examples/Grid.5.graph.mdx | 2 +- .../graph/CoreConfiguration.b/Examples/Legend.4.graph.mdx | 2 +- .../Examples/Other.3/BackgroundColor.14.graph.mdx | 2 +- .../CoreConfiguration.b/Examples/Other.3/NoData.6.graph.mdx | 2 +- .../Examples/Padding.2/CustomLegendPlacement.1.graph.mdx | 2 +- .../Padding.2/GraphAndLegendPaddingReduced.2.graph.mdx | 2 +- .../src/terra-dev-site/graph/Gantt.i/About.1.graph.mdx | 2 +- .../graph/Gantt.i/BasicGanttCharts/Actions.5.graph.mdx | 2 +- .../graph/Gantt.i/BasicGanttCharts/BarTypes.8.graph.mdx | 2 +- .../graph/Gantt.i/BasicGanttCharts/DatetimeBucket.91.graph.mdx | 2 +- .../graph/Gantt.i/BasicGanttCharts/Eventline.4.graph.mdx | 2 +- .../graph/Gantt.i/BasicGanttCharts/Events.6.graph.mdx | 2 +- .../BasicGanttCharts/GraphAndLegendPaddingReduced.92.graph.mdx | 2 +- .../graph/Gantt.i/BasicGanttCharts/LabelTruncation.9.graph.mdx | 2 +- .../graph/Gantt.i/BasicGanttCharts/Percentage.3.graph.mdx | 2 +- .../Gantt.i/BasicGanttCharts/TasksAndActivities.2.graph.mdx | 2 +- .../graph/Gantt.i/BasicGanttCharts/TrackSelection.7.graph.mdx | 2 +- .../graph/Gantt.i/Reflow/DynamicData.2.graph.mdx | 2 +- .../graph/Gantt.i/Reflow/DynamicEventline.3.graph.mdx | 2 +- .../graph/Gantt.i/Reflow/MultipleDatasets.4.graph.mdx | 2 +- .../src/terra-dev-site/graph/Gantt.i/Reflow/Simple.1.graph.mdx | 2 +- .../src/terra-dev-site/graph/LineGraph.c/About.a.graph.mdx | 2 +- .../graph/LineGraph.c/BasicLineGraphs.b/DashedLine.7.graph.mdx | 2 +- .../BasicLineGraphs.b/DisableCalibration.8.graph.mdx | 2 +- .../graph/LineGraph.c/BasicLineGraphs.b/Shapes.9.graph.mdx | 2 +- .../LineGraph.c/BasicLineGraphs.b/SimpleMultiLine.5.graph.mdx | 2 +- .../BasicLineGraphs.b/SimpleNonContiguousLine.4.graph.mdx | 2 +- .../LineGraph.c/BasicLineGraphs.b/SimpleSpline.6.graph.mdx | 2 +- .../BasicLineGraphs.b/TimeseriesWithDateline.1.graph.mdx | 2 +- .../BasicLineGraphs.b/TimeseriesWithEventline.2.graph.mdx | 2 +- .../graph/LineGraph.c/BasicLineGraphs.b/Y2Axis.3.graph.mdx | 2 +- .../terra-dev-site/graph/LineGraph.c/Criticality.e.graph.mdx | 2 +- .../graph/LineGraph.c/Reflow.c/DynamicData.3.graph.mdx | 2 +- .../graph/LineGraph.c/Reflow.c/DynamicEventline.4.graph.mdx | 2 +- .../graph/LineGraph.c/Reflow.c/DynamicLegend.5.graph.mdx | 2 +- .../graph/LineGraph.c/Reflow.c/MultipleDatasets.6.graph.mdx | 2 +- .../graph/LineGraph.c/Reflow.c/SimplePanning.1.graph.mdx | 2 +- .../graph/LineGraph.c/Reflow.c/Y2Panning.2.graph.mdx | 2 +- .../LineGraph.c/Regions.d/Line.a/MultipleRegions.2.graph.mdx | 2 +- .../LineGraph.c/Regions.d/Line.a/NoRegionBound.5.graph.mdx | 2 +- .../graph/LineGraph.c/Regions.d/Line.a/RegionLine.3.graph.mdx | 2 +- .../graph/LineGraph.c/Regions.d/Line.a/Simple.1.graph.mdx | 2 +- .../graph/LineGraph.c/Regions.d/Line.a/Y2Axis.4.graph.mdx | 2 +- .../Regions.d/MultiLine.b/DatasetRegionIdentical.2.graph.mdx | 2 +- .../Regions.d/MultiLine.b/MultipleLineRegions.1.graph.mdx | 2 +- .../graph/LineGraph.c/Regions.d/ValueRegion.d.graph.mdx | 2 +- .../terra-dev-site/graph/PairedResultGraph.e/About.a.graph.mdx | 2 +- .../BasicPairedResultGraphs.b/LegendItemDisable.6.graph.mdx | 2 +- .../TimeseriesWithDateline.3.graph.mdx | 2 +- .../TimeseriesWithEventline.4.graph.mdx | 2 +- .../BasicPairedResultGraphs.b/Y2Axis.5.graph.mdx | 2 +- .../graph/PairedResultGraph.e/Criticality.e.graph.mdx | 2 +- .../graph/PairedResultGraph.e/Reflow.d/DynamicData.3.graph.mdx | 2 +- .../PairedResultGraph.e/Reflow.d/DynamicEventline.4.graph.mdx | 2 +- .../Reflow.d/MultipleDatasetsWithY2Axis.2.graph.mdx | 2 +- .../graph/PairedResultGraph.e/Reflow.d/Simple.1.graph.mdx | 2 +- .../Regions.c/MultiplePairedResult.2.graph.mdx | 2 +- .../graph/PairedResultGraph.e/Regions.c/Simple.1.graph.mdx | 2 +- .../PairedResultGraph.e/Regions.c/ValueRegion.3.graph.mdx | 2 +- .../src/terra-dev-site/graph/PieChart.k/About.1.graph.mdx | 2 +- .../graph/PieChart.k/CustomLegendPlacement.2.graph.mdx | 2 +- .../graph/PieChart.k/GraphAndLegendPaddingReduced.3.graph.mdx | 2 +- .../src/terra-dev-site/graph/ScatterGraph.g/About.1.graph.mdx | 2 +- .../graph/ScatterGraph.g/Criticality.5.graph.mdx | 2 +- .../graph/ScatterGraph.g/DynamicData.7.graph.mdx | 2 +- .../graph/ScatterGraph.g/SimplePanning.6.graph.mdx | 2 +- .../graph/ScatterGraph.g/TimeseriesWithDateline.2.graph.mdx | 2 +- .../graph/ScatterGraph.g/TimeseriesWithEventline.3.graph.mdx | 2 +- .../src/terra-dev-site/graph/ScatterGraph.g/Y2Axis.4.graph.mdx | 2 +- .../src/terra-dev-site/graph/Timeline.j/About.1.graph.mdx | 2 +- .../graph/Timeline.j/AxisWithNoTickValues.2.graph.mdx | 2 +- .../terra-dev-site/graph/Timeline.j/DynamicData.5.graph.mdx | 2 +- .../terra-dev-site/graph/Timeline.j/SimplePanning.4.graph.mdx | 2 +- .../graph/Timeline.j/TimelineCriticality.3.graph.mdx | 2 +- .../BarGraph/BasicBarGraphs/AxisInfoTextLabels.jsx | 2 +- .../Graphs-Carbon/BarGraph/BasicBarGraphs/GroupedBars.jsx | 2 +- .../Graphs-Carbon/BarGraph/BasicBarGraphs/NegativeBars.jsx | 2 +- .../Graphs-Carbon/BarGraph/BasicBarGraphs/SimpleBar.jsx | 2 +- .../BarGraph/BasicBarGraphs/StackedAxisInfoTextLabels.jsx | 2 +- .../Graphs-Carbon/BarGraph/BasicBarGraphs/StackedBars.jsx | 2 +- .../Graphs-Carbon/BarGraph/BasicBarGraphs/Timeseries.jsx | 2 +- .../BarGraph/BasicBarGraphs/TimeseriesWithDateline.jsx | 2 +- .../BarGraph/BasicBarGraphs/TimeseriesWithEventline.jsx | 2 +- .../Graphs-Carbon/BarGraph/GoalLine/GroupedGoalLines.jsx | 2 +- .../Graphs-Carbon/BarGraph/GoalLine/SimpleGoalLines.jsx | 2 +- .../Graphs-Carbon/BarGraph/GoalLine/StackedGoalLines.jsx | 2 +- .../example/Graphs-Carbon/BarGraph/Reflow/DynamicData.jsx | 2 +- .../example/Graphs-Carbon/BarGraph/Reflow/DynamicEventline.jsx | 2 +- .../example/Graphs-Carbon/BarGraph/Reflow/SimplePanning.jsx | 2 +- .../Graphs-Carbon/BubbleGraph/General/ColorBasedGraph.jsx | 2 +- .../Graphs-Carbon/BubbleGraph/General/CustomWeightGraph.jsx | 2 +- .../Graphs-Carbon/BubbleGraph/General/MultipleDatasets.jsx | 2 +- .../Graphs-Carbon/BubbleGraph/General/SingleDataset.jsx | 2 +- .../Graphs-Carbon/BubbleGraph/General/WeightBasedGraph.jsx | 2 +- .../BubbleGraph/General/WeightColorBasedGraph.jsx | 2 +- .../example/Graphs-Carbon/BubbleGraph/Reflow/DynamicData.jsx | 2 +- .../Graphs-Carbon/BubbleGraph/Reflow/MultipleDatasets.jsx | 2 +- .../example/Graphs-Carbon/BubbleGraph/Reflow/SimplePanning.jsx | 2 +- .../BasicCombinationGraphs/BarGraphWithLine.jsx | 2 +- .../BasicCombinationGraphs/LineWithMultipleBubbleData.jsx | 2 +- .../BasicCombinationGraphs/LineWithPairedResult.jsx | 2 +- .../BasicCombinationGraphs/LineWithSingleBubbleData.jsx | 2 +- .../BasicCombinationGraphs/PairedResultWithScatter.jsx | 2 +- .../CombinationGraph/Regions/DatasetRegionIdentical.jsx | 2 +- .../example/Graphs-Carbon/CombinationGraph/Regions/Simple.jsx | 2 +- .../example/Graphs-Carbon/Gantt/BasicGanttCharts/Actions.jsx | 2 +- .../example/Graphs-Carbon/Gantt/BasicGanttCharts/BarTypes.jsx | 2 +- .../Graphs-Carbon/Gantt/BasicGanttCharts/DatetimeBucket.jsx | 2 +- .../example/Graphs-Carbon/Gantt/BasicGanttCharts/Eventline.jsx | 2 +- .../example/Graphs-Carbon/Gantt/BasicGanttCharts/Events.jsx | 2 +- .../Gantt/BasicGanttCharts/GraphAndLegendPaddingReduced.jsx | 2 +- .../Graphs-Carbon/Gantt/BasicGanttCharts/LabelTruncation.jsx | 2 +- .../Graphs-Carbon/Gantt/BasicGanttCharts/Percentage.jsx | 2 +- .../Graphs-Carbon/Gantt/BasicGanttCharts/SimpleGantt.jsx | 2 +- .../Gantt/BasicGanttCharts/TasksAndActivities.jsx | 2 +- .../Graphs-Carbon/Gantt/BasicGanttCharts/TrackSelection.jsx | 2 +- .../graph/example/Graphs-Carbon/Gantt/Reflow/DynamicData.jsx | 2 +- .../example/Graphs-Carbon/Gantt/Reflow/DynamicEventline.jsx | 2 +- .../example/Graphs-Carbon/Gantt/Reflow/MultipleDatasets.jsx | 2 +- .../graph/example/Graphs-Carbon/Gantt/Reflow/SimplePanning.jsx | 2 +- .../General/Axes/AllowCalibrationDisabledTimeseriesXAxis.jsx | 2 +- .../General/Axes/AllowCalibrationDisabledXAxis.jsx | 2 +- .../General/Axes/AllowCalibrationDisabledYAxis.jsx | 2 +- .../General/Axes/AllowCalibrationEnabledTimeseriesXAxis.jsx | 2 +- .../General/Axes/AllowCalibrationEnabledXAxis.jsx | 2 +- .../General/Axes/AllowCalibrationEnabledYAxis.jsx | 2 +- .../example/Graphs-Carbon/General/Axes/DatetimeBucket.jsx | 2 +- .../graph/example/Graphs-Carbon/General/Axes/LabelHidden.jsx | 2 +- .../example/Graphs-Carbon/General/Axes/LabelTruncation.jsx | 2 +- .../example/Graphs-Carbon/General/Axes/StaticXAxisTicks.jsx | 2 +- .../General/Axes/SuppressTickValueTrailingZero.jsx | 2 +- .../Graphs-Carbon/General/Axes/XAxisAlternateLocale.jsx | 2 +- .../graph/example/Graphs-Carbon/General/Axes/XAxisHidden.jsx | 2 +- .../example/Graphs-Carbon/General/Axes/XAxisOrientationTop.jsx | 2 +- .../Graphs-Carbon/General/Axes/XAxisTickLabelOrientation.jsx | 2 +- .../example/Graphs-Carbon/General/Axes/XAxisTicksFormatted.jsx | 2 +- .../Graphs-Carbon/General/Axes/XAxisTicksValuesOverflow.jsx | 2 +- .../graph/example/Graphs-Carbon/General/Axes/YAxisHidden.jsx | 2 +- .../Graphs-Carbon/General/Grid/HorizontalGridHidden.jsx | 2 +- .../example/Graphs-Carbon/General/Grid/VerticalGridHidden.jsx | 2 +- .../example/Graphs-Carbon/General/Legend/LegendHidden.jsx | 2 +- .../Graphs-Carbon/General/Legend/LegendItemDisabled.jsx | 2 +- .../Graphs-Carbon/General/Legend/LineWithLegendOption.jsx | 2 +- .../example/Graphs-Carbon/General/Other/BackgroundColor.jsx | 2 +- .../graph/example/Graphs-Carbon/General/Other/NoData.jsx | 2 +- .../Graphs-Carbon/General/Padding/CustomLegendPlacement.jsx | 2 +- .../General/Padding/GraphAndLegendPaddingReduced.jsx | 2 +- .../Graphs-Carbon/LineGraph/BasicLineGraphs/DashedLine.jsx | 2 +- .../LineGraph/BasicLineGraphs/DisableCalibration.jsx | 2 +- .../Graphs-Carbon/LineGraph/BasicLineGraphs/ShapesHidden.jsx | 2 +- .../LineGraph/BasicLineGraphs/ShowOrHideShapesPerDataset.jsx | 2 +- .../Graphs-Carbon/LineGraph/BasicLineGraphs/SimpleLine.jsx | 2 +- .../Graphs-Carbon/LineGraph/BasicLineGraphs/Timeseries.jsx | 2 +- .../LineGraph/BasicLineGraphs/TimeseriesDateline.jsx | 2 +- .../LineGraph/BasicLineGraphs/TimeseriesEventline.jsx | 2 +- .../example/Graphs-Carbon/LineGraph/BasicLineGraphs/Y2Axis.jsx | 2 +- .../example/Graphs-Carbon/LineGraph/Criticality/MultiLine.jsx | 2 +- .../example/Graphs-Carbon/LineGraph/Criticality/SimpleLine.jsx | 2 +- .../graph/example/Graphs-Carbon/LineGraph/MultiLine/Simple.jsx | 2 +- .../Graphs-Carbon/LineGraph/NonContiguousLine/Simple.jsx | 2 +- .../example/Graphs-Carbon/LineGraph/Reflow/DynamicData.jsx | 2 +- .../Graphs-Carbon/LineGraph/Reflow/DynamicEventline.jsx | 2 +- .../example/Graphs-Carbon/LineGraph/Reflow/DynamicLegend.jsx | 2 +- .../Graphs-Carbon/LineGraph/Reflow/MultipleDatasets.jsx | 2 +- .../example/Graphs-Carbon/LineGraph/Reflow/SimplePanning.jsx | 2 +- .../graph/example/Graphs-Carbon/LineGraph/Reflow/Y2Panning.jsx | 2 +- .../Graphs-Carbon/LineGraph/Regions/Line/MultipleRegions.jsx | 2 +- .../Graphs-Carbon/LineGraph/Regions/Line/NoLowerBound.jsx | 2 +- .../Graphs-Carbon/LineGraph/Regions/Line/NoUpperBound.jsx | 2 +- .../Graphs-Carbon/LineGraph/Regions/Line/RegionLine.jsx | 2 +- .../example/Graphs-Carbon/LineGraph/Regions/Line/Simple.jsx | 2 +- .../Graphs-Carbon/LineGraph/Regions/Line/ValueRegion.jsx | 2 +- .../example/Graphs-Carbon/LineGraph/Regions/Line/Y2Axis.jsx | 2 +- .../LineGraph/Regions/MultiLine/DatasetRegionIdentical.jsx | 2 +- .../LineGraph/Regions/MultiLine/MultipleLineRegions.jsx | 2 +- .../Graphs-Carbon/LineGraph/Regions/Spline/ValueRegion.jsx | 2 +- .../example/Graphs-Carbon/LineGraph/Spline/SimpleSpline.jsx | 2 +- .../BasicPairedResultGraphs/LegendItemDisable.jsx | 2 +- .../BasicPairedResultGraphs/SimplePairedResult.jsx | 2 +- .../PairedResultGraph/BasicPairedResultGraphs/Timeseries.jsx | 2 +- .../BasicPairedResultGraphs/TimeseriesWithDateline.jsx | 2 +- .../BasicPairedResultGraphs/TimeseriesWithEventline.jsx | 2 +- .../PairedResultGraph/BasicPairedResultGraphs/Y2Axis.jsx | 2 +- .../PairedResultGraph/Criticality/MultiplePairedResult.jsx | 2 +- .../PairedResultGraph/Criticality/SimplePairedResult.jsx | 2 +- .../Graphs-Carbon/PairedResultGraph/Reflow/DynamicData.jsx | 2 +- .../PairedResultGraph/Reflow/DynamicEventline.jsx | 2 +- .../PairedResultGraph/Reflow/MultipleDatasetsWithY2Axis.jsx | 2 +- .../Graphs-Carbon/PairedResultGraph/Reflow/SimplePanning.jsx | 2 +- .../PairedResultGraph/Regions/MultiplePairedResult.jsx | 2 +- .../example/Graphs-Carbon/PairedResultGraph/Regions/Simple.jsx | 2 +- .../Graphs-Carbon/PairedResultGraph/Regions/ValueRegion.jsx | 2 +- .../example/Graphs-Carbon/PieChart/CustomLegendPlacement.jsx | 2 +- .../Graphs-Carbon/PieChart/GraphAndLegendPaddingReduced.jsx | 2 +- .../graph/example/Graphs-Carbon/PieChart/SimplePie.jsx | 2 +- .../ScatterGraph/BasicScatterGraphs/SimpleScatter.jsx | 2 +- .../ScatterGraph/BasicScatterGraphs/Timeseries.jsx | 2 +- .../ScatterGraph/BasicScatterGraphs/TimeseriesWithDateline.jsx | 2 +- .../BasicScatterGraphs/TimeseriesWithEventline.jsx | 2 +- .../Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Y2Axis.jsx | 2 +- .../example/Graphs-Carbon/ScatterGraph/Criticality/Simple.jsx | 2 +- .../example/Graphs-Carbon/ScatterGraph/Reflow/DynamicData.jsx | 2 +- .../Graphs-Carbon/ScatterGraph/Reflow/SimplePanning.jsx | 2 +- .../Timeline/BasicTimeline/AxisWithNoTickValues.jsx | 2 +- .../Graphs-Carbon/Timeline/BasicTimeline/SimpleTimeline.jsx | 2 +- .../Graphs-Carbon/Timeline/Criticality/TimelineCriticality.jsx | 2 +- .../example/Graphs-Carbon/Timeline/Reflow/DynamicData.jsx | 2 +- .../example/Graphs-Carbon/Timeline/Reflow/SimplePanning.jsx | 2 +- .../graph/example/Graphs/BarGraph/Reflow/DynamicEventline.jsx | 2 +- .../graph/example/Graphs/Gantt/Reflow/DynamicEventline.jsx | 2 +- .../graph/example/Graphs/LineGraph/Reflow/DynamicEventline.jsx | 2 +- .../Graphs/PairedResultGraph/Reflow/DynamicEventline.jsx | 2 +- .../test/graphs/BarGraph/Reflow/DynamicEventline.test.jsx | 2 +- .../graphs/GanttChart/BasicGanttCharts/TrackSelection.test.jsx | 2 +- .../test/graphs/GanttChart/Reflow/DynamicEventline.test.jsx | 2 +- .../Axes/AllowCalibrationDisabledTimeseriesXAxis.test.jsx | 2 +- .../graphs/General/Axes/AllowCalibrationDisabledXAxis.test.jsx | 2 +- .../graphs/General/Axes/AllowCalibrationDisabledYAxis.test.jsx | 2 +- .../Axes/AllowCalibrationEnabledTimeseriesXAxis.test.jsx | 2 +- ...AllowCalibrationEnabledTimeseriesXAxisTicksRotated.test.jsx | 2 +- .../graphs/General/Axes/AllowCalibrationEnabledXAxis.test.jsx | 2 +- .../graphs/General/Axes/AllowCalibrationEnabledYAxis.test.jsx | 2 +- .../test/graphs/LineGraph/Reflow/DynamicEventline.test.jsx | 2 +- .../test/graphs/PairedResult/Reflow/DynamicEventline.test.jsx | 2 +- .../src/terra-graphs-src/components/Bar/BarGraph.jsx | 2 +- .../components/Bubble/BubbleMultipleDataset.jsx | 2 +- .../terra-graphs-src/components/Bubble/BubbleSingleDataset.jsx | 2 +- .../components/Combination/CombinationGraph.jsx | 2 +- .../src/terra-graphs-src/components/Gantt/GanttChart.jsx | 2 +- .../src/terra-graphs-src/components/Line/LineGraph.jsx | 2 +- .../components/PairedResult/PairedResultGraph.jsx | 2 +- .../src/terra-graphs-src/components/Pie/PieChart.jsx | 2 +- .../src/terra-graphs-src/components/Scatter/ScatterGraph.jsx | 2 +- .../src/terra-graphs-src/components/Timeline/Timeline.jsx | 2 +- 428 files changed, 434 insertions(+), 425 deletions(-) create mode 100644 packages/carbon-graphs/src/js/index.js diff --git a/packages/carbon-graphs/CHANGELOG.md b/packages/carbon-graphs/CHANGELOG.md index 121614298..583e7c24b 100644 --- a/packages/carbon-graphs/CHANGELOG.md +++ b/packages/carbon-graphs/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +* Added + * Added named export for Carbon. It can now be imported as `import Carbon from '@cerner/carbon-graphs';`. + ## 2.24.1 - (April 1, 2024) * Fixed diff --git a/packages/carbon-graphs/package.json b/packages/carbon-graphs/package.json index ff30d4c14..417178928 100644 --- a/packages/carbon-graphs/package.json +++ b/packages/carbon-graphs/package.json @@ -25,6 +25,7 @@ "url": "https://github.com/cerner/terra-graphs/issues" }, "homepage": "https://github.com/cerner/terra-graphs#readme", + "main": "lib/js/index.js", "files": [ "dist", "lib", diff --git a/packages/carbon-graphs/src/js/index.js b/packages/carbon-graphs/src/js/index.js new file mode 100644 index 000000000..144bce891 --- /dev/null +++ b/packages/carbon-graphs/src/js/index.js @@ -0,0 +1,3 @@ +import Carbon from './carbon'; + +export default Carbon; diff --git a/packages/terra-graphs-docs/CHANGELOG.md b/packages/terra-graphs-docs/CHANGELOG.md index bc564ce78..bc95f5ca4 100644 --- a/packages/terra-graphs-docs/CHANGELOG.md +++ b/packages/terra-graphs-docs/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +* Changed + * Updated documentation to use new named export. + ## 1.8.0 - (April 1, 2024) * Added diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1.js index b605866a1..dc62105b1 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1axisInfoLabels.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1axisInfoLabels.js index 62b555bfc..19240bd07 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1axisInfoLabels.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1axisInfoLabels.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup, loadTextLabelPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1negative.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1negative.js index dc5c61d05..12cf3a986 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1negative.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1negative.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1regions.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1regions.js index 3af377f83..d499925f0 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1regions.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset1regions.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset2.js index a0164ba2e..8be107410 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset2regions.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset2regions.js index 9d10af592..dc252caf5 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset2regions.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset2regions.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset3.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset3.js index 1ef61cb15..f6fef64f6 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset3.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset3.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset3regions.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset3regions.js index 5625c938c..d47c007d3 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset3regions.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset3regions.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset8.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset8.js index 3d6379043..1b70466b5 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset8.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/dataset8.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/datasetTimeseries1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/datasetTimeseries1.js index 29db0ead8..e3d89d92e 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/datasetTimeseries1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/datasetTimeseries1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedAxisInfoTextLabelsData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedAxisInfoTextLabelsData.js index b4656074f..2f3d35ec5 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedAxisInfoTextLabelsData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedAxisInfoTextLabelsData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup, loadTextLabelPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData.js index 7fd617b07..c9cd0191e 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = [ diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData1.js index 37bd349a2..e60edfa9f 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData1AxisInfo.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData1AxisInfo.js index 0a6bdb247..1f809601d 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData1AxisInfo.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData1AxisInfo.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup, loadTextLabelPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData2.js index 348e7e90e..88f3d188b 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData3.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData3.js index 80659f171..d5285f4fd 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData3.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedBarData3.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData1.js index 4e6d3309d..003828d9c 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData2.js index 55dfc590f..64d9e1b32 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData3.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData3.js index 54d30e6d6..39460978b 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData3.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bar/stackedGoalLinesData3.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataBasic.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataBasic.js index b41747635..93e0d7c0b 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataBasic.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataBasic.js @@ -1,5 +1,5 @@ import { loadBubblePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup.js'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const bubbleDataBasic = { key: 'bubble_basic_data', diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataColorBased.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataColorBased.js index aa5408e2e..054e6e953 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataColorBased.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataColorBased.js @@ -1,5 +1,5 @@ import { loadBubblePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup.js'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const bubbleDataColorWeightBased = { key: 'bubble_color_dataset', diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataColorWeightBased.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataColorWeightBased.js index 6bd925364..635e027ea 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataColorWeightBased.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataColorWeightBased.js @@ -1,5 +1,5 @@ import { loadBubblePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup.js'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const bubbleDataColorWeightBased = { key: 'bubble_color_weight_dataset', diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataCustomRadius.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataCustomRadius.js index 0e8f028d4..66a109004 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataCustomRadius.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataCustomRadius.js @@ -1,5 +1,5 @@ import { loadBubblePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup.js'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const bubbleDataCustomRadius = { key: 'bubble_custom_radius_dataset', diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataWeightBased.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataWeightBased.js index 184fc6ace..dc2f46860 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataWeightBased.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDataWeightBased.js @@ -1,5 +1,5 @@ import { loadBubblePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup.js'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const bubbleDataWeightBased = { key: 'bubble_weight_based_dataset', diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDynamicPanningData1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDynamicPanningData1.js index 809342e8d..c628e78a9 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDynamicPanningData1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDynamicPanningData1.js @@ -1,5 +1,5 @@ import { loadBubblePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup.js'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const bubbleDynamicPanningData = { key: 'bubble_dynamic_panning_data', diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDynamicPanningData2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDynamicPanningData2.js index 8c3bfc25a..7ab3134a9 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDynamicPanningData2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Bubble/bubbleDynamicPanningData2.js @@ -1,5 +1,5 @@ import { loadBubblePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup.js'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const bubbleDynamicPanningData = { key: 'bubble_dynamic_panning_data', diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/barDataset.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/barDataset.js index d3efce0c8..39ed231ba 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/barDataset.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/barDataset.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadBarPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/bubbleDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/bubbleDataset1.js index 0caad20f1..c58eadca3 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/bubbleDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/bubbleDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/bubbleDataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/bubbleDataset2.js index b9ebd85ea..08c9267ff 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/bubbleDataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/bubbleDataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineDataset1.js index 6ae2e503e..497882877 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineDataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineDataset2.js index eccbbf4c1..3e97e95b5 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineDataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineDataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineIdenticalRegionDataset.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineIdenticalRegionDataset.js index dcc96585b..0fe052ff4 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineIdenticalRegionDataset.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineIdenticalRegionDataset.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineSimpleRegionDataset.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineSimpleRegionDataset.js index 8cfd9ba28..1ddfa34f3 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineSimpleRegionDataset.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/lineSimpleRegionDataset.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultDataset.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultDataset.js index 8a200960d..ec089defd 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultDataset.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultDataset.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultIdenticalRegionDataset.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultIdenticalRegionDataset.js index 2e0e9702c..4ab36a22e 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultIdenticalRegionDataset.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultIdenticalRegionDataset.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultSimpleRegionDataset.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultSimpleRegionDataset.js index f8bb375f0..fb2c11060 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultSimpleRegionDataset.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/pairedResultSimpleRegionDataset.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/scatterDataset.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/scatterDataset.js index 1f38477a5..dda3077c2 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/scatterDataset.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Combination/scatterDataset.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/dynamicPanningDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/dynamicPanningDataset1.js index e7477c143..32e0b3407 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/dynamicPanningDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/dynamicPanningDataset1.js @@ -1,5 +1,5 @@ import { loadTaskPopup, loadXAndYAxisLabelPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '../../popup'; const scheduled = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/eventDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/eventDataset1.js index 23c4623b8..8dbdb3277 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/eventDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/eventDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const scheduled = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/eventDataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/eventDataset2.js index 888b15d51..6811bb86a 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/eventDataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/eventDataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const dueSoon = { path: [ diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/panningMultipleDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/panningMultipleDataset1.js index 10202bb02..3e5dfd02b 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/panningMultipleDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Gantt/panningMultipleDataset1.js @@ -1,5 +1,5 @@ import { loadTaskPopup, loadXAndYAxisLabelPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '../../popup'; const scheduled = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset1.js index 14daed0b4..cb3ba3d49 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset2.js index 64c60b77d..9a823f2b1 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset2NoLegend.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset2NoLegend.js index 07e8dbd76..d3a4efb75 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset2NoLegend.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset2NoLegend.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset3.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset3.js index 7836e240b..f15a9f9cc 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset3.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/dataset3.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/datasetTimeseries1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/datasetTimeseries1.js index b8f33c994..e2655f6f6 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/datasetTimeseries1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/datasetTimeseries1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/lineDecimalAxesData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/lineDecimalAxesData.js index aee9c8351..38c3fdd3a 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/lineDecimalAxesData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/lineDecimalAxesData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/noDataView.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/noDataView.js index f8d391213..b2b2fdc10 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/noDataView.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/General/noDataView.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dashedLineData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dashedLineData.js index 221d2305d..017ad3d4e 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dashedLineData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dashedLineData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset1.js index 14daed0b4..cb3ba3d49 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset1critical.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset1critical.js index 8a4a1c987..28a615097 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset1critical.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset1critical.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset2.js index 64c60b77d..9a823f2b1 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset3.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset3.js index 9329f8377..8ca887275 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset3.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset3.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset3critical.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset3critical.js index 0384951ba..fe15c06b3 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset3critical.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset3critical.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset4.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset4.js index cbbd7c171..3498e54d1 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset4.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset4.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset4critical.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset4critical.js index df0c34601..b2e96aa15 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset4critical.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset4critical.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset5.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset5.js index b37d27e60..64e8451a7 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset5.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset5.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithCos } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset5noShapes.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset5noShapes.js index b4cd66291..c52b58e38 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset5noShapes.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset5noShapes.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithCos } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset6.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset6.js index 8ddd2e69e..2712fcc30 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset6.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/dataset6.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithCos } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions1.js index e99984d77..7ae211ce4 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions2.js index 4998a063c..2c0cb0c0e 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithCos } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions2spline.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions2spline.js index dfe123c50..a87539353 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions2spline.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions2spline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithSin } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions3.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions3.js index fcd9b9a27..96ee999d3 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions3.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions3.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithCos } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions4.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions4.js index 5989d1cb8..2159db8e6 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions4.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions4.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithCos } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions5.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions5.js index 75bf68ecc..b70df0086 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions5.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions5.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithCos } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions6.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions6.js index 9f74643ba..a6b1da585 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions6.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions6.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithCos } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions7.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions7.js index 6dfbd0222..d22c9f280 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions7.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions7.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions8.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions8.js index 6e0e522e5..0b989cff6 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions8.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions8.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithCos } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions9.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions9.js index c400fe4f8..1fb58646b 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions9.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetRegions9.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; import { createGraphValuesWithCos } from '../createGraphValues'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries1.js index b8f33c994..e2655f6f6 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries2.js index 6a8469510..64790dff2 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries2newData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries2newData.js index 4750909d5..66cec2ddf 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries2newData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries2newData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries3.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries3.js index 98fdb2be1..528302ea6 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries3.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries3.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries3newData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries3newData.js index eb0574991..592870a57 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries3newData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries3newData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries4.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries4.js index ae58337dd..6d675e36e 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries4.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/datasetTimeseries4.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/defaultMultiLineData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/defaultMultiLineData.js index c71b04e17..2ff1cbfba 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/defaultMultiLineData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/defaultMultiLineData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/disableCalibrationData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/disableCalibrationData.js index 3a3baf1b7..24b79274a 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/disableCalibrationData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/disableCalibrationData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiLineData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiLineData.js index 4e3e587a9..41424f3a0 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiLineData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiLineData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiRegionData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiRegionData.js index bbfe9124f..db68428af 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiRegionData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiRegionData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiTimeseriesData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiTimeseriesData.js index 46d18d15f..261a38adb 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiTimeseriesData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multiTimeseriesData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multipleDatasets.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multipleDatasets.js index 0331b4ab7..738d1c986 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multipleDatasets.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/multipleDatasets.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/nonContiguousLineData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/nonContiguousLineData.js index 85cfc6430..5460b22bc 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/nonContiguousLineData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/nonContiguousLineData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/panningData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/panningData.js index daecbe4c1..61a97f6a0 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/panningData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/panningData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/simpleLineData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/simpleLineData.js index 385e9cf56..7129182c7 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/simpleLineData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/simpleLineData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/timeseriesData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/timeseriesData.js index 20e0dfff5..7c898efae 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/timeseriesData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/timeseriesData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/valueRegionData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/valueRegionData.js index 48e9d0792..e47fc3e32 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/valueRegionData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/valueRegionData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/y2AxisData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/y2AxisData.js index 7ac58b800..5b21aad0c 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/y2AxisData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Line/y2AxisData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultCriticalDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultCriticalDataset1.js index 2d6afd985..ce3e39be0 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultCriticalDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultCriticalDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultCriticalDataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultCriticalDataset2.js index 67feeba2b..ae3474e7c 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultCriticalDataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultCriticalDataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultDynamicPanningDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultDynamicPanningDataset1.js index 395040bb1..f469cfc48 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultDynamicPanningDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultDynamicPanningDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultLegendDisabledDataset.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultLegendDisabledDataset.js index 0d74dd2ea..6114c8108 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultLegendDisabledDataset.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultLegendDisabledDataset.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultPanningWithY2AxisDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultPanningWithY2AxisDataset1.js index eac93912b..c5fba6b74 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultPanningWithY2AxisDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultPanningWithY2AxisDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultPanningWithY2AxisDataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultPanningWithY2AxisDataset2.js index 1173cb3ee..33585e28e 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultPanningWithY2AxisDataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultPanningWithY2AxisDataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultRegionDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultRegionDataset1.js index 92e2a0f0c..343e861bf 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultRegionDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultRegionDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultRegionDataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultRegionDataset2.js index 6eea1ce2e..cbefb79e9 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultRegionDataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultRegionDataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimpleData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimpleData.js index 599c2a33a..1981cd15b 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimpleData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimpleData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimplePanningData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimplePanningData.js index d95e1a3a8..6c989613f 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimplePanningData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimplePanningData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimpleRegionDataset.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimpleRegionDataset.js index 890df72df..5ec55cd82 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimpleRegionDataset.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultSimpleRegionDataset.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultTimeseriesData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultTimeseriesData.js index e2b406290..ec010263b 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultTimeseriesData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultTimeseriesData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultValueRegionData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultValueRegionData.js index 96f53a0cc..c1c1644b7 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultValueRegionData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultValueRegionData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultY2AxisDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultY2AxisDataset1.js index 1cd8422a3..034e6402d 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultY2AxisDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultY2AxisDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultY2AxisDataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultY2AxisDataset2.js index 326ef4fe5..f9969fe67 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultY2AxisDataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/PairedResult/pairedResultY2AxisDataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset1.js index 7aba3e8e3..ef3dd06d9 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPiePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const dataset1 = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset2.js index dbd145566..0ba267f46 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPiePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const dataset2 = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset3.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset3.js index 4fc70258c..caa84c7d2 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset3.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Pie/simplePieDataset3.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPiePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const dataset3 = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1.js index ae48b1543..e6211b547 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1critical.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1critical.js index 308c2f91f..8a4978a79 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1critical.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1critical.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1timeseries.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1timeseries.js index e53923505..e480f4065 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1timeseries.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1timeseries.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1timeseriesNewData.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1timeseriesNewData.js index 9f38b4631..4a410e729 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1timeseriesNewData.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset1timeseriesNewData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset2.js index 88b83c05a..631cd3939 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Scatter/dataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadPopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/criticalDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/criticalDataset1.js index 35ef06508..c0b70fe33 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/criticalDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/criticalDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadTimelinePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const bobRossIpsum = 'Just use the old one inch brush. It is so important to do something every day that will make you happy.' diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/criticalDataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/criticalDataset2.js index ccad4b3fb..2714b272c 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/criticalDataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/criticalDataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadTimelinePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/defaultDataset1.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/defaultDataset1.js index 68f9cd79a..d5bf48110 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/defaultDataset1.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/defaultDataset1.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadTimelinePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const bobRossIpsum = 'Just use the old one inch brush. It is so important to do something every day that will make you happy.' diff --git a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/defaultDataset2.js b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/defaultDataset2.js index 7eb039547..e6ab76115 100644 --- a/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/defaultDataset2.js +++ b/packages/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/defaultDataset2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadTimelinePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const data = { diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barDefaultNegativeAxis.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barDefaultNegativeAxis.js index b5ab4f0f7..632311208 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barDefaultNegativeAxis.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barDefaultNegativeAxis.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getbarConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barPanning.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barPanning.js index 7ea84bdf9..6de58eccb 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barPanning.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barPanning.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getbarConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barPanningEventline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barPanningEventline.js index e8da07de2..803c33b5f 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barPanningEventline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barPanningEventline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getbarConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseries.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseries.js index 5f76669a8..e46a267df 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseries.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseries.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getbarConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseriesDateline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseriesDateline.js index 90217c938..d01e88d47 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseriesDateline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseriesDateline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadDatelinePopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseriesEventline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseriesEventline.js index 936d377f3..eae7d811a 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseriesEventline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bar/barTimeseriesEventline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getbarConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bubble/simpleAxisData.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bubble/simpleAxisData.js index 44f95453e..beff51cc1 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bubble/simpleAxisData.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bubble/simpleAxisData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getSimpleAxisData = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bubble/simplePanningAxisData.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bubble/simplePanningAxisData.js index c64812260..31065b5c8 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bubble/simplePanningAxisData.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Bubble/simplePanningAxisData.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getSimpleAxisData = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttActionConfig.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttActionConfig.js index 2ca9154e7..da5af89e8 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttActionConfig.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttActionConfig.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadDatelinePopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttDefault.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttDefault.js index ada70eaad..c22234825 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttDefault.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttDefault.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadDatelinePopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttEventlineConfig.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttEventlineConfig.js index ab5f89813..adc89364c 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttEventlineConfig.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttEventlineConfig.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getGanttEventlineConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttPanning.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttPanning.js index 602d7d512..43f2e13e5 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttPanning.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttPanning.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const daysToMilliseconds = (d) => 24 * 60 * 60 * 1000 * d; const getGanttPanningConfig = (id) => ({ diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttPanningWithEventline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttPanningWithEventline.js index bcc2506b1..ffb08edb4 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttPanningWithEventline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttPanningWithEventline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getGanttPanningWithEventlineConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttReducedPaddingConfig.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttReducedPaddingConfig.js index 835bed83f..908d7d156 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttReducedPaddingConfig.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttReducedPaddingConfig.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadDatelinePopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttSimpleConfig.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttSimpleConfig.js index b330da3ba..7f6e3efa2 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttSimpleConfig.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Gantt/ganttSimpleConfig.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadDatelinePopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/generalDefaultXAxisOverlapping.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/generalDefaultXAxisOverlapping.js index 13c57f4b3..5447f9e05 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/generalDefaultXAxisOverlapping.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/generalDefaultXAxisOverlapping.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getLineTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/generalDefaultXAxisTop.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/generalDefaultXAxisTop.js index 61dac7a56..f26dd2b62 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/generalDefaultXAxisTop.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/generalDefaultXAxisTop.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getDefaultConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfig.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfig.js index f3eba4767..0cd45c4a0 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfig.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfig.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getLineTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigAlternateLocale.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigAlternateLocale.js index 00d6087d2..86ed65bdd 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigAlternateLocale.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigAlternateLocale.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getLineTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigDateTimeBucket.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigDateTimeBucket.js index 5501045d8..fe1703689 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigDateTimeBucket.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigDateTimeBucket.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getGraphConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigTicksFormatted.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigTicksFormatted.js index 61e53a8f2..3407d699f 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigTicksFormatted.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigTicksFormatted.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getLineTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationDisabled.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationDisabled.js index 9a7f2bf76..115c08244 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationDisabled.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationDisabled.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getLineTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabled.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabled.js index 3be58788b..5fa06d87c 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabled.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabled.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabledTicksRotated.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabledTicksRotated.js index d784045aa..c78cab8ef 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabledTicksRotated.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabledTicksRotated.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseries.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseries.js index cec63b8f7..dd99ebb2d 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseries.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseries.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getLineTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesDateline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesDateline.js index 9178d7d62..d10266da1 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesDateline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesDateline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadDatelinePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const getLineTimeseriesDatelineConfig = (id) => ({ diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesEventline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesEventline.js index d2d016299..9acba395b 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesEventline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesEventline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getLineTimeseriesEventlineConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanning.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanning.js index efb6b643b..112b6d8f7 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanning.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanning.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getLineTimeseriesPanningConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanningEventline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanningEventline.js index c2fe48a73..213f1cfb4 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanningEventline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanningEventline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getConfigLineTimeseriesPanning = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanningY2.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanningY2.js index 2b4266b71..910b257ce 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanningY2.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesPanningY2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getConfigLineTimeseriesPanning = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesY2.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesY2.js index 54d6cb213..b0b301c96 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesY2.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Line/lineTimeseriesY2.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getLineTimeseriesY2Config = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanning.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanning.js index 1b122f99b..32eb0640d 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanning.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanning.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getPairedResultTimeseriesPanningConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanningWithEventline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanningWithEventline.js index 81502bb50..3234dfcb4 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanningWithEventline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanningWithEventline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getPairedResultTimeseriesPanningConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanningY2Axis.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanningY2Axis.js index 586796a18..6de113e48 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanningY2Axis.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultPanningY2Axis.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getPairedResultTimeseriesPanningConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseries.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseries.js index 83facef48..8c96ce4d1 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseries.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseries.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getPairedResultTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithDateline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithDateline.js index 2022baa5a..1882a2814 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithDateline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithDateline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadDatelinePopup, } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithEventline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithEventline.js index 81a2c6159..63efd2588 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithEventline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithEventline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getPairedResultEventlineTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithY2Axis.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithY2Axis.js index 2646a7074..aad710d9f 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithY2Axis.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithY2Axis.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getPairedResultY2AxisTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseries.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseries.js index f8dfa7939..04d54aed9 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseries.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseries.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getScatterTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesDateline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesDateline.js index 0729a5ac8..3052cb3cf 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesDateline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesDateline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import { loadDatelinePopup } from '@cerner/terra-graphs-docs/lib/example-datasets/popup'; const getScatterTimeseriesConfig = (id) => ({ diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesEventline.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesEventline.js index 0e4c52b96..abbdf3bde 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesEventline.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesEventline.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getScatterTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesPanning.js b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesPanning.js index 8bb03c7b3..96a83cb25 100644 --- a/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesPanning.js +++ b/packages/terra-graphs-docs/src/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesPanning.js @@ -1,4 +1,4 @@ -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const getScatterTimeseriesConfig = (id) => ({ bindTo: id, diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/AxisInfoLabels.6.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/AxisInfoLabels.6.graph.mdx index 9d0bd7fe8..8d9fce543 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/AxisInfoLabels.6.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/AxisInfoLabels.6.graph.mdx @@ -19,8 +19,7 @@ Axis info labels consists of bar graphs with simple bar axis info labels and sta ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; -import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; +import Carbon from '@cerner/carbon-graphs'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/GroupedBars.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/GroupedBars.3.graph.mdx index f7500c3e7..9d34ce91d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/GroupedBars.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/GroupedBars.3.graph.mdx @@ -15,7 +15,7 @@ This is the graph with multiple bar contents grouped together. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/NegativeBars.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/NegativeBars.5.graph.mdx index 84e60adcd..244c9dc18 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/NegativeBars.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/NegativeBars.5.graph.mdx @@ -13,7 +13,7 @@ This is a simple bar graph with negative x-axis ticks. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/StackedBars.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/StackedBars.4.graph.mdx index 38f01bc98..56420883f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/StackedBars.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/StackedBars.4.graph.mdx @@ -15,7 +15,7 @@ This is graph with multiple datasets stacked up. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/TimeseriesWithDateLine.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/TimeseriesWithDateLine.1.graph.mdx index d764e9f76..963035dc7 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/TimeseriesWithDateLine.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/TimeseriesWithDateLine.1.graph.mdx @@ -13,7 +13,7 @@ This is a timeseries bar graph with a dateline. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/TimeseriesWithEventline.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/TimeseriesWithEventline.2.graph.mdx index 3af5d84b6..e6728f424 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/TimeseriesWithEventline.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/BasicBarGraphs/TimeseriesWithEventline.2.graph.mdx @@ -13,7 +13,7 @@ This is a timeseries bar graph with eventlines. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/GroupedGoalLines.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/GroupedGoalLines.2.graph.mdx index 5b33f9586..644a4adfd 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/GroupedGoalLines.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/GroupedGoalLines.2.graph.mdx @@ -15,7 +15,7 @@ This is a grouped bar graph with goal lines. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/SimpleGoalLines.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/SimpleGoalLines.1.graph.mdx index e6981cb6b..455e375d2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/SimpleGoalLines.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/SimpleGoalLines.1.graph.mdx @@ -13,7 +13,7 @@ This is a simple bar graph with goal lines . ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/StackedGoalLines.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/StackedGoalLines.3.graph.mdx index c62fef4de..f55791cea 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/StackedGoalLines.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/GoalLine/StackedGoalLines.3.graph.mdx @@ -15,7 +15,7 @@ This is a stacked bar graph with goal lines . ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/DynamicData.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/DynamicData.2.graph.mdx index 60599ed55..db44d95bb 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/DynamicData.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/DynamicData.2.graph.mdx @@ -16,7 +16,7 @@ This is a bar graph example that implements panning with dynamic data. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/DynamicEventline.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/DynamicEventline.3.graph.mdx index fa603d57b..0e4870267 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/DynamicEventline.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/DynamicEventline.3.graph.mdx @@ -15,7 +15,7 @@ This is a bar graph example that implements panning with a dynamic eventline. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/Simple.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/Simple.1.graph.mdx index fd10cc87d..eb948359e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/Simple.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/Reflow/Simple.1.graph.mdx @@ -15,7 +15,7 @@ This is a bar graph example with panning. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/about.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/about.1.graph.mdx index 9cd212ebd..6b680b86c 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/about.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BarGraph.d/about.1.graph.mdx @@ -43,7 +43,7 @@ Carbon.api.bar(/* dataset */) A Bar graph can be plotted as follows: ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; const graph = Carbon.api.graph(/* graph config JSON */); graph.loadContent(Carbon.api.bar(/* dataset 1 */)); diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/About.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/About.1.graph.mdx index 1d9238dd7..cb55bcf8f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/About.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/About.1.graph.mdx @@ -38,7 +38,7 @@ Carbon.api.bubbleMultipleDataset(); A bubble graph can be plotted as follows: ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; const graph = Carbon.api.graph(/* graph config JSON */); diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/CustomBubbleSize.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/CustomBubbleSize.3.graph.mdx index fdcd18303..83b3f5b51 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/CustomBubbleSize.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/CustomBubbleSize.3.graph.mdx @@ -15,7 +15,7 @@ A bubble graph with custom bubble weights. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/DynamicData.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/DynamicData.5.graph.mdx index 2a9b03c26..28e5db41d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/DynamicData.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/DynamicData.5.graph.mdx @@ -16,7 +16,7 @@ This is a Bubble graph example that implements panning with dynamic data. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/MultipleDatasets.6.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/MultipleDatasets.6.graph.mdx index 5b69af93d..198c161c8 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/MultipleDatasets.6.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/MultipleDatasets.6.graph.mdx @@ -16,7 +16,7 @@ This is a bubble graph example that implements panning with multiple datasets. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/Simple.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/Simple.4.graph.mdx index 42438f896..e5bb648ca 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/Simple.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/Simple.4.graph.mdx @@ -15,7 +15,7 @@ This is a bubble graph example that implements panning. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/WeightAndColorBased.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/WeightAndColorBased.2.graph.mdx index 027ef1873..6c812ba3f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/WeightAndColorBased.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/BubbleGraph.f/WeightAndColorBased.2.graph.mdx @@ -19,7 +19,7 @@ Single dataset bubble graphs that show datasets based on color and or weight. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/About.a.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/About.a.graph.mdx index 61835465b..c42cf0127 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/About.a.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/About.a.graph.mdx @@ -38,7 +38,7 @@ Carbon.api.bar(/* dataset2 */) A Combination graph can be plotted as follows: ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; const graph = Carbon.api.graph(/* graph config JSON */); graph.loadContent(Carbon.api.line(/* dataset 1 */)); diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithMultipleBubbleData.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithMultipleBubbleData.5.graph.mdx index 9c4082b73..2e74be704 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithMultipleBubbleData.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithMultipleBubbleData.5.graph.mdx @@ -15,7 +15,7 @@ This is a simple Line Graph combined with multiple Bubble dataset. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithPairedResult.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithPairedResult.1.graph.mdx index 8d07c1eba..4a82fc801 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithPairedResult.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithPairedResult.1.graph.mdx @@ -14,7 +14,7 @@ This is a simple Line Graph combined with Paired Result. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithSingleBubbleData.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithSingleBubbleData.4.graph.mdx index 882889a8d..8e9b9537e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithSingleBubbleData.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/LineWithSingleBubbleData.4.graph.mdx @@ -14,7 +14,7 @@ This is a simple Line Graph combined with single Bubble dataset. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/PairedResultWithScatter.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/PairedResultWithScatter.3.graph.mdx index 9221a1c7b..12cd1381b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/PairedResultWithScatter.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/BasicCombinationGraph/PairedResultWithScatter.3.graph.mdx @@ -14,7 +14,7 @@ This is a simple Paired result Graph combined with Scatter. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/Regions/DatasetRegionIdentical.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/Regions/DatasetRegionIdentical.2.graph.mdx index 439d9cd6a..d3e19630e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/Regions/DatasetRegionIdentical.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/Regions/DatasetRegionIdentical.2.graph.mdx @@ -14,7 +14,7 @@ This is a combination graph associated with identical regions. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/Regions/Simple.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/Regions/Simple.1.graph.mdx index ede70eaea..32b3aea02 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/Regions/Simple.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Combination.h/Regions/Simple.1.graph.mdx @@ -14,7 +14,7 @@ This is a combination graph associated with simple region. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AllowCalibration.7.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AllowCalibration.7.graph.mdx index 68e7d3103..0f9fa8737 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AllowCalibration.7.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AllowCalibration.7.graph.mdx @@ -21,7 +21,7 @@ It can by toggled on/off by using the appropriate `allowCalibration` label. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AxisHidden.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AxisHidden.1.graph.mdx index a337a4abb..b70248959 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AxisHidden.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AxisHidden.1.graph.mdx @@ -15,7 +15,7 @@ Axis hidden contains simple graph examples with hidden x and y axes. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AxisTicks.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AxisTicks.2.graph.mdx index c03370d51..edf583109 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AxisTicks.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/AxisTicks.2.graph.mdx @@ -17,7 +17,7 @@ Axis ticks contains simple graph examples with static x-axis ticks, formatted ti ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/DateTimeBucket.6.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/DateTimeBucket.6.graph.mdx index 55ed301b0..8024197c5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/DateTimeBucket.6.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/DateTimeBucket.6.graph.mdx @@ -14,7 +14,7 @@ This is a timeseries line graph with datetime formatted bucket. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/Label.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/Label.3.graph.mdx index 8718d3930..e0c35ad65 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/Label.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/Label.3.graph.mdx @@ -15,7 +15,7 @@ Label hidden contains simple graph examples related to label like label hidden a ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisAlternateLocale.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisAlternateLocale.4.graph.mdx index 1a6185467..4a562ee7a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisAlternateLocale.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisAlternateLocale.4.graph.mdx @@ -14,7 +14,7 @@ This is a simple timeseries line graph with German(de_DE) locale. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisOrientationTop.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisOrientationTop.5.graph.mdx index 0379e21f2..d4dd04808 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisOrientationTop.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisOrientationTop.5.graph.mdx @@ -14,7 +14,7 @@ This is a simple timeseries line graph with x-axis locates on top of the graph. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisTickLabelOrientation.8.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisTickLabelOrientation.8.graph.mdx index 72c4231d5..06dee42f4 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisTickLabelOrientation.8.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Axes.1/XAxisTickLabelOrientation.8.graph.mdx @@ -13,7 +13,7 @@ This is a simple timeseries line graph with x-axis ticks label orientation `tick ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Grid.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Grid.5.graph.mdx index 38afa1053..b8fd622d1 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Grid.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Grid.5.graph.mdx @@ -15,7 +15,7 @@ Grid contains graph examples related to hiding horizontal and vertical grid. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Legend.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Legend.4.graph.mdx index 7b0ca208c..194213a9e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Legend.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Legend.4.graph.mdx @@ -22,7 +22,7 @@ Legend contains simple line graph examples with different ways to use legend lik ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Other.3/BackgroundColor.14.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Other.3/BackgroundColor.14.graph.mdx index c88026e16..ed9e95a2c 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Other.3/BackgroundColor.14.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Other.3/BackgroundColor.14.graph.mdx @@ -14,7 +14,7 @@ This is Simple line graph with '#176ba0' as background color. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Other.3/NoData.6.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Other.3/NoData.6.graph.mdx index a2f7cc629..414085ac2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Other.3/NoData.6.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Other.3/NoData.6.graph.mdx @@ -14,7 +14,7 @@ This is simple graph with no data in it. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Padding.2/CustomLegendPlacement.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Padding.2/CustomLegendPlacement.1.graph.mdx index 8436c32fd..22eac4a95 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Padding.2/CustomLegendPlacement.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Padding.2/CustomLegendPlacement.1.graph.mdx @@ -14,7 +14,7 @@ This is timeseries line graph with custom legend placement. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Padding.2/GraphAndLegendPaddingReduced.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Padding.2/GraphAndLegendPaddingReduced.2.graph.mdx index 3460d7d86..1f3928032 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Padding.2/GraphAndLegendPaddingReduced.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Examples/Padding.2/GraphAndLegendPaddingReduced.2.graph.mdx @@ -14,7 +14,7 @@ This is timeseries line graph with reduced padding. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/About.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/About.1.graph.mdx index 43e3b0e4a..d1bd27d63 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/About.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/About.1.graph.mdx @@ -40,7 +40,7 @@ A native Gantt Chart using D3 based on standard design patterns. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; var ganttInstance = Carbon.api.gantt(/* config object*/); diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Actions.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Actions.5.graph.mdx index 1bfe84fb9..351704e51 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Actions.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Actions.5.graph.mdx @@ -15,7 +15,7 @@ This is a simple Gantt chart with actions. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/BarTypes.8.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/BarTypes.8.graph.mdx index ff4114809..5ad1b757f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/BarTypes.8.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/BarTypes.8.graph.mdx @@ -20,7 +20,7 @@ This is a Gantt chart with different bar types. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/DatetimeBucket.91.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/DatetimeBucket.91.graph.mdx index 70d278ca6..244d9b2a2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/DatetimeBucket.91.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/DatetimeBucket.91.graph.mdx @@ -13,7 +13,7 @@ This is a simple Gantt chart with datetime formatted bucket. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Eventline.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Eventline.4.graph.mdx index 4ea9a60d7..34bc5f758 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Eventline.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Eventline.4.graph.mdx @@ -16,7 +16,7 @@ This is a simple Gantt chart with eventline. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Events.6.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Events.6.graph.mdx index dcca8831a..682811c57 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Events.6.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Events.6.graph.mdx @@ -15,7 +15,7 @@ This is a simple Gantt chart with Events. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/GraphAndLegendPaddingReduced.92.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/GraphAndLegendPaddingReduced.92.graph.mdx index f7a5dd786..4d4b771c3 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/GraphAndLegendPaddingReduced.92.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/GraphAndLegendPaddingReduced.92.graph.mdx @@ -15,7 +15,7 @@ This is a simple Gantt chart with reduced padding around graph and legend. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/LabelTruncation.9.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/LabelTruncation.9.graph.mdx index 48dfb910d..580d7018b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/LabelTruncation.9.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/LabelTruncation.9.graph.mdx @@ -13,7 +13,7 @@ This is a simple Gantt chart with truncated label. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Percentage.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Percentage.3.graph.mdx index 110e121f8..d719bc9a9 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Percentage.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/Percentage.3.graph.mdx @@ -13,7 +13,7 @@ This is a simple Gantt chart with percentage bars. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/TasksAndActivities.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/TasksAndActivities.2.graph.mdx index 43a4cd5b4..18abe28f4 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/TasksAndActivities.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/TasksAndActivities.2.graph.mdx @@ -21,7 +21,7 @@ This is a simple Gantt chart with tasks and Activities. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/TrackSelection.7.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/TrackSelection.7.graph.mdx index a97cf89aa..e52802fc1 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/TrackSelection.7.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/BasicGanttCharts/TrackSelection.7.graph.mdx @@ -17,7 +17,7 @@ This is a simple Gantt chart with track selection. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/DynamicData.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/DynamicData.2.graph.mdx index 629d56564..9072104c5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/DynamicData.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/DynamicData.2.graph.mdx @@ -15,7 +15,7 @@ This is a Gantt chart example that implements panning with dynamic data. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/DynamicEventline.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/DynamicEventline.3.graph.mdx index 9f338c3b7..48b05cced 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/DynamicEventline.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/DynamicEventline.3.graph.mdx @@ -14,7 +14,7 @@ This is a simple Gantt chart example that implements panning with a dynamic even ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/MultipleDatasets.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/MultipleDatasets.4.graph.mdx index 05911fd85..109de0a6a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/MultipleDatasets.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/MultipleDatasets.4.graph.mdx @@ -15,7 +15,7 @@ This is a simple Gantt chart example that implements panning with multiple datas ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/Simple.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/Simple.1.graph.mdx index 3e2f85b33..6f3358fee 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/Simple.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Gantt.i/Reflow/Simple.1.graph.mdx @@ -14,7 +14,7 @@ This is a simple Gantt chart example that implements panning. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/About.a.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/About.a.graph.mdx index 63885483e..7b8765b3d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/About.a.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/About.a.graph.mdx @@ -42,7 +42,7 @@ Carbon.api.line(/* dataset */) A Line graph can be plotted as follows: ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; const graph = Carbon.api.graph(/* graph config JSON */); graph.loadContent(Carbon.api.line(/* dataset 1 */)); diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/DashedLine.7.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/DashedLine.7.graph.mdx index 1cc974b71..14d68763d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/DashedLine.7.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/DashedLine.7.graph.mdx @@ -13,7 +13,7 @@ This is a graph with a dashed line dataset. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Example diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/DisableCalibration.8.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/DisableCalibration.8.graph.mdx index 576a286df..367addabd 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/DisableCalibration.8.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/DisableCalibration.8.graph.mdx @@ -13,7 +13,7 @@ This is a simple line graph with calibration disabled. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/Shapes.9.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/Shapes.9.graph.mdx index 5ff265b41..149ded4ba 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/Shapes.9.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/Shapes.9.graph.mdx @@ -18,7 +18,7 @@ Shapes contains examples like shapes hidden in line graph and show or hide shape ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleMultiLine.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleMultiLine.5.graph.mdx index 2ce04cc2b..f99dacba5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleMultiLine.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleMultiLine.5.graph.mdx @@ -18,7 +18,7 @@ This is simple multiline graph generated by providing timeouts for each line pre ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Example diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleNonContiguousLine.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleNonContiguousLine.4.graph.mdx index 7a51d07ba..7cccfa171 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleNonContiguousLine.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleNonContiguousLine.4.graph.mdx @@ -14,7 +14,7 @@ This is simple timeseries graph with discontinuous line. ## Usage ``` js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleSpline.6.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleSpline.6.graph.mdx index a1685f19f..9612123d4 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleSpline.6.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/SimpleSpline.6.graph.mdx @@ -14,7 +14,7 @@ This is a Simple spline graph with timeseries x-axis ticks. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/TimeseriesWithDateline.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/TimeseriesWithDateline.1.graph.mdx index 8cb41c1a9..ffcfe1435 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/TimeseriesWithDateline.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/TimeseriesWithDateline.1.graph.mdx @@ -14,7 +14,7 @@ This is a timeseries line graph with a dateline. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Example diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/TimeseriesWithEventline.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/TimeseriesWithEventline.2.graph.mdx index 91fdd4d93..c03bb34b7 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/TimeseriesWithEventline.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/TimeseriesWithEventline.2.graph.mdx @@ -14,7 +14,7 @@ This is a timeseries line graph with eventlines. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Example diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/Y2Axis.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/Y2Axis.3.graph.mdx index a8d2403cd..c5d729423 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/Y2Axis.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/BasicLineGraphs.b/Y2Axis.3.graph.mdx @@ -15,7 +15,7 @@ This is a timeseries graph with both Y and Y2 axes. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Example diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Criticality.e.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Criticality.e.graph.mdx index 0c1ec9ec4..914921c89 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Criticality.e.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Criticality.e.graph.mdx @@ -19,7 +19,7 @@ Criticality consists of line graph examples with simple and multi critical point ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicData.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicData.3.graph.mdx index 69115ed16..efb289a2e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicData.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicData.3.graph.mdx @@ -15,7 +15,7 @@ This is a line graph example with a dynamically updating dataset. Click on the p ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicEventline.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicEventline.4.graph.mdx index ea1ce96cc..c472b7c18 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicEventline.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicEventline.4.graph.mdx @@ -14,7 +14,7 @@ This is a line graph example with a dynamically updating eventline. Click on th ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicLegend.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicLegend.5.graph.mdx index 3b3629916..5bc12d801 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicLegend.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/DynamicLegend.5.graph.mdx @@ -15,7 +15,7 @@ This is a line graph example with a dynamically updating legend. Click on the pa ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/MultipleDatasets.6.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/MultipleDatasets.6.graph.mdx index 363311fb6..751f73d8c 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/MultipleDatasets.6.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/MultipleDatasets.6.graph.mdx @@ -18,7 +18,7 @@ This is a line graph example that implements panning. Click on the panning butto ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/SimplePanning.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/SimplePanning.1.graph.mdx index a9a6e83a3..395f2bc39 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/SimplePanning.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/SimplePanning.1.graph.mdx @@ -14,7 +14,7 @@ This is a line graph example that implements panning. Click on the panning butto ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/Y2Panning.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/Y2Panning.2.graph.mdx index 49fdb13c4..8da0d984e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/Y2Panning.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Reflow.c/Y2Panning.2.graph.mdx @@ -16,7 +16,7 @@ This is a line graph example that implements panning with dynamically updating d ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/MultipleRegions.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/MultipleRegions.2.graph.mdx index 40cebcceb..de330c06a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/MultipleRegions.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/MultipleRegions.2.graph.mdx @@ -14,7 +14,7 @@ This is line graph associated with multiple regions. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Example diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/NoRegionBound.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/NoRegionBound.5.graph.mdx index 532577880..2fb10ed83 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/NoRegionBound.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/NoRegionBound.5.graph.mdx @@ -17,7 +17,7 @@ No region bound consists of line graph examples with region having no lower boun ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Examples diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/RegionLine.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/RegionLine.3.graph.mdx index 9a7318877..9103c5473 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/RegionLine.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/RegionLine.3.graph.mdx @@ -14,7 +14,7 @@ This is simple region line graph with region as a line. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/Simple.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/Simple.1.graph.mdx index dc127392e..e7dbd99ea 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/Simple.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/Simple.1.graph.mdx @@ -14,7 +14,7 @@ This is simple line graph associated with region. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Example diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/Y2Axis.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/Y2Axis.4.graph.mdx index f0dcce57e..e1136570b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/Y2Axis.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/Line.a/Y2Axis.4.graph.mdx @@ -16,7 +16,7 @@ This is timeseries graph with region associated to each line. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Example diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/MultiLine.b/DatasetRegionIdentical.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/MultiLine.b/DatasetRegionIdentical.2.graph.mdx index f4ef79d15..b9b9c28af 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/MultiLine.b/DatasetRegionIdentical.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/MultiLine.b/DatasetRegionIdentical.2.graph.mdx @@ -17,7 +17,7 @@ This is multiline graph with an identical region associated with each line. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/MultiLine.b/MultipleLineRegions.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/MultiLine.b/MultipleLineRegions.1.graph.mdx index 95dd5ee3e..c4c32f479 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/MultiLine.b/MultipleLineRegions.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/MultiLine.b/MultipleLineRegions.1.graph.mdx @@ -17,7 +17,7 @@ This is timeseries graph with region associated to each line. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Example diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/ValueRegion.d.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/ValueRegion.d.graph.mdx index d30718456..5debb20fc 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/ValueRegion.d.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/LineGraph.c/Regions.d/ValueRegion.d.graph.mdx @@ -14,7 +14,7 @@ This is timeseries line graph with value based region. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` ## Example diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/About.a.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/About.a.graph.mdx index 9e6fa6d64..91ccfa9fb 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/About.a.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/About.a.graph.mdx @@ -33,7 +33,7 @@ Carbon.api.pairedResult(/* dataset */) A Paired result graph can be plotted as follows: ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; const graph = Carbon.api.graph(/* graph config JSON */); graph.loadContent(Carbon.api.pairedResult(/* dataset 1 */)); diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/LegendItemDisable.6.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/LegendItemDisable.6.graph.mdx index e038789f8..671aa9dcf 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/LegendItemDisable.6.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/LegendItemDisable.6.graph.mdx @@ -14,7 +14,7 @@ This is a simple paired result graph with disabled high and low legends. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/TimeseriesWithDateline.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/TimeseriesWithDateline.3.graph.mdx index ce1a62ade..8472f3638 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/TimeseriesWithDateline.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/TimeseriesWithDateline.3.graph.mdx @@ -14,7 +14,7 @@ This is a timeseries paired result graph with dateline in it. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/TimeseriesWithEventline.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/TimeseriesWithEventline.4.graph.mdx index 0e6a5b8a4..9b9a93a84 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/TimeseriesWithEventline.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/TimeseriesWithEventline.4.graph.mdx @@ -14,7 +14,7 @@ This is a timeseries paired result graph with eventlines in it. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/Y2Axis.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/Y2Axis.5.graph.mdx index 4adb99844..edddc1cac 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/Y2Axis.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/BasicPairedResultGraphs.b/Y2Axis.5.graph.mdx @@ -15,7 +15,7 @@ This is a timeseries paired result graph with both Y and Y2 axis. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Criticality.e.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Criticality.e.graph.mdx index 655c8301e..cd5c6b140 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Criticality.e.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Criticality.e.graph.mdx @@ -18,7 +18,7 @@ Criticality consists of simple paired result graphs single dataset critical poin ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/DynamicData.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/DynamicData.3.graph.mdx index c54fa37d9..8652d9ef2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/DynamicData.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/DynamicData.3.graph.mdx @@ -15,7 +15,7 @@ This is a paired result graph example that implements panning with dynamic data. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/DynamicEventline.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/DynamicEventline.4.graph.mdx index 3d55a84c8..2fdeafc5f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/DynamicEventline.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/DynamicEventline.4.graph.mdx @@ -14,7 +14,7 @@ This is a paired result graph example that implements panning with a dynamic eve ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/MultipleDatasetsWithY2Axis.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/MultipleDatasetsWithY2Axis.2.graph.mdx index bf3c476fa..89c4775ee 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/MultipleDatasetsWithY2Axis.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/MultipleDatasetsWithY2Axis.2.graph.mdx @@ -15,7 +15,7 @@ This is a paired result graph example that implements panning with multiple data ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/Simple.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/Simple.1.graph.mdx index e6a04463a..0139d9f60 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/Simple.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Reflow.d/Simple.1.graph.mdx @@ -14,7 +14,7 @@ This is a paired result graph example that implements panning. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/MultiplePairedResult.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/MultiplePairedResult.2.graph.mdx index 2a8f9aa45..e2381a2d5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/MultiplePairedResult.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/MultiplePairedResult.2.graph.mdx @@ -16,7 +16,7 @@ NOTE: Hover onto legend to see the region associated with each legend. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/Simple.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/Simple.1.graph.mdx index fe765343e..01c1a32a9 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/Simple.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/Simple.1.graph.mdx @@ -14,7 +14,7 @@ This is a simple paired result graph associated with regions(for high and low da ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/ValueRegion.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/ValueRegion.3.graph.mdx index a115c712d..2bac60400 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/ValueRegion.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PairedResultGraph.e/Regions.c/ValueRegion.3.graph.mdx @@ -14,7 +14,7 @@ This is simple paired result graph associated with valure regions(for high and l ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/About.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/About.1.graph.mdx index 501082e48..959e478b6 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/About.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/About.1.graph.mdx @@ -34,7 +34,7 @@ with the dataset object also directly passed to the `loadContent` function. Therefore, the pie graph can not be combined with other graphs. ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; var pieGraph = Carbon.api.pie(/* config object */); diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/CustomLegendPlacement.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/CustomLegendPlacement.2.graph.mdx index a736d38ac..2b5335f2f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/CustomLegendPlacement.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/CustomLegendPlacement.2.graph.mdx @@ -16,7 +16,7 @@ This is a simple Pie chart with custom legend placement. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/GraphAndLegendPaddingReduced.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/GraphAndLegendPaddingReduced.3.graph.mdx index 3d1b3c615..ccdb0c9ef 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/GraphAndLegendPaddingReduced.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/PieChart.k/GraphAndLegendPaddingReduced.3.graph.mdx @@ -15,7 +15,7 @@ This is a simple Pie chart with reduced padding. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/About.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/About.1.graph.mdx index e2f222876..4777a9962 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/About.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/About.1.graph.mdx @@ -38,7 +38,7 @@ Carbon.api.scatter(/* dataset */) A scatter graph can be plotted as follows: ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; const graph = Carbon.api.graph(/* graph config JSON */); diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/Criticality.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/Criticality.5.graph.mdx index b5b02a33c..34b4d297d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/Criticality.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/Criticality.5.graph.mdx @@ -14,7 +14,7 @@ This is Simple Scatter graph with critical points(highlighted with red circle) i ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/DynamicData.7.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/DynamicData.7.graph.mdx index f144067c5..126e6025c 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/DynamicData.7.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/DynamicData.7.graph.mdx @@ -15,7 +15,7 @@ This is a scatter graph example that implements panning with dynamic data. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/SimplePanning.6.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/SimplePanning.6.graph.mdx index 3e87b0928..12d5d1964 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/SimplePanning.6.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/SimplePanning.6.graph.mdx @@ -15,7 +15,7 @@ This is a scatter graph example that implements panning. ## Usage ```jsx -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/TimeseriesWithDateline.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/TimeseriesWithDateline.2.graph.mdx index 153e8b756..d1b8115f0 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/TimeseriesWithDateline.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/TimeseriesWithDateline.2.graph.mdx @@ -14,7 +14,7 @@ This is a timeseries scatter graph with dateline for the graph ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/TimeseriesWithEventline.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/TimeseriesWithEventline.3.graph.mdx index 83d8cf9f1..7d642f7c0 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/TimeseriesWithEventline.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/TimeseriesWithEventline.3.graph.mdx @@ -14,7 +14,7 @@ This is a timeseries scatter graph with eventline for the graph ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/Y2Axis.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/Y2Axis.4.graph.mdx index 0c80fcd3d..1f3f1986d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/Y2Axis.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/ScatterGraph.g/Y2Axis.4.graph.mdx @@ -15,7 +15,7 @@ This is a timeseries graph with both Y and Y2 axis included. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/About.1.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/About.1.graph.mdx index 39e9fb78f..a89fb6480 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/About.1.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/About.1.graph.mdx @@ -35,7 +35,7 @@ with the dataset object also directly passed to the `loadContent` function. Therefore, the timeline graph can not be combined with other graphs. ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; var timelineGraph = Carbon.api.timeline(/* config object */); diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/AxisWithNoTickValues.2.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/AxisWithNoTickValues.2.graph.mdx index 7a39b920d..a8ddc43f8 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/AxisWithNoTickValues.2.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/AxisWithNoTickValues.2.graph.mdx @@ -15,7 +15,7 @@ This is a basic timeline graph with no axis ticks. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/DynamicData.5.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/DynamicData.5.graph.mdx index a56527675..5083eb47e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/DynamicData.5.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/DynamicData.5.graph.mdx @@ -17,7 +17,7 @@ This is a basic timeline graph with Dynamic Data. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/SimplePanning.4.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/SimplePanning.4.graph.mdx index 6f88f4f25..f01c637d3 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/SimplePanning.4.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/SimplePanning.4.graph.mdx @@ -15,7 +15,7 @@ This is a basic timeline graph with panning. ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/TimelineCriticality.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/TimelineCriticality.3.graph.mdx index 99985eba1..fc22c1d09 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/TimelineCriticality.3.graph.mdx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/Timeline.j/TimelineCriticality.3.graph.mdx @@ -15,7 +15,7 @@ This is a basic timeline graph with critical points(highlighted with red circle) ## Usage ```js -import Carbon from '@cerner/carbon-graphs/dist/js/carbon-graphs.js'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/carbon-graphs/dist/css/carbon-graphs.css'; ``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/AxisInfoTextLabels.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/AxisInfoTextLabels.jsx index b8bf54b91..7255b9c5b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/AxisInfoTextLabels.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/AxisInfoTextLabels.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/GroupedBars.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/GroupedBars.jsx index 5fc324b0a..8c2b8be93 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/GroupedBars.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/GroupedBars.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/NegativeBars.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/NegativeBars.jsx index b81aa084e..b7ae15c3f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/NegativeBars.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/NegativeBars.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/SimpleBar.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/SimpleBar.jsx index 7b3827a48..21df250ed 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/SimpleBar.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/SimpleBar.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedAxisInfoTextLabels.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedAxisInfoTextLabels.jsx index ac3b15301..91807fd64 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedAxisInfoTextLabels.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedAxisInfoTextLabels.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedBars.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedBars.jsx index 25ac55aa5..d176b3482 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedBars.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedBars.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/Timeseries.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/Timeseries.jsx index b69ff14a4..7a32b8a0e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/Timeseries.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/Timeseries.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithDateline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithDateline.jsx index 74a4c6f78..d05dafbb9 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithDateline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithDateline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithEventline.jsx index d123d8705..177873beb 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithEventline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/GroupedGoalLines.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/GroupedGoalLines.jsx index bce5d2936..0eccdbbcb 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/GroupedGoalLines.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/GroupedGoalLines.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/SimpleGoalLines.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/SimpleGoalLines.jsx index 5565f7a43..edba0149d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/SimpleGoalLines.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/SimpleGoalLines.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/StackedGoalLines.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/StackedGoalLines.jsx index 6bd71eb27..8c255b397 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/StackedGoalLines.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/StackedGoalLines.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicData.jsx index f2211e176..6e326c671 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicData.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicEventline.jsx index 2ec7b2070..c743b4b0d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicEventline.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/SimplePanning.jsx index a303c34ee..4fb878c00 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/SimplePanning.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/ColorBasedGraph.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/ColorBasedGraph.jsx index 61be64eeb..ef240fbd5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/ColorBasedGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/ColorBasedGraph.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/CustomWeightGraph.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/CustomWeightGraph.jsx index 1945c334d..712b9479b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/CustomWeightGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/CustomWeightGraph.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/MultipleDatasets.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/MultipleDatasets.jsx index bb8c10dc1..d90424f4e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/MultipleDatasets.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/MultipleDatasets.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/SingleDataset.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/SingleDataset.jsx index 0376034f1..d603e248d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/SingleDataset.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/SingleDataset.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightBasedGraph.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightBasedGraph.jsx index 3611bc59b..cde20b178 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightBasedGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightBasedGraph.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightColorBasedGraph.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightColorBasedGraph.jsx index 90029383c..c32a59eaa 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightColorBasedGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightColorBasedGraph.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/DynamicData.jsx index c71864e3d..b1494eedb 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/DynamicData.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/MultipleDatasets.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/MultipleDatasets.jsx index 36d50c787..71f1c90db 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/MultipleDatasets.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/MultipleDatasets.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/SimplePanning.jsx index 6463da924..95240245d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/SimplePanning.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/BarGraphWithLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/BarGraphWithLine.jsx index c4cb4cb45..4240e0a39 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/BarGraphWithLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/BarGraphWithLine.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithMultipleBubbleData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithMultipleBubbleData.jsx index e88799a34..d64ecd1c6 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithMultipleBubbleData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithMultipleBubbleData.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithPairedResult.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithPairedResult.jsx index cdac0dc82..05803e7d6 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithPairedResult.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithPairedResult.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithSingleBubbleData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithSingleBubbleData.jsx index f053fefa1..63348b2bf 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithSingleBubbleData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithSingleBubbleData.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/PairedResultWithScatter.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/PairedResultWithScatter.jsx index b31d106ed..124218efa 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/PairedResultWithScatter.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/PairedResultWithScatter.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/DatasetRegionIdentical.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/DatasetRegionIdentical.jsx index 6d3d66b97..6aba94247 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/DatasetRegionIdentical.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/DatasetRegionIdentical.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/Simple.jsx index ac010b482..c4d22d78a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/Simple.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Actions.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Actions.jsx index ae9423538..cbf136531 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Actions.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Actions.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/BarTypes.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/BarTypes.jsx index 3edb245d3..6fff5097b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/BarTypes.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/BarTypes.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/DatetimeBucket.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/DatetimeBucket.jsx index ba3e166fe..c50b68a85 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/DatetimeBucket.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/DatetimeBucket.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Eventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Eventline.jsx index 57d206e19..14b4e9a07 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Eventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Eventline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Events.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Events.jsx index 85e47ff18..c0bb3c5b5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Events.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Events.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/GraphAndLegendPaddingReduced.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/GraphAndLegendPaddingReduced.jsx index d83c8ca1b..ea3fd3623 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/GraphAndLegendPaddingReduced.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/GraphAndLegendPaddingReduced.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/LabelTruncation.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/LabelTruncation.jsx index a1f34e55c..3d178e29f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/LabelTruncation.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/LabelTruncation.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Percentage.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Percentage.jsx index 29c08d638..960d8e3a9 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Percentage.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Percentage.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/SimpleGantt.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/SimpleGantt.jsx index dd4e1ba32..a6b012dfa 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/SimpleGantt.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/SimpleGantt.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TasksAndActivities.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TasksAndActivities.jsx index 0ac4419a4..cf421c593 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TasksAndActivities.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TasksAndActivities.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TrackSelection.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TrackSelection.jsx index 69c7b5688..73dac15a8 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TrackSelection.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TrackSelection.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicData.jsx index e0ef17605..af94b2e4e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicData.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import Button from 'terra-button/lib/Button'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicEventline.jsx index 1a4364a72..696bf60a7 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicEventline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import Button from 'terra-button/lib/Button'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/MultipleDatasets.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/MultipleDatasets.jsx index 066133110..0685ec80b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/MultipleDatasets.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/MultipleDatasets.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import Button from 'terra-button/lib/Button'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/SimplePanning.jsx index 8cb474fa3..1f00144fb 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/SimplePanning.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import Button from 'terra-button/lib/Button'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.jsx index 2b45ad38f..d33091d84 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledXAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledXAxis.jsx index 7aaf69ad7..0d4608340 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledXAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledXAxis.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledYAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledYAxis.jsx index 179ac7ab3..2654073f3 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledYAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledYAxis.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.jsx index 47a90ae6c..3f3e3a052 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledXAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledXAxis.jsx index 5fccb3dfe..ec246a278 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledXAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledXAxis.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledYAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledYAxis.jsx index eaf600791..307e22e01 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledYAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledYAxis.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/DatetimeBucket.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/DatetimeBucket.jsx index b2c8a5975..19c35e5e0 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/DatetimeBucket.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/DatetimeBucket.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelHidden.jsx index df31752b1..84ada14c4 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelHidden.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelTruncation.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelTruncation.jsx index 18482bdb7..680cf9889 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelTruncation.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelTruncation.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/StaticXAxisTicks.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/StaticXAxisTicks.jsx index 05acf1811..e91b6bad7 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/StaticXAxisTicks.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/StaticXAxisTicks.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/SuppressTickValueTrailingZero.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/SuppressTickValueTrailingZero.jsx index 7595be079..c0ca84def 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/SuppressTickValueTrailingZero.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/SuppressTickValueTrailingZero.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisAlternateLocale.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisAlternateLocale.jsx index 62d6b9ff3..0ef0815ad 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisAlternateLocale.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisAlternateLocale.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisHidden.jsx index b031834af..c557e481b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisHidden.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisOrientationTop.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisOrientationTop.jsx index c4d078235..fef380ac3 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisOrientationTop.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisOrientationTop.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTickLabelOrientation.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTickLabelOrientation.jsx index 211114f07..4b4d95ab2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTickLabelOrientation.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTickLabelOrientation.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksFormatted.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksFormatted.jsx index 2c336aadc..fad71d48f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksFormatted.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksFormatted.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksValuesOverflow.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksValuesOverflow.jsx index 08f560506..ffe227faf 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksValuesOverflow.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksValuesOverflow.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/YAxisHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/YAxisHidden.jsx index ea1055573..4a6a24cb8 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/YAxisHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/YAxisHidden.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/HorizontalGridHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/HorizontalGridHidden.jsx index 46f00bbf3..60d9a387b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/HorizontalGridHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/HorizontalGridHidden.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/VerticalGridHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/VerticalGridHidden.jsx index bc6f0dbb2..5f4a00210 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/VerticalGridHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/VerticalGridHidden.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendHidden.jsx index f1f9932f8..8f26c5a63 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendHidden.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendItemDisabled.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendItemDisabled.jsx index fd1cdb987..7c543f448 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendItemDisabled.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendItemDisabled.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LineWithLegendOption.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LineWithLegendOption.jsx index e3fe64ee5..3ab02ddd1 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LineWithLegendOption.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LineWithLegendOption.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/BackgroundColor.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/BackgroundColor.jsx index 2eea16d49..4c4d22f68 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/BackgroundColor.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/BackgroundColor.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/NoData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/NoData.jsx index a72c13062..8bc4f82eb 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/NoData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/NoData.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/CustomLegendPlacement.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/CustomLegendPlacement.jsx index 19c0ef7ab..71f47df47 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/CustomLegendPlacement.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/CustomLegendPlacement.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/GraphAndLegendPaddingReduced.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/GraphAndLegendPaddingReduced.jsx index 7dd5cf277..9c5a3c7d2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/GraphAndLegendPaddingReduced.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/GraphAndLegendPaddingReduced.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DashedLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DashedLine.jsx index 10856ef77..996a9d5cb 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DashedLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DashedLine.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DisableCalibration.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DisableCalibration.jsx index 2bfa24d96..0e594bbf1 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DisableCalibration.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DisableCalibration.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShapesHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShapesHidden.jsx index 6eebcf04d..348cce557 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShapesHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShapesHidden.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShowOrHideShapesPerDataset.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShowOrHideShapesPerDataset.jsx index beac5526e..5b4207e38 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShowOrHideShapesPerDataset.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShowOrHideShapesPerDataset.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/SimpleLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/SimpleLine.jsx index 16c00f2a8..ca4d47f8a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/SimpleLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/SimpleLine.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Timeseries.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Timeseries.jsx index 84a5a7b96..5988230c5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Timeseries.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Timeseries.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesDateline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesDateline.jsx index 80eea2646..cad2d084b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesDateline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesDateline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesEventline.jsx index 27c89292a..f5ee1583f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesEventline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Y2Axis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Y2Axis.jsx index bebd17629..f53e59881 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Y2Axis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Y2Axis.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/MultiLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/MultiLine.jsx index 417c02009..0498535cb 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/MultiLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/MultiLine.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/SimpleLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/SimpleLine.jsx index 0085c31fa..0499a45c8 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/SimpleLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/SimpleLine.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/MultiLine/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/MultiLine/Simple.jsx index 8c7ce9002..dd111306c 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/MultiLine/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/MultiLine/Simple.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/NonContiguousLine/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/NonContiguousLine/Simple.jsx index 647c291e4..2c4c24d41 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/NonContiguousLine/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/NonContiguousLine/Simple.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicData.jsx index 8be28b9dd..d8f89000b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicData.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicEventline.jsx index 5a1a567aa..f9e32fd67 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicEventline.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicLegend.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicLegend.jsx index ba7ca59c5..67f2a2f8b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicLegend.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicLegend.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/MultipleDatasets.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/MultipleDatasets.jsx index 2ef9b9e8d..ebda1f23a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/MultipleDatasets.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/MultipleDatasets.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/SimplePanning.jsx index 81a596450..aa7366e28 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/SimplePanning.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/Y2Panning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/Y2Panning.jsx index ec9295797..f8e0cb925 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/Y2Panning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/Y2Panning.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/MultipleRegions.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/MultipleRegions.jsx index 4a5191087..b709d5a36 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/MultipleRegions.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/MultipleRegions.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoLowerBound.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoLowerBound.jsx index 2c8afda13..8af7b706e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoLowerBound.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoLowerBound.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoUpperBound.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoUpperBound.jsx index 6397f2993..6af67dd0d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoUpperBound.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoUpperBound.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/RegionLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/RegionLine.jsx index c3fa0d607..ebe37ab49 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/RegionLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/RegionLine.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Simple.jsx index ed84accdc..8d11693e6 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Simple.jsx @@ -1,6 +1,6 @@ import React from 'react'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/ValueRegion.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/ValueRegion.jsx index ae44e0f17..a98196a9e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/ValueRegion.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/ValueRegion.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Y2Axis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Y2Axis.jsx index 6538e104d..7218b848e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Y2Axis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Y2Axis.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/DatasetRegionIdentical.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/DatasetRegionIdentical.jsx index 90a171113..15c4939e1 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/DatasetRegionIdentical.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/DatasetRegionIdentical.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/MultipleLineRegions.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/MultipleLineRegions.jsx index 8fd8db87a..f19c2d2a4 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/MultipleLineRegions.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/MultipleLineRegions.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Spline/ValueRegion.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Spline/ValueRegion.jsx index 922bdab0b..acc997ed4 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Spline/ValueRegion.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Spline/ValueRegion.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Spline/SimpleSpline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Spline/SimpleSpline.jsx index 2488416d3..950a385e1 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Spline/SimpleSpline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Spline/SimpleSpline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/LegendItemDisable.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/LegendItemDisable.jsx index e947e8b8e..69ea32378 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/LegendItemDisable.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/LegendItemDisable.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/SimplePairedResult.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/SimplePairedResult.jsx index 398e361a5..5709953ac 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/SimplePairedResult.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/SimplePairedResult.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Timeseries.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Timeseries.jsx index 4a82956f2..83fad1589 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Timeseries.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Timeseries.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithDateline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithDateline.jsx index 72f6f430f..13da3d227 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithDateline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithDateline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithEventline.jsx index 3a1414d41..7cdf2e37e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithEventline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Y2Axis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Y2Axis.jsx index fef75cf73..757fe58f4 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Y2Axis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Y2Axis.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/MultiplePairedResult.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/MultiplePairedResult.jsx index 6d242f0b8..8ee459d82 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/MultiplePairedResult.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/MultiplePairedResult.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/SimplePairedResult.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/SimplePairedResult.jsx index 6976a337c..7f04d12bd 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/SimplePairedResult.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/SimplePairedResult.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicData.jsx index f066090dc..5b651da20 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicData.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicEventline.jsx index a216419c0..9bf8d5a6e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicEventline.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/MultipleDatasetsWithY2Axis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/MultipleDatasetsWithY2Axis.jsx index ecd02784f..41b6ec004 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/MultipleDatasetsWithY2Axis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/MultipleDatasetsWithY2Axis.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/SimplePanning.jsx index 04d73059c..c2aacf1a5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/SimplePanning.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/MultiplePairedResult.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/MultiplePairedResult.jsx index 3878f0680..4da23e26f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/MultiplePairedResult.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/MultiplePairedResult.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/Simple.jsx index 133b97af6..ca8bdc167 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/Simple.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/ValueRegion.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/ValueRegion.jsx index c760a7fa7..32404edae 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/ValueRegion.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/ValueRegion.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/CustomLegendPlacement.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/CustomLegendPlacement.jsx index a0fb893a4..e4e10d5c2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/CustomLegendPlacement.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/CustomLegendPlacement.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Pie/PieChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/GraphAndLegendPaddingReduced.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/GraphAndLegendPaddingReduced.jsx index afbdf73fb..9d707f182 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/GraphAndLegendPaddingReduced.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/GraphAndLegendPaddingReduced.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Pie/PieChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/SimplePie.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/SimplePie.jsx index d4b350535..f70a03688 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/SimplePie.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/SimplePie.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Pie/PieChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/SimpleScatter.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/SimpleScatter.jsx index 709ff06fa..0db5047d7 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/SimpleScatter.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/SimpleScatter.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Timeseries.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Timeseries.jsx index 6f211f310..cfdad9042 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Timeseries.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Timeseries.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithDateline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithDateline.jsx index f8f1fb0d2..fc4cde5e9 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithDateline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithDateline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithEventline.jsx index edab14035..46b6cbb8f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithEventline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Y2Axis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Y2Axis.jsx index 2c477a7b3..69c084621 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Y2Axis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Y2Axis.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Criticality/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Criticality/Simple.jsx index 8a07f0dfd..d86518a40 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Criticality/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Criticality/Simple.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/DynamicData.jsx index c7e2ea760..efef7552e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/DynamicData.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/SimplePanning.jsx index 13ae7ceb5..2ba1af24c 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/SimplePanning.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/AxisWithNoTickValues.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/AxisWithNoTickValues.jsx index 7abd9d3b1..c963b1ad1 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/AxisWithNoTickValues.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/AxisWithNoTickValues.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Timeline/Timeline.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/SimpleTimeline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/SimpleTimeline.jsx index 566e5ca62..0f54b0e09 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/SimpleTimeline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/SimpleTimeline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Timeline/Timeline.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Criticality/TimelineCriticality.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Criticality/TimelineCriticality.jsx index f08eed062..01dc4af87 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Criticality/TimelineCriticality.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Criticality/TimelineCriticality.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Timeline/Timeline.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/DynamicData.jsx index 5d67d7998..c3b5fd39f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/DynamicData.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Timeline/Timeline.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/SimplePanning.jsx index c671e85ec..4d9fdcb49 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/SimplePanning.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Timeline/Timeline.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/BarGraph/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/BarGraph/Reflow/DynamicEventline.jsx index 614485226..6a493fb94 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/BarGraph/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/BarGraph/Reflow/DynamicEventline.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import BarGraph from '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph'; import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/Gantt/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/Gantt/Reflow/DynamicEventline.jsx index 3075dd4dd..69de451f5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/Gantt/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/Gantt/Reflow/DynamicEventline.jsx @@ -5,7 +5,7 @@ import GanttChart from '@cerner/terra-graphs-docs/lib/terra-graphs-src/component import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; import getGanttPanningWithEventlineConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttPanningWithEventline'; import graphData from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Gantt/simplePanningData'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; /* Please refer to the documentation below to see the graphConfig and data objects diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/LineGraph/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/LineGraph/Reflow/DynamicEventline.jsx index 3e52cdc88..9545ec6a5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/LineGraph/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/LineGraph/Reflow/DynamicEventline.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import LineGraph from '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph'; import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/PairedResultGraph/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/PairedResultGraph/Reflow/DynamicEventline.jsx index a92af77d1..79d1d6731 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/PairedResultGraph/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs/PairedResultGraph/Reflow/DynamicEventline.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import Button from 'terra-button/lib/Button'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import PairedResultGraph from '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/BarGraph/Reflow/DynamicEventline.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/BarGraph/Reflow/DynamicEventline.test.jsx index 6d07858a2..b5d4858ca 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/BarGraph/Reflow/DynamicEventline.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/BarGraph/Reflow/DynamicEventline.test.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import BarGraph from '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph'; import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/GanttChart/BasicGanttCharts/TrackSelection.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/GanttChart/BasicGanttCharts/TrackSelection.test.jsx index 2462e5dc4..3bf135d35 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/GanttChart/BasicGanttCharts/TrackSelection.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/GanttChart/BasicGanttCharts/TrackSelection.test.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import GanttChart from '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart'; import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/GanttChart/Reflow/DynamicEventline.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/GanttChart/Reflow/DynamicEventline.test.jsx index ef9e73746..a7723d176 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/GanttChart/Reflow/DynamicEventline.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/GanttChart/Reflow/DynamicEventline.test.jsx @@ -5,7 +5,7 @@ import GanttChart from '@cerner/terra-graphs-docs/lib/terra-graphs-src/component import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; import getGanttPanningWithEventlineConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttPanningWithEventline'; import graphData from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Gantt/simplePanningData'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; const graphConfig = utils.deepClone(getGanttPanningWithEventlineConfig('#GanttPanningWithDynamicEventline')); const dataset = [utils.deepClone(graphData)]; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.test.jsx index 2b45ad38f..d33091d84 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.test.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledXAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledXAxis.test.jsx index 7aaf69ad7..0d4608340 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledXAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledXAxis.test.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledYAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledYAxis.test.jsx index 179ac7ab3..2654073f3 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledYAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledYAxis.test.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.test.jsx index 47a90ae6c..3f3e3a052 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.test.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxisTicksRotated.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxisTicksRotated.test.jsx index 88a500bc7..a918a5394 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxisTicksRotated.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxisTicksRotated.test.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledXAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledXAxis.test.jsx index 5fccb3dfe..ec246a278 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledXAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledXAxis.test.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledYAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledYAxis.test.jsx index eaf600791..307e22e01 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledYAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledYAxis.test.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/LineGraph/Reflow/DynamicEventline.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/LineGraph/Reflow/DynamicEventline.test.jsx index 8896679d3..400185428 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/LineGraph/Reflow/DynamicEventline.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/LineGraph/Reflow/DynamicEventline.test.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import LineGraph from '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph'; import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/PairedResult/Reflow/DynamicEventline.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/PairedResult/Reflow/DynamicEventline.test.jsx index 8072ee615..1c3456a4d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/PairedResult/Reflow/DynamicEventline.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/PairedResult/Reflow/DynamicEventline.test.jsx @@ -1,6 +1,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import PairedResultGraph from '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph'; import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-graphs-src/components/Bar/BarGraph.jsx b/packages/terra-graphs-docs/src/terra-graphs-src/components/Bar/BarGraph.jsx index aea5384f1..69f8e1189 100644 --- a/packages/terra-graphs-docs/src/terra-graphs-src/components/Bar/BarGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-graphs-src/components/Bar/BarGraph.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '../Graph.module.scss'; import './BarGraph.module.scss'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; diff --git a/packages/terra-graphs-docs/src/terra-graphs-src/components/Bubble/BubbleMultipleDataset.jsx b/packages/terra-graphs-docs/src/terra-graphs-src/components/Bubble/BubbleMultipleDataset.jsx index 1e3f915d2..a559a1e66 100644 --- a/packages/terra-graphs-docs/src/terra-graphs-src/components/Bubble/BubbleMultipleDataset.jsx +++ b/packages/terra-graphs-docs/src/terra-graphs-src/components/Bubble/BubbleMultipleDataset.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '../Graph.module.scss'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; diff --git a/packages/terra-graphs-docs/src/terra-graphs-src/components/Bubble/BubbleSingleDataset.jsx b/packages/terra-graphs-docs/src/terra-graphs-src/components/Bubble/BubbleSingleDataset.jsx index 389ff1ec5..f070f0835 100644 --- a/packages/terra-graphs-docs/src/terra-graphs-src/components/Bubble/BubbleSingleDataset.jsx +++ b/packages/terra-graphs-docs/src/terra-graphs-src/components/Bubble/BubbleSingleDataset.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '../Graph.module.scss'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; diff --git a/packages/terra-graphs-docs/src/terra-graphs-src/components/Combination/CombinationGraph.jsx b/packages/terra-graphs-docs/src/terra-graphs-src/components/Combination/CombinationGraph.jsx index a550f6d33..85c0b2426 100644 --- a/packages/terra-graphs-docs/src/terra-graphs-src/components/Combination/CombinationGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-graphs-src/components/Combination/CombinationGraph.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '../Graph.module.scss'; import '../Line/LineGraph.module.scss'; import '../Bar/BarGraph.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-graphs-src/components/Gantt/GanttChart.jsx b/packages/terra-graphs-docs/src/terra-graphs-src/components/Gantt/GanttChart.jsx index 56b225878..f209fa5f0 100644 --- a/packages/terra-graphs-docs/src/terra-graphs-src/components/Gantt/GanttChart.jsx +++ b/packages/terra-graphs-docs/src/terra-graphs-src/components/Gantt/GanttChart.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '../Graph.module.scss'; import './GanttChart.module.scss'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; diff --git a/packages/terra-graphs-docs/src/terra-graphs-src/components/Line/LineGraph.jsx b/packages/terra-graphs-docs/src/terra-graphs-src/components/Line/LineGraph.jsx index eae1ba9fa..43364d40d 100644 --- a/packages/terra-graphs-docs/src/terra-graphs-src/components/Line/LineGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-graphs-src/components/Line/LineGraph.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '../Graph.module.scss'; import './LineGraph.module.scss'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; diff --git a/packages/terra-graphs-docs/src/terra-graphs-src/components/PairedResult/PairedResultGraph.jsx b/packages/terra-graphs-docs/src/terra-graphs-src/components/PairedResult/PairedResultGraph.jsx index af35ca897..1115c4271 100644 --- a/packages/terra-graphs-docs/src/terra-graphs-src/components/PairedResult/PairedResultGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-graphs-src/components/PairedResult/PairedResultGraph.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '../Graph.module.scss'; import './PairedResultGraph.module.scss'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; diff --git a/packages/terra-graphs-docs/src/terra-graphs-src/components/Pie/PieChart.jsx b/packages/terra-graphs-docs/src/terra-graphs-src/components/Pie/PieChart.jsx index 2d91a2445..e7e011b4f 100644 --- a/packages/terra-graphs-docs/src/terra-graphs-src/components/Pie/PieChart.jsx +++ b/packages/terra-graphs-docs/src/terra-graphs-src/components/Pie/PieChart.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '../Graph.module.scss'; import './PieChart.module.scss'; diff --git a/packages/terra-graphs-docs/src/terra-graphs-src/components/Scatter/ScatterGraph.jsx b/packages/terra-graphs-docs/src/terra-graphs-src/components/Scatter/ScatterGraph.jsx index 48226ac16..a20df47d5 100644 --- a/packages/terra-graphs-docs/src/terra-graphs-src/components/Scatter/ScatterGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-graphs-src/components/Scatter/ScatterGraph.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '../Graph.module.scss'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; diff --git a/packages/terra-graphs-docs/src/terra-graphs-src/components/Timeline/Timeline.jsx b/packages/terra-graphs-docs/src/terra-graphs-src/components/Timeline/Timeline.jsx index 312d7c019..a3e0f9cdd 100644 --- a/packages/terra-graphs-docs/src/terra-graphs-src/components/Timeline/Timeline.jsx +++ b/packages/terra-graphs-docs/src/terra-graphs-src/components/Timeline/Timeline.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import Carbon from '@cerner/carbon-graphs/lib/js/carbon'; +import Carbon from '@cerner/carbon-graphs'; import '../Graph.module.scss'; import './Timeline.module.scss'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils';