@khanacademy/perseus-core 34.0.2 → 34.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.
@@ -198,7 +198,7 @@ export declare const parseLockedFigure: import("../parser-types").Parser<import(
198
198
  angle: number;
199
199
  color: "blue" | "gold" | "green" | "grayH" | "purple" | "pink" | "red";
200
200
  fillStyle: "none" | "solid" | "white" | "translucent";
201
- strokeStyle: "solid" | "dashed";
201
+ strokeStyle: "none" | "solid" | "dashed";
202
202
  weight: "thin" | "medium" | "thick";
203
203
  labels: import("../general-purpose-parsers/object-types").OptionalizeProperties<{
204
204
  type: "label";
@@ -214,7 +214,7 @@ export declare const parseLockedFigure: import("../parser-types").Parser<import(
214
214
  color: "blue" | "gold" | "green" | "grayH" | "purple" | "pink" | "red";
215
215
  showVertices: boolean;
216
216
  fillStyle: "none" | "solid" | "white" | "translucent";
217
- strokeStyle: "solid" | "dashed";
217
+ strokeStyle: "none" | "solid" | "dashed";
218
218
  weight: "thin" | "medium" | "thick";
219
219
  labels: import("../general-purpose-parsers/object-types").OptionalizeProperties<{
220
220
  type: "label";
@@ -590,7 +590,7 @@ export declare const parseInteractiveGraphWidget: import("../parser-types").Pars
590
590
  angle: number;
591
591
  color: "blue" | "gold" | "green" | "grayH" | "purple" | "pink" | "red";
592
592
  fillStyle: "none" | "solid" | "white" | "translucent";
593
- strokeStyle: "solid" | "dashed";
593
+ strokeStyle: "none" | "solid" | "dashed";
594
594
  weight: "thin" | "medium" | "thick";
595
595
  labels: import("../general-purpose-parsers/object-types").OptionalizeProperties<{
596
596
  type: "label";
@@ -606,7 +606,7 @@ export declare const parseInteractiveGraphWidget: import("../parser-types").Pars
606
606
  color: "blue" | "gold" | "green" | "grayH" | "purple" | "pink" | "red";
607
607
  showVertices: boolean;
608
608
  fillStyle: "none" | "solid" | "white" | "translucent";
609
- strokeStyle: "solid" | "dashed";
609
+ strokeStyle: "none" | "solid" | "dashed";
610
610
  weight: "thin" | "medium" | "thick";
611
611
  labels: import("../general-purpose-parsers/object-types").OptionalizeProperties<{
612
612
  type: "label";
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": "34.0.2",
6
+ "version": "34.1.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },