@carbon/charts 1.22.4 → 1.22.6
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/dist/choropleth-SzpEKqur.mjs +10735 -0
- package/dist/choropleth-SzpEKqur.mjs.map +1 -0
- package/dist/components/essentials/modal.d.ts +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/styles.css +5 -0
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/dist/umd/bundle.umd.cjs +14 -26
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +14 -26
- package/package.json +6 -7
- package/scss/components/toolbar/_modal.scss +4 -0
- package/styles.css +5 -0
- package/styles.min.css +1 -1
- package/dist/choropleth-CtLw9e8_.mjs +0 -11772
- package/dist/choropleth-CtLw9e8_.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.6",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"@ibm/telemetry-js": "^1.8.0",
|
|
79
79
|
"@types/d3": "^7.4.3",
|
|
80
80
|
"@types/topojson": "^3.2.6",
|
|
81
|
-
"carbon-components": "^10.59.0",
|
|
82
81
|
"d3": "^7.9.0",
|
|
83
82
|
"d3-cloud": "^1.2.7",
|
|
84
83
|
"d3-sankey": "^0.12.3",
|
|
@@ -97,19 +96,19 @@
|
|
|
97
96
|
"@rollup/plugin-replace": "^6.0.1",
|
|
98
97
|
"@types/dompurify": "^3.2.0",
|
|
99
98
|
"@types/lodash-es": "^4.17.12",
|
|
100
|
-
"@types/node": "^22.
|
|
99
|
+
"@types/node": "^22.10.0",
|
|
101
100
|
"concurrently": "^9.1.0",
|
|
102
101
|
"downlevel-dts": "^0.11.0",
|
|
103
102
|
"eslint": "^9.15.0",
|
|
104
103
|
"jsdom": "^25.0.1",
|
|
105
|
-
"prettier": "^3.
|
|
104
|
+
"prettier": "^3.4.1",
|
|
106
105
|
"publint": "^0.2.12",
|
|
107
106
|
"resize-observer-polyfill": "^1.5.1",
|
|
108
107
|
"sass": "^1.81.0",
|
|
109
|
-
"typescript": "^5.
|
|
108
|
+
"typescript": "^5.7.2",
|
|
110
109
|
"vite": "^5.4.11",
|
|
111
110
|
"vite-plugin-dts": "^4.3.0",
|
|
112
|
-
"vitest": "^2.1.
|
|
111
|
+
"vitest": "^2.1.6"
|
|
113
112
|
},
|
|
114
113
|
"publishConfig": {
|
|
115
114
|
"access": "public"
|
|
@@ -158,5 +157,5 @@
|
|
|
158
157
|
"url": "https://github.com/theiliad"
|
|
159
158
|
}
|
|
160
159
|
],
|
|
161
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "3be796b83c5b39ca34ac91840c244e73f10c48f2"
|
|
162
161
|
}
|
package/styles.css
CHANGED
|
@@ -4444,6 +4444,11 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
4444
4444
|
transform-origin: top center;
|
|
4445
4445
|
transition: transform 0.24s cubic-bezier(0.4, 0.14, 1, 1);
|
|
4446
4446
|
}
|
|
4447
|
+
@media (max-width: 671px) {
|
|
4448
|
+
.cds--chart-holder .cds--modal .cds--modal-container {
|
|
4449
|
+
transform: none;
|
|
4450
|
+
}
|
|
4451
|
+
}
|
|
4447
4452
|
@media (min-width: 42rem) {
|
|
4448
4453
|
.cds--chart-holder .cds--modal .cds--modal-container {
|
|
4449
4454
|
position: static;
|