@carbon/charts-svelte 1.16.4 → 1.16.5

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 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.16.5 (2024-06-15)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-svelte
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.16.4 (2024-06-12)
7
16
 
8
17
  ### Bug Fixes
package/dist/index.d.ts CHANGED
@@ -28,9 +28,9 @@ export type { ChartTabularData, ChartOptions, AlluvialChartOptions, AreaChartOpt
28
28
  * @deprecated Use `WordCloudChartOptions` instead.
29
29
  */
30
30
  WorldCloudChartOptions } from '@carbon/charts';
31
- export { Alignments, ChartTheme, ScaleTypes } from '@carbon/charts';
32
31
  export { AlluvialChart, AreaChart, BarChartGrouped, BarChartSimple, BarChartStacked, BoxplotChart, BubbleChart, BulletChart, ChoroplethChart,
33
32
  /**
34
33
  * @deprecated Use `ChoroplethChart` instead.
35
34
  */
36
35
  ChoroplethChart as ExperimentalChoroplethChart, CirclePackChart, ComboChart, DonutChart, GaugeChart, HeatmapChart, HistogramChart, LineChart, LollipopChart, MeterChart, PieChart, RadarChart, ScatterChart, StackedAreaChart, TreeChart, TreemapChart, WordCloudChart };
36
+ export { Alignments, AreaEvent, ArrowDirections, AxisEvent, AxisFlavor, AxisPositions, AxisTitleOrientations, BarEvent, BoxplotEvent, CalloutDirections, CanvasZoomEvent, CartesianOrientations, ChartEvent, ChartTheme, ChartTypes, ColorClassNameTypes, ColorLegendType, DividerStatus, DominantBaseline, GaugeEvent, GaugeTypes, LayoutAlignItems, LayoutDirection, LayoutGrowth, LegendItemType, LegendOrientations, LegendPositions, LineEvent, ModalEvent, ModelEvent, PieEvent, Projection, RadarEvent, RenderTypes, ScaleTypes, ScatterEvent, Skeletons, Statuses, TextAnchor, ThresholdEvent, TickRotations, ToolbarControlTypes, TooltipEvent, TruncationTypes, TreeEvent, TreemapEvent, TreeTypes, WordCloudEvent, ZoombarEvent, ZoomDomainEvent, ZoomBarTypes } from '@carbon/charts';
package/dist/index.js CHANGED
@@ -23,10 +23,10 @@ import StackedAreaChart from './StackedAreaChart.svelte';
23
23
  import TreeChart from './TreeChart.svelte';
24
24
  import TreemapChart from './TreemapChart.svelte';
25
25
  import WordCloudChart from './WordCloudChart.svelte';
26
- // Commonly-used enums
27
- export { Alignments, ChartTheme, ScaleTypes } from '@carbon/charts';
28
26
  export { AlluvialChart, AreaChart, BarChartGrouped, BarChartSimple, BarChartStacked, BoxplotChart, BubbleChart, BulletChart, ChoroplethChart,
29
27
  /**
30
28
  * @deprecated Use `ChoroplethChart` instead.
31
29
  */
32
30
  ChoroplethChart as ExperimentalChoroplethChart, CirclePackChart, ComboChart, DonutChart, GaugeChart, HeatmapChart, HistogramChart, LineChart, LollipopChart, MeterChart, PieChart, RadarChart, ScatterChart, StackedAreaChart, TreeChart, TreemapChart, WordCloudChart };
31
+ // All enums
32
+ export { Alignments, AreaEvent, ArrowDirections, AxisEvent, AxisFlavor, AxisPositions, AxisTitleOrientations, BarEvent, BoxplotEvent, CalloutDirections, CanvasZoomEvent, CartesianOrientations, ChartEvent, ChartTheme, ChartTypes, ColorClassNameTypes, ColorLegendType, DividerStatus, DominantBaseline, GaugeEvent, GaugeTypes, LayoutAlignItems, LayoutDirection, LayoutGrowth, LegendItemType, LegendOrientations, LegendPositions, LineEvent, ModalEvent, ModelEvent, PieEvent, Projection, RadarEvent, RenderTypes, ScaleTypes, ScatterEvent, Skeletons, Statuses, TextAnchor, ThresholdEvent, TickRotations, ToolbarControlTypes, TooltipEvent, TruncationTypes, TreeEvent, TreemapEvent, TreeTypes, WordCloudEvent, ZoombarEvent, ZoomDomainEvent, ZoomBarTypes } from '@carbon/charts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-svelte",
3
- "version": "1.16.4",
3
+ "version": "1.16.5",
4
4
  "description": "Carbon Charts component library for Svelte",
5
5
  "scripts": {
6
6
  "postinstall": "ibmtelemetry --config=telemetry.yml",
@@ -43,17 +43,17 @@
43
43
  "svelte": "^3.31.0 || ^4.0.0"
44
44
  },
45
45
  "dependencies": {
46
- "@carbon/charts": "1.16.4",
46
+ "@carbon/charts": "1.16.5",
47
47
  "@ibm/telemetry-js": "^1.5.2"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@stackblitz/sdk": "^1.10.0",
51
- "@sveltejs/adapter-auto": "^3.2.1",
52
- "@sveltejs/kit": "^2.5.10",
53
- "@sveltejs/package": "^2.3.1",
51
+ "@sveltejs/adapter-auto": "^3.2.2",
52
+ "@sveltejs/kit": "^2.5.15",
53
+ "@sveltejs/package": "^2.3.2",
54
54
  "@sveltejs/vite-plugin-svelte": "^3.1.1",
55
55
  "concurrently": "^8.2.2",
56
- "eslint": "^9.4.0",
56
+ "eslint": "^9.5.0",
57
57
  "prettier": "^3.3.2",
58
58
  "publint": "^0.2.8",
59
59
  "storybook": "^7.6.19",
@@ -61,7 +61,7 @@
61
61
  "svelte-check": "^3.8.0",
62
62
  "tslib": "^2.6.3",
63
63
  "typescript": "^5.4.5",
64
- "vite": "^5.2.13"
64
+ "vite": "^5.3.1"
65
65
  },
66
66
  "publishConfig": {
67
67
  "access": "public"
@@ -118,5 +118,5 @@
118
118
  "data",
119
119
  "typescript"
120
120
  ],
121
- "gitHead": "90b76c87d3aa0042e050e9862ed2ebad630e580c"
121
+ "gitHead": "489b0a3edf8e3fefdc4f733390e2fae199b41caa"
122
122
  }