@khanacademy/perseus-editor 27.5.6 → 27.5.7
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/es/index.js
CHANGED
|
@@ -61,7 +61,7 @@ import xIcon from '@phosphor-icons/core/regular/x.svg';
|
|
|
61
61
|
import checkIcon from '@phosphor-icons/core/bold/check-bold.svg';
|
|
62
62
|
import minusCircleIcon from '@phosphor-icons/core/bold/minus-circle-bold.svg';
|
|
63
63
|
|
|
64
|
-
const libName="@khanacademy/perseus-editor";const libVersion="27.5.
|
|
64
|
+
const libName="@khanacademy/perseus-editor";const libVersion="27.5.7";addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
65
65
|
|
|
66
66
|
var jsxRuntime = {exports: {}};
|
|
67
67
|
|
package/dist/index.js
CHANGED
|
@@ -124,7 +124,7 @@ var xIcon__default = /*#__PURE__*/_interopDefaultCompat(xIcon);
|
|
|
124
124
|
var checkIcon__default = /*#__PURE__*/_interopDefaultCompat(checkIcon);
|
|
125
125
|
var minusCircleIcon__default = /*#__PURE__*/_interopDefaultCompat(minusCircleIcon);
|
|
126
126
|
|
|
127
|
-
const libName="@khanacademy/perseus-editor";const libVersion="27.5.
|
|
127
|
+
const libName="@khanacademy/perseus-editor";const libVersion="27.5.7";perseusUtils.addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
128
128
|
|
|
129
129
|
var jsxRuntime = {exports: {}};
|
|
130
130
|
|
|
@@ -482,7 +482,6 @@ declare const InteractiveGraph: {
|
|
|
482
482
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
483
483
|
reviewMode: boolean;
|
|
484
484
|
showSolutions?: import("@khanacademy/perseus-core").ShowSolutions;
|
|
485
|
-
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
486
485
|
handleUserInput: (newUserInput: PerseusGraphType, cb?: () => void, silent?: boolean) => void;
|
|
487
486
|
isLastUsedWidget: boolean;
|
|
488
487
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
@@ -1149,7 +1148,6 @@ declare const InteractiveGraph: {
|
|
|
1149
1148
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1150
1149
|
reviewMode: boolean;
|
|
1151
1150
|
showSolutions?: import("@khanacademy/perseus-core").ShowSolutions;
|
|
1152
|
-
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1153
1151
|
handleUserInput: (newUserInput: PerseusGraphType, cb?: () => void, silent?: boolean) => void;
|
|
1154
1152
|
isLastUsedWidget: boolean;
|
|
1155
1153
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Perseus editors",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "27.5.
|
|
6
|
+
"version": "27.5.7",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"katex": "0.11.1",
|
|
35
35
|
"mafs": "^0.19.0",
|
|
36
36
|
"tiny-invariant": "1.3.1",
|
|
37
|
-
"@khanacademy/
|
|
38
|
-
"@khanacademy/
|
|
39
|
-
"@khanacademy/
|
|
40
|
-
"@khanacademy/
|
|
41
|
-
"@khanacademy/perseus": "
|
|
42
|
-
"@khanacademy/
|
|
43
|
-
"@khanacademy/perseus-linter": "4.3.
|
|
44
|
-
"@khanacademy/perseus-score": "7.7.
|
|
37
|
+
"@khanacademy/kmath": "2.2.6",
|
|
38
|
+
"@khanacademy/math-input": "26.2.6",
|
|
39
|
+
"@khanacademy/kas": "2.1.1",
|
|
40
|
+
"@khanacademy/perseus": "69.1.0",
|
|
41
|
+
"@khanacademy/perseus-core": "19.1.0",
|
|
42
|
+
"@khanacademy/keypad-context": "3.2.6",
|
|
43
|
+
"@khanacademy/perseus-linter": "4.3.6",
|
|
44
|
+
"@khanacademy/perseus-score": "7.7.6",
|
|
45
45
|
"@khanacademy/perseus-utils": "2.1.0",
|
|
46
46
|
"@khanacademy/pure-markdown": "2.2.0"
|
|
47
47
|
},
|