@reacteditor/core 0.0.5 → 0.0.6

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-4LPVLYSU.css +415 -0
  2. package/dist/{Editor-POJT3RA2.mjs → Editor-YNFB7B6Z.mjs} +7 -7
  3. package/dist/{Render-JNABKPAF.mjs → Render-STFB5CNO.mjs} +1 -1
  4. package/dist/Render-ZTUTUUAH.css +103 -0
  5. package/dist/{chunk-YFRH22NT.mjs → chunk-275EJPEB.mjs} +2 -2
  6. package/dist/{chunk-DCL4UC2H.mjs → chunk-6LG4Q4HO.mjs} +1 -1
  7. package/dist/{chunk-KC727YFW.mjs → chunk-6QJ2HF4O.mjs} +1 -1
  8. package/dist/{chunk-43G2QHSV.mjs → chunk-BRDUM7MJ.mjs} +10 -10
  9. package/dist/{chunk-IUOWXGYR.mjs → chunk-CRF2GWQA.mjs} +1 -1
  10. package/dist/{chunk-X7IRHSQN.mjs → chunk-DB4R5IWG.mjs} +4 -4
  11. package/dist/{chunk-QB3US7UE.mjs → chunk-HCFEY5Y7.mjs} +337 -177
  12. package/dist/{chunk-JEDWXGVP.mjs → chunk-WGPCLAZR.mjs} +1 -1
  13. package/dist/{chunk-5N6RK26Z.mjs → chunk-Z6IIVDFY.mjs} +1 -1
  14. package/dist/{full-HZMEMWCN.mjs → full-24FOTNTB.mjs} +5 -5
  15. package/dist/full-7ABPY2WA.css +311 -0
  16. package/dist/index.css +1268 -1165
  17. package/dist/index.js +393 -231
  18. package/dist/index.mjs +9 -9
  19. package/dist/{loaded-U6ZILQXM.mjs → loaded-6IBSSOXD.mjs} +2 -2
  20. package/dist/{loaded-35JQLXSA.mjs → loaded-6NPDD7SF.mjs} +2 -2
  21. package/dist/{loaded-QJMKRN35.mjs → loaded-BQVZGQG2.mjs} +2 -2
  22. package/dist/loaded-N4KWL7FV.css +90 -0
  23. package/dist/no-external.css +1268 -1165
  24. package/dist/no-external.js +393 -231
  25. package/dist/no-external.mjs +9 -9
  26. package/dist/rsc.css +40 -40
  27. package/dist/rsc.js +1 -1
  28. package/dist/rsc.mjs +2 -2
  29. package/package.json +2 -1
  30. package/dist/Editor-WYZZDKT3.css +0 -415
  31. package/dist/Render-WBTAN6PO.css +0 -103
  32. package/dist/full-5442HPZH.css +0 -311
  33. package/dist/loaded-KZZU4RNL.css +0 -90
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  styles_module_default
3
- } from "./chunk-KC727YFW.mjs";
3
+ } from "./chunk-6QJ2HF4O.mjs";
4
4
  import {
5
5
  LoadedRichTextMenuInner
6
- } from "./chunk-43G2QHSV.mjs";
6
+ } from "./chunk-BRDUM7MJ.mjs";
7
7
  import {
8
8
  useAppStore,
9
9
  useAppStoreApi
10
- } from "./chunk-IUOWXGYR.mjs";
10
+ } from "./chunk-CRF2GWQA.mjs";
11
11
  import {
12
12
  get_class_name_factory_default
13
13
  } from "./chunk-Y2EFNT5P.mjs";
@@ -100,7 +100,7 @@ init_react_import();
100
100
  import { lazy, Suspense } from "react";
101
101
  import { jsx as jsx2 } from "react/jsx-runtime";
102
102
  var LoadedRichTextMenuFull = lazy(
103
- () => import("./full-HZMEMWCN.mjs").then((m) => ({
103
+ () => import("./full-24FOTNTB.mjs").then((m) => ({
104
104
  default: m.LoadedRichTextMenuFull
105
105
  }))
106
106
  );