@carbon/charts 1.11.19 → 1.11.20

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
@@ -1,73 +1,56 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## 1.11.19 (2023-08-09)
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
5
 
6
+ ## 1.11.20 (2023-08-10)
8
7
 
9
8
  ### Bug Fixes
10
9
 
11
- * **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1))
12
-
10
+ - **umd:** simplify exports
11
+ ([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647))
12
+ ([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72))
13
13
 
14
+ ## 1.11.19 (2023-08-09)
14
15
 
16
+ ### Bug Fixes
15
17
 
18
+ - **1633:** use of arrow function lost lexical this
19
+ ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645))
20
+ ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1))
16
21
 
17
22
  ## 1.11.18 (2023-08-09)
18
23
 
19
-
20
24
  ### Bug Fixes
21
25
 
22
- * **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5))
23
-
24
-
25
-
26
-
26
+ - **umd:** close issue 1643 - UMD bundle not generated
27
+ ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644))
28
+ ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5))
27
29
 
28
30
  ## 1.11.17 (2023-08-06)
29
31
 
30
32
  **Note:** Version bump only for package @carbon/charts
31
33
 
32
-
33
-
34
-
35
-
36
34
  ## 1.11.16 (2023-08-02)
37
35
 
38
-
39
36
  ### Bug Fixes
40
37
 
41
- * **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023))
42
-
43
-
44
-
45
-
38
+ - **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse
39
+ ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639))
40
+ ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023))
46
41
 
47
42
  ## 1.11.15 (2023-07-31)
48
43
 
49
44
  **Note:** Version bump only for package @carbon/charts
50
45
 
51
-
52
-
53
-
54
-
55
46
  ## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30)
56
47
 
57
48
  **Note:** Version bump only for package @carbon/charts
58
49
 
59
-
60
-
61
-
62
-
63
50
  ## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20)
64
51
 
65
52
  **Note:** Version bump only for package @carbon/charts
66
53
 
67
-
68
-
69
-
70
-
71
54
  # Change Log
72
55
 
73
56
  All notable changes to this project will be documented in this file. See
@@ -48753,7 +48753,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48753
48753
  heatmapPositiveNegativeData: bM,
48754
48754
  heatmapPositiveNegativeOptions: WM,
48755
48755
  heatmapQuantizeLegendOption: hM
48756
- }, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.11.19", _E = "Carbon Charts component library", eE = "./dist/index.mjs", aE = "./dist/umd/bundle.umd.js", SE = "./dist/index.d.ts", ME = {
48756
+ }, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.11.20", _E = "Carbon Charts component library", eE = "./dist/index.mjs", aE = "./dist/umd/bundle.umd.js", SE = "./dist/index.d.ts", ME = {
48757
48757
  "./package.json": "./package.json",
48758
48758
  "./styles.min.css": "./dist/styles.min.css",
48759
48759
  "./styles.css": "./dist/styles.css",
@@ -48878,7 +48878,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48878
48878
  react: "^18.2.0",
48879
48879
  "react-dom": "^18.2.0",
48880
48880
  "resize-observer-polyfill": "^1.5.1",
48881
- sass: "^1.64.2",
48881
+ sass: "~1.64.2",
48882
48882
  storybook: "^7.2.2",
48883
48883
  typedoc: "^0.24.8",
48884
48884
  typescript: "^5.1.6",
@@ -48948,7 +48948,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48948
48948
  maintainers: RE,
48949
48949
  contributors: FE,
48950
48950
  gitHead: IE
48951
- }, sE = "@carbon/charts-angular", lE = "1.11.19", uE = "Carbon Charts component library for Angular", TE = {
48951
+ }, sE = "@carbon/charts-angular", lE = "1.11.20", uE = "Carbon Charts component library for Angular", TE = {
48952
48952
  "./styles.min.css": "./dist/styles.min.css",
48953
48953
  "./styles.css": "./dist/styles.css"
48954
48954
  }, PE = !1, BE = {
@@ -48979,21 +48979,21 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48979
48979
  "@carbon/telemetry": "~0.1.0",
48980
48980
  tslib: "^2.6.1"
48981
48981
  }, pE = {
48982
- "@angular-devkit/build-angular": "^16.1.8",
48982
+ "@angular-devkit/build-angular": "^16.2.0",
48983
48983
  "@angular-eslint/builder": "^16.1.0",
48984
48984
  "@angular-eslint/eslint-plugin": "^16.1.0",
48985
48985
  "@angular-eslint/eslint-plugin-template": "^16.1.0",
48986
48986
  "@angular-eslint/schematics": "^16.1.0",
48987
48987
  "@angular-eslint/template-parser": "^16.1.0",
48988
- "@angular/animations": "^16.1.8",
48989
- "@angular/cli": "^16.1.8",
48990
- "@angular/common": "^16.1.8",
48991
- "@angular/compiler": "^16.1.8",
48992
- "@angular/compiler-cli": "^16.1.8",
48993
- "@angular/core": "^16.1.8",
48994
- "@angular/forms": "^16.1.8",
48995
- "@angular/platform-browser": "^16.1.8",
48996
- "@angular/platform-browser-dynamic": "^16.1.8",
48988
+ "@angular/animations": "^16.2.0",
48989
+ "@angular/cli": "^16.2.0",
48990
+ "@angular/common": "^16.2.0",
48991
+ "@angular/compiler": "^16.2.0",
48992
+ "@angular/compiler-cli": "^16.2.0",
48993
+ "@angular/core": "^16.2.0",
48994
+ "@angular/forms": "^16.2.0",
48995
+ "@angular/platform-browser": "^16.2.0",
48996
+ "@angular/platform-browser-dynamic": "^16.2.0",
48997
48997
  "@babel/core": "^7.22.10",
48998
48998
  "@carbon/icon-helpers": "^10.44.0",
48999
48999
  "@carbon/icons": "^11.24.0",
@@ -49092,7 +49092,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49092
49092
  maintainers: yE,
49093
49093
  contributors: vE,
49094
49094
  gitHead: HE
49095
- }, hE = "@carbon/charts-react", WE = "1.11.19", bE = "Carbon Charts component library for React", VE = "./dist/index.js", YE = "./dist/index.mjs", kE = "./dist/index.d.ts", fE = {
49095
+ }, hE = "@carbon/charts-react", WE = "1.11.20", bE = "Carbon Charts component library for React", VE = "./dist/index.js", YE = "./dist/index.mjs", kE = "./dist/index.d.ts", fE = {
49096
49096
  "./package.json": "./package.json",
49097
49097
  ".": {
49098
49098
  types: "./dist/index.d.ts",
@@ -49153,7 +49153,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49153
49153
  "@storybook/testing-library": "^0.2.0",
49154
49154
  "@storybook/theming": "^7.2.2",
49155
49155
  "@types/carbon__icons-react": "^11.20.0",
49156
- "@types/react": "^18.2.19",
49156
+ "@types/react": "^18.2.20",
49157
49157
  "@types/react-dom": "^18.2.7",
49158
49158
  "@typescript-eslint/eslint-plugin": "^6.3.0",
49159
49159
  "@typescript-eslint/parser": "^6.3.0",
@@ -49172,7 +49172,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49172
49172
  "eslint-plugin-storybook": "^0.6.13",
49173
49173
  react: "^18.2.0",
49174
49174
  "react-dom": "^18.2.0",
49175
- sass: "^1.64.2",
49175
+ sass: "^1.65.1",
49176
49176
  storybook: "^7.2.2",
49177
49177
  "style-loader": "^3.3.3",
49178
49178
  typescript: "^5.1.6",
@@ -49250,7 +49250,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49250
49250
  maintainers: eN,
49251
49251
  contributors: aN,
49252
49252
  gitHead: SN
49253
- }, EN = "@carbon/charts-svelte", NN = "1.11.19", tN = "Carbon Charts component library for Svelte", LN = {
49253
+ }, EN = "@carbon/charts-svelte", NN = "1.11.20", tN = "Carbon Charts component library for Svelte", LN = {
49254
49254
  postinstall: "carbon-telemetry collect --install",
49255
49255
  "file:styles": "cp ../core/dist/styles.* dist",
49256
49256
  "build:package": "svelte-kit sync && svelte-package && yarn file:styles",
@@ -49388,7 +49388,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49388
49388
  author: cN,
49389
49389
  keywords: dN,
49390
49390
  gitHead: pN
49391
- }, mN = "@carbon/charts-vue", UN = "1.11.19", GN = "Carbon Charts component library for Vue", gN = "./dist/index.js", KN = "./dist/index.mjs", yN = "./dist/index.d.ts", vN = {
49391
+ }, mN = "@carbon/charts-vue", UN = "1.11.20", GN = "Carbon Charts component library for Vue", gN = "./dist/index.js", KN = "./dist/index.mjs", yN = "./dist/index.d.ts", vN = {
49392
49392
  "./styles.min.css": "./dist/styles.min.css",
49393
49393
  "./styles.css": "./dist/styles.css",
49394
49394
  ".": {
@@ -0,0 +1,2 @@
1
+ export { AlluvialChart, AreaChart, BoxplotChart, BubbleChart, BulletChart, ExperimentalChoroplethChart, CirclePackChart, ComboChart, DonutChart, GaugeChart, GroupedBarChart, HeatmapChart, HistogramChart, LineChart, LollipopChart, MeterChart, PieChart, RadarChart, ScatterChart, SimpleBarChart, StackedAreaChart, StackedBarChart, TreeChart, TreemapChart, WordCloudChart } from './charts';
2
+ 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 './interfaces';