@haklex/rich-editor 0.0.7 → 0.0.8
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/rich-editor.css +2 -2
- package/package.json +4 -4
package/dist/rich-editor.css
CHANGED
|
@@ -678,10 +678,10 @@
|
|
|
678
678
|
pointer-events: none;
|
|
679
679
|
z-index: 10;
|
|
680
680
|
}
|
|
681
|
-
.r8uj4t0 > *:first-child {
|
|
681
|
+
.r8uj4t0 > *:first-child, .r8uj4t0 .rich-editor__content > *:first-child {
|
|
682
682
|
margin-top: 0;
|
|
683
683
|
}
|
|
684
|
-
.r8uj4t0 > *:last-child {
|
|
684
|
+
.r8uj4t0 > *:last-child, .r8uj4t0 .rich-editor__content > *:last-child {
|
|
685
685
|
margin-bottom: 0;
|
|
686
686
|
}.v10dui0 {
|
|
687
687
|
max-width: 65ch;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-editor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Core rich text editor based on Lexical",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"thumbhash": "^0.1.1",
|
|
28
|
-
"@haklex/rich-editor-ui": "0.0.
|
|
29
|
-
"@haklex/rich-style-token": "0.0.
|
|
28
|
+
"@haklex/rich-editor-ui": "0.0.8",
|
|
29
|
+
"@haklex/rich-style-token": "0.0.8"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@base-ui/react": "^1.1.0",
|
|
33
33
|
"@lexical/code": "^0.40.0",
|
|
34
|
-
"@lexical/extension": "0.
|
|
34
|
+
"@lexical/extension": "^0.40.0",
|
|
35
35
|
"@lexical/link": "^0.40.0",
|
|
36
36
|
"@lexical/list": "^0.40.0",
|
|
37
37
|
"@lexical/markdown": "^0.40.0",
|