@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2082-20250110232443 to 0.0.0-PR2085-20250110233530
@@ -335,23 +335,29 @@ /** | ||
type: "absolute_value"; | ||
coords: null | [vertex: Coord, secondPoint: Coord]; | ||
coords: [ | ||
Coord, | ||
Coord | ||
]; | ||
} | { | ||
type: "exponential"; | ||
asymptote: [Coord, Coord]; | ||
coords: null | [Coord, Coord]; | ||
coords: [Coord, Coord]; | ||
} | { | ||
type: "linear"; | ||
coords: null | [Coord, Coord]; | ||
coords: [Coord, Coord]; | ||
} | { | ||
type: "logarithm"; | ||
asymptote: [Coord, Coord]; | ||
coords: null | [Coord, Coord]; | ||
coords: [Coord, Coord]; | ||
} | { | ||
type: "quadratic"; | ||
coords: null | [vertex: Coord, secondPoint: Coord]; | ||
coords: [ | ||
Coord, | ||
Coord | ||
]; | ||
} | { | ||
type: "sinusoid"; | ||
coords: null | [Coord, Coord]; | ||
coords: [Coord, Coord]; | ||
} | { | ||
type: "tangent"; | ||
coords: null | [Coord, Coord]; | ||
coords: [Coord, Coord]; | ||
}; | ||
@@ -927,2 +933,3 @@ export type PerseusGrapherWidgetOptions = { | ||
showButtons: boolean; | ||
width: number; | ||
height: number; | ||
@@ -941,3 +948,3 @@ static: boolean; | ||
url: string; | ||
settings?: ReadonlyArray<PerseusCSProgramSetting>; | ||
settings: ReadonlyArray<PerseusCSProgramSetting>; | ||
width: number | string; | ||
@@ -944,0 +951,0 @@ height: number | string; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2082-20250110232443", | ||
"version": "0.0.0-PR2085-20250110233530", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1677
0
215845