@meowdown/core 0.68.0 → 0.68.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/dist/style.css +10 -0
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -408,6 +408,11 @@
|
|
|
408
408
|
margin-top: .25em;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
+
.ProseMirror .prosemirror-flat-list > .list-marker {
|
|
412
|
+
-webkit-user-select: none;
|
|
413
|
+
user-select: none;
|
|
414
|
+
}
|
|
415
|
+
|
|
411
416
|
.ProseMirror .prosemirror-flat-list[data-list-kind="bullet"] > .list-marker {
|
|
412
417
|
background: radial-gradient(circle at center,
|
|
413
418
|
var(--meowdown-bullet) 0 var(--meowdown-bullet-radius),
|
|
@@ -558,6 +563,11 @@
|
|
|
558
563
|
margin: 1.5em 0;
|
|
559
564
|
}
|
|
560
565
|
|
|
566
|
+
.ProseMirror .prosekit-horizontal-rule {
|
|
567
|
+
-webkit-user-select: none;
|
|
568
|
+
user-select: none;
|
|
569
|
+
}
|
|
570
|
+
|
|
561
571
|
.ProseMirror table {
|
|
562
572
|
border-collapse: collapse;
|
|
563
573
|
table-layout: fixed;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meowdown/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.68.
|
|
4
|
+
"version": "0.68.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -43,19 +43,19 @@
|
|
|
43
43
|
"remark-stringify": "^11.0.0",
|
|
44
44
|
"unicode-by-name": "^0.2.0",
|
|
45
45
|
"unified": "^11.0.5",
|
|
46
|
-
"@meowdown/markdown": "^0.68.
|
|
46
|
+
"@meowdown/markdown": "^0.68.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@ocavue/tsconfig": "^0.7.1",
|
|
50
50
|
"@tsdown/css": "^0.23.0-rc.1",
|
|
51
51
|
"@types/hast": "^3.0.5",
|
|
52
52
|
"@types/mdast": "^4.0.4",
|
|
53
|
-
"@vitest/browser-playwright": "^
|
|
53
|
+
"@vitest/browser-playwright": "^5.0.0",
|
|
54
54
|
"commonmark.json": "^0.31.0",
|
|
55
55
|
"dedent": "^1.7.2",
|
|
56
56
|
"diffable-html-snapshot": "^0.3.0",
|
|
57
57
|
"tsdown": "^0.23.0-rc.1",
|
|
58
|
-
"vitest": "^
|
|
58
|
+
"vitest": "^5.0.0",
|
|
59
59
|
"vitest-browser-commands": "^0.4.1",
|
|
60
60
|
"@meowdown/vitest": "0.0.0"
|
|
61
61
|
},
|