@reacteditor/core 0.0.21 → 0.0.23

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.
Files changed (41) hide show
  1. package/dist/{Editor-GVYZ7S5L.mjs → Editor-L76D646I.mjs} +9 -9
  2. package/dist/{actions-BxLinRKD.d.mts → actions-BxpNoF2q.d.mts} +6 -0
  3. package/dist/{actions-BxLinRKD.d.ts → actions-BxpNoF2q.d.ts} +6 -0
  4. package/dist/{chunk-HWYAMQID.mjs → chunk-5WTMEYPV.mjs} +160 -40
  5. package/dist/{chunk-DKFLK64M.mjs → chunk-ANWIFBRQ.mjs} +1 -1
  6. package/dist/{chunk-M4JDRFYB.mjs → chunk-BFLF77R7.mjs} +3 -3
  7. package/dist/{chunk-M36T7BWB.mjs → chunk-HIOPRNZ4.mjs} +1 -1
  8. package/dist/{chunk-FTVOCMGV.mjs → chunk-MGEDZ4MA.mjs} +1 -1
  9. package/dist/{chunk-MUBFR675.mjs → chunk-QGW2O2TN.mjs} +3 -3
  10. package/dist/{chunk-PGSQPCM6.mjs → chunk-R344I62Q.mjs} +1 -1
  11. package/dist/{chunk-JIXMPJZA.mjs → chunk-SQ66YE7L.mjs} +2 -2
  12. package/dist/{chunk-AD67LVXW.mjs → chunk-U52CF6C5.mjs} +2 -2
  13. package/dist/{chunk-BORTMJJZ.mjs → chunk-UEPLVAME.mjs} +3 -3
  14. package/dist/{chunk-MVJENRGK.mjs → chunk-XREK5QOM.mjs} +7 -7
  15. package/dist/{full-QWTPWHXQ.mjs → full-WQ3EE5XF.mjs} +8 -8
  16. package/dist/{index-YRgZBGas.d.ts → index-XnBvIAmy.d.ts} +1 -1
  17. package/dist/{index-DET4zR84.d.mts → index-YjPj7lv4.d.mts} +1 -1
  18. package/dist/index.css +6 -5
  19. package/dist/index.d.mts +38 -5
  20. package/dist/index.d.ts +38 -5
  21. package/dist/index.js +153 -31
  22. package/dist/index.mjs +15 -11
  23. package/dist/internal.d.mts +2 -2
  24. package/dist/internal.d.ts +2 -2
  25. package/dist/internal.js +4 -4
  26. package/dist/internal.mjs +2 -2
  27. package/dist/{loaded-BHRFTTT2.mjs → loaded-B6MZXIYJ.mjs} +5 -5
  28. package/dist/{loaded-XKFARPER.mjs → loaded-IYWHACEP.mjs} +5 -5
  29. package/dist/{loaded-HIFB4G2Q.mjs → loaded-QSBR22EG.mjs} +5 -5
  30. package/dist/no-external.css +6 -5
  31. package/dist/no-external.d.mts +4 -4
  32. package/dist/no-external.d.ts +4 -4
  33. package/dist/no-external.js +153 -31
  34. package/dist/no-external.mjs +15 -11
  35. package/dist/rsc.d.mts +2 -2
  36. package/dist/rsc.d.ts +2 -2
  37. package/dist/rsc.js +2 -2
  38. package/dist/rsc.mjs +3 -3
  39. package/dist/{walk-tree-Clklc1Ql.d.ts → walk-tree-BfVJmXEX.d.ts} +1 -1
  40. package/dist/{walk-tree-BvYigWFL.d.mts → walk-tree-uv_FsXcr.d.mts} +1 -1
  41. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- import { C as Config, D as Data, W as WithId, U as UserGenerics, j as Content, b as ComponentData, k as DefaultComponents, l as DefaultComponentProps, m as DefaultRootFieldProps, M as Metadata, n as RootData } from './actions-BxLinRKD.js';
1
+ import { C as Config, D as Data, W as WithId, U as UserGenerics, j as Content, b as ComponentData, k as DefaultComponents, l as DefaultComponentProps, m as DefaultRootFieldProps, M as Metadata, n as RootData } from './actions-BxpNoF2q.js';
2
2
 
3
3
  type GetRoutePropsOptions = {
4
4
  /** Defaults to "/editor". Pass null to skip editor-prefix handling. */
@@ -1,4 +1,4 @@
1
- import { C as Config, D as Data, W as WithId, U as UserGenerics, j as Content, b as ComponentData, k as DefaultComponents, l as DefaultComponentProps, m as DefaultRootFieldProps, M as Metadata, n as RootData } from './actions-BxLinRKD.mjs';
1
+ import { C as Config, D as Data, W as WithId, U as UserGenerics, j as Content, b as ComponentData, k as DefaultComponents, l as DefaultComponentProps, m as DefaultRootFieldProps, M as Metadata, n as RootData } from './actions-BxpNoF2q.mjs';
2
2
 
3
3
  type GetRoutePropsOptions = {
4
4
  /** Defaults to "/editor". Pass null to skip editor-prefix handling. */
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@reacteditor/core",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "description": "The open-source visual editor for React",
5
5
  "author": "Frontend AI, Inc.",
6
6
  "repository": "reacteditor/editor",
7
7
  "bugs": "https://github.com/reacteditor/editor/issues",
8
8
  "homepage": "https://reacteditor.dev",
9
9
  "keywords": [
10
+ "ai",
10
11
  "editor",
11
12
  "visual",
12
13
  "editor",
@@ -93,7 +94,6 @@
93
94
  "@types/object-hash": "^3.0.6",
94
95
  "@types/react": "^19.2.7",
95
96
  "@types/react-dom": "^19.2.3",
96
- "@types/uuid": "^10.0.0",
97
97
  "css-box-model": "^1.2.1",
98
98
  "eslint": "^7.32.0",
99
99
  "eslint-config-custom": "*",
@@ -146,8 +146,8 @@
146
146
  "object-hash": "^3.0.0",
147
147
  "react-hotkeys-hook": "^4.6.1",
148
148
  "use-debounce": "^9.0.4",
149
- "uuid": "^9.0.1",
150
- "zustand": "^5.0.3"
149
+ "uuid": "^11.1.1",
150
+ "zustand": "^5.0.13"
151
151
  },
152
152
  "peerDependencies": {
153
153
  "react": "^18.0.0 || ^19.0.0",