@mantine/charts 7.7.1 → 7.7.2

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": "@mantine/charts",
3
- "version": "7.7.1",
3
+ "version": "7.7.2",
4
4
  "description": "Charts components built with recharts and Mantine",
5
5
  "homepage": "https://mantine.dev/",
6
6
  "license": "MIT",
@@ -35,15 +35,15 @@
35
35
  "directory": "packages/@mantine/charts"
36
36
  },
37
37
  "peerDependencies": {
38
- "@mantine/core": "7.7.1",
39
- "@mantine/hooks": "7.7.1",
38
+ "@mantine/core": "7.7.2",
39
+ "@mantine/hooks": "7.7.2",
40
40
  "react": "^18.2.0",
41
41
  "react-dom": "^18.2.0",
42
42
  "recharts": "^2.10.3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@mantine-tests/core": "1.1.0",
46
- "@mantine/core": "7.7.1",
47
- "@mantine/hooks": "7.7.1"
46
+ "@mantine/core": "7.7.2",
47
+ "@mantine/hooks": "7.7.2"
48
48
  }
49
49
  }
package/styles.css CHANGED
@@ -115,6 +115,10 @@
115
115
  width: 100%;
116
116
  }
117
117
 
118
+ .m_a50f3e58 svg {
119
+ overflow: visible;
120
+ }
121
+
118
122
  :where([data-mantine-color-scheme='light']) .m_a50f3e58 {
119
123
  --chart-grid-color: rgba(173, 181, 189, 0.6);
120
124
  --chart-cursor-fill: rgba(173, 181, 189, 0.15);
package/styles.layer.css CHANGED
@@ -115,6 +115,10 @@
115
115
  width: 100%;
116
116
  }
117
117
 
118
+ .m_a50f3e58 svg {
119
+ overflow: visible;
120
+ }
121
+
118
122
  :where([data-mantine-color-scheme='light']) .m_a50f3e58 {
119
123
  --chart-grid-color: rgba(173, 181, 189, 0.6);
120
124
  --chart-cursor-fill: rgba(173, 181, 189, 0.15);