@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2085-20250110233530 to 0.0.0-PR2085-20250111001041
@@ -335,29 +335,23 @@ /** | ||
type: "absolute_value"; | ||
coords: [ | ||
Coord, | ||
Coord | ||
]; | ||
coords: null | [vertex: Coord, secondPoint: Coord]; | ||
} | { | ||
type: "exponential"; | ||
asymptote: [Coord, Coord]; | ||
coords: [Coord, Coord]; | ||
coords: null | [Coord, Coord]; | ||
} | { | ||
type: "linear"; | ||
coords: [Coord, Coord]; | ||
coords: null | [Coord, Coord]; | ||
} | { | ||
type: "logarithm"; | ||
asymptote: [Coord, Coord]; | ||
coords: [Coord, Coord]; | ||
coords: null | [Coord, Coord]; | ||
} | { | ||
type: "quadratic"; | ||
coords: [ | ||
Coord, | ||
Coord | ||
]; | ||
coords: null | [vertex: Coord, secondPoint: Coord]; | ||
} | { | ||
type: "sinusoid"; | ||
coords: [Coord, Coord]; | ||
coords: null | [Coord, Coord]; | ||
} | { | ||
type: "tangent"; | ||
coords: [Coord, Coord]; | ||
coords: null | [Coord, Coord]; | ||
}; | ||
@@ -933,3 +927,2 @@ export type PerseusGrapherWidgetOptions = { | ||
showButtons: boolean; | ||
width: number; | ||
height: number; | ||
@@ -948,3 +941,3 @@ static: boolean; | ||
url: string; | ||
settings: ReadonlyArray<PerseusCSProgramSetting>; | ||
settings?: ReadonlyArray<PerseusCSProgramSetting>; | ||
width: number | string; | ||
@@ -951,0 +944,0 @@ height: number | string; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2085-20250110233530", | ||
"version": "0.0.0-PR2085-20250111001041", | ||
"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
216996
1670