@meowdown/core 0.63.1 → 0.64.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/README.md +25 -68
- package/dist/index.d.ts +352 -114
- package/dist/index.js +8044 -39
- package/dist/katex-chunk-CfdGokmi.js +3 -0
- package/dist/style.css +2 -0
- package/package.json +4 -4
- package/dist/katex-chunk-Ch7kgbXr.js +0 -1
package/dist/style.css
CHANGED
|
@@ -210,6 +210,7 @@
|
|
|
210
210
|
box-sizing: border-box;
|
|
211
211
|
color: var(--meowdown-text);
|
|
212
212
|
-webkit-font-smoothing: antialiased;
|
|
213
|
+
caret-color: var(--meowdown-caret);
|
|
213
214
|
outline: none;
|
|
214
215
|
font-size: 1.0625rem;
|
|
215
216
|
line-height: 1.7;
|
|
@@ -220,6 +221,7 @@
|
|
|
220
221
|
}
|
|
221
222
|
|
|
222
223
|
.md-virtual-caret-layer {
|
|
224
|
+
z-index: 1;
|
|
223
225
|
pointer-events: none;
|
|
224
226
|
width: 0;
|
|
225
227
|
height: 0;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meowdown/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.64.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -43,17 +43,17 @@
|
|
|
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.
|
|
46
|
+
"@meowdown/markdown": "^0.64.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@ocavue/tsconfig": "^0.7.1",
|
|
50
|
-
"@tsdown/css": "^0.
|
|
50
|
+
"@tsdown/css": "^0.23.0-beta.2",
|
|
51
51
|
"@types/hast": "^3.0.5",
|
|
52
52
|
"@types/mdast": "^4.0.4",
|
|
53
53
|
"@vitest/browser-playwright": "^4.1.10",
|
|
54
54
|
"dedent": "^1.7.2",
|
|
55
55
|
"diffable-html-snapshot": "^0.3.0",
|
|
56
|
-
"tsdown": "^0.
|
|
56
|
+
"tsdown": "^0.23.0-beta.2",
|
|
57
57
|
"vitest": "^4.1.10",
|
|
58
58
|
"@meowdown/vitest": "0.0.0"
|
|
59
59
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{render as e}from"katex";export{e as render};
|