@reacteditor/core 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.
Files changed (33) hide show
  1. package/dist/{Editor-OSAG52QF.mjs → Editor-KXEVJBNG.mjs} +6 -6
  2. package/dist/{actions-BDMhAtxP.d.mts → actions-2L-1hQ7r.d.mts} +6 -2
  3. package/dist/{actions-BDMhAtxP.d.ts → actions-2L-1hQ7r.d.ts} +6 -2
  4. package/dist/{chunk-EEQGJ6FH.mjs → chunk-AD7BMXAA.mjs} +1 -1
  5. package/dist/{chunk-RNRHREWH.mjs → chunk-AJWRDM22.mjs} +3 -3
  6. package/dist/{chunk-ZLSPSBV3.mjs → chunk-FT6UFK7G.mjs} +1 -1
  7. package/dist/{chunk-AAK2555H.mjs → chunk-LRFRIIKG.mjs} +3 -1
  8. package/dist/{chunk-XI7YTBCP.mjs → chunk-OIFPBVSF.mjs} +1 -1
  9. package/dist/{chunk-W5I2Z7QS.mjs → chunk-R5DQGUQS.mjs} +717 -603
  10. package/dist/{chunk-JUC25FB7.mjs → chunk-U7VW3V3W.mjs} +7 -7
  11. package/dist/{full-IHV5BO2L.mjs → full-ZFZZ626B.mjs} +5 -5
  12. package/dist/{index-DkYXZRPz.d.ts → index-BNsSzMCj.d.ts} +2 -1
  13. package/dist/{index-BwLKseT7.d.mts → index-BXuSeNez.d.mts} +2 -1
  14. package/dist/index.css +99 -26
  15. package/dist/index.d.mts +5 -4
  16. package/dist/index.d.ts +5 -4
  17. package/dist/index.js +1208 -1089
  18. package/dist/index.mjs +7 -7
  19. package/dist/internal.d.mts +2 -2
  20. package/dist/internal.d.ts +2 -2
  21. package/dist/{loaded-FTSXIONQ.mjs → loaded-GLBLMTBL.mjs} +2 -2
  22. package/dist/{loaded-YTQOQIUU.mjs → loaded-O4QHGE26.mjs} +2 -2
  23. package/dist/{loaded-3NPQWYKN.mjs → loaded-R34BR6I5.mjs} +2 -2
  24. package/dist/no-external.css +99 -26
  25. package/dist/no-external.d.mts +3 -3
  26. package/dist/no-external.d.ts +3 -3
  27. package/dist/no-external.js +1208 -1089
  28. package/dist/no-external.mjs +7 -7
  29. package/dist/rsc.d.mts +2 -2
  30. package/dist/rsc.d.ts +2 -2
  31. package/dist/{walk-tree-LcQXXDqe.d.mts → walk-tree-4C3ODO3X.d.mts} +1 -1
  32. package/dist/{walk-tree-BweEZ37Y.d.ts → walk-tree-C9GrSWsR.d.ts} +1 -1
  33. package/package.json +1 -1
@@ -19,8 +19,8 @@ import {
19
19
  useEditor,
20
20
  useGetEditor,
21
21
  usePropsContext
22
- } from "./chunk-W5I2Z7QS.mjs";
23
- import "./chunk-RNRHREWH.mjs";
22
+ } from "./chunk-R5DQGUQS.mjs";
23
+ import "./chunk-AJWRDM22.mjs";
24
24
  import {
25
25
  migrate,
26
26
  resolveAllData,
@@ -35,11 +35,11 @@ import {
35
35
  Label,
36
36
  RichTextMenu,
37
37
  Separator
38
- } from "./chunk-JUC25FB7.mjs";
39
- import "./chunk-XI7YTBCP.mjs";
40
- import "./chunk-EEQGJ6FH.mjs";
41
- import "./chunk-ZLSPSBV3.mjs";
42
- import "./chunk-AAK2555H.mjs";
38
+ } from "./chunk-U7VW3V3W.mjs";
39
+ import "./chunk-OIFPBVSF.mjs";
40
+ import "./chunk-AD7BMXAA.mjs";
41
+ import "./chunk-FT6UFK7G.mjs";
42
+ import "./chunk-LRFRIIKG.mjs";
43
43
  import "./chunk-M4JDRFYB.mjs";
44
44
  import "./chunk-IIRJMJFU.mjs";
45
45
  import "./chunk-Y2EFNT5P.mjs";
package/dist/rsc.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { C as Config, U as UserGenerics, M as Metadata } from './actions-BDMhAtxP.mjs';
3
- export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-LcQXXDqe.mjs';
2
+ import { C as Config, U as UserGenerics, M as Metadata } from './actions-2L-1hQ7r.mjs';
3
+ export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-4C3ODO3X.mjs';
4
4
  import 'react';
5
5
  import '@tiptap/react';
6
6
  import '@tiptap/extension-blockquote';
package/dist/rsc.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { C as Config, U as UserGenerics, M as Metadata } from './actions-BDMhAtxP.js';
3
- export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-BweEZ37Y.js';
2
+ import { C as Config, U as UserGenerics, M as Metadata } from './actions-2L-1hQ7r.js';
3
+ export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-C9GrSWsR.js';
4
4
  import 'react';
5
5
  import '@tiptap/react';
6
6
  import '@tiptap/extension-blockquote';
@@ -1,4 +1,4 @@
1
- import { C as Config, D as Data, W as WithId, U as UserGenerics, a as Content, b as ComponentData, c as DefaultComponents, d as DefaultComponentProps, e as DefaultRootFieldProps, M as Metadata, R as RootData } from './actions-BDMhAtxP.mjs';
1
+ import { C as Config, D as Data, W as WithId, U as UserGenerics, a as Content, b as ComponentData, c as DefaultComponents, d as DefaultComponentProps, e as DefaultRootFieldProps, M as Metadata, R as RootData } from './actions-2L-1hQ7r.mjs';
2
2
 
3
3
  type MigrationOptions<UserConfig extends Config> = {
4
4
  migrateDynamicZonesForComponent?: {
@@ -1,4 +1,4 @@
1
- import { C as Config, D as Data, W as WithId, U as UserGenerics, a as Content, b as ComponentData, c as DefaultComponents, d as DefaultComponentProps, e as DefaultRootFieldProps, M as Metadata, R as RootData } from './actions-BDMhAtxP.js';
1
+ import { C as Config, D as Data, W as WithId, U as UserGenerics, a as Content, b as ComponentData, c as DefaultComponents, d as DefaultComponentProps, e as DefaultRootFieldProps, M as Metadata, R as RootData } from './actions-2L-1hQ7r.js';
2
2
 
3
3
  type MigrationOptions<UserConfig extends Config> = {
4
4
  migrateDynamicZonesForComponent?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reacteditor/core",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "The open-source visual editor for React",
5
5
  "author": "Rami Bitar <rami@frontend.co>",
6
6
  "repository": "frontend-inc/react-editor",