@khanacademy/perseus-core 3.7.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -3,7 +3,6 @@ export type { KEScore, KeypadContextRendererInterface, RendererInterface, Marker
3
3
  export type { ErrorKind } from "./error/errors";
4
4
  export type { FunctionTypeMappingKeys } from "./utils/grapher-util";
5
5
  export type { Coords } from "./utils/grapher-types";
6
- export { addLibraryVersionToPerseusDebug } from "./utils/add-library-version-to-perseus-debug";
7
6
  export { default as getMatrixSize } from "./utils/get-matrix-size";
8
7
  export { default as getDecimalSeparator } from "./utils/get-decimal-separator";
9
8
  export { approximateEqual, approximateDeepEqual } from "./utils/equality";
@@ -90,10 +89,11 @@ export { default as getCategorizerPublicWidgetOptions } from "./widgets/categori
90
89
  export { default as getCSProgramPublicWidgetOptions } from "./widgets/cs-program/cs-program-util";
91
90
  export { default as getExpressionPublicWidgetOptions } from "./widgets/expression/expression-util";
92
91
  export { default as getGrapherPublicWidgetOptions } from "./widgets/grapher/grapher-util";
93
- export { default as getInteractiveGraphPublicWidgetOptions } from "./widgets/interactive-graph/interactive-graph-util";
92
+ export { default as getInteractiveGraphPublicWidgetOptions, type InteractiveGraphPublicWidgetOptions, } from "./widgets/interactive-graph/interactive-graph-util";
94
93
  export { default as getLabelImagePublicWidgetOptions } from "./widgets/label-image/label-image-util";
95
94
  export { default as getSorterPublicWidgetOptions } from "./widgets/sorter/sorter-util";
96
95
  export { default as getDropdownPublicWidgetOptions } from "./widgets/dropdown/dropdown-util";
96
+ export type { DropdownPublicWidgetOptions } from "./widgets/dropdown/dropdown-util";
97
97
  export { default as getNumericInputPublicWidgetOptions } from "./widgets/numeric-input/numeric-input-util";
98
98
  export { default as getNumberLinePublicWidgetOptions } from "./widgets/number-line/number-line-util";
99
99
  export { default as getRadioPublicWidgetOptions } from "./widgets/radio/radio-util";