@haklex/rich-editor 0.0.56 → 0.0.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.
@@ -2639,7 +2639,7 @@ function ContentEditable({
2639
2639
  placeholder,
2640
2640
  hasHeader
2641
2641
  }) {
2642
- const paddingTop = hasHeader ? 48 : 12;
2642
+ const paddingTop = hasHeader ? 40 : 12;
2643
2643
  return /* @__PURE__ */ jsx(
2644
2644
  "div",
2645
2645
  {
package/dist/editor.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { R, a, c, g, s } from "./RichEditor-BavDzLp-.js";
1
+ import { R, a, c, g, s } from "./RichEditor-DrVz6HFa.js";
2
2
  import { a as a2, b, c as c2 } from "./favicon-DUlhCRKH.js";
3
3
  export {
4
4
  R as RichEditor,
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { b as blockIdState } from "./RichEditor-BavDzLp-.js";
2
- import { A, F, d, I, e, f, h, i, N, R, a, c, j, g, s, u } from "./RichEditor-BavDzLp-.js";
1
+ import { b as blockIdState } from "./RichEditor-DrVz6HFa.js";
2
+ import { A, F, d, I, e, f, h, i, N, R, a, c, j, g, s, u } from "./RichEditor-DrVz6HFa.js";
3
3
  import { h as useFootnoteContent, j as useFootnoteDisplayNumber } from "./favicon-DUlhCRKH.js";
4
4
  import { $, q, r, s as s2, t, v, w, x, y, z, A as A2, B, D, E, G, H, I as I2, J, K, L, C, F as F2, M, O, P, Q, S, T, U, V, W, X, Y, N as N2, Z, _, a as a2, b, a0, e as e2, c as c2, a1, f as f2, g as g2, u as u2, i as i2, k, l, m, n } from "./favicon-DUlhCRKH.js";
5
5
  import { a as a3, c as c3, g as g3, n as n2 } from "./utils-fpeaZV1R.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-editor",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "description": "Core rich text editor based on Lexical",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,9 +30,9 @@
30
30
  "dependencies": {
31
31
  "nanoid": "^5.1.6",
32
32
  "thumbhash": "^0.1.1",
33
- "@haklex/rich-editor-ui": "0.0.56",
34
- "@haklex/rich-headless": "0.0.56",
35
- "@haklex/rich-style-token": "0.0.56"
33
+ "@haklex/rich-editor-ui": "0.0.57",
34
+ "@haklex/rich-style-token": "0.0.57",
35
+ "@haklex/rich-headless": "0.0.57"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@base-ui/react": "^1.2.0",