@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2236-20250212234520 to 0.0.0-PR2238-20250213200053
@@ -1,2 +0,2 @@ | ||
export type VirtualKeypadVersion = "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD"; | ||
type VirtualKeypadVersion = "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD"; | ||
/** | ||
@@ -50,1 +50,2 @@ * A type union of all the events that any package in the Perseus ecosystem can | ||
export type AnalyticsEventHandlerFn = (event: PerseusAnalyticsEvent) => Promise<void>; | ||
export {}; |
@@ -650,3 +650,3 @@ /** | ||
allowReflexAngles: boolean; | ||
match: "congruent"; | ||
match?: "congruent"; | ||
coords: [Coord, Coord, Coord]; | ||
@@ -653,0 +653,0 @@ }; |
@@ -13,3 +13,3 @@ export type { PerseusAnalyticsEvent, AnalyticsEventHandlerFn } from "./analytics"; | ||
export * as GrapherUtil from "./utils/grapher-util"; | ||
export { parsePerseusItem, parseAndMigratePerseusItem, parseAndMigratePerseusArticle, } from "./parse-perseus-json"; | ||
export { parsePerseusItem, parseAndMigratePerseusItem, parseAndMigratePerseusArticle, type ParseFailureDetail, } from "./parse-perseus-json"; | ||
export { isSuccess, isFailure, type Result, type Success, type Failure, } from "./parse-perseus-json/result"; | ||
@@ -92,2 +92,3 @@ export { libVersion } from "./version"; | ||
export { default as getExpressionPublicWidgetOptions } from "./widgets/expression/expression-util"; | ||
export { default as getGrapherPublicWidgetOptions } from "./widgets/grapher/grapher-util"; | ||
export { default as getInteractiveGraphPublicWidgetOptions } from "./widgets/interactive-graph/interactive-graph-util"; | ||
@@ -102,1 +103,3 @@ export { default as getLabelImagePublicWidgetOptions } from "./widgets/label-image/label-image-util"; | ||
export { default as getIFramePublicWidgetOptions } from "./widgets/iframe/iframe-util"; | ||
export { default as getMatrixPublicWidgetOptions } from "./widgets/matrix/matrix-util"; | ||
export { default as getPlotterPublicWidgetOptions } from "./widgets/plotter/plotter-util"; |
@@ -17,2 +17,1 @@ export * from "./any"; | ||
export * from "./union"; | ||
export * from "./unknown"; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2236-20250212234520", | ||
"version": "0.0.0-PR2238-20250213200053", | ||
"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
1538625
154
12814