@khanacademy/perseus-editor 17.7.0 → 17.8.1

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 (34) hide show
  1. package/LICENSE +18 -0
  2. package/dist/diffs/article-diff.d.ts +2 -35
  3. package/dist/diffs/item-diff.d.ts +2 -11
  4. package/dist/diffs/text-diff.d.ts +3 -4
  5. package/dist/diffs/widget-diff.d.ts +4 -13
  6. package/dist/es/index.js +493 -64927
  7. package/dist/es/index.js.map +1 -1
  8. package/dist/index.d.ts +1 -0
  9. package/dist/index.js +638 -65065
  10. package/dist/index.js.map +1 -1
  11. package/dist/shared-utils/add-library-version-to-perseus-debug.d.ts +9 -0
  12. package/dist/widgets/categorizer-editor.d.ts +6 -32
  13. package/dist/widgets/cs-program-editor.d.ts +1 -2
  14. package/dist/widgets/definition-editor.d.ts +4 -5
  15. package/dist/widgets/dropdown-editor.d.ts +2 -6
  16. package/dist/widgets/explanation-editor.d.ts +6 -7
  17. package/dist/widgets/graded-group-editor.d.ts +6 -32
  18. package/dist/widgets/graded-group-set-editor.d.ts +3 -29
  19. package/dist/widgets/grapher-editor.d.ts +1 -1
  20. package/dist/widgets/group-editor.d.ts +5 -31
  21. package/dist/widgets/iframe-editor.d.ts +1 -2
  22. package/dist/widgets/interactive-graph-editor/interactive-graph-editor.d.ts +41 -41
  23. package/dist/widgets/matcher-editor.d.ts +5 -6
  24. package/dist/widgets/matrix-editor.d.ts +6 -7
  25. package/dist/widgets/measurer-editor.d.ts +9 -14
  26. package/dist/widgets/molecule-editor.d.ts +3 -4
  27. package/dist/widgets/orderer-editor.d.ts +5 -6
  28. package/dist/widgets/passage-editor.d.ts +5 -6
  29. package/dist/widgets/passage-ref-target-editor.d.ts +2 -3
  30. package/dist/widgets/radio/editor.d.ts +10 -40
  31. package/dist/widgets/sorter-editor.d.ts +3 -4
  32. package/dist/widgets/table-editor.d.ts +4 -5
  33. package/dist/widgets/video-editor.d.ts +2 -3
  34. package/package.json +103 -102
package/dist/index.d.ts CHANGED
@@ -7,6 +7,7 @@ export { default as ItemDiff } from "./diffs/item-diff";
7
7
  export { default as EditorPage } from "./editor-page";
8
8
  export { default as Editor } from "./editor";
9
9
  export { default as IframeContentRenderer } from "./iframe-content-renderer";
10
+ export { default as ContentPreview } from "./content-preview";
10
11
  import "./styles/perseus-editor.less";
11
12
  import { widgets } from "@khanacademy/perseus";
12
13
  import AllEditors from "./all-editors";