@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2107-20250127200045 to 0.0.0-PR2107-20250130172455
@@ -10,5 +10,7 @@ export type { PerseusAnalyticsEvent, AnalyticsEventHandlerFn } from "./analytics"; | ||
export { approximateEqual, approximateDeepEqual } from "./utils/equality"; | ||
export { getWidgetIdsFromContent, getWidgetIdsFromContentByType, } from "./utils/widget-id-utils"; | ||
export { addWidget, getWidgetIdsFromContent, getWidgetIdsFromContentByType, } from "./utils/widget-id-utils"; | ||
export { default as deepClone } from "./utils/deep-clone"; | ||
export * as GrapherUtil from "./utils/grapher-util"; | ||
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"; | ||
@@ -35,2 +37,4 @@ export { Errors } from "./error/errors"; | ||
export type { GradedGroupSetDefaultWidgetOptions } from "./widgets/graded-group-set"; | ||
export { default as grapherLogic } from "./widgets/grapher"; | ||
export type { GrapherDefaultWidgetOptions } from "./widgets/grapher"; | ||
export { default as groupLogic } from "./widgets/group"; | ||
@@ -86,1 +90,4 @@ export type { GroupDefaultWidgetOptions } from "./widgets/group"; | ||
export { default as getExpressionPublicWidgetOptions } from "./widgets/expression/expression-util"; | ||
export { default as getLabelImagePublicWidgetOptions } from "./widgets/label-image/label-image-util"; | ||
export { default as getSorterPublicWidgetOptions } from "./widgets/sorter/sorter-util"; | ||
export { default as getDropdownPublicWidgetOptions } from "./widgets/dropdown/dropdown-util"; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2107-20250127200045", | ||
"version": "0.0.0-PR2107-20250130172455", | ||
"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
1446502
143
12020