prosekit 0.18.2 → 0.18.3

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.
@@ -177,5 +177,13 @@
177
177
  .ProseMirror.prosekit-dragging {
178
178
  --prosekit-node-selection-color: transparent;
179
179
  }
180
+ .ProseMirror .prosemirror-math-inline.prosemirror-math-head-inside .prosemirror-math-source::before {
181
+ content: "$";
182
+ opacity: 0.5;
183
+ }
184
+ .ProseMirror .prosemirror-math-inline.prosemirror-math-head-inside .prosemirror-math-source::after {
185
+ content: "$";
186
+ opacity: 0.5;
187
+ }
180
188
 
181
189
  /* src/basic/typography.css */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prosekit",
3
3
  "type": "module",
4
- "version": "0.18.2",
4
+ "version": "0.18.3",
5
5
  "private": false,
6
6
  "description": "ProseKit: A toolkit for building rich text editors.",
7
7
  "author": {
@@ -532,17 +532,17 @@
532
532
  "src"
533
533
  ],
534
534
  "dependencies": {
535
- "@prosekit/basic": "0.7.2",
536
- "@prosekit/extensions": "0.14.1",
535
+ "@prosekit/basic": "0.7.3",
536
+ "@prosekit/extensions": "0.14.2",
537
537
  "@prosekit/core": "0.10.0",
538
- "@prosekit/lit": "0.5.7",
538
+ "@prosekit/preact": "0.6.7",
539
+ "@prosekit/lit": "0.5.8",
540
+ "@prosekit/solid": "0.6.7",
539
541
  "@prosekit/pm": "0.1.15",
540
- "@prosekit/preact": "0.6.6",
541
- "@prosekit/react": "0.6.7",
542
- "@prosekit/solid": "0.6.6",
543
- "@prosekit/svelte": "0.8.7",
544
- "@prosekit/vue": "0.6.6",
545
- "@prosekit/web": "0.7.11"
542
+ "@prosekit/svelte": "0.8.8",
543
+ "@prosekit/vue": "0.6.7",
544
+ "@prosekit/web": "0.7.12",
545
+ "@prosekit/react": "0.6.8"
546
546
  },
547
547
  "peerDependencies": {
548
548
  "loro-crdt": ">= 1.10.0",
@@ -593,12 +593,12 @@
593
593
  "@types/react-dom": "^19.2.3",
594
594
  "esbuild": "^0.27.3",
595
595
  "loro-crdt": "^1.10.6",
596
- "loro-prosemirror": "^0.4.2",
597
- "preact": "^10.28.3",
596
+ "loro-prosemirror": "^0.4.3",
597
+ "preact": "^10.28.4",
598
598
  "react": "^19.2.4",
599
599
  "react-dom": "^19.2.4",
600
600
  "solid-js": "^1.9.11",
601
- "svelte": "^5.51.2",
601
+ "svelte": "^5.53.0",
602
602
  "tsdown": "^0.20.3",
603
603
  "typedoc": "^0.28.17",
604
604
  "typedoc-plugin-external-package-links": "^0.2.0",