@mantine/code-highlight 7.7.2 → 7.8.1

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/code-highlight",
3
- "version": "7.7.2",
3
+ "version": "7.8.1",
4
4
  "description": "Code highlight with Mantine theme",
5
5
  "homepage": "https://mantine.dev/x/code-highlight/",
6
6
  "license": "MIT",
@@ -45,8 +45,8 @@
45
45
  "directory": "packages/@mantine/code-highlight"
46
46
  },
47
47
  "peerDependencies": {
48
- "@mantine/core": "7.7.2",
49
- "@mantine/hooks": "7.7.2",
48
+ "@mantine/core": "7.8.1",
49
+ "@mantine/hooks": "7.8.1",
50
50
  "react": "^18.2.0",
51
51
  "react-dom": "^18.2.0"
52
52
  },
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@mantine-tests/core": "1.1.0",
59
- "@mantine/core": "7.7.2",
60
- "@mantine/hooks": "7.7.2"
59
+ "@mantine/core": "7.8.1",
60
+ "@mantine/hooks": "7.8.1"
61
61
  }
62
62
  }
package/styles.css CHANGED
@@ -150,7 +150,7 @@
150
150
  inset: 0;
151
151
  pointer-events: none;
152
152
  background-image: linear-gradient(0deg, var(--code-background) 16%, rgba(0, 0, 0, 0) 100%);
153
- border-radius: calc(var(--mantine-radius-md) - calc(0.0625rem * var(--mantine-scale)));
153
+ border-radius: calc(var(--mantine-radius-md) - 1px);
154
154
  }
155
155
 
156
156
  .m_9f507240:where([data-expanded]) {
package/styles.layer.css CHANGED
@@ -150,7 +150,7 @@
150
150
  inset: 0;
151
151
  pointer-events: none;
152
152
  background-image: linear-gradient(0deg, var(--code-background) 16%, rgba(0, 0, 0, 0) 100%);
153
- border-radius: calc(var(--mantine-radius-md) - calc(0.0625rem * var(--mantine-scale)));
153
+ border-radius: calc(var(--mantine-radius-md) - 1px);
154
154
  }
155
155
 
156
156
  .m_9f507240:where([data-expanded]) {