prosekit 0.0.9 → 0.0.10
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.
|
@@ -113,16 +113,17 @@
|
|
|
113
113
|
"Noto Color Emoji";
|
|
114
114
|
}
|
|
115
115
|
.example-editor span[data-mention=user] {
|
|
116
|
-
@apply rounded-
|
|
116
|
+
@apply rounded-lg p-0.5 text-blue-500;
|
|
117
117
|
}
|
|
118
118
|
.example-editor span[data-mention=user]::before {
|
|
119
119
|
content: "@";
|
|
120
120
|
}
|
|
121
121
|
.example-editor span[data-mention=tag] {
|
|
122
|
-
@apply rounded-
|
|
122
|
+
@apply rounded-lg bg-gray-200 px-1 py-0.5 dark:bg-gray-600;
|
|
123
123
|
}
|
|
124
124
|
.example-editor span[data-mention=tag]::before {
|
|
125
125
|
content: "#";
|
|
126
|
+
@apply pr-0.5 opacity-40 dark:opacity-50;
|
|
126
127
|
}
|
|
127
128
|
|
|
128
129
|
/* src/basic/internal/example.css */
|
package/dist/basic/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ../../node_modules/.pnpm/prosemirror-view@1.31.
|
|
1
|
+
/* ../../node_modules/.pnpm/prosemirror-view@1.31.7/node_modules/prosemirror-view/style/prosemirror.css */
|
|
2
2
|
.ProseMirror {
|
|
3
3
|
position: relative;
|
|
4
4
|
}
|
|
@@ -51,7 +51,7 @@ img.ProseMirror-separator {
|
|
|
51
51
|
|
|
52
52
|
/* ../core/src/style.css */
|
|
53
53
|
|
|
54
|
-
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.
|
|
54
|
+
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.0/node_modules/prosemirror-flat-list/dist/style.css */
|
|
55
55
|
.prosemirror-flat-list {
|
|
56
56
|
padding: 0;
|
|
57
57
|
margin-top: 0;
|
package/dist/core/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.
|
|
1
|
+
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.0/node_modules/prosemirror-flat-list/dist/style.css */
|
|
2
2
|
.prosemirror-flat-list {
|
|
3
3
|
padding: 0;
|
|
4
4
|
margin-top: 0;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.10",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -316,13 +316,13 @@
|
|
|
316
316
|
"@prosekit/basic": "0.0.7",
|
|
317
317
|
"@prosekit/core": "0.0.6",
|
|
318
318
|
"@prosekit/extensions": "0.0.6",
|
|
319
|
-
"@prosekit/lit": "0.0.
|
|
319
|
+
"@prosekit/lit": "0.0.8",
|
|
320
320
|
"@prosekit/pm": "0.0.3",
|
|
321
|
-
"@prosekit/preact": "0.0.
|
|
322
|
-
"@prosekit/react": "0.0.
|
|
323
|
-
"@prosekit/solid": "0.0.
|
|
324
|
-
"@prosekit/svelte": "0.0.
|
|
325
|
-
"@prosekit/vue": "0.0.
|
|
321
|
+
"@prosekit/preact": "0.0.5",
|
|
322
|
+
"@prosekit/react": "0.0.8",
|
|
323
|
+
"@prosekit/solid": "0.0.6",
|
|
324
|
+
"@prosekit/svelte": "0.0.5",
|
|
325
|
+
"@prosekit/vue": "0.0.8"
|
|
326
326
|
},
|
|
327
327
|
"peerDependencies": {
|
|
328
328
|
"preact": ">= 9.0.0",
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
},
|
|
355
355
|
"devDependencies": {
|
|
356
356
|
"@prosekit/dev": "*",
|
|
357
|
-
"@types/react": "^18.2.
|
|
357
|
+
"@types/react": "^18.2.17",
|
|
358
358
|
"@types/react-dom": "^18.2.7",
|
|
359
359
|
"preact": "^10.16.0",
|
|
360
360
|
"react": "^18.2.0",
|