@khanacademy/perseus-editor 26.2.0 → 27.0.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.
- package/dist/editor-page.d.ts +0 -2
- package/dist/es/index.js +1 -1
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/widgets/categorizer-editor.d.ts +3 -0
- package/dist/widgets/definition-editor.d.ts +4 -0
- package/dist/widgets/dropdown-editor.d.ts +3 -0
- package/dist/widgets/explanation-editor.d.ts +3 -0
- package/dist/widgets/expression-editor.d.ts +3 -0
- package/dist/widgets/free-response-editor.d.ts +3 -0
- package/dist/widgets/image-editor.d.ts +3 -0
- package/dist/widgets/input-number-editor.d.ts +3 -0
- package/dist/widgets/interaction-editor/interaction-editor.d.ts +8 -0
- package/dist/widgets/label-image-editor.d.ts +7 -7
- package/dist/widgets/matcher-editor.d.ts +3 -0
- package/dist/widgets/number-line-editor.d.ts +4 -0
- package/dist/widgets/numeric-input-editor.d.ts +4 -0
- package/dist/widgets/phet-simulation-editor.d.ts +4 -0
- package/dist/widgets/plotter-editor.d.ts +3 -0
- package/dist/widgets/python-program-editor.d.ts +1 -4
- package/dist/widgets/radio/editor.d.ts +3 -0
- package/dist/widgets/sorter-editor.d.ts +3 -0
- package/package.json +42 -42
package/dist/editor-page.d.ts
CHANGED
|
@@ -14,8 +14,6 @@ type Props = {
|
|
|
14
14
|
contentPaths?: ReadonlyArray<string>;
|
|
15
15
|
/** "Power user" mode. Shows the raw JSON of the question. */
|
|
16
16
|
developerMode: boolean;
|
|
17
|
-
/** Source HTML for the iframe to render */
|
|
18
|
-
frameSource: string;
|
|
19
17
|
hints?: ReadonlyArray<Hint>;
|
|
20
18
|
/** A function which takes a file object (guaranteed to be an image) and
|
|
21
19
|
* a callback, then calls the callback with the url where the image
|
package/dist/es/index.js
CHANGED
|
@@ -60,7 +60,7 @@ import plusIcon from '@phosphor-icons/core/bold/plus-bold.svg';
|
|
|
60
60
|
import checkIcon from '@phosphor-icons/core/bold/check-bold.svg';
|
|
61
61
|
import minusCircleIcon from '@phosphor-icons/core/bold/minus-circle-bold.svg';
|
|
62
62
|
|
|
63
|
-
const libName="@khanacademy/perseus-editor";const libVersion="
|
|
63
|
+
const libName="@khanacademy/perseus-editor";const libVersion="27.0.1";addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
64
64
|
|
|
65
65
|
var jsxRuntime = {exports: {}};
|
|
66
66
|
|