@khanacademy/perseus-editor 20.1.2 → 20.1.3

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.
@@ -33,10 +33,6 @@ declare class ItemEditor extends React.Component<Props> {
33
33
  getSaveWarnings: () => any;
34
34
  serialize: (options?: any) => {
35
35
  answerArea: any;
36
- itemDataVersion: {
37
- major: number;
38
- minor: number;
39
- };
40
36
  question: any;
41
37
  };
42
38
  render(): React.ReactNode;
@@ -89,7 +89,7 @@ declare class InteractiveGraphSettings extends React.Component<Props, State> {
89
89
  stepTextbox: [x: number, y: number];
90
90
  rangeTextbox: [x: Range, y: Range];
91
91
  backgroundImage: {
92
- url: string | null | undefined;
92
+ url?: string | null;
93
93
  width?: number;
94
94
  height?: number;
95
95
  top?: number;
@@ -81,7 +81,7 @@ declare const InteractiveGraph: {
81
81
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
82
82
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
83
83
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
84
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
84
+ reviewModeRubric?: Empty | null | undefined;
85
85
  reviewMode: boolean;
86
86
  onChange: import("@khanacademy/perseus").ChangeHandler;
87
87
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -174,7 +174,7 @@ declare const InteractiveGraph: {
174
174
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
175
175
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
176
176
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
177
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
177
+ reviewModeRubric?: Empty | null | undefined;
178
178
  reviewMode: boolean;
179
179
  onChange: import("@khanacademy/perseus").ChangeHandler;
180
180
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -265,7 +265,7 @@ declare const InteractiveGraph: {
265
265
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
266
266
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
267
267
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
268
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
268
+ reviewModeRubric?: Empty | null | undefined;
269
269
  reviewMode: boolean;
270
270
  onChange: import("@khanacademy/perseus").ChangeHandler;
271
271
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -353,7 +353,7 @@ declare const InteractiveGraph: {
353
353
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
354
354
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
355
355
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
356
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
356
+ reviewModeRubric?: Empty | null | undefined;
357
357
  reviewMode: boolean;
358
358
  onChange: import("@khanacademy/perseus").ChangeHandler;
359
359
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -439,7 +439,7 @@ declare const InteractiveGraph: {
439
439
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
440
440
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
441
441
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
442
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
442
+ reviewModeRubric?: Empty | null | undefined;
443
443
  reviewMode: boolean;
444
444
  onChange: import("@khanacademy/perseus").ChangeHandler;
445
445
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -527,7 +527,7 @@ declare const InteractiveGraph: {
527
527
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
528
528
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
529
529
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
530
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
530
+ reviewModeRubric?: Empty | null | undefined;
531
531
  reviewMode: boolean;
532
532
  onChange: import("@khanacademy/perseus").ChangeHandler;
533
533
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -613,7 +613,7 @@ declare const InteractiveGraph: {
613
613
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
614
614
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
615
615
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
616
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
616
+ reviewModeRubric?: Empty | null | undefined;
617
617
  reviewMode: boolean;
618
618
  onChange: import("@khanacademy/perseus").ChangeHandler;
619
619
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -699,7 +699,7 @@ declare const InteractiveGraph: {
699
699
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
700
700
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
701
701
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
702
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
702
+ reviewModeRubric?: Empty | null | undefined;
703
703
  reviewMode: boolean;
704
704
  onChange: import("@khanacademy/perseus").ChangeHandler;
705
705
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -785,7 +785,7 @@ declare const InteractiveGraph: {
785
785
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
786
786
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
787
787
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
788
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
788
+ reviewModeRubric?: Empty | null | undefined;
789
789
  reviewMode: boolean;
790
790
  onChange: import("@khanacademy/perseus").ChangeHandler;
791
791
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -872,7 +872,7 @@ declare const InteractiveGraph: {
872
872
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
873
873
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
874
874
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
875
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
875
+ reviewModeRubric?: Empty | null | undefined;
876
876
  reviewMode: boolean;
877
877
  onChange: import("@khanacademy/perseus").ChangeHandler;
878
878
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -965,7 +965,7 @@ declare const InteractiveGraph: {
965
965
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
966
966
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
967
967
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
968
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
968
+ reviewModeRubric?: Empty | null | undefined;
969
969
  reviewMode: boolean;
970
970
  onChange: import("@khanacademy/perseus").ChangeHandler;
971
971
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1056,7 +1056,7 @@ declare const InteractiveGraph: {
1056
1056
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1057
1057
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1058
1058
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1059
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1059
+ reviewModeRubric?: Empty | null | undefined;
1060
1060
  reviewMode: boolean;
1061
1061
  onChange: import("@khanacademy/perseus").ChangeHandler;
1062
1062
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1144,7 +1144,7 @@ declare const InteractiveGraph: {
1144
1144
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1145
1145
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1146
1146
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1147
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1147
+ reviewModeRubric?: Empty | null | undefined;
1148
1148
  reviewMode: boolean;
1149
1149
  onChange: import("@khanacademy/perseus").ChangeHandler;
1150
1150
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1230,7 +1230,7 @@ declare const InteractiveGraph: {
1230
1230
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1231
1231
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1232
1232
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1233
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1233
+ reviewModeRubric?: Empty | null | undefined;
1234
1234
  reviewMode: boolean;
1235
1235
  onChange: import("@khanacademy/perseus").ChangeHandler;
1236
1236
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1318,7 +1318,7 @@ declare const InteractiveGraph: {
1318
1318
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1319
1319
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1320
1320
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1321
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1321
+ reviewModeRubric?: Empty | null | undefined;
1322
1322
  reviewMode: boolean;
1323
1323
  onChange: import("@khanacademy/perseus").ChangeHandler;
1324
1324
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1404,7 +1404,7 @@ declare const InteractiveGraph: {
1404
1404
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1405
1405
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1406
1406
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1407
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1407
+ reviewModeRubric?: Empty | null | undefined;
1408
1408
  reviewMode: boolean;
1409
1409
  onChange: import("@khanacademy/perseus").ChangeHandler;
1410
1410
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1490,7 +1490,7 @@ declare const InteractiveGraph: {
1490
1490
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1491
1491
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1492
1492
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1493
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1493
+ reviewModeRubric?: Empty | null | undefined;
1494
1494
  reviewMode: boolean;
1495
1495
  onChange: import("@khanacademy/perseus").ChangeHandler;
1496
1496
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1576,7 +1576,7 @@ declare const InteractiveGraph: {
1576
1576
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1577
1577
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1578
1578
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1579
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1579
+ reviewModeRubric?: Empty | null | undefined;
1580
1580
  reviewMode: boolean;
1581
1581
  onChange: import("@khanacademy/perseus").ChangeHandler;
1582
1582
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1671,7 +1671,7 @@ declare const InteractiveGraph: {
1671
1671
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1672
1672
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1673
1673
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1674
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1674
+ reviewModeRubric?: Empty | null | undefined;
1675
1675
  reviewMode: boolean;
1676
1676
  onChange: import("@khanacademy/perseus").ChangeHandler;
1677
1677
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1755,7 +1755,7 @@ declare const InteractiveGraph: {
1755
1755
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1756
1756
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1757
1757
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1758
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1758
+ reviewModeRubric?: Empty | null | undefined;
1759
1759
  reviewMode: boolean;
1760
1760
  onChange: import("@khanacademy/perseus").ChangeHandler;
1761
1761
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1839,7 +1839,7 @@ declare const InteractiveGraph: {
1839
1839
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1840
1840
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1841
1841
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1842
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1842
+ reviewModeRubric?: Empty | null | undefined;
1843
1843
  reviewMode: boolean;
1844
1844
  onChange: import("@khanacademy/perseus").ChangeHandler;
1845
1845
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -1923,7 +1923,7 @@ declare const InteractiveGraph: {
1923
1923
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1924
1924
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1925
1925
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
1926
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
1926
+ reviewModeRubric?: Empty | null | undefined;
1927
1927
  reviewMode: boolean;
1928
1928
  onChange: import("@khanacademy/perseus").ChangeHandler;
1929
1929
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2007,7 +2007,7 @@ declare const InteractiveGraph: {
2007
2007
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2008
2008
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2009
2009
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2010
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2010
+ reviewModeRubric?: Empty | null | undefined;
2011
2011
  reviewMode: boolean;
2012
2012
  onChange: import("@khanacademy/perseus").ChangeHandler;
2013
2013
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2091,7 +2091,7 @@ declare const InteractiveGraph: {
2091
2091
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2092
2092
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2093
2093
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2094
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2094
+ reviewModeRubric?: Empty | null | undefined;
2095
2095
  reviewMode: boolean;
2096
2096
  onChange: import("@khanacademy/perseus").ChangeHandler;
2097
2097
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2176,7 +2176,7 @@ declare const InteractiveGraph: {
2176
2176
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2177
2177
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2178
2178
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2179
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2179
+ reviewModeRubric?: Empty | null | undefined;
2180
2180
  reviewMode: boolean;
2181
2181
  onChange: import("@khanacademy/perseus").ChangeHandler;
2182
2182
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2260,7 +2260,7 @@ declare const InteractiveGraph: {
2260
2260
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2261
2261
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2262
2262
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2263
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2263
+ reviewModeRubric?: Empty | null | undefined;
2264
2264
  reviewMode: boolean;
2265
2265
  onChange: import("@khanacademy/perseus").ChangeHandler;
2266
2266
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2345,7 +2345,7 @@ declare const InteractiveGraph: {
2345
2345
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2346
2346
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2347
2347
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2348
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2348
+ reviewModeRubric?: Empty | null | undefined;
2349
2349
  reviewMode: boolean;
2350
2350
  onChange: import("@khanacademy/perseus").ChangeHandler;
2351
2351
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2429,7 +2429,7 @@ declare const InteractiveGraph: {
2429
2429
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2430
2430
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2431
2431
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2432
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2432
+ reviewModeRubric?: Empty | null | undefined;
2433
2433
  reviewMode: boolean;
2434
2434
  onChange: import("@khanacademy/perseus").ChangeHandler;
2435
2435
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2513,7 +2513,7 @@ declare const InteractiveGraph: {
2513
2513
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2514
2514
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2515
2515
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2516
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2516
+ reviewModeRubric?: Empty | null | undefined;
2517
2517
  reviewMode: boolean;
2518
2518
  onChange: import("@khanacademy/perseus").ChangeHandler;
2519
2519
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2597,7 +2597,7 @@ declare const InteractiveGraph: {
2597
2597
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2598
2598
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2599
2599
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2600
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2600
+ reviewModeRubric?: Empty | null | undefined;
2601
2601
  reviewMode: boolean;
2602
2602
  onChange: import("@khanacademy/perseus").ChangeHandler;
2603
2603
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2681,7 +2681,7 @@ declare const InteractiveGraph: {
2681
2681
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2682
2682
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2683
2683
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2684
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2684
+ reviewModeRubric?: Empty | null | undefined;
2685
2685
  reviewMode: boolean;
2686
2686
  onChange: import("@khanacademy/perseus").ChangeHandler;
2687
2687
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2765,7 +2765,7 @@ declare const InteractiveGraph: {
2765
2765
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2766
2766
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2767
2767
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2768
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2768
+ reviewModeRubric?: Empty | null | undefined;
2769
2769
  reviewMode: boolean;
2770
2770
  onChange: import("@khanacademy/perseus").ChangeHandler;
2771
2771
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2849,7 +2849,7 @@ declare const InteractiveGraph: {
2849
2849
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2850
2850
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2851
2851
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2852
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2852
+ reviewModeRubric?: Empty | null | undefined;
2853
2853
  reviewMode: boolean;
2854
2854
  onChange: import("@khanacademy/perseus").ChangeHandler;
2855
2855
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -2933,7 +2933,7 @@ declare const InteractiveGraph: {
2933
2933
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2934
2934
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2935
2935
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
2936
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
2936
+ reviewModeRubric?: Empty | null | undefined;
2937
2937
  reviewMode: boolean;
2938
2938
  onChange: import("@khanacademy/perseus").ChangeHandler;
2939
2939
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -3017,7 +3017,7 @@ declare const InteractiveGraph: {
3017
3017
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3018
3018
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3019
3019
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
3020
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
3020
+ reviewModeRubric?: Empty | null | undefined;
3021
3021
  reviewMode: boolean;
3022
3022
  onChange: import("@khanacademy/perseus").ChangeHandler;
3023
3023
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -3101,7 +3101,7 @@ declare const InteractiveGraph: {
3101
3101
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3102
3102
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3103
3103
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
3104
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
3104
+ reviewModeRubric?: Empty | null | undefined;
3105
3105
  reviewMode: boolean;
3106
3106
  onChange: import("@khanacademy/perseus").ChangeHandler;
3107
3107
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -3185,7 +3185,7 @@ declare const InteractiveGraph: {
3185
3185
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3186
3186
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3187
3187
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
3188
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
3188
+ reviewModeRubric?: Empty | null | undefined;
3189
3189
  reviewMode: boolean;
3190
3190
  onChange: import("@khanacademy/perseus").ChangeHandler;
3191
3191
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -3269,7 +3269,7 @@ declare const InteractiveGraph: {
3269
3269
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3270
3270
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3271
3271
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
3272
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
3272
+ reviewModeRubric?: Empty | null | undefined;
3273
3273
  reviewMode: boolean;
3274
3274
  onChange: import("@khanacademy/perseus").ChangeHandler;
3275
3275
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -3353,7 +3353,7 @@ declare const InteractiveGraph: {
3353
3353
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3354
3354
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3355
3355
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
3356
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
3356
+ reviewModeRubric?: Empty | null | undefined;
3357
3357
  reviewMode: boolean;
3358
3358
  onChange: import("@khanacademy/perseus").ChangeHandler;
3359
3359
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -3437,7 +3437,7 @@ declare const InteractiveGraph: {
3437
3437
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3438
3438
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3439
3439
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
3440
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
3440
+ reviewModeRubric?: Empty | null | undefined;
3441
3441
  reviewMode: boolean;
3442
3442
  onChange: import("@khanacademy/perseus").ChangeHandler;
3443
3443
  trackInteraction: (extraData?: Empty | undefined) => void;
@@ -3521,7 +3521,7 @@ declare const InteractiveGraph: {
3521
3521
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3522
3522
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3523
3523
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
3524
- reviewModeRubric?: import("@khanacademy/perseus-core").PerseusInteractiveGraphRubric | null | undefined;
3524
+ reviewModeRubric?: Empty | null | undefined;
3525
3525
  reviewMode: boolean;
3526
3526
  onChange: import("@khanacademy/perseus").ChangeHandler;
3527
3527
  trackInteraction: (extraData?: Empty | undefined) => void;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Perseus editors",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "20.1.2",
6
+ "version": "20.1.3",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -33,16 +33,16 @@
33
33
  "dependencies": {
34
34
  "katex": "0.11.1",
35
35
  "mafs": "^0.19.0",
36
- "@khanacademy/kas": "2.0.1",
37
- "@khanacademy/keypad-context": "3.0.4",
38
- "@khanacademy/kmath": "2.0.4",
39
- "@khanacademy/perseus-linter": "3.0.4",
40
- "@khanacademy/math-input": "25.0.4",
41
- "@khanacademy/perseus": "60.0.2",
42
- "@khanacademy/perseus-core": "7.1.1",
43
- "@khanacademy/perseus-score": "5.0.1",
36
+ "@khanacademy/kas": "2.0.2",
37
+ "@khanacademy/keypad-context": "3.0.5",
38
+ "@khanacademy/kmath": "2.0.5",
39
+ "@khanacademy/perseus-linter": "3.0.5",
40
+ "@khanacademy/math-input": "25.0.5",
41
+ "@khanacademy/perseus": "61.0.0",
42
+ "@khanacademy/perseus-core": "8.0.0",
43
+ "@khanacademy/perseus-score": "5.0.2",
44
44
  "@khanacademy/perseus-utils": "2.0.1",
45
- "@khanacademy/pure-markdown": "2.0.1"
45
+ "@khanacademy/pure-markdown": "2.0.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@khanacademy/mathjax-renderer": "^2.1.1",
@@ -71,7 +71,7 @@
71
71
  "react": "^18.2.0",
72
72
  "react-dom": "^18.2.0",
73
73
  "underscore": "^1.4.4",
74
- "perseus-build-settings": "0.6.0"
74
+ "perseus-build-settings": "0.6.1"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@khanacademy/mathjax-renderer": "^2.1.1",