@carbon/charts 1.13.23 → 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 +18 -0
- package/README.md +9 -0
- package/dist/demo/index.mjs +23 -19
- 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,24 @@
|
|
|
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
|
+
|
|
15
|
+
## 1.13.24 (2024-01-26)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @carbon/charts
|
|
18
|
+
|
|
19
|
+
# Change Log
|
|
20
|
+
|
|
21
|
+
All notable changes to this project will be documented in this file. See
|
|
22
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
23
|
+
|
|
6
24
|
## 1.13.23 (2024-01-20)
|
|
7
25
|
|
|
8
26
|
**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",
|
|
@@ -49073,9 +49074,10 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49073
49074
|
"./styles.css": "./dist/styles.css"
|
|
49074
49075
|
}, zE = [
|
|
49075
49076
|
"dist",
|
|
49076
|
-
"README.md"
|
|
49077
|
+
"README.md",
|
|
49078
|
+
"telemetry.yml"
|
|
49077
49079
|
], xE = {
|
|
49078
|
-
postinstall: "
|
|
49080
|
+
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
49079
49081
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49080
49082
|
"file:downlevel:dts": "downlevel-dts dist dist",
|
|
49081
49083
|
postbundle: 'concurrently "yarn:file:*"',
|
|
@@ -49094,7 +49096,7 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49094
49096
|
}, XE = {
|
|
49095
49097
|
"@carbon/charts": "workspace:*",
|
|
49096
49098
|
"@carbon/icons-react": "^11.34.0",
|
|
49097
|
-
"@
|
|
49099
|
+
"@ibm/telemetry-js": "^1.2.0",
|
|
49098
49100
|
react: "^18.2.0",
|
|
49099
49101
|
"react-dom": "^18.2.0"
|
|
49100
49102
|
}, QE = {
|
|
@@ -49188,8 +49190,8 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49188
49190
|
maintainers: MN,
|
|
49189
49191
|
contributors: EN,
|
|
49190
49192
|
gitHead: NN
|
|
49191
|
-
}, LN = "@carbon/charts-svelte", DN = "1.13.
|
|
49192
|
-
postinstall: "
|
|
49193
|
+
}, LN = "@carbon/charts-svelte", DN = "1.13.25", rN = "Carbon Charts component library for Svelte", oN = {
|
|
49194
|
+
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
49193
49195
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49194
49196
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
49195
49197
|
"demo:mdx:svelte": "cp ../core/src/stories/getting-started/svelte.stories.mdx src/stories",
|
|
@@ -49216,12 +49218,13 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49216
49218
|
"./styles.css": "./dist/styles.css"
|
|
49217
49219
|
}, FN = [
|
|
49218
49220
|
"dist",
|
|
49219
|
-
"CHANGELOG.md"
|
|
49221
|
+
"CHANGELOG.md",
|
|
49222
|
+
"telemetry.yml"
|
|
49220
49223
|
], IN = {
|
|
49221
49224
|
svelte: "^3.31.0 || ^4.0.0"
|
|
49222
49225
|
}, sN = {
|
|
49223
49226
|
"@carbon/charts": "workspace:*",
|
|
49224
|
-
"@
|
|
49227
|
+
"@ibm/telemetry-js": "1.2.0"
|
|
49225
49228
|
}, lN = {
|
|
49226
49229
|
"@stackblitz/sdk": "^1.9.0",
|
|
49227
49230
|
"@sveltejs/adapter-auto": "^3.1.1",
|
|
@@ -49310,7 +49313,7 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49310
49313
|
author: mN,
|
|
49311
49314
|
keywords: UN,
|
|
49312
49315
|
gitHead: GN
|
|
49313
|
-
}, 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 = {
|
|
49314
49317
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49315
49318
|
"./styles.css": "./dist/styles.css",
|
|
49316
49319
|
".": {
|
|
@@ -49320,9 +49323,10 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49320
49323
|
}
|
|
49321
49324
|
}, bN = [
|
|
49322
49325
|
"dist",
|
|
49323
|
-
"CHANGELOG.md"
|
|
49326
|
+
"CHANGELOG.md",
|
|
49327
|
+
"telemetry.yml"
|
|
49324
49328
|
], VN = {
|
|
49325
|
-
postinstall: "
|
|
49329
|
+
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
49326
49330
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49327
49331
|
"build:package": "vite build && yarn file:styles",
|
|
49328
49332
|
"demo:mdx:vue": "cp ../core/src/stories/getting-started/vue.stories.mdx src/stories",
|
|
@@ -49340,7 +49344,7 @@ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49340
49344
|
vue: "^3.4.0"
|
|
49341
49345
|
}, kN = {
|
|
49342
49346
|
"@carbon/charts": "workspace:*",
|
|
49343
|
-
"@
|
|
49347
|
+
"@ibm/telemetry-js": "1.2.0",
|
|
49344
49348
|
vue: "^3.4.15"
|
|
49345
49349
|
}, fN = {
|
|
49346
49350
|
"@stackblitz/sdk": "^1.9.0",
|