@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts",
3
- "version": "1.22.4",
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.9.1",
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.3.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.6.3",
108
+ "typescript": "^5.7.2",
110
109
  "vite": "^5.4.11",
111
110
  "vite-plugin-dts": "^4.3.0",
112
- "vitest": "^2.1.5"
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": "6fea936edd126da37bdd164b7403c083ea6fe018"
160
+ "gitHead": "3be796b83c5b39ca34ac91840c244e73f10c48f2"
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;