@carbon/charts 1.10.1 → 1.10.2
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/dist/demo/index.js +1 -1
- package/dist/demo/index.mjs +1 -1
- package/package.json +2 -2
package/dist/demo/index.mjs
CHANGED
|
@@ -49304,7 +49304,7 @@ const P3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49304
49304
|
heatmapPositiveNegativeData: bM,
|
|
49305
49305
|
heatmapPositiveNegativeOptions: WM,
|
|
49306
49306
|
heatmapQuantizeLegendOption: hM
|
|
49307
|
-
}, Symbol.toStringTag, { value: "Module" })), RN = "@carbon/charts", FN = "1.10.
|
|
49307
|
+
}, Symbol.toStringTag, { value: "Module" })), RN = "@carbon/charts", FN = "1.10.2", IN = "Carbon Charts component library", lN = "./dist/index.mjs", sN = "./dist/index.js", uN = "./dist/index.d.ts", TN = {
|
|
49308
49308
|
"./package.json": "./package.json",
|
|
49309
49309
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49310
49310
|
"./styles.css": "./dist/styles.css",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -193,5 +193,5 @@
|
|
|
193
193
|
"url": "https://github.com/theiliad"
|
|
194
194
|
}
|
|
195
195
|
],
|
|
196
|
-
"gitHead": "
|
|
196
|
+
"gitHead": "d5eb4c1f797aa1c89e0f98ed4e0f48456a974b30"
|
|
197
197
|
}
|