@milkdown/crepe 7.10.1 → 7.10.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.
@@ -33,6 +33,7 @@
33
33
  }
34
34
  .milkdown .milkdown-slash-menu {
35
35
  position: absolute;
36
+ z-index: 10;
36
37
  display: block;
37
38
  font-family: var(--crepe-font-default);
38
39
  color: var(--crepe-color-on-surface);
@@ -105,7 +106,7 @@
105
106
  .milkdown .milkdown-slash-menu .menu-groups .menu-group li.active {
106
107
  background: var(--crepe-color-selected);
107
108
  }
108
- .milkdown .milkdown-slash-menu .menu-groups .menu-group li > svg {
109
+ .milkdown .milkdown-slash-menu .menu-groups .menu-group li svg {
109
110
  width: 24px;
110
111
  height: 24px;
111
112
  color: var(--crepe-color-outline);
@@ -2,6 +2,7 @@
2
2
  display: none;
3
3
  }
4
4
  .milkdown .milkdown-toolbar {
5
+ z-index: 10;
5
6
  position: absolute;
6
7
  display: flex;
7
8
  background: var(--crepe-color-surface);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milkdown/crepe",
3
3
  "type": "module",
4
- "version": "7.10.1",
4
+ "version": "7.10.2",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -50,7 +50,7 @@
50
50
  "tslib": "^2.8.1",
51
51
  "unist-util-visit": "^5.0.0",
52
52
  "vue": "^3.5.13",
53
- "@milkdown/kit": "7.10.1"
53
+ "@milkdown/kit": "7.10.2"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "pnpm run build:es && pnpm run build:theme && echo",
@@ -39,6 +39,7 @@
39
39
  display: none;
40
40
  }
41
41
  position: absolute;
42
+ z-index: 10;
42
43
  display: block;
43
44
  font-family: var(--crepe-font-default);
44
45
  color: var(--crepe-color-on-surface);
@@ -117,7 +118,7 @@
117
118
  background: var(--crepe-color-selected);
118
119
  }
119
120
 
120
- & > svg {
121
+ svg {
121
122
  width: 24px;
122
123
  height: 24px;
123
124
  color: var(--crepe-color-outline);
@@ -3,6 +3,7 @@
3
3
  &[data-show='false'] {
4
4
  display: none;
5
5
  }
6
+ z-index: 10;
6
7
  position: absolute;
7
8
  display: flex;
8
9
  background: var(--crepe-color-surface);