@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2155-20250124203521 to 0.0.0-PR2155-20250127185005
@@ -775,3 +775,3 @@ /** | ||
initialX: number | null | undefined; | ||
showTooltip?: boolean; | ||
showTooltips?: boolean; | ||
static: boolean; | ||
@@ -778,0 +778,0 @@ }; |
@@ -13,3 +13,4 @@ export type { PerseusAnalyticsEvent, AnalyticsEventHandlerFn } from "./analytics"; | ||
export * as GrapherUtil from "./utils/grapher-util"; | ||
export { parsePerseusItem, parseAndMigratePerseusItem, parseAndMigratePerseusArticle, isSuccess, isFailure, } from "./parse-perseus-json"; | ||
export { parsePerseusItem, parseAndMigratePerseusItem, parseAndMigratePerseusArticle, } from "./parse-perseus-json"; | ||
export { isSuccess, isFailure, type Result, type Success, type Failure, } from "./parse-perseus-json/result"; | ||
export { libVersion } from "./version"; | ||
@@ -22,3 +23,3 @@ export { Errors } from "./error/errors"; | ||
export type { CategorizerDefaultWidgetOptions } from "./widgets/categorizer"; | ||
export { default as csPropgramWidgetLogic } from "./widgets/cs-program"; | ||
export { default as csProgramLogic } from "./widgets/cs-program"; | ||
export type { CSProgramDefaultWidgetOptions } from "./widgets/cs-program"; | ||
@@ -47,2 +48,4 @@ export { default as definitionLogic } from "./widgets/definition"; | ||
export type { InteractionDefaultWidgetOptions } from "./widgets/interaction"; | ||
export { default as interactiveGraphLogic } from "./widgets/interactive-graph"; | ||
export type { InteractiveGraphDefaultWidgetOptions } from "./widgets/interactive-graph"; | ||
export { default as labelImageLogic } from "./widgets/label-image"; | ||
@@ -52,4 +55,12 @@ export type { LabelImageDefaultWidgetOptions } from "./widgets/label-image"; | ||
export type { MatcherDefaultWidgetOptions } from "./widgets/matcher"; | ||
export { default as matrixLogic } from "./widgets/matrix"; | ||
export type { MatrixDefaultWidgetOptions } from "./widgets/matrix"; | ||
export { default as measurerLogic } from "./widgets/measurer"; | ||
export type { MeasurerDefaultWidgetOptions } from "./widgets/measurer"; | ||
export { default as numberLineLogic } from "./widgets/number-line"; | ||
export type { NumberLineDefaultWidgetOptions } from "./widgets/number-line"; | ||
export { default as numericInputLogic } from "./widgets/numeric-input"; | ||
export type { NumericInputDefaultWidgetOptions } from "./widgets/numeric-input"; | ||
export { default as ordererLogic } from "./widgets/orderer"; | ||
export type { OrdererDefaultWidgetOptions } from "./widgets/orderer"; | ||
export { default as passageLogic } from "./widgets/passage"; | ||
@@ -61,4 +72,16 @@ export type { PassageDefaultWidgetOptions } from "./widgets/passage"; | ||
export type { PassageRefTargetDefaultWidgetOptions } from "./widgets/passage-ref-target"; | ||
export { default as phetSimulationLogic } from "./widgets/phet-simulation"; | ||
export type { PhetSimulationDefaultWidgetOptions } from "./widgets/phet-simulation"; | ||
export { default as plotterLogic } from "./widgets/plotter"; | ||
export type { PlotterDefaultWidgetOptions } from "./widgets/plotter"; | ||
export { default as pythonProgramLogic } from "./widgets/python-program"; | ||
export type { PythonProgramDefaultWidgetOptions } from "./widgets/python-program"; | ||
export { default as radioLogic } from "./widgets/radio"; | ||
export type { RadioDefaultWidgetOptions } from "./widgets/radio"; | ||
export { default as sorterLogic } from "./widgets/sorter"; | ||
export type { SorterDefaultWidgetOptions } from "./widgets/sorter"; | ||
export { default as tableLogic } from "./widgets/table"; | ||
export type { TableDefaultWidgetOptions } from "./widgets/table"; | ||
export { default as videoLogic } from "./widgets/video"; | ||
export type { VideoDefaultWidgetOptions } from "./widgets/video"; | ||
export type * from "./widgets/logic-export.types"; | ||
@@ -65,0 +88,0 @@ export { default as getOrdererPublicWidgetOptions } from "./widgets/orderer/orderer-util"; |
import type { Result } from "./result"; | ||
import type { PerseusItem, PerseusArticle } from "../data-schema"; | ||
export { isSuccess, isFailure } from "./result"; | ||
/** | ||
@@ -5,0 +4,0 @@ * Helper to parse PerseusItem JSON |
import type { PerseusCSProgramWidgetOptions } from "../../data-schema"; | ||
import type { WidgetLogic } from "../logic-export.types"; | ||
export type CSProgramDefaultWidgetOptions = Pick<PerseusCSProgramWidgetOptions, "programID" | "programType" | "settings" | "showEditor" | "showButtons" | "height">; | ||
declare const csPropgramWidgetLogic: WidgetLogic; | ||
export default csPropgramWidgetLogic; | ||
declare const csProgramWidgetLogic: WidgetLogic; | ||
export default csProgramWidgetLogic; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2155-20250124203521", | ||
"version": "0.0.0-PR2155-20250127185005", | ||
"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
1425216
139
11790