@jbpark/live-editor 1.16.3 → 1.17.0

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/{ast-DK9INzeu.js → ast-Cyi-jw9Z.js} +12 -15
  2. package/dist/ast-Cyi-jw9Z.js.map +1 -0
  3. package/dist/{boundary-BWBdNmNi.js → boundary-DUTt8lXq.js} +2 -2
  4. package/dist/{boundary-BWBdNmNi.js.map → boundary-DUTt8lXq.js.map} +1 -1
  5. package/dist/{context-DrqO0VVu.js → context-fLmciLSw.js} +3 -3
  6. package/dist/{context-DrqO0VVu.js.map → context-fLmciLSw.js.map} +1 -1
  7. package/dist/{core-B7igZRDs.js → core-ttOtjNaX.js} +2 -2
  8. package/dist/{core-B7igZRDs.js.map → core-ttOtjNaX.js.map} +1 -1
  9. package/dist/dnd/index.d.ts +2 -2
  10. package/dist/dnd/index.js +2 -2
  11. package/dist/{dnd-A3lFh7yx.js → dnd-D8hsq1Fl.js} +106 -113
  12. package/dist/dnd-D8hsq1Fl.js.map +1 -0
  13. package/dist/{document-CSIscFpL.js → document-DhMip8lL.js} +52 -6
  14. package/dist/document-DhMip8lL.js.map +1 -0
  15. package/dist/{document-DXOwpvWM.d.ts → document-J9Lo9p81.d.ts} +3 -2
  16. package/dist/editor/index.js +2 -2
  17. package/dist/{editor-DmgTeTcG.js → editor-Du55469f.js} +3 -3
  18. package/dist/{editor-DmgTeTcG.js.map → editor-Du55469f.js.map} +1 -1
  19. package/dist/error/index.js +2 -2
  20. package/dist/{error-ClMPS96R.js → error-BbOmgZDR.js} +2 -2
  21. package/dist/{error-ClMPS96R.js.map → error-BbOmgZDR.js.map} +1 -1
  22. package/dist/{index-rlgLRNsK.d.ts → index-Ly0DcdIH.d.ts} +3 -2
  23. package/dist/{index-CfuDi3An.d.ts → index-qdhllaw-.d.ts} +9 -4
  24. package/dist/index.d.ts +2 -2
  25. package/dist/index.js +5 -5
  26. package/dist/preview/index.js +1 -1
  27. package/dist/{preview-j-rIHbDN.js → preview-CQf0nwE6.js} +4 -4
  28. package/dist/{preview-j-rIHbDN.js.map → preview-CQf0nwE6.js.map} +1 -1
  29. package/dist/provider/index.js +1 -1
  30. package/dist/{use-dynamic-tailwind-D-EEKBIy.js → use-dynamic-tailwind-DkK3r-as.js} +2 -2
  31. package/dist/{use-dynamic-tailwind-D-EEKBIy.js.map → use-dynamic-tailwind-DkK3r-as.js.map} +1 -1
  32. package/dist/utils/ast/index.d.ts +3 -3
  33. package/dist/utils/ast/index.js +3 -3
  34. package/dist/utils/index.d.ts +1 -1
  35. package/dist/utils/index.js +2 -2
  36. package/dist/{utils-BzfDKU6y.js → utils-CCrTYGUG.js} +2 -2
  37. package/dist/{utils-BzfDKU6y.js.map → utils-CCrTYGUG.js.map} +1 -1
  38. package/package.json +1 -1
  39. package/dist/ast-DK9INzeu.js.map +0 -1
  40. package/dist/dnd-A3lFh7yx.js.map +0 -1
  41. package/dist/document-CSIscFpL.js.map +0 -1
@@ -1,3 +1,3 @@
1
- import { n as createSectionPreviewCache } from "../document-CSIscFpL.js";
2
- import { a as detectTypeScript, c as generateSections, d as replaceSections, f as transformCode, i as compile, l as getCachedScriptBlob, n as clearCompilationCache, o as extractSections, r as cn, s as generateSection, t as baseModules, u as preloadScripts } from "../utils-BzfDKU6y.js";
1
+ import { n as createSectionPreviewCache } from "../document-DhMip8lL.js";
2
+ import { a as detectTypeScript, c as generateSections, d as replaceSections, f as transformCode, i as compile, l as getCachedScriptBlob, n as clearCompilationCache, o as extractSections, r as cn, s as generateSection, t as baseModules, u as preloadScripts } from "../utils-CCrTYGUG.js";
3
3
  export { baseModules, clearCompilationCache, cn, compile, createSectionPreviewCache, detectTypeScript, extractSections, generateSection, generateSections, getCachedScriptBlob, preloadScripts, replaceSections, transformCode };
@@ -1,4 +1,4 @@
1
- import { a as generateSectionPreviews, b as TS_PATTERNS, c as replaceDocumentSections, h as CONFIG, i as generateSectionPreview, o as getSections, s as parseDocument, u as createBoundedCache, y as REGEX } from "./document-CSIscFpL.js";
1
+ import { S as TS_PATTERNS, _ as CONFIG, a as generateSectionPreview, c as parseDocument, d as createBoundedCache, l as replaceDocumentSections, o as generateSectionPreviews, s as getSections, x as REGEX } from "./document-DhMip8lL.js";
2
2
  import React from "react";
3
3
  import * as Babel from "@babel/standalone";
4
4
  import * as ui from "@jbpark/ui-kit";
@@ -3507,4 +3507,4 @@ const preloadScripts = (scripts) => {
3507
3507
  //#endregion
3508
3508
  export { detectTypeScript as a, generateSections as c, replaceSections as d, transformCode as f, compile as i, getCachedScriptBlob as l, clearCompilationCache as n, extractSections as o, cn as r, generateSection as s, baseModules as t, preloadScripts as u };
3509
3509
 
3510
- //# sourceMappingURL=utils-BzfDKU6y.js.map
3510
+ //# sourceMappingURL=utils-CCrTYGUG.js.map