@carbon/charts 1.11.14 → 1.11.15
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 +8 -0
- package/dist/demo/index.js +1 -1
- package/dist/demo/index.mjs +6 -6
- package/package.json +2 -2
package/dist/demo/index.mjs
CHANGED
|
@@ -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.
|
|
48756
|
+
}, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.11.15", _E = "Carbon Charts component library", eE = "./dist/index.mjs", aE = "./dist/index.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",
|
|
@@ -48953,7 +48953,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48953
48953
|
maintainers: RE,
|
|
48954
48954
|
contributors: FE,
|
|
48955
48955
|
gitHead: IE
|
|
48956
|
-
}, sE = "@carbon/charts-angular", lE = "1.11.
|
|
48956
|
+
}, sE = "@carbon/charts-angular", lE = "1.11.15", uE = "Carbon Charts component library for Angular", TE = {
|
|
48957
48957
|
"./styles.min.css": "./dist/styles.min.css",
|
|
48958
48958
|
"./styles.css": "./dist/styles.css"
|
|
48959
48959
|
}, PE = !1, BE = {
|
|
@@ -49097,7 +49097,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49097
49097
|
maintainers: yE,
|
|
49098
49098
|
contributors: vE,
|
|
49099
49099
|
gitHead: HE
|
|
49100
|
-
}, hE = "@carbon/charts-react", WE = "1.11.
|
|
49100
|
+
}, hE = "@carbon/charts-react", WE = "1.11.15", bE = "Carbon Charts component library for React", VE = "./dist/index.js", YE = "./dist/index.mjs", kE = "./dist/index.d.ts", fE = {
|
|
49101
49101
|
"./package.json": "./package.json",
|
|
49102
49102
|
".": {
|
|
49103
49103
|
types: "./dist/index.d.ts",
|
|
@@ -49255,7 +49255,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49255
49255
|
maintainers: eN,
|
|
49256
49256
|
contributors: aN,
|
|
49257
49257
|
gitHead: SN
|
|
49258
|
-
}, EN = "@carbon/charts-svelte", NN = "1.11.
|
|
49258
|
+
}, EN = "@carbon/charts-svelte", NN = "1.11.15", tN = "Carbon Charts component library for Svelte", LN = {
|
|
49259
49259
|
postinstall: "carbon-telemetry collect --install",
|
|
49260
49260
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49261
49261
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
@@ -49393,7 +49393,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49393
49393
|
author: cN,
|
|
49394
49394
|
keywords: dN,
|
|
49395
49395
|
gitHead: pN
|
|
49396
|
-
}, mN = "@carbon/charts-vue", UN = "1.11.
|
|
49396
|
+
}, mN = "@carbon/charts-vue", UN = "1.11.15", GN = "Carbon Charts component library for Vue", gN = "./dist/index.js", KN = "./dist/index.mjs", yN = "./dist/index.d.ts", vN = {
|
|
49397
49397
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49398
49398
|
"./styles.css": "./dist/styles.css",
|
|
49399
49399
|
"./*": "./*"
|
|
@@ -49443,7 +49443,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49443
49443
|
"d3-sankey": "^0.12.3",
|
|
49444
49444
|
eslint: "^8.46.0",
|
|
49445
49445
|
"eslint-plugin-storybook": "^0.6.13",
|
|
49446
|
-
"eslint-plugin-vue": "^9.16.
|
|
49446
|
+
"eslint-plugin-vue": "^9.16.1",
|
|
49447
49447
|
react: "^18.2.0",
|
|
49448
49448
|
"react-dom": "^18.2.0",
|
|
49449
49449
|
storybook: "^7.1.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.15",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"url": "https://github.com/theiliad"
|
|
198
198
|
}
|
|
199
199
|
],
|
|
200
|
-
"gitHead": "
|
|
200
|
+
"gitHead": "eedffba2a5256ad7bee704c71505441ee7dbf3b9"
|
|
201
201
|
}
|