@mantine/tiptap 8.3.8 → 8.3.10

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/tiptap",
3
- "version": "8.3.8",
3
+ "version": "8.3.10",
4
4
  "description": "Rich text editor based on tiptap",
5
5
  "homepage": "https://mantine.dev/x/tiptap",
6
6
  "license": "MIT",
@@ -44,8 +44,8 @@
44
44
  "directory": "packages/@mantine/tiptap"
45
45
  },
46
46
  "peerDependencies": {
47
- "@mantine/core": "8.3.8",
48
- "@mantine/hooks": "8.3.8",
47
+ "@mantine/core": "8.3.10",
48
+ "@mantine/hooks": "8.3.10",
49
49
  "@tiptap/extension-link": ">=2.1.12",
50
50
  "@tiptap/react": ">=2.1.12",
51
51
  "react": "^18.x || ^19.x",
package/styles.css CHANGED
@@ -369,6 +369,7 @@
369
369
 
370
370
  .m_4574a3c4:where([data-sticky]) {
371
371
  position: sticky;
372
+ z-index: 1;
372
373
  }
373
374
 
374
375
  .m_8b44009a {
package/styles.layer.css CHANGED
@@ -369,6 +369,7 @@
369
369
 
370
370
  .m_4574a3c4:where([data-sticky]) {
371
371
  position: sticky;
372
+ z-index: 1;
372
373
  }
373
374
 
374
375
  .m_8b44009a {