@khanacademy/perseus-core
Advanced tools
Comparing version 3.4.0 to 3.5.0
@@ -650,3 +650,3 @@ /** | ||
allowReflexAngles: boolean; | ||
match: "congruent"; | ||
match?: "congruent"; | ||
coords: [Coord, Coord, Coord]; | ||
@@ -653,0 +653,0 @@ }; |
@@ -91,2 +91,4 @@ export type { PerseusAnalyticsEvent, AnalyticsEventHandlerFn } from "./analytics"; | ||
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"; | ||
export { default as getLabelImagePublicWidgetOptions } from "./widgets/label-image/label-image-util"; | ||
@@ -97,1 +99,6 @@ export { default as getSorterPublicWidgetOptions } from "./widgets/sorter/sorter-util"; | ||
export { default as getNumberLinePublicWidgetOptions } from "./widgets/number-line/number-line-util"; | ||
export { default as getRadioPublicWidgetOptions } from "./widgets/radio/radio-util"; | ||
export { default as getTablePublicWidgetOptions } from "./widgets/table/table-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"; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"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
1538695
155
12816