@carbon/charts 1.22.5 → 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 +9 -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 +2 -3
- 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",
|
|
@@ -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;
|