@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2107-20250124013839 to 0.0.0-PR2107-20250125000913
@@ -775,3 +775,3 @@ /** | ||
initialX: number | null | undefined; | ||
showTooltip?: boolean; | ||
showTooltips?: boolean; | ||
static: boolean; | ||
@@ -778,0 +778,0 @@ }; |
@@ -18,6 +18,67 @@ export type { PerseusAnalyticsEvent, AnalyticsEventHandlerFn } from "./analytics"; | ||
export { pluck, mapObject } from "./utils/objective_"; | ||
export { default as categorizerLogic } from "./widgets/categorizer"; | ||
export type { CategorizerDefaultWidgetOptions } from "./widgets/categorizer"; | ||
export { default as csProgramLogic } from "./widgets/cs-program"; | ||
export type { CSProgramDefaultWidgetOptions } from "./widgets/cs-program"; | ||
export { default as definitionLogic } from "./widgets/definition"; | ||
export type { DefinitionDefaultWidgetOptions } from "./widgets/definition"; | ||
export { default as dropdownLogic } from "./widgets/dropdown"; | ||
export type { DropdownDefaultWidgetOptions } from "./widgets/dropdown"; | ||
export { default as explanationLogic } from "./widgets/explanation"; | ||
export type { ExplanationDefaultWidgetOptions } from "./widgets/explanation"; | ||
export { default as expressionLogic } from "./widgets/expression"; | ||
export type { ExpressionDefaultWidgetOptions } from "./widgets/expression"; | ||
export { default as gradedGroupLogic } from "./widgets/graded-group"; | ||
export type { GradedGroupDefaultWidgetOptions } from "./widgets/graded-group"; | ||
export { default as gradedGroupSetLogic } from "./widgets/graded-group-set"; | ||
export type { GradedGroupSetDefaultWidgetOptions } from "./widgets/graded-group-set"; | ||
export { default as groupLogic } from "./widgets/group"; | ||
export type { GroupDefaultWidgetOptions } from "./widgets/group"; | ||
export { default as iframeLogic } from "./widgets/iframe"; | ||
export type { IFrameDefaultWidgetOptions } from "./widgets/iframe"; | ||
export { default as imageLogic } from "./widgets/image"; | ||
export type { ImageDefaultWidgetOptions } from "./widgets/image"; | ||
export { default as inputNumberLogic } from "./widgets/input-number"; | ||
export type { InputNumberDefaultWidgetOptions } from "./widgets/input-number"; | ||
export { default as interactionLogic } from "./widgets/interaction"; | ||
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"; | ||
export type { LabelImageDefaultWidgetOptions } from "./widgets/label-image"; | ||
export { default as matcherLogic } from "./widgets/matcher"; | ||
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"; | ||
export type { PassageDefaultWidgetOptions } from "./widgets/passage"; | ||
export { default as passageRefLogic } from "./widgets/passage-ref"; | ||
export type { PassageRefDefaultWidgetOptions } from "./widgets/passage-ref"; | ||
export { default as passageRefTargetLogic } from "./widgets/passage-ref-target"; | ||
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"; | ||
export { default as getOrdererPublicWidgetOptions } from "./utils/orderer-util"; | ||
export { default as getExpressionPublicWidgetOptions } from "./utils/expression-util"; | ||
export { default as getOrdererPublicWidgetOptions } from "./widgets/orderer/orderer-util"; | ||
export { default as getCategorizerPublicWidgetOptions } from "./widgets/categorizer/categorizer-util"; | ||
export { default as getExpressionPublicWidgetOptions } from "./widgets/expression/expression-util"; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2107-20250124013839", | ||
"version": "0.0.0-PR2107-20250125000913", | ||
"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
946754
61
8197