@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2182-20250203201614 to 0.0.0-PR2183-20250203202549
@@ -741,6 +741,5 @@ /** | ||
export type PerseusNumericInputAnswerForm = { | ||
simplify: PerseusNumericInputSimplify | null | undefined; | ||
simplify: "required" | "correct" | "enforced" | "optional" | null | undefined; | ||
name: MathFormat; | ||
}; | ||
export type PerseusNumericInputSimplify = "required" | "correct" | "enforced" | "optional"; | ||
export type PerseusNumericInputWidgetOptions = { | ||
@@ -762,3 +761,3 @@ answers: ReadonlyArray<PerseusNumericInputAnswer>; | ||
maxError: number | null | undefined; | ||
simplify: PerseusNumericInputSimplify | null | undefined; | ||
simplify: string | null | undefined; | ||
}; | ||
@@ -765,0 +764,0 @@ export type PerseusNumberLineWidgetOptions = { |
@@ -94,1 +94,2 @@ export type { PerseusAnalyticsEvent, AnalyticsEventHandlerFn } from "./analytics"; | ||
export { default as getNumberLinePublicWidgetOptions } from "./widgets/number-line/number-line-util"; | ||
export { default as getRadioPublicWidgetOptions } from "./widgets/radio/radio-util"; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2182-20250203201614", | ||
"version": "0.0.0-PR2183-20250203202549", | ||
"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
1465313
147
12206