@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2120-20250117210424 to 0.0.0-PR2121-20250128200954
@@ -692,5 +692,6 @@ /** | ||
export type PerseusNumericInputAnswerForm = { | ||
simplify: "required" | "correct" | "enforced" | "optional" | null | undefined; | ||
simplify: PerseusNumericInputSimplify | null | undefined; | ||
name: MathFormat; | ||
}; | ||
export type PerseusNumericInputSimplify = "required" | "correct" | "enforced" | "optional"; | ||
export type PerseusNumericInputWidgetOptions = { | ||
@@ -712,3 +713,3 @@ answers: ReadonlyArray<PerseusNumericInputAnswer>; | ||
maxError: number | null | undefined; | ||
simplify: string | null | undefined; | ||
simplify: PerseusNumericInputSimplify | null | undefined; | ||
}; | ||
@@ -715,0 +716,0 @@ export type PerseusNumberLineWidgetOptions = { |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2120-20250117210424", | ||
"version": "0.0.0-PR2121-20250128200954", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
793251
6521