@khanacademy/perseus-core 18.8.0 → 18.9.1

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.
@@ -3,7 +3,7 @@ export declare const parseNumberLineWidget: import("../parser-types").Parser<imp
3
3
  labelRange: (number | null)[];
4
4
  labelStyle: string;
5
5
  labelTicks: boolean;
6
- isTickCtrl: boolean | null | undefined;
6
+ isTickCtrl: boolean;
7
7
  isInequality: boolean;
8
8
  divisionRange: number[];
9
9
  numDivisions: number | null | undefined;
@@ -1,3 +1,3 @@
1
1
  export declare const parseRadioUserInput: import("../parser-types").Parser<import("../general-purpose-parsers/object-types").OptionalizeProperties<{
2
- choicesSelected: boolean[];
2
+ selectedChoiceIds: string[];
3
3
  }>>;
@@ -172,7 +172,7 @@ export type PerseusRadioRubric = {
172
172
  countChoices?: boolean;
173
173
  };
174
174
  export type PerseusRadioUserInput = {
175
- choicesSelected: boolean[];
175
+ selectedChoiceIds: string[];
176
176
  };
177
177
  export type PerseusSorterRubric = {
178
178
  correct: string[];
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": "18.8.0",
6
+ "version": "18.9.1",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },