@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2202-20250219235819 to 0.0.0-PR2202-20250220010509
@@ -93,3 +93,3 @@ export type { PerseusAnalyticsEvent, AnalyticsEventHandlerFn } from "./analytics"; | ||
export { default as getGrapherPublicWidgetOptions } from "./widgets/grapher/grapher-util"; | ||
export { default as getInteractiveGraphPublicWidgetOptions } from "./widgets/interactive-graph/interactive-graph-util"; | ||
export { default as getInteractiveGraphPublicWidgetOptions, type InteractiveGraphPublicWidgetOptions, } from "./widgets/interactive-graph/interactive-graph-util"; | ||
export { default as getLabelImagePublicWidgetOptions } from "./widgets/label-image/label-image-util"; | ||
@@ -96,0 +96,0 @@ export { default as getSorterPublicWidgetOptions } from "./widgets/sorter/sorter-util"; |
import type { PerseusInteractiveGraphWidgetOptions } from "@khanacademy/perseus-core"; | ||
type InteractiveGraphPublicWidgetOptions = Pick<PerseusInteractiveGraphWidgetOptions, "step" | "gridStep" | "snapStep" | "backgroundImage" | "markings" | "labels" | "showProtractor" | "showRuler" | "showTooltips" | "rulerLabel" | "rulerTicks" | "range" | "graph" | "lockedFigures" | "fullGraphAriaLabel" | "fullGraphAriaDescription">; | ||
export type InteractiveGraphPublicWidgetOptions = Pick<PerseusInteractiveGraphWidgetOptions, "step" | "gridStep" | "snapStep" | "backgroundImage" | "markings" | "labels" | "showProtractor" | "showRuler" | "showTooltips" | "rulerLabel" | "rulerTicks" | "range" | "graph" | "lockedFigures" | "fullGraphAriaLabel" | "fullGraphAriaDescription">; | ||
export default function getInteractiveGraphPublicWidgetOptions(options: PerseusInteractiveGraphWidgetOptions): InteractiveGraphPublicWidgetOptions; | ||
export {}; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2202-20250219235819", | ||
"version": "0.0.0-PR2202-20250220010509", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1153530
9650