@carbon/charts 1.13.24 → 1.13.25
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/README.md +9 -0
- package/dist/demo/index.mjs +19 -16
- package/dist/demo/index.mjs.map +1 -1
- package/package.json +6 -5
- package/telemetry.yml +7 -0
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.25 (2024-01-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts
|
|
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.24 (2024-01-26)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @carbon/charts
|
package/README.md
CHANGED
|
@@ -44,3 +44,12 @@ For instructions on using the **tabular data format**, see
|
|
|
44
44
|
|
|
45
45
|
Customizable options (specific to chart type) can be found
|
|
46
46
|
[here](https://charts.carbondesignsystem.com/documentation/modules/interfaces.html)
|
|
47
|
+
|
|
48
|
+
## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry
|
|
49
|
+
|
|
50
|
+
This package uses IBM Telemetry to collect metrics data. By installing this
|
|
51
|
+
package as a dependency you are agreeing to telemetry collection. To opt out,
|
|
52
|
+
see
|
|
53
|
+
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
54
|
+
For more information on the data being collected, please see the
|
|
55
|
+
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
|
package/dist/demo/index.mjs
CHANGED
|
@@ -48753,7 +48753,7 @@ const G3 = /* @__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.13.
|
|
48756
|
+
}, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.13.25", _E = "Carbon Charts component library", eE = "module", aE = "./dist/index.mjs", SE = "./dist/umd/bundle.umd.js", ME = "./dist/index.d.ts", EE = {
|
|
48757
48757
|
"./package.json": "./package.json",
|
|
48758
48758
|
"./styles.min.css": "./dist/styles.min.css",
|
|
48759
48759
|
"./styles.css": "./dist/styles.css",
|
|
@@ -48796,9 +48796,10 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48796
48796
|
"scss",
|
|
48797
48797
|
"styles.css",
|
|
48798
48798
|
"styles.min.css",
|
|
48799
|
-
"CHANGELOG.md"
|
|
48799
|
+
"CHANGELOG.md",
|
|
48800
|
+
"telemetry.yml"
|
|
48800
48801
|
], tE = {
|
|
48801
|
-
postinstall: "
|
|
48802
|
+
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
48802
48803
|
"file:css:charts": "sass scss/index.scss dist/styles.css --load-path=./node_modules --load-path=../../node_modules",
|
|
48803
48804
|
"file:css:min:charts": "sass scss/index.scss dist/styles.min.css --style=compressed --load-path=./node_modules --load-path=../../node_modules",
|
|
48804
48805
|
"file:css:demo": "sass scss/demos.scss dist/demo/styles.css --load-path=./node_modules --load-path=../../node_modules",
|
|
@@ -48823,8 +48824,8 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48823
48824
|
homepage: "https://charts.carbondesignsystem.com/"
|
|
48824
48825
|
}, DE = {
|
|
48825
48826
|
"@carbon/colors": "^11.20.1",
|
|
48826
|
-
"@carbon/telemetry": "~0.1.0",
|
|
48827
48827
|
"@carbon/utils-position": "^1.1.4",
|
|
48828
|
+
"@ibm/telemetry-js": "1.2.0",
|
|
48828
48829
|
"carbon-components": "^10.58.13",
|
|
48829
48830
|
d3: "^7.8.5",
|
|
48830
48831
|
"d3-cloud": "^1.2.7",
|
|
@@ -48934,12 +48935,12 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48934
48935
|
maintainers: FE,
|
|
48935
48936
|
contributors: IE,
|
|
48936
48937
|
gitHead: sE
|
|
48937
|
-
}, lE = "@carbon/charts-angular", uE = "1.13.
|
|
48938
|
+
}, lE = "@carbon/charts-angular", uE = "1.13.25", TE = "Carbon Charts component library for Angular", PE = {
|
|
48938
48939
|
"./styles.min.css": "./styles.min.css",
|
|
48939
48940
|
"./styles.css": "./styles.css"
|
|
48940
48941
|
}, BE = !1, cE = "module", dE = {
|
|
48941
48942
|
ng: "ng",
|
|
48942
|
-
postinstall: "
|
|
48943
|
+
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
48943
48944
|
"file:md": "cp *.md dist",
|
|
48944
48945
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
48945
48946
|
"disabled:file:downlevel:dts": "downlevel-dts dist dist",
|
|
@@ -48962,7 +48963,7 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48962
48963
|
"@angular/core": "^16.0.0 || ^17.0.0"
|
|
48963
48964
|
}, mE = {
|
|
48964
48965
|
"@carbon/charts": "workspace:*",
|
|
48965
|
-
"@
|
|
48966
|
+
"@ibm/telemetry-js": "1.2.0",
|
|
48966
48967
|
tslib: "^2.6.2"
|
|
48967
48968
|
}, UE = {
|
|
48968
48969
|
"@angular-devkit/build-angular": "^16.2.11",
|
|
@@ -49062,7 +49063,7 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49062
49063
|
maintainers: HE,
|
|
49063
49064
|
contributors: hE,
|
|
49064
49065
|
gitHead: WE
|
|
49065
|
-
}, bE = "@carbon/charts-react", VE = "1.13.
|
|
49066
|
+
}, bE = "@carbon/charts-react", VE = "1.13.25", YE = "Carbon Charts component library for React", kE = "module", fE = "./dist/index.js", ZE = "./dist/index.mjs", wE = "./dist/index.d.ts", JE = {
|
|
49066
49067
|
"./package.json": "./package.json",
|
|
49067
49068
|
".": {
|
|
49068
49069
|
types: "./dist/index.d.ts",
|
|
@@ -49189,8 +49190,8 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49189
49190
|
maintainers: MN,
|
|
49190
49191
|
contributors: EN,
|
|
49191
49192
|
gitHead: NN
|
|
49192
|
-
}, LN = "@carbon/charts-svelte", DN = "1.13.
|
|
49193
|
-
postinstall: "
|
|
49193
|
+
}, LN = "@carbon/charts-svelte", DN = "1.13.25", rN = "Carbon Charts component library for Svelte", oN = {
|
|
49194
|
+
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
49194
49195
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49195
49196
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
49196
49197
|
"demo:mdx:svelte": "cp ../core/src/stories/getting-started/svelte.stories.mdx src/stories",
|
|
@@ -49217,12 +49218,13 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49217
49218
|
"./styles.css": "./dist/styles.css"
|
|
49218
49219
|
}, FN = [
|
|
49219
49220
|
"dist",
|
|
49220
|
-
"CHANGELOG.md"
|
|
49221
|
+
"CHANGELOG.md",
|
|
49222
|
+
"telemetry.yml"
|
|
49221
49223
|
], IN = {
|
|
49222
49224
|
svelte: "^3.31.0 || ^4.0.0"
|
|
49223
49225
|
}, sN = {
|
|
49224
49226
|
"@carbon/charts": "workspace:*",
|
|
49225
|
-
"@
|
|
49227
|
+
"@ibm/telemetry-js": "1.2.0"
|
|
49226
49228
|
}, lN = {
|
|
49227
49229
|
"@stackblitz/sdk": "^1.9.0",
|
|
49228
49230
|
"@sveltejs/adapter-auto": "^3.1.1",
|
|
@@ -49311,7 +49313,7 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49311
49313
|
author: mN,
|
|
49312
49314
|
keywords: UN,
|
|
49313
49315
|
gitHead: GN
|
|
49314
|
-
}, gN = "@carbon/charts-vue", KN = "1.13.
|
|
49316
|
+
}, gN = "@carbon/charts-vue", KN = "1.13.25", yN = "Carbon Charts component library for Vue", vN = "module", HN = "./dist/index.mjs", hN = "./dist/index.d.ts", WN = {
|
|
49315
49317
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49316
49318
|
"./styles.css": "./dist/styles.css",
|
|
49317
49319
|
".": {
|
|
@@ -49321,9 +49323,10 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49321
49323
|
}
|
|
49322
49324
|
}, bN = [
|
|
49323
49325
|
"dist",
|
|
49324
|
-
"CHANGELOG.md"
|
|
49326
|
+
"CHANGELOG.md",
|
|
49327
|
+
"telemetry.yml"
|
|
49325
49328
|
], VN = {
|
|
49326
|
-
postinstall: "
|
|
49329
|
+
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
49327
49330
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49328
49331
|
"build:package": "vite build && yarn file:styles",
|
|
49329
49332
|
"demo:mdx:vue": "cp ../core/src/stories/getting-started/vue.stories.mdx src/stories",
|
|
@@ -49341,7 +49344,7 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49341
49344
|
vue: "^3.4.0"
|
|
49342
49345
|
}, kN = {
|
|
49343
49346
|
"@carbon/charts": "workspace:*",
|
|
49344
|
-
"@
|
|
49347
|
+
"@ibm/telemetry-js": "1.2.0",
|
|
49345
49348
|
vue: "^3.4.15"
|
|
49346
49349
|
}, fN = {
|
|
49347
49350
|
"@stackblitz/sdk": "^1.9.0",
|