@khanacademy/perseus-core 16.0.0 → 16.1.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.
@@ -58,6 +58,7 @@ export declare const parsePerseusGraphType: import("../parser-types").Parser<imp
58
58
  coords: [number, number][] | null | undefined;
59
59
  startCoords: [number, number][] | undefined;
60
60
  }>>;
61
+ export declare const parseStrokeWeight: import("../parser-types").Parser<"thin" | "medium" | "thick">;
61
62
  export declare const parseLockedFunctionDomain: import("../parser-types").Parser<[number, number]>;
62
63
  export declare const parseInteractiveGraphWidget: import("../parser-types").Parser<import("../..").WidgetOptions<"interactive-graph", import("../general-purpose-parsers/object-types").OptionalizeProperties<{
63
64
  step: [number, number];
@@ -297,6 +298,7 @@ export declare const parseInteractiveGraphWidget: import("../parser-types").Pars
297
298
  showVertices: boolean;
298
299
  fillStyle: "none" | "solid" | "white" | "translucent";
299
300
  strokeStyle: "solid" | "dashed";
301
+ weight: "thin" | "medium" | "thick";
300
302
  labels: import("../general-purpose-parsers/object-types").OptionalizeProperties<{
301
303
  type: "label";
302
304
  coord: [number, number];
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Shared Perseus infrastructure",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "16.0.0",
6
+ "version": "16.1.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },