@carbon/charts 1.22.5 → 1.22.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts",
3
- "version": "1.22.5",
3
+ "version": "1.22.7",
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": "183618939b897242fa2b36da6a08cd0956f72cfb"
160
+ "gitHead": "6aae55386567ac5d812089d14cefc0bd4dd44de5"
162
161
  }
@@ -59,6 +59,10 @@
59
59
  transform-origin: top center;
60
60
  transition: transform 0.24s cubic-bezier(0.4, 0.14, 1, 1);
61
61
 
62
+ @media (max-width: 671px) {
63
+ transform: none;
64
+ }
65
+
62
66
  @media (min-width: 42rem) {
63
67
  position: static;
64
68
  width: 84%;
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;