@carbon/charts-vue 1.13.33 → 1.13.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +16 -12
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 1.13.34 (2024-02-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts-vue
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
6
15
|
## 1.13.33 (2024-02-08)
|
|
7
16
|
|
|
8
17
|
### Bug Fixes
|
package/dist/index.d.ts
CHANGED
|
@@ -4,3 +4,5 @@ declare const _default: {
|
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
6
6
|
export { CcvAlluvialChart, CcvAreaChart, CcvBoxplotChart, CcvBubbleChart, CcvBulletChart, ExperimentalCcvChoroplethChart, CcvCirclePackChart, CcvComboChart, CcvDonutChart, CcvGaugeChart, CcvGroupedBarChart, CcvHeatmapChart, CcvHistogramChart, CcvLineChart, CcvLollipopChart, CcvMeterChart, CcvPieChart, CcvRadarChart, CcvScatterChart, CcvSimpleBarChart, CcvStackedAreaChart, CcvStackedBarChart, CcvTreeChart, CcvTreemapChart, CcvWordCloudChart };
|
|
7
|
+
export type { ChartTabularData, ChartOptions, AlluvialChartOptions, AreaChartOptions, BarChartOptions, BoxplotChartOptions, BubbleChartOptions, BulletChartOptions, ChoroplethChartOptions, CirclePackChartOptions, ComboChartOptions, DonutChartOptions, GaugeChartOptions, HeatmapChartOptions, HistogramChartOptions, LineChartOptions, LollipopChartOptions, MeterChartOptions, PieChartOptions, RadarChartOptions, ScatterChartOptions, StackedAreaChartOptions, TreeChartOptions, TreemapChartOptions, WorldCloudChartOptions } from '@carbon/charts';
|
|
8
|
+
export { Alignments, ChartTheme, ScaleTypes } from '@carbon/charts';
|
package/dist/index.mjs
CHANGED
|
@@ -22523,6 +22523,7 @@ const QH = Dt(CH, "CcvAlluvialChart"), JH = Dt(AH, "CcvAreaChart"), t3 = Dt($H,
|
|
|
22523
22523
|
}
|
|
22524
22524
|
};
|
|
22525
22525
|
export {
|
|
22526
|
+
Ft as Alignments,
|
|
22526
22527
|
QH as CcvAlluvialChart,
|
|
22527
22528
|
JH as CcvAreaChart,
|
|
22528
22529
|
t3 as CcvBoxplotChart,
|
|
@@ -22547,7 +22548,9 @@ export {
|
|
|
22547
22548
|
b3 as CcvTreeChart,
|
|
22548
22549
|
E3 as CcvTreemapChart,
|
|
22549
22550
|
_3 as CcvWordCloudChart,
|
|
22551
|
+
Cp as ChartTheme,
|
|
22550
22552
|
r3 as ExperimentalCcvChoroplethChart,
|
|
22553
|
+
Z as ScaleTypes,
|
|
22551
22554
|
z3 as default
|
|
22552
22555
|
};
|
|
22553
22556
|
//# sourceMappingURL=index.mjs.map
|