@vscode/markdown-editor 0.0.2-55 → 0.0.2-57
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/index.d.ts +10 -3
- package/dist/index.js +33 -30
- package/dist/index.js.map +1 -1
- package/dist/web-editors.d.ts +6 -7
- package/dist/web-editors.js +17 -17
- package/dist/web-editors.js.map +1 -1
- package/package.json +2 -2
- package/src/view/themes/default.css +1 -1
- package/src/view/themes/github.css +1 -1
- package/src/view/themes/vscode-default.css +1 -1
- package/src/view/themes/vscode-github.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/markdown-editor",
|
|
3
|
-
"version": "0.0.2-
|
|
3
|
+
"version": "0.0.2-57",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"vitest": "^4.1.0",
|
|
116
116
|
"zod": "^4.3.6"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "d0c8ebb80a677c782f95ef408db654196fec7b9d"
|
|
119
119
|
}
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
.md-theme-vscode-default .md-code-block {
|
|
218
218
|
margin-top: 0;
|
|
219
219
|
margin-bottom: 16px;
|
|
220
|
-
padding:
|
|
220
|
+
padding: 6px 10px;
|
|
221
221
|
line-height: 1.357;
|
|
222
222
|
background-color: var(--vscode-textCodeBlock-background, #f6f8fa);
|
|
223
223
|
border: 1px solid var(--vscode-widget-border, #d1d9e0);
|