@carbon/charts 1.19.2 → 1.20.0
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 +23 -0
- package/README.md +18 -3
- package/dist/{choropleth-CNsiu_Wj.mjs → choropleth-DQ5VXBbs.mjs} +293 -291
- package/dist/choropleth-DQ5VXBbs.mjs.map +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/interfaces/components.d.ts +3 -2
- package/dist/model/model.d.ts +1 -1
- package/dist/services/curves.d.ts +18 -18
- package/dist/umd/bundle.umd.cjs +9 -9
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +9 -9
- package/package.json +21 -22
- package/dist/choropleth-CNsiu_Wj.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -66,15 +66,18 @@
|
|
|
66
66
|
"lint": "eslint",
|
|
67
67
|
"format": "prettier . --write --ignore-path ../../.prettierignore"
|
|
68
68
|
},
|
|
69
|
+
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
|
|
69
70
|
"repository": {
|
|
70
71
|
"type": "git",
|
|
71
|
-
"url": "git
|
|
72
|
-
"
|
|
72
|
+
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
|
|
73
|
+
"directory": "packages/core"
|
|
73
74
|
},
|
|
74
75
|
"dependencies": {
|
|
75
|
-
"@carbon/colors": "^11.
|
|
76
|
+
"@carbon/colors": "^11.24.0",
|
|
76
77
|
"@carbon/utils-position": "^1.3.0",
|
|
77
|
-
"@ibm/telemetry-js": "^1.6.
|
|
78
|
+
"@ibm/telemetry-js": "^1.6.1",
|
|
79
|
+
"@types/d3": "^7.4.3",
|
|
80
|
+
"@types/topojson": "^3.2.6",
|
|
78
81
|
"carbon-components": "^10.58.15",
|
|
79
82
|
"d3": "^7.9.0",
|
|
80
83
|
"d3-cloud": "^1.2.7",
|
|
@@ -87,30 +90,26 @@
|
|
|
87
90
|
"tslib": "^2.6.3"
|
|
88
91
|
},
|
|
89
92
|
"devDependencies": {
|
|
90
|
-
"@carbon/layout": "^11.
|
|
91
|
-
"@carbon/styles": "^1.
|
|
92
|
-
"@carbon/themes": "^11.
|
|
93
|
-
"@playwright/test": "^1.
|
|
93
|
+
"@carbon/layout": "^11.24.0",
|
|
94
|
+
"@carbon/styles": "^1.63.0",
|
|
95
|
+
"@carbon/themes": "^11.38.0",
|
|
96
|
+
"@playwright/test": "^1.46.1",
|
|
94
97
|
"@rollup/plugin-replace": "^5.0.7",
|
|
95
|
-
"@types/d3": "^7.4.3",
|
|
96
|
-
"@types/d3-cloud": "^1.2.9",
|
|
97
|
-
"@types/d3-sankey": "^0.12.4",
|
|
98
98
|
"@types/dompurify": "^3.0.5",
|
|
99
99
|
"@types/lodash-es": "^4.17.12",
|
|
100
|
-
"@types/node": "^
|
|
101
|
-
"@types/topojson": "^3.2.6",
|
|
100
|
+
"@types/node": "^22.4.0",
|
|
102
101
|
"concurrently": "^8.2.2",
|
|
103
102
|
"downlevel-dts": "^0.11.0",
|
|
104
|
-
"eslint": "^9.
|
|
105
|
-
"jsdom": "^24.1.
|
|
103
|
+
"eslint": "^9.9.0",
|
|
104
|
+
"jsdom": "^24.1.1",
|
|
106
105
|
"prettier": "^3.3.3",
|
|
107
|
-
"publint": "^0.2.
|
|
106
|
+
"publint": "^0.2.10",
|
|
108
107
|
"resize-observer-polyfill": "^1.5.1",
|
|
109
108
|
"sass": "^1.77.8",
|
|
110
|
-
"typescript": "^5.5.
|
|
111
|
-
"vite": "^5.
|
|
112
|
-
"vite-plugin-dts": "^
|
|
113
|
-
"vitest": "^2.0.
|
|
109
|
+
"typescript": "^5.5.4",
|
|
110
|
+
"vite": "^5.4.1",
|
|
111
|
+
"vite-plugin-dts": "^4.0.3",
|
|
112
|
+
"vitest": "^2.0.5"
|
|
114
113
|
},
|
|
115
114
|
"publishConfig": {
|
|
116
115
|
"access": "public"
|
|
@@ -159,5 +158,5 @@
|
|
|
159
158
|
"url": "https://github.com/theiliad"
|
|
160
159
|
}
|
|
161
160
|
],
|
|
162
|
-
"gitHead": "
|
|
161
|
+
"gitHead": "b79ba5ff2897115f1a3b826f2417a3bde330eb4b"
|
|
163
162
|
}
|